Resource Collections
List Resource Collections
Lists resource collections for the account.
Allowed for
- Admins
get/api/v2/resource_collections
Response
Success response
Example response
{
"resource_collections": [
{
"created_at": "2011-07-20T22:55:29Z",
"id": 35436,
"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": "2011-07-20T22:55:29Z"
}
]
}