GET api/v100/feedback?language={language}

Get a list of possible User Feedback Dimension Questions available with a description in the application language. Each question will be evaluated with 1 to 5 stars. The responses will be included in the transaction Experience Notification Request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

Language ISO Code for the question descriptions.

string

Required

Headers

NameDescriptionTypeAdditional information
appkey

Ej. abcdefghijk

None.

session

Ej. 1234567890

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RsFeedbackQuestions
NameDescriptionTypeAdditional information
dimensionID

Feedback Dimension Question Unique Identifier

string

Required

description

Description of the Feedback Question in the requested language.

string

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "dimensionID": "sample string 1",
    "description": "sample string 2"
  },
  {
    "dimensionID": "sample string 1",
    "description": "sample string 2"
  }
]