List customer achievements
GET {{baseUrl}}/v1/applications/:applicationId/achievement_progress/:integrationId?pageSize=50&skip=5&achievementId=20&title=50% off on 50th purchase.
For the given customer profile, list all the achievements that match your filter criteria.
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. | |
| achievementId | number | The ID of the achievement. You can get this ID with the List achievement endpoint. | |
| title | string | Filter results by the title of an achievement. |