List achievements
GET {{baseUrl}}/v1/applications/:applicationId/campaigns/:campaignId/achievements?pageSize=10&skip=5&title=50% off on 50th purchase.
List all the achievements for a specific campaign.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| pageSize | number | The number of items in the response. | |
| skip | number | The number of items to skip when paging through large result sets. | |
| title | string | Filter by the display name for the achievement in the campaign manager. | 
Note: If no title is provided, all the achievements from the campaign are returned. |