getAllQualifications
GET/api/suppliers/getAllQulifications
Retrieves a list of all supported qualifications.
Request
Query Parameters
lang_id integer
Language identifier to filter qualifications by a specific language.
Example: 4
Header Parameters
Content-Type stringrequired
Specifies the media type of the resource. Required to be "application/json".
Example: application/json
Authorization stringrequired
Bearer token for authorization to access the endpoint.
Example: Bearer 99153XXX66580
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
status integer
Qualifications
object[]
qid integer
queryId string
demographicId string
question string
lang_code string
{
"status": 200,
"Qualifications": [
{
"qid": 1,
"queryId": "6620196Demo15624041286216query1562404194314",
"demographicId": "620196Demo1562404128621",
"question": "What is your gender?",
"lang_code": "En-US"
}
]
}
{
"status": 200,
"Qualifications": [
{
"qid": 1,
"queryId": "6620196Demo15624041286216query1562404194314",
"demographicId": "620196Demo1562404128621",
"question": "What is your gender?",
"lang_code": "En-US"
},
{
"qid": 2,
"queryId": "6620196Demo15624043959596query1562404421694",
"demographicId": "620196Demo1562404395959",
"question": "What is your zip code?",
"lang_code": "En-US"
},
{
"qid": 3,
"queryId": "6620196Demo15624046209736query1562404637391",
"demographicId": "620196Demo1562404620973",
"question": "Are you of Hispanic, Latino, or Spanish origin?",
"lang_code": "En-US"
},
{
"qid": 4,
"queryId": "6620196Demo15624052473206query1562405300203",
"demographicId": "620196Demo1562405247320",
"question": "What is your race?",
"lang_code": "En-US"
}
]
}
Loading...