Skip to main content

Get a schedule

GET 

/schedules/:id

Get an existing schedule.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the schedule

    name stringrequired

    Possible values: <= 31 characters, Value must match regular expression ^[ a-zA-Z\d._-]+$

    The name of the schedule

    schedule_type object required
    oneOf
    recurring object
    oneOf
    weekly object
    sunday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    monday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    tuesday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    wednesday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    thursday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    friday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

    saturday string[]

    Possible values: >= 11 characters and <= 11 characters, Value must match regular expression ([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])

Loading...