Get Assessment Attributes Detail
| Scope: | get_assessment_attributes_detail |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/assessments/{id}/attributes?lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"attributes": [
{
"id": "sample string 1",
"subGroups": [
{
"id": "sample string 1",
"items": [
{
"id": "sample string 1",
"value": "sample string 2",
"valueId": "sample string 3"
}
]
}
]
}
],
"page": {
"totalRows": 1,
"hasMore": true
}
}