Call pickup groups
List call pickup groups
Authorizations
Query parameters
filterstringoptional
Use the filter
query parameter to retrieve just a subset of a collection.
searchstringoptional
Use the search
query parameter to restrict the results of a request to match a search criterion.
orderbystringoptional
Use the orderby
query parameter to specify the sort order of the items returned from server.
The default order is ascending order.
skipinteger · int32 · default: 0optional
Use the skip
query parameter to set the number of items to skip at the start of a collection.
topinteger · int32 · min: 1 · max: 100 · default: 100optional
Use the top
query parameter to specify the page size of the result set.
Responses
application/json
cURL
JavaScript
Python
HTTP
200
4XX
Update an call pickup group.
Authorizations
Path parameters
idall ofrequired
The unique ID of call pick group.
The unique ID of the resource.
Body
namestring · min: 1 · max: 64optional
The name of call park group
descriptionstring · min: 1 · max: 1024optional
The description of call park group.
Responses
cURL
JavaScript
Python
HTTP
200
4XX
No body
Was this helpful?