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

    iduuid
    Example: 993ed018-9e79-4e50-b97b-984bd5534095
    project_iduuid
    Example: 1313fe58-5e14-4c11-bbe7-6fdfa11fe780
    display_namestring
    Example: Reception
    typestring
    Example: swml_application
    created_atdate-time
    Example: 2024-01-02T00:00:00Z
    updated_atdate-time
    Example: 2024-01-02T00:00:00Z

    swml_application

    object

    iduuid

    A unique identifier for the SWML Application

    namestring
    Example: My SWML Application
    handle_calls_usingstring

    Possible values: [external_url, script]

    Example: external_url
    call_handler_urluri
    Example: https://example.com/call_handler
    call_handler_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_handler_fallback_urluri
    Example: https://example.com/call_handler
    call_handler_fallback_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_status_callback_urluri
    Example: https://example.com/call_handler
    call_status_callback_methodstring

    Possible values: [GET, POST]

    Example: POST
    call_handler_scriptstring
    Example: {"version":"1.0.0","sections":{"main":[{"play":"say:Hello from SignalWire!"}]}}