Schedules

Show a schedule

Returns details of a specific schedule. The authenticated user must be an owner or admin of the schedule.

get/schedules/{subdomain}

Path parameters

subdomainstring required

The subdomain identifier of the schedule

Response

Schedule details

Changes

Changed in 4 of the 13 revisions of this API.35

    • added the optional property data/profile_image_url to the response with the 200 status

      response-optional-property-added

    • added the optional property data/updated_at to the response with the 200 status

      response-optional-property-added

    • added the optional property data/short_description to the response with the 200 status

      response-optional-property-added

    • api operation id show_schedule was added

      api-operation-id-added

  • 36ccba39bc4d31See the full diff
    • removed the optional property data/profile_image_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/short_description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/updated_at from the response with the 200 status

      response-optional-property-removed

    • api operation id show_schedule removed and replaced with

      api-operation-id-removed