Responses
-
successful operation
Hide response attributes Show response attributes object
-
Company ID
-
Student ID
-
-
Not authorized
-
Not found
GET
/v1/students/{id}/measurements
curl \
--request GET 'https://api-dev.classmanager.io/v1/students/stu_123123123123/measurements'
Response examples (200)
{
"companyId": "co_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"studentId": "stu_xxxxxxxxxxxxxxxxxxxxxxxxxx",
"height": {
"unit": "mm",
"value": "string"
},
"neck": {
"unit": "mm",
"value": "string"
},
"girth": {
"unit": "mm",
"value": "string"
},
"chest": {
"unit": "mm",
"value": "string"
},
"braSize": {
"unit": "mm",
"value": "string"
},
"waist": {
"unit": "mm",
"value": "string"
},
"hips": {
"unit": "mm",
"value": "string"
},
"inseam": {
"unit": "mm",
"value": "string"
},
"shoeSize": {
"unit": "mm",
"value": "string"
},
"tshirtSize": {
"unit": "mm",
"value": "string"
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}