Skip to main content

List External LAML Handler Addresses

GET 

/resources/external_laml_handlers/:external_laml_handler_id/addresses

A list of External LAML Handler Addresses

Request

Path Parameters

    external_laml_handler_id uuidrequired

    Unique ID of a External LAML Handler.

Responses

The request has succeeded.

Schema

    data

    object[]

    required

  • Array [

  • id uuidrequired

    Universal Unique Identifier.

    resource_id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the Fabric Address.

    display_name stringrequired

    Display name of the Fabric Address.

    type DisplayTypes (string)required

    Possible values: [app, room, call, subscriber]

    DisplayTypes

    cover_url stringrequired

    Cover url of the Fabric Address.

    preview_url stringrequired

    Preview url of the Fabric Address.

    channel

    object

    required

    oneOf

    audio stringrequired

    Audio Channel of Fabric Address

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    first urirequired

    Link to the first page

    next urirequired

    Link to the next page

Loading...