getAllAnswers
GET/api/suppliers/getAllAnswers
Retrieves a list of all supported qualifications options.
Request
Query Parameters
lang_id integerrequired
Language identifier to filter answer options by a specific language. This parameter is required.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
status integer
Answers
object[]
oid integer
demographicId string
queryId string
optionText string
lang_code string
{
"status": 200,
"Answers": [
{
"oid": 149388,
"demographicId": "620196Demo1562404128621",
"queryId": "6620196Demo15624041286216query1562404194314",
"optionText": "Male",
"lang_code": "En-US"
}
]
}
Loading...