# Get Endpoint - GetActivityDetailById

Returns synchronization protocol detail with the provided id.

# HTTP Request

One of the following requests should be made:

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

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

# Path parameters

Name Description
key required. Id of synchronization protocol detail 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 protocol detail was successful. array SynchronizationActivityDetailEntity
400 If provided request data is invalid.
500 When an server error occurs during the load of protocol detail.
Zuletzt aktualisiert: 7. Februar 2025 um 08:35