GET
/
timmi-absences
/
api
/
imports
/
v1.0
/
leavePeriods
/
{summaryId}
/
progress
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/timmi-absences/api/imports/v1.0/leavePeriods/{summaryId}/progress
123

Path Parameters

summaryId
string
required

Identifier of the import

Response

200
application/json
OK

0:not started, 1-99:in progress, 100:success, -1:error

Was this page helpful?