Get philosophers works
Get a list of all the works made by this philosopher.
Path parameters
-
philosopherID
integer(int32) Required Philosopher's ID.
GET
/works/philosophers/{philosopherID}
curl \
-X GET https://philosapi.vercel.app/api/works/philosophers/12
Response examples (200)
[
{
"id": "string",
"title": "string",
"philosopher_id": 42,
"wiki": "string",
"philosopher": "string"
}
]