List Resource Collections

GET {{baseUrl}}/api/v2/resource_collections

Lists resource collections for the account.

Allowed for

  • Admins

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"count":0,"next_page":null,"previous_page":null,"resource_collections":[{"created_at":"2015-09-09T01:57:24Z","id":10002,"resources":[{"deleted":false,"identifier":"email_on_ticket_solved","resource_id":10824486485524,"type":"triggers"},{"deleted":false,"identifier":"support_description","resource_id":10824486482580,"type":"ticket_fields"}],"updated_at":"2015-09-09T01:57:24Z"},{"created_at":"2015-09-10T02:01:03Z","id":10002,"resources":[{"deleted":false,"identifier":"an_email_target","resource_id":10827267902996,"type":"targets"}],"updated_at":"2015-09-10T02:02:15Z"}]}