# Get Endpoint - GetJobSettingsById

Loads settings for sync job with provided id.

# HTTP Request

One of the following requests should be made:

GET /odata/settings/elosync.syncjob(repository={repository},syncjobid={syncJobId},category={category},setting={setting})
GET /odata/settings/syncjob(repository={repository},syncjobid={syncJobId},category={category},setting={setting})

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

# Path parameters

Name Description
repository required. Destination repository.
syncJobId required. Id of sync job which settings should be loaded.
category required. Category settings which sould be loaded.
setting required. Setting that should be loaded.

# Request headers

Name Description
Authorization required Bearer {token}. See authorization

# Responses

Code Description Type
200 Settings loaded successfully. array SettingsEntity
400 Data provided by request is invalid.
500 Internal server error while loading settings.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35