Skip to main content

List SWML Scripts

GET 

/resources/swml_scripts

List SWML Scripts

Responses

A list of SWML Scripts

Schema

  • Array [

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

    swml_script

    object

    id uuid

    A unique identifier for the SWML Script

    contents string

    A SWML document. For more information on SWML, please go to https://developer.signalwire.com/sdks/reference/swml/introduction/

    request_url uri
    display_name string
  • ]

Loading...