Skip to main content

Get CXML Application

GET 

/resources/cxml_applications/:id

Returns a CXML Application by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the CXML Application

Responses

A CXML Application

Schema

    id uuid
    project_id uuid
    display_name string
    type string
    created_at date-time
    updated_at date-time

    cxml_application

    object

    id uuid

    A unique identifier for the CXML Application

    name string
    handle_calls_using string

    Possible values: [script, external_url]

    call_handler_url uri
    call_handler_method string

    Possible values: [POST, GET]

    call_handler_fallback_url uri
    call_handler_fallback_method string

    Possible values: [POST, GET]

    call_status_callback_url uri
    call_status_callback_method string

    Possible values: [POST, GET]

Loading...