Skip to main content

Get SWML Application

GET 

/resources/swml_applications/:id

Returns a SWML Application by ID.

Request

Path Parameters

    id uuidrequired

    The ID of the SWML Application

Responses

A SWML Application

Schema

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

    swml_application

    object

    id uuid

    A unique identifier for the SWML Application

    name string
    handle_calls_using string

    Possible values: [external_url, script]

    call_handler_url uri
    call_handler_method string

    Possible values: [GET, POST]

    call_handler_fallback_url uri
    call_handler_fallback_method string

    Possible values: [GET, POST]

    call_status_callback_url uri
    call_status_callback_method string

    Possible values: [GET, POST]

    call_handler_script string
Loading...