Show Trigger Revision

GET {{baseUrl}}/api/v2/triggers/:trigger_id/revisions/:trigger_revision_id

Fetches a revision associated with a trigger.

Allowed For

  • Agents

Sideloads

The following sideloads are supported:

NameWill sideload
usersThe user that authored each revision

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"trigger_revision":{"author_id":3343,"created_at":"2020-05-28T06:41:43Z","id":1,"snapshot":{"actions":[{"field":"notification_target","value":["510312","{}"]}],"active":true,"conditions":{"all":[],"any":[{"field":"current_tags","operator":"includes","value":"fire_bulk_1"}]},"description":null,"title":"bulk_test_trigger_1"},"url":"https://example.zendesk.com/api/v2/triggers/261303831/revisions/1.json"}}