Get all authors with pagination
GET/authors
Get all authors with pagination (10 items per page by default, page 1 by default)
This API will get records from the database and return them as a paginated list.
The default number of items per page is 10 and the default page number is 1. You can change these values by passing the per_page
and page
query parameters.
Request
Responses
- 200
- 400
- 404
- 500
Get list authors successfully
Bad Request
Not found
Internal server error