circle-info
Squadcast is now SolarWinds Incident Response

SchedulesListSchedulesRequest

Example Usage

import { SchedulesListSchedulesRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: SchedulesListSchedulesRequest = {
  teamID: "<id>",
};

Fields

Field
Type
Required
Description

teamID

string

✔️

N/A

scheduleIDs

number[]

N/A

participants

string[]

N/A

scheduleName

string

N/A

myOnCall

boolean

N/A

youAndYourSquads

boolean

N/A

search

string

N/A

hidePaused

boolean

N/A

ownerID

string

N/A

escalationPolicies

string[]

N/A

withoutEscalationPolicy

boolean

N/A

pageSize

number

N/A

cursor

string

N/A

Last updated