Skip to main content

List External SWML Handlers

GET 

/resources/external_swml_handlers

A list of External SWML Handlers

Request

Responses

The request has succeeded.

Schema

    data

    object[]

    required

  • Array [

  • id uuidrequired

    Universal Unique Identifier.

    name stringrequired

    Name of the External SWML Handler.

    used_for stringrequired

    Possible values: [calling]

    Used for of the External SWML Handler.

    primary_request_url stringrequired

    Primary request url of the External SWML Handler.

    primary_request_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

    fallback_request_url stringrequired

    Fallback request url of the External SWML Handler.

    fallback_request_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

    status_callback_url stringrequired

    Status callback url of the External SWML Handler.

    status_callback_method UrlMethodType (string)required

    Possible values: [GET, POST]

    The method type to use for the URL

  • ]

  • links

    object

    required

    self urirequired

    Link of the current page

    first urirequired

    Link to the first page

    next urirequired

    Link to the next page

Loading...