Get Question Category List

get question category list

get
/v1/form/question/categories

get question category list

Authorizations
AuthorizationstringRequired
Query parameters
pageintegerOptional

page number

pageSizeintegerOptional

total items in 1 page

Responses
200

Response

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

Response

{
  "status": true,
  "data": {
    "items": [
      {
        "created_at": "text",
        "id": 1,
        "name": "text",
        "score": 1,
        "updated_at": "text",
        "uuid": "text"
      }
    ],
    "page": 1,
    "perPage": 1,
    "totalItems": 1,
    "totalPages": 1
  },
  "message": "success"
}

Last updated