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

KeyDatatypeRequiredDescription
pageSizenumberThe number of items in the response.
skipnumberThe number of items to skip when paging through large result sets.
titlestringFilter 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. |