List Trigger Categories

GET {{baseUrl}}/api/v2/trigger_categories?page[after]=<string>&page[before]=<string>&page[size]=<integer>&sort=<string>&include=<string>

Returns all the trigger categories in the account.

Request Params

KeyDatatypeRequiredDescription
page[after]stringPagination parameters
page[before]stringPagination parameters
page[size]stringPagination parameters
sortstringSort parameters
includestringAllowed sideloads

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;links&quot;:{&quot;next&quot;:&quot;https://{subdomain}.zendesk.com/api/v2/trigger_categories.json?include=rule_counts\u0026page[after]=eyJvIjoiLXNjb3JlLGlkIiwidiI6ImFRSUFBQUFBQUFBQWFRMHBJUUVBQUFBQSJ9\u0026page[size]=2\u0026sort=position&quot;,&quot;prev&quot;:&quot;https://{subdomain}.zendesk.com/api/v2/trigger_categories.json?include=rule_counts\u0026page[before]=eyJvIjoiLXNjb3JlLGlkIiwidiI6ImFRSUFBQUFBQUFBQWFRMHBJUUVBQUFBQSJ9\u0026page[size]=2\u0026sort=position&quot;},&quot;meta&quot;:{&quot;after_cursor&quot;:&quot;eyJvIjoiLXNjb3JlLGlkIiwidiI6ImFRSUFBQUFBQUFBQWFRMHBJUUVBQUFBQSJ9&quot;,&quot;before_cursor&quot;:&quot;eyJvIjoiLXNjb3JlLGlkIiwidiI6ImFRSUFBQUFBQUFBQWFRMHBJUUVBQUFBQSJ9&quot;,&quot;has_more&quot;:true},&quot;trigger_categories&quot;:[{&quot;created_at&quot;:&quot;2020-07-17T01:30:07Z&quot;,&quot;id&quot;:&quot;10001&quot;,&quot;name&quot;:&quot;Email Triggers&quot;,&quot;position&quot;:0,&quot;updated_at&quot;:&quot;2020-07-17T01:30:07Z&quot;},{&quot;created_at&quot;:&quot;2020-07-17T01:30:07Z&quot;,&quot;id&quot;:&quot;10002&quot;,&quot;name&quot;:&quot;SMS Triggers&quot;,&quot;position&quot;:1,&quot;updated_at&quot;:&quot;2020-07-17T01:30:07Z&quot;}]}