Call Forwarding Selective¶
Display user’s call forwarding selective¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/
¶ Retrieve the settings of the Call Forwarding Selective service of the user.
Update a user’s call forwarding selective¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/
¶ Update the settings of the Call Forwarding Selective service of the user.
Additional restrictions
- Request JSON Object:
defaultForwardToPhoneNumber (string) – (Optional) Phone Number or SIP URI, if is a SIP-URI must not contain “sip:” prefix. Length >= 1.
Display user’s call forwarding selective criteria¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/criteria/
(string: instance_name)/
¶ Retrieve the settings of the specified Call Forwarding Selective’s criteria.
Additional information
- Response JSON Object:
timeSchedule (object) – see timeSchedule from Schedule attributes.
holidaySchedule (object) – see holidaySchedule from Schedule attributes.
forwardToNumberSelection (string) – see forwardToNumberSelection from Criteria attributes.
forwardToPhoneNumber (string) – see forwardToPhoneNumber from Criteria attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Assign a user’s call forwarding selective criteria¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/criteria/
¶ Update the settings of the Call Forwarding Selective’s criteria.
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.
forwardToNumberSelection (string) – see forwardToNumberSelection from Criteria attributes.
forwardToPhoneNumber (string) – see forwardToPhoneNumber from Criteria attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Update a user’s call forwarding selective criteria¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/criteria/
(string: instance_name)/
¶ Update the settings of the Call Forwarding Selective service of the user.
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.
forwardToNumberSelection (string) – see forwardToNumberSelection from Criteria attributes.
forwardToPhoneNumber (string) – see forwardToPhoneNumber from Criteria attributes.
fromDnCriteria (object) – see fromDnCriteria from Criteria From DN attributes.
Disassign a user’s call forwarding selective criteria¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/call_forwarding_selective/criteria/
(string: instance_name)/
¶ Disassign the settings of the Call Forwarding Selective service of the user.
Additional restrictions
- Response JSON Object:
name (string) – (Required) see name from Criteria attributes.