# Get Endpoint - GetSyncJobTriggerRelationById

Get the relation between the given sync job and trigger.

# HTTP Request

One of the following requests should be made:

GET /api/syncjobtriggerrelations({syncjobid},{triggerid})

# Query parameters

Name Description
syncjobid optional. Id of sync job trigger relation that should be loaded.
triggerId optional
repository optional. Destination repository key.

# Request headers

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

# Responses

Code Description Type
200 If the load of sync job trigger relation was successful. array SyncJobTriggerEntity
500 When an server error occurs during the load of sync job trigger relation.
Last updated: May 15, 2025 at 6:02 PM