| Constructor and Description |
|---|
GetScheduleOnCallRespondersOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
OnCallApi.GetScheduleOnCallRespondersOptionalParameters |
filterAtTs(String filterAtTs)
Set filterAtTs.
|
OnCallApi.GetScheduleOnCallRespondersOptionalParameters |
filterPosition(String filterPosition)
Set filterPosition.
|
OnCallApi.GetScheduleOnCallRespondersOptionalParameters |
include(String include)
Set include.
|
public GetScheduleOnCallRespondersOptionalParameters()
public OnCallApi.GetScheduleOnCallRespondersOptionalParameters include(String include)
include - Comma-separated list of included relationships to be returned. Allowed values:
schedule, responders, responders.shifts,
responders.shifts.user. (optional)public OnCallApi.GetScheduleOnCallRespondersOptionalParameters filterPosition(String filterPosition)
filterPosition - Comma-separated list of positions to retrieve. Allowed values:
previous, current, next. Defaults to current
if omitted. (optional)public OnCallApi.GetScheduleOnCallRespondersOptionalParameters filterAtTs(String filterAtTs)
filterAtTs - Retrieves the on-call responders at the given timestamp in RFC3339 format
(for example, 2025-05-07T02:53:01Z or 2025-05-07T02:53:01+00:00
). When using timezone offsets with + or -, ensure proper URL
encoding (+ should be encoded as %2B). Defaults to the current
time if omitted. (optional)Copyright © 2026. All rights reserved.