Added

Shift Custom Fields Released

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 definitions
  • GET /schedulers/v1/schedulers/{schedulerId}/shifts - Fetch shifts including custom field values
  • POST /schedulers/v1/schedulers/{schedulerId}/shifts - Create shifts with custom field values
  • PUT /schedulers/v1/schedulers/{schedulerId}/shifts/{shiftId} - Update shifts including custom fields

For more details, see the Shift Scheduler API documentation.