Question
Module endpoints
DELETE /questions/:id
DELETE /questions/:idGET /questions
GET /questions{
"data": [
{
"configurations": { "values": ["XL", "M"] },
"createdAt": "2020-08-10T10:00:00.000Z",
"customData": {},
"description": "Clothes size by nomenclature",
"id": "fc78d28f-a8dd-49de-a22f-722fe3bd26c2",
"jsonSchema": {},
"metadata": {},
"productTypeCode": "physical",
"required": true,
"title": "Clothes size",
"typeCode": "single",
"updatedAt": "2020-08-10T10:00:00.000Z"
},
{
"configurations": { "values": ["39-40", "40-41"] },
"createdAt": "2020-08-10T11:00:00.000Z",
"customData": {},
"description": "Boot size by number",
"id": "ec78d28f-a8dd-49de-a22f-722fe3bd26c5",
"jsonSchema": {},
"metadata": {},
"productTypeCode": "physical",
"required": false,
"title": "Boot size",
"typeCode": "multiple",
"updatedAt": "2020-08-10T11:00:00.000Z"
}
],
"total": 2
}GET /questions/:id
GET /questions/:idGET /question-types
GET /question-typesPATCH /questions/:id
PATCH /questions/:idPOST /questions
POST /questionsLast updated