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