Get exports
GET {{baseUrl}}/v1/exports?pageSize=1000&skip=10&applicationId={{applicationId}}&campaignId={{campaignId}}&entity=Collection
List all past exports.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
applicationId | string | Filter results by Application ID. | |
campaignId | string | Filter by the campaign ID on which the limit counters are used. | |
entity | string | The name of the entity type that was exported. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |