Emergency Numbers

Manage your Emergency numbers.

List emergency numbers

get

Get a collection of emergency numbers.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
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 · int32Optional

Use the skip query parameter to set the number of items to skip at the start of a collection.

Default: 0
topinteger · int32 · min: 1 · max: 100Optional

Use the top query parameter to specify the page size of the result set.

Default: 100
Responses
get
/emergency_numbers

Add emergency number.

post

Add a new emergency number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
number_prefixstring · min: 1 · max: 64Optional

The emergency number prefix.

descriptionstring · max: 1024Optional

The emergency number description.

Responses
post
/emergency_numbers

Retrieve emergency number

get

Get detail information of emergency number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of emergency number.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
get
/emergency_numbers/{id}

Update emergency number

post

Update a emergency number.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired

The unique ID of emergency number.

stringOptional

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Body
number_prefixstring · min: 1 · max: 64Optional

The emergency number prefix.

descriptionstring · max: 1024Optional

The emergency number description.

Responses
post
/emergency_numbers/{id}

No content

Delete emergency number

post

Delete emergency number

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

The unique ID of the resource.

Example: NzAwNTUxOTA5NzczMTQ4MTYw
Responses
post
/emergency_numbers/{id}/destroy

No content

Last updated