Get Shift Substitutions
get https://api.everbridge.net/rest/scheduling//shiftSubstitutions/
Return Type
shiftSubstitution Object
Parameters
Name | Required? | Data Type | Options | Description |
---|---|---|---|---|
organizationId | y | long | The ID of the organization that owns this resource. | |
ids | y | string | The ID or IDs (comma-delimited) of the resources to update. | |
fields | n | string | Any ShiftSubstitution field Ex: calendarId, shiftScheduleId | Fields to be included in the response. Fields[resourceName] may be used to specify fields returned for included documents. When doing so, it is not necessary to also request to include the resource as the include is implied by the fields request. |
include | n | string | "calendar", "shiftSchedule", "contact", "group" | Specifying the includes parameter will result in a compound document response, adding resources to included which have been referenced by resources returned in data. Include may be specified as a comma-delimited list of resource names. |
Error Messages
status | message |
---|---|
400 | Type mismatch exception |
404 | Resource not found |
500 | Internal Error |