---
title: "Get details of quizzes list host by Admin."
method: GET
path: "/v1/admin/reports/list"
tags: ["Reports"]
---

# Get details of quizzes list host by Admin.

`GET /v1/admin/reports/list`

## Query parameters

- `orderBy` string, required

## Response `200`

- object
  - `count` integer
  - `data` object[]
    - `activated_from` NullTime — NullTime implements the Scanner interface so it can be used as a scan destination, similar to NullString.
      - `Time` string, date-time
      - `Valid` boolean
    - `activated_to` NullTime — NullTime implements the Scanner interface so it can be used as a scan destination, similar to NullString.
      - `Time` string, date-time
      - `Valid` boolean
    - `correct_answers` integer
    - `description` NullString — var s NullString err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s) ... if s.Valid { use s.String } else { NULL value }
      - `String` string
      - `Valid` boolean
    - `id` integer[] — A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 4122.
    - `participants` integer
    - `questions` integer
    - `title` string
  - `status` string

## Other responses

- `400` — Fail due to resource not exists
- `401` — Server understand request but refuse to authorize it
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/improwised/apis/untitled-api.md) · [All operations](https://skmtc.net/improwised/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/improwised/untitled-api/revisions/01dc7eb2e8bc/schema)
