v1

latestOpenAPI 3.0.32026-08-06138294578.6 KB
Bulk Sync Schedules

Get Bulk Sync Schedules

Lists all schedules configured for a bulk sync.

A bulk sync can have multiple schedules attached; this endpoint returns all of them. Schedule times are returned in UTC.

get/api/bulk/syncs/{sync_id}/schedules

Path parameters

sync_idstring uuid required

Unique identifier of the bulk sync whose schedules should be returned.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the bulk sync whose schedules should be returned.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": [
    {
      "createdBy": "248df4b7-aa70-47b8-a036-33ac447e668d",
      "deletedBy": "248df4b7-aa70-47b8-a036-33ac447e668d",
      "syncId": "248df4b7-aa70-47b8-a036-33ac447e668d",
      "updatedBy": "248df4b7-aa70-47b8-a036-33ac447e668d"
    }
  ]
}