Survey Livechat Room
    • Dark
      Light
    • PDF

    Survey Livechat Room

    • Dark
      Light
    • PDF

    Article summary

    Post
    /api/v1/livechat/room.survey

    Provide feedback on a Livechat room.

    Body parameters
    Example 1
    {
      "rid": "gMMeBpWyLeowCrzBv",
      "token": "d4a8338e5a7d98b6750b4f839431b34a3f4813b2c43f7d89597948f21f607bb4",
      "data": [
        {
          "name": "additionalFeedback",
          "value": "Thankszzzzz"
        }
      ]
    }
    Expand All
    object
    rid
    string Required

    The room ID.

    token
    string Required

    The visitor token.

    data
    Array of object Required

    An array of object with name and value to provide feedback.

    object
    name
    string
    value
    string
    Responses
    200

    OK

    Success Example
    {
      "rid": "gMMeBpWyLeowCrzBv",
      "data": {
        "additionalFeedback": "Thankszzzzz"
      },
      "success": true
    }
    Expand All
    object
    rid
    string
    data
    object
    additionalFeedback
    string
    success
    boolean
    400

    Bad Request

    Example 1
    {
      "success": false,
      "error": "must have required property 'token' [invalid-params]",
      "errorType": "invalid-params"
    }
    object
    success
    boolean
    error
    string
    errorType
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.