Get Form Response Detail

get form response detail

get
/v2/form/form/response/detail

get form response detail

Authorizations
AuthorizationstringRequired
Query parameters
responseIdstringOptional

id of response

Responses
200

Response

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

Response

{
  "data": {
    "form": {
      "totalQuestions": 1,
      "kind": "form",
      "release": true,
      "questions": [
        {
          "image": "text",
          "audio": "text",
          "id": "text",
          "timer": 1,
          "category": {
            "id": 1,
            "name": "text",
            "score": 1,
            "updated_at": "text",
            "uuid": "text",
            "created_at": "text"
          },
          "choices": [
            {
              "correct": true,
              "id": "text",
              "image": "text",
              "value": "text"
            }
          ],
          "fileExtension": "text",
          "question": "text",
          "video": "text",
          "defaultValue": "text",
          "file": "text",
          "required": true,
          "type": "short_text"
        }
      ],
      "updated_at": "text",
      "formType": "basic",
      "id": "text",
      "randomize": {
        "<category-id>": 1
      },
      "timer": 1,
      "title": "text",
      "created_at": "text",
      "description": "text",
      "cover": "text",
      "userId": 1
    },
    "response": {
      "updated_at": "text",
      "deadline": "text",
      "formId": "text",
      "id": "text",
      "score": 1,
      "startTime": "text",
      "submitted": true,
      "answers": [
        {
          "answer": "text",
          "isCorrect": true,
          "questionId": "text",
          "score": 1
        }
      ],
      "created_at": "text",
      "scored": true,
      "submitTime": "text",
      "userId": 1
    },
    "user": {
      "id": 1,
      "name": "text"
    }
  },
  "message": "success",
  "status": true
}

Last updated