Shift
List user into the system
Data | Type | Description |
---|---|---|
from_date | String | Start date |
to_date | String | End date |
token | String | Token |
storeid | Integer | Id of store |
curl -X GET \
-H "accept: application/json" \
-H "apikey: generated-api-key" \
-H "token: {token}" \
-H "storeid: {store-id}" \
"https://api.lingaros.com/v1/schedule/v1/shift/list?from_date=2020-08-01&to_date=2020-08-20"