# Get Endpoint - GetTimeTriggerById

Get a time trigger using its id.

# HTTP Request

One of the following requests should be made:

GET /odata/timetrigger({key})
GET /odata/timetrigger/{key}

The endpoint supports the following OData query parameters: $select, $expand

# Path parameters

Name Description
key required. Id of time trigger that should be loaded.

# Query parameters

Name Description
repository optional. Destination repository key.

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 If the load of time trigger was successful. array TimeTriggerEntity
500 When an server error occurs during the load of time triggers.
Dernière mise à jour: 21 février 2025 à 09:59