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
- 401
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- title string
- body string
- lastModified date-time
{
"title": "string",
"body": "string",
"lastModified": "2023-06-05"
}
Not logged in
Content id does not exist
Loading...