# Get Shifts **GET /staff/v1/businessLocations/{businessLocationId}/shift** ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ### Query parameters - **page** (integer(int32)) The page number, when paginating. - **size** (integer(int32)) Number of results to return per page, when paginating. - **sort** (array[string]) Sort by field and direction. - **startTime** (string(date-time)) Show results after this start time. The format should be `yyyy-MM-dd'T'HH:mm:ss` (ISO 8601 format). - **endTime** (string(date-time)) Show results before this end time. The format should be `yyyy-MM-dd'T'HH:mm:ss` (ISO 8601 format). - **staffId** (integer(int64)) Filter on the unique identifier for the user. ## Responses ### 200 List of shifts with related links. #### Body: application/json (object) - **data** (object) - **links** (object) - **page** (object) [Powered by Bump.sh](https://bump.sh)