Get Form Question List
get question list
Authorizations
AuthorizationstringRequired
Query parameters
formIdstringOptional
id of form
pageintegerOptional
page number
pageSizeintegerOptional
total items in 1 page
Responses
200
Response
application/json
get
/v1/form/questionsGET /v1/form/questions HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200
Response
{
"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
}Last updated