# Get Endpoint - GetLatestActivity

Returns a last entry from synchronization protocol list.

# HTTP Request

One of the following requests should be made:

GET /odata/synchronizationactivities/elosync.latest(syncjobid={syncJobId})
GET /odata/synchronizationactivities/latest(syncjobid={syncJobId})

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

# Path parameters

Name Description
syncJobId required

# 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 the protocol entry was successful. array SynchronizationActivityEntity
400 If provided request data is invalid.
500 When an server error occurs during the load of protocols.
Dernière mise à jour: 21 février 2025 à 09:59