Skip to main content

List Call Flow Versions

GET 

/resources/call_flow/:id/versions

Returns a list of versions of a Call Flow.

Request

Path Parameters

    id uuidrequired

    The ID of the Call Flow

Responses

A list of Call Flow versions

Schema

    links

    object

    self uri
    first uri
    next uri
    prev uri

    data

    object[]

  • Array [

  • id uuid
    created_at date-time
    updated_at date-time
    document_version integer

    The current revision of the call flow.

    flow_data string
    relayml string

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

  • ]

Loading...