GET api/2.0/crm/voip/numbers/{numberId}/oper
Returns the operators of the phone number with the ID specified in the request.
Name |
Description |
Type |
Example |
numberId
sent in body
|
Phone number ID
|
string
|
some text
|
GET api/2.0/crm/voip/numbers/{numberid}/oper
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
{
"numberId": "some text"
}