# Current shift status

Current Shift Status API

## Get current shift status for all employees

 - [POST /clockin/shift/status/v1/get-current-for-all](https://developers.calamari.dev/remote/calamari-public-openapi/current-shift-status/getcurrentshiftstatusforall.md): Get current shift status for all employees.

## Get current shift status for one person.

 - [POST /clockin/shift/status/v1/get-current](https://developers.calamari.dev/remote/calamari-public-openapi/current-shift-status/getcurrentshiftstatusforoneperson.md): Get current shift status for one person.Expect error codes:INVALID_EMPLOYEE - when invalid employee id provided

## Get current presence report for all employees

 - [POST /clockin/shift/status/v1/presence/report](https://developers.calamari.dev/remote/calamari-public-openapi/current-shift-status/getpresencereport.md): Get current presence report for all employees. Results are paged by employees number.Expect error codes:INVALID_PAGE - when invalid page providedINVALID_LIMIT - when invalid limit providedINVALID_DATE_FROM - when invalid date providedINVALID_DATE_TO - when invalid date provided

