Call Notify¶
Display user’s call notify¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/
¶ The API is mapped to UserCallNotifyGetRequest
Additional information
- Response JSON Object:
locations (array) – a list of location objects as defined as Location attributes.
criteria (array) – a list of criteria objects as defined as Criteria attributes.
Update a user’s call notify¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/
¶ The API is mapped to UserCallNotifyModifyRequest
Additional restrictions
- Request JSON Object:
locations (array) – a list of location objects as defined as Location attributes.
criteria (array) – a list of criteria objects as defined as Criteria attributes.
Display user’s call notify criteria¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/criteria/
(string: instance_name)/
¶ The API is mapped to UserCallNotifyGetCriteriaRequest16
Additional information
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Assign a user’s call notify criteria¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/criteria/
¶ The API is mapped to UserCallNotifyAddCriteriaRequest16
Additional restrictions
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Update a user’s call notify criteria¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/criteria/
(string: instance_name)/
¶ The API is mapped to UserCallNotifyModifyCriteriaRequest
Additional restrictions
- Request JSON Object:
name (string) – (Required) see name from Criteria attributes.
newName (string) – see newName from Criteria attributes.
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Disassign a user’s call notify criteria¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_notify/criteria/
(string: instance_name)/
¶ The API is mapped to UserCallNotifyDeleteCriteriaRequest
Additional restrictions
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.