Get Endpoint - GetTriggerById
Get a trigger using its id
HTTP Request
One of the following requests should be made:
The endpoint supports the following OData query parameters: $select, $expand
Path parameters
| Name | Description |
| key | required. Id of trigger that should be loaded. |
Query parameters
| Name | Description |
| repository | optional. Destination repository key. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | If the load of trigger was successful. | array TriggerEntity |
500 | When an server error occurs during the load of triggers. | |