GET
/
timmi-absences
/
api
/
imports
/
v1.0
/
leavePeriods
/
{summaryId}
/
progress
curl --request GET \
  --url https://{host}/timmi-absences/api/imports/v1.0/leavePeriods/{summaryId}/progress \
  --header 'Authorization: <authorization>'
123

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

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?