filter
Genre
filter
Get Filtered Genres
This endpoint retrieves a list of filtered genres based on the provided query parameters.
Response
The response will be a JSON object with the following schema:
{
"data": {
"genres": {
"docs": [
{
"_id": "string",
"name": "string",
"createdAt": "string",
"updatedAt": "string",
"__v": 0
}
],
"totalDocs": 0,
"offset": 0,
"limit": 0,
"totalPages": 0,
"page": 0,
"pagingCounter": 0,
"hasPrevPage": true,
"hasNextPage": true,
"prevPage": null,
"nextPage": null
}
},
"error": null
}
GET
filter