# Get Endpoint - GetConflictDetailsById

Returns synchronization detail with the given id.

# HTTP Request

One of the following requests should be made:

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

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

# Path parameters

Name Description
key required. Id of synchronization 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 synchronization detail was successful. array SyncConflictDetailEntity
500 When an internal server occurs during the load of synchronization detail.
Last updated: February 14, 2025 at 8:26 AM