Skip to main content
POST
List

Body

application/json
ids
string<snowflake>[]
team_ids
string<snowflake>[]

If used, it will limit the returned schedule template list to those that are associated with the given team ids (ignoring provided ids that are not).

date_range
string<local-date-interval>
Example:

"2019-11-11/2019-12-12"

is_on_call
boolean
type_ids
string<snowflake>[]

If used, it will limit the returned schedule template list to those that match one of the given schedule template type ids.

Response

200 - application/json
id
string<snowflake>
required
Example:

"872815618512410358"

name
object
required
Example:
description
object | null
required
Example:
team_id
string<snowflake>
required
Example:

"872815618512410358"

type
object
required
color
string
required
hour_ranges
object[]
required
adjustment
object | null
required
tag_ids
string<snowflake>[]
required
break_time
object | null
required
validity
string<local-date-interval> | null
required
Example:

"2019-11-11/2019-12-12"

options
object
required