Get Sync Request Using GET
Get a sync request by id
Request
URI
GET
https://{api_host}/content/api/sourcecontrol/sync-requests/{id}
COPY
Path Parameters
string
id
Required
ID of the sync request
Responses
200
Sync request for id
Returns
SourceControlSyncRequest
of type(s)
application/json
{
"createdAt": "string",
"lastUpdatedAt": "string",
"message": "string",
"projectId": "string",
"requestId": "string",
"sourceId": "string",
"status": "string"
}
string As date-time
As date-time
createdAt
Optional
Created at
string As date-time
As date-time
lastUpdatedAt
Optional
Last Updated at
string
message
Optional
Message
string
projectId
Optional
Project Id
string As uuid
As uuid
requestId
Optional
Request Id
string As uuid
As uuid
sourceId
Optional
Content Source Id
string
status
Optional
Status
Possible values are :
REQUESTED,
STARTED,
PROCESSING,
COMPLETED,
FAILED,
SKIPPED,
404
request not found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/content/api/sourcecontrol/sync-requests/{id}
Source Control Sync Operations
POST
Schedule Sync All Using POST
GET
Sync History Using GET
POST
Schedule Sync Using POST
GET
Get Sync Request Using GET