Get Question Detail

get question detail

get
/v1/form/question/detail

get question detail

Authorizations
AuthorizationstringRequired
Query parameters
formIdstringOptional

id of form

questionIdstringOptional

id of question

Responses
200

Response

application/json
get
/v1/form/question/detail
GET /v1/form/question/detail HTTP/1.1
Host: services.alkamedia.id
Authorization: YOUR_API_KEY
Accept: */*
200

Response

{
  "data": {
    "audio": "text",
    "category": {
      "id": 1,
      "name": "text",
      "score": 1,
      "updated_at": "text",
      "uuid": "text",
      "created_at": "text"
    },
    "required": true,
    "type": "short_text",
    "choices": [
      {
        "value": "text",
        "correct": true,
        "id": "text",
        "image": "text"
      }
    ],
    "fileExtension": "text",
    "id": "text",
    "question": "text",
    "video": "text",
    "defaultValue": "text",
    "file": "text",
    "image": "text",
    "timer": 1
  },
  "message": "success",
  "status": true
}

Last updated