Bandwidth · JSON Structure

Emergency Calling Location List Response Structure

Response containing a list of E911 locations

Type: object Properties: 2
CommunicationsCPaaSVoiceMessagingTelephonySMSMFA

LocationListResponse is a JSON Structure definition published by Bandwidth, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

totalCount locations

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/emergency-calling-location-list-response-structure.json",
  "name": "LocationListResponse",
  "description": "Response containing a list of E911 locations",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "int32",
      "description": "Total number of locations"
    },
    "locations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Location"
      }
    }
  }
}