Get log file for sync job

get

/api/v4/admin/sync/logfile

Get log file for the sync job with details of sync records (failed/rejected/completed) and errors.

Versions Supported:

v4

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: object

404 Response

Requested resource could not be found.
Body ()
Root Schema : schema
Type: object

500 Response

An unexpected error occurred during the request.
Body ()
Root Schema : schema
Type: object
Back to Top

Examples

Example Request:

/api/v4/admin/sync/logfile?jobinstanceid=10239

Example Output:

ExternalId,Status,ErrorStatement,Record Sequence
,RE5CLDAwNDY0OTMyOSwxLDE=,FAILED,DCS-10022:Record identified by Company ID or Person ID has expired or has been deleted.,0
,RE5CLDIxNDUxMzA4NywxLDE=,COMPLETED,DCS-25071:Usage is charged as record license has expired.,1
,RE5CLDgxMjU1NjU2MSwxLDE=,REJECTED,DCS-25070:Record is updated but user opted to exclude from Sync Data.,2
Back to Top