Skip to content

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
Required
Pattern"\\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