List a page of tag headers where the ID is greater than the optionally supplied fromthisid parameter
Limited to those tag headers the user can see. Returned in ID order.
GET
/tagheaders/list/{fromthisid}
curl \
--request GET 'https://YOURSITE.infoodle.com/apiv2/tagheaders/list/4' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 123,
"name": "Tag A",
"order": 1
}
]
Response examples (401)
{
"error": "Unauthorised"
}
Response examples (403)
{
"error": "Invalid Permission"
}