Returns the content entry for a specific id.
GET
/api/contents/{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
"[1-9][0-9]*"Responses
Success
application/json
JSON
{
"id": 0,
"name": "string",
"title": "string",
"body": "string",
"lastModified": "string"
}