entries
Get the categories that contain the published entry
get/entries/{id}/categories
Path parameters
idinteger required
Entry ID
Response
Successfully retrieved categories
Example response
[
{
"name": "alignment",
"topic": "A collection of alignment algorithms"
}
]