Added
Shift Custom Fields Released
15 days ago by ReadMe API
Added support for reading shift custom fields via the Shift Scheduler API. Custom fields must be created in the Connecteam UI, but can now be read and managed through the API.
New Capabilities
- Retrieve custom field definitions for your scheduler
- Read custom field values when fetching shifts
- Set custom field values when creating new shifts
- Update custom field values on existing shifts
Important Notes
- Custom field definitions must be created through the Connecteam UI
- Once created in the UI, fields can be managed through the API
API Endpoints
GET /schedulers/v1/schedulers/{schedulerId}/custom-fields- Get all custom field definitionsGET /schedulers/v1/schedulers/{schedulerId}/shifts- Fetch shifts including custom field valuesPOST /schedulers/v1/schedulers/{schedulerId}/shifts- Create shifts with custom field valuesPUT /schedulers/v1/schedulers/{schedulerId}/shifts/{shiftId}- Update shifts including custom fields
For more details, see the Shift Scheduler API documentation.
