# Get Endpoint - GetSyncCollectionById

Returns information about a specific synchronized collection.

# HTTP Request

One of the following requests should be made:

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

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

# Path parameters

Name Description
key required

# Request headers

Name Description
Authorization required Bearer {token}. See authorization

# Responses

Code Description Type
200 Returned if the information about the collection could be retrieved successfully array SyncCollectionEntity
500 Returned if an error occured while fetching information about a collection.
Dernière mise à jour: 21 février 2025 à 09:59