List Workflow Library Triggers
GET {{baseUrl}}/workflow-library/triggers
This lists the workflow triggers available to you
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
filters | string | Filter results using the standard syntax described in V3 API Standard Collection Parameters |
Filtering is supported for the following fields and operators:
id: eq |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"}}}]