v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
jobs

Get Job Accounting Integration Status

Use this endpoint to get status of the accounting integration sync for the specified job.

get/jobs/{jobId}/accounting/integration-status

Path parameters

jobIdstring uuid required

The job's unique identifier

Response

OK

jobSyncStatus'RequestedSync' | 'Synced' | 'NotSynced' | 'Disconnected' | 'None'

The unique identifier of the resource to post.

syncDatestring date-time

Date time of the latest syncronization.

syncLocationstring

Sync location for the job accounting info.

Example response

{
  "jobSyncStatus": "Synced",
  "syncDate": "2025-01-01T00:00:00Z",
  "syncLocation": "Some folder name"
}