# Get all quiz **GET /manager/quiz** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Query parameters - **sort** (string) example :to sort the quiz by id_quiz (-id_quiz: descending, id_quiz: ascending) - **page** (integer) page number - **per_page** (integer) number of items per page - **filter[quiz_search]** (string) retrieve quiz by title / question ## Responses ### 200 returns all quiz (paginated) #### Body: application/json (object) - **current_page** (integer(int32)) - **data** (array[object]) - **first_page_url** (string) - **from** (integer(int32)) - **last_page** (integer(int32)) - **last_page_url** (string) - **links** (array[object]) - **next_page_url** (string) - **path** (string) - **per_page** (integer(int32)) - **prev_page_url** (string(nullable)) - **to** (integer(int32)) - **total** (integer(int32)) ### 401 Unauthorized. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)