Name | Type | Type | Required | Default |
---|---|---|---|---|
response_format | Response data format. Default is json. | String | json |
Name | Type | Type | Required | Default |
---|---|---|---|---|
countries | List of country codes. Filter publications by country. | Array | ||
dataProvider | List of data provider codes. Get publications by a specific data provider. | Array | ||
status | Publication status. Either 'A' (Archived) or 'P' (Production). Default is both A and P. | Array | A,P | |
limit | Limit. Max 100. | Integer | 25 | |
offset | Offset | Integer | 0 |
Status Code | Type | Type |
---|---|---|
200 | Returns response result. | PublicationsResult |
400 | Returns API error. | ApiError[] |