# Get Endpoint - GetActivityDetails
Returns list of synchronization protocol details.
# HTTP Request
One of the following requests should be made:
GET /odata/synchronizationactivitydetails
GET /odata/synchronizationactivitydetails/$count
The endpoint supports the following OData query parameters: $select, $expand
# 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 details was successful. | array SynchronizationActivityDetailEntity |
400 | If provided request data is invalid. | |
500 | When an server error occurs during the load of protocol details. |