List a page of campaign types where the ID is greater than the optionally supplied fromthisid parameter
Returned in ID order.
Path parameters
-
The ID that is previous to the one to start from e.g. if IDs are 1,2,3 fromthisid as 1 will return 2,3
GET
/campaigntype/list/{fromthisid}
curl \
-X GET https://YOURSITE.infoodle.com/apiv2/campaigntype/list/4 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 123,
"name": "Sponsored Children"
}
]
Response examples (401)
{
"error": "Unauthorised"
}
Response examples (403)
{
"error": "Invalid Permission"
}