GET genre/list
Retrieves a list of all available genres
Authentication
None
Resource URL
http://localhost:3000/genre/all
Parameters
Example Request
{ "status": "success", "selfLink": "http://localhost:3000/genre/all", "genres": [ { "id": 1, "title": "Art Architecture and Photography" }, { "id": 2, "title": "Biography" }, { "id": 3, "title": "Books for University" } ] }
There was an error while loading. Please reload this page.