GET /glossary/{id}
GET /glossary/
Handler
Note
Retrieves a single glossary entry by ID.
Authentication
None.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
slug |
string | Project slug |
id |
string | Entry UUID |
Query Parameters
None.
Request Body
None.
Success Response
Status: 200 OK
Returns the full GlossaryEntry object.
Error Responses
| Status | Description |
|---|---|
| 404 | Entry not found |
| 500 | Server error |