List External SWML Handler Addresses
GET/resources/external_swml_handlers/:external_swml_handler_id/addresses
A list of External SWML Handler Addresses
Request
Path Parameters
Unique ID of a External SWML Handler.
Responses
- 200
- 401
- 404
The request has succeeded.
- application/json
- Schema
- Example (from schema)
Schema
Array [
- AudioChannel
- MessagingChannel
- VideoChannel
]
data
object[]
required
Universal Unique Identifier.
Universal Unique Identifier.
Name of the Fabric Address.
Display name of the Fabric Address.
Possible values: [app
, room
, call
, subscriber
]
DisplayTypes
Cover url of the Fabric Address.
Preview url of the Fabric Address.
channel
object
required
oneOf
Audio Channel of Fabric Address
Messaging Channel of Fabric Address
Video Channel of Fabric Address
links
object
required
Link of the current page
Link to the first page
Link to the next page
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"resource_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "justice-league",
"display_name": "Justice League",
"type": "app",
"cover_url": "https://coverurl.com",
"preview_url": "https://previewurl.com",
"channel": {
"audio": "/external/resource_name?channel=audio"
}
}
],
"links": {
"self": "https://{space_name}.signalwire.com/api/fabric/resources/external_swml_handlers/a87db7ed-8ebe-42e4-829f-8ba5a4152f54/addresses?page_number=0&page_size=50",
"first": "https://{space_name}.signalwire.com/api/fabric/resources/external_swml_handlers/a87db7ed-8ebe-42e4-829f-8ba5a4152f54/addresses?page_number=0&page_size=50",
"next": "https://{space_name}.signalwire.com/api/fabric/resources/external_swml_handlers/a87db7ed-8ebe-42e4-829f-8ba5a4152f54/addresses?page_number=1&page_size=50&page_token=PAbff61159-faab-48b3-959a-3021a8f5beca"
}
}
Access is unauthorized.
- application/json
- Schema
Schema
string
Possible values: [Unauthorized
]
The server cannot find the requested resource.
- application/json
- Schema
Schema
string
Possible values: [Not Found
]