Version 2023-01-04 Stable Updates
almost 3 years ago by Ricardo del Cid
The following changes were introduced in version 2023-01-04 Stable:
Changes from previous stable 2022-10-01:
- You can now filter
List Shiftsbyshifts_ids, a comma separated list of shift IDs. Max 100 shift IDs. - The
Retrieve Worked Hours & Wagesremoved the response propertypos_declared_tipsand addeddeclared_tips. The valuedeclared_tipsconsistently includes 7punches or POS declared tips. - The
Retrieve Identityresponse payload now includes an array ofuserobjects related to the identity. - The
Log Bookendpoints are out of beta status.
Additions from previous stable 2022-10-01:
- We have added projected forecast override endpoints. You can now:
- To override a single daily forecast use
Create Projected Forecast Override - To override many forecasts use
Create Projected Forecast Overrides - To revert back to a 7shift forecasts use
Sync Projected Forecast Override
- To override a single daily forecast use
- We have added Tip Pool reporting endpoints. You can now:
- Use
Retrieve day part settingsto get Day Part UUIDs required for reports - Use
Gets tip pool settings for a companyto get tip pool settings for reports - Use
Retrieve Tip Pool Summary Reportto get Tip Pool summary reports
- Use
- We have added a manual tip pool contribution endpoint. You can now add to "manual tip pools" via the
Saves manual entries for a tip poolendpoint.
If you want migrate to the latest API version add you have two options:
- You can add the header
x-api-version: 2023-01-04to your API request. You can do this only to endpoints which you want to upgrade or send it on all your API requests for all endpoints. - If you don't want to set the
x-api-versionheader for all your endpoint requests you can upgrade the base API request of our authentication method by:- for OAuth clients please contact [email protected] and request a version upgrade.
- For Access Token, you can edit the API version under developer tools.
