Get updates
View all updates
Endpoint
Method | URI |
---|---|
POST |
http://185.221.173.22/api/v2/keliweb/get-announcements
|
Request Parameters
Parameter | Type | Description | Required |
---|---|---|---|
HTTP headers:
Authorization
|
string |
Bearer + the token to access APIs
|
Required |
limitstart
|
integer | The offset for the returned announcement data (default: 0) | Optional |
limitnum
|
integer | The number of records to return (default: 25) | Optional |
Response Parameters
Parameter | Type | Description |
---|---|---|
result
|
string | The result of the operation: success or error |
totalresults
|
integer | The total number of results available |
startnumber
|
integer | The starting number for the returned results |
numreturned
|
integer | The number of results returned |
announcements
|
array | The announcement entries returned |