v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Integrations > SyncableItem

Reads all Syncable items

Reads all Syncable items

get/api/2026-07-01/resources/integrations/syncable_items

Query parameters

sync_run_idstring required

Identifier of the sync run

Example:1

Identifier of the sync run

Response

OK

Example response

{
  "data": [
    {
      "syncable_sync_run_id": "1",
      "sync_payload": {
        "employee_id": 1,
        "payroll_concept_id": 1,
        "legal_entity_id": 1,
        "amount": 7500,
        "unit": "money",
        "effective_on": "2028-03-31",
        "employee_company_identifier": "123456"
      },
      "syncable_type": "compensations/compensation"
    }
  ]
}