List Workflow Library Triggers

GET {{baseUrl}}/workflow-library/triggers

This lists the workflow triggers available to you

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
filtersstringFilter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

id: eq |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"idn:identity-attributes-changed","type":"EVENT","name":"Identity Attributes Changed","description":"One or more identity attributes changed.","isDynamicSchema":false,"inputExample":{"changes":[{"attribute":"department","newValue":"marketing","oldValue":"sales"},{"attribute":"manager","newValue":{"name":"mean.guy","type":"IDENTITY"},"oldValue":{"name":"nice.guy","type":"IDENTITY"}},{"attribute":"email","newValue":"john.doe@gmail.com","oldValue":"john.doe@hotmail.com"}],"identity":{"name":"john.doe","type":"IDENTITY"}}},{"id":"idn:identity-attributes-changed","type":"EVENT","name":"Identity Attributes Changed","description":"One or more identity attributes changed.","isDynamicSchema":false,"inputExample":{"changes":[{"attribute":"department","newValue":"marketing","oldValue":"sales"},{"attribute":"manager","newValue":{"name":"mean.guy","type":"IDENTITY"},"oldValue":{"name":"nice.guy","type":"IDENTITY"}},{"attribute":"email","newValue":"john.doe@gmail.com","oldValue":"john.doe@hotmail.com"}],"identity":{"name":"john.doe","type":"IDENTITY"}}}]