Returns the content entry for a specific id.
GET
/api/content/{contentId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
contentId*
Typestring
RequiredPattern
"\\d+"
Responses
Success
application/json
JSON
{
"id": 0,
"name": "string",
"title": "string",
"body": "string",
"lastModified": "string"
}