Skip to main content

Get forms by conversation id

GET 

/api/v2/agent/:agentCode/forms/:conversationId

Get forms by conversation id

Request

Path Parameters

    agentCode stringrequired
    conversationId uuidrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Responses

Success

Schema

    links

    object[]

    nullable

  • Array [

  • method stringnullable
    url stringnullable
    rel stringnullable
  • ]

  • conversationId uuid

    form

    object

    version int32nullable

    fields

    object[]

    nullable

  • Array [

  • fieldId uuid
    name stringnullable
    value stringnullable
    date date-time
  • ]

Loading...