FindWhoIsOnDuty

Generates a list of who is on duty for the specified Group and time frame (note that all schedule times are based on the Group’s Time Zone).

Sample SOAP Request

Request Parameters

Name

Description

Type

Optional

groupName

Target name of the Group to query

string

no

startDate

Start date of the time frame to search for in the following format:

dd/mm/yyyy h:mm:ss AM/PM

Values earlier than the current date will be adjusted to ‘now’.

string

no

endDate

End date of the time period to search for in the following format:

dd/mm/yyyy h:mm:ss AM/PM

 

Note that the date range must be less than 90 days.

string

no

includeRecipientDetails

Indicates whether to include recipient details in the response

Boolean

no

Sample SOAP Response

Response Parameters

Name

Description

Type

detailedRecipientList

Full list of recipients (included only if includeRecipientDetails flag was set to true)

Note that the recipients returned will include a User's temporary replacement (instead of the User) if applicable.

SoapRecipientList

externallyOwned

Indicates whether this Group is managed by Data Synchronization

Boolean

groupName

Name of the Group

string

groupTimezone

Time zone of the selected Group

SoapGroupTimezone

scheduleList

List of schedules and recipients that are active for the selected timeframe

SoapScheduleList

serverTimestamp

Time corresponding to the server time when the request was made (this should match the associated persisted audit event)

string

status

Final status of the request

string

supervisors

Group’s supervisors

string

Standard SOAP Parameters

SOAP Response Status Messages