Dynamic Emergency Endpoints

List dynamic emergency endpoints

Returns the dynamic emergency endpoints according to filters

get/dynamic_emergency_endpoints

Query parameters

numberinteger

The page number to load

sizeinteger

The size of the page

Consolidated page parameter (deepObject style). Originally: page[size], page[number]

country_codestring

Filter by country code.

status'pending' | 'activated' | 'rejected'

Filter by status.

Consolidated filter parameter (deepObject style). Originally: filter[status], filter[country_code]

Response

Dynamic Emergency Endpoints Responses

Example response

{
  "data": [
    {
      "callback_number": "+13125550000",
      "caller_name": "Jane Doe Desk Phone",
      "created_at": "2018-02-02T22:25:27.521Z",
      "dynamic_emergency_address_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
      "id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
      "record_type": "dynamic_emergency_endpoint",
      "sip_from_id": "FXDFWEDF",
      "status": "pending",
      "updated_at": "2018-02-02T22:25:27.521Z"
    }
  ],
  "meta": {
    "page_number": 3,
    "page_size": 1,
    "total_pages": 13,
    "total_results": 13
  }
}

Changes

Changed in 2 of the 61 revisions of this API.10

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 400

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 401

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 422

      response-property-type-changed

    • the errors/items/code response's property type/format changed from integer/int32 to string/ for status 500

      response-property-type-changed

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 400

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 401

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 404

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 422

      response-property-type-changed

    • the errors/items/code response's property type/format changed from string/ to integer/int32 for status 500

      response-property-type-changed

    This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog