Shift Exporting

Shift data can be exported in Microsoft XLSX format.

Export Shift Data

curl -i -X GET "https://example.ziik.io/api/shifts/export"
  -H "Authorization: Bearer aaaaaa.bbbbbb.cccccc"

The above command returns an XLSX document with shift data for the filtering parameters

This endpoints returns an XLSX document with shift data for the filtering parameters

HTTP Request

GET https://example.ziik.io/api/shifts/export

Query Parameters

ParameterTypeRequiredDescription
unitIntegerIf no user specifiedID of unit
userIntegerIf no unit specifiedID of user
startIntegerYesUNIX Timestamp of earliest starting timestamp for shift
endIntegerYesUNIX Timestamp of latest starting timestamp for shift
typesArrayNoArray of shift types (1,2 and/or 3) - defaults to any type
Last Updated:
Contributors: Christian Gerdes