Get Form Question List
Last updated
Last updated
GET /v1/form/questions HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
{
"data": {
"page": 1,
"perPage": 1,
"totalItems": 1,
"totalPages": 1,
"items": [
{
"category": {
"updated_at": "text",
"uuid": "text",
"created_at": "text",
"id": 1,
"name": "text",
"score": 1
},
"choices": [
{
"correct": true,
"id": "text",
"image": "text",
"value": "text"
}
],
"id": "text",
"required": true,
"type": "short_text",
"video": "text",
"defaultValue": "text",
"file": "text",
"image": "text",
"timer": 1,
"audio": "text",
"fileExtension": "text",
"question": "text"
}
]
},
"message": "success",
"status": true
}