Returns the content entry for a specific id.
Returns the content entry for a specific id.
Path Parameters
- contentId string required
Possible values: Value must match regular expression
\d+
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- id integer
- name string
- title string
- body string
- lastModified date-time
{
"id": 0,
"name": "string",
"title": "string",
"body": "string",
"lastModified": "2024-09-10"
}
Content id does not exist
Loading...