Get URIs
Request URL
GET
https://service.dashcs.com/dash-api/xml/emergencyprovisioning/v1/uris
Find all of the URIs belonging to the requesting customer that has active emergency services.
GET https://service.dashcs.com/dash-api/xml/emergencyprovisioning/v1/uris HTTP/1.1
Authorization: Basic YXBpVG9rZW46YXBpU2VjcmV0
Status: 200 OK
Content-Type: text/xml; charset=UTF-8
<ns2:getURIsResponse xmlns:ns2="http://dashcs.com/api/v1/emergency">
<URIs>
<uris>
<callername>Caller One</callername>
<uri>tel:19195551234</uri>
</uris>
<uris>
<callername>Caller Two</callername>
<uri>tel:19195554321</uri>
</uris>
<uris>
<callername>Caller Three</callername>
<uri>tel:19195559876</uri>
</uris>
</URIs>
</ns2:getURIsResponse>