Skip to main content

Get a schedule by ID

GET 

/schedules/:scheduleId

The Get Schedule request allows users to get a schedule by its unique ID.

Request

Path Parameters

    scheduleId stringrequired

    The ID of the schedule to update or delete

Responses

Schedule fetched

Schema
    _id uuid
    name string

    Possible values: >= 3 characters and <= 50 characters

    startTime date-time
    endTime date-time
    type string

    Possible values: [repeat, specific]

    date date-time
    isActive boolean
    createdBy object
    _id string
    name string
    email email
    updatedBy object
    _id string
    name string
    email email
Loading...