Name | Description | Type | Required | Default |
---|---|---|---|---|
limit | The max number of the items to retrieve | Integer | ||
offset | The number of the starting item | Integer | ||
cursor | The ID of the item under which the cursor is | String | ||
format | Response format - json/xml | String | ||
token | Token | String |
Status Code | Description | Type |
---|---|---|
200 | Feeds list | FeedsSearchResponseData |
400 | Incorrect input parameters | ErrorResponse |
401 | Authorization error | ErrorResponse |
403 | Incorrect user permissions | ErrorResponse |
404 | Requested entity not found | ErrorResponse |
429 | Too many requests were sent or limit exceeded | ErrorResponse |
500 | Internal Server Error | ErrorResponse |