Skip to content

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
Required
Pattern"\\d+(,\\d+)*"

Responses

Success.

application/json
JSON
{
"id": 0,
"name": "string",
"title": "string",
"body": "string",
"lastModified": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python