data

Available Since: V2.0.1

Query the document data.

Request

GET api/1/content/data/
Parameter Description
id The ID of the document to query.
fields The JSON encoded array of field names to query for.

Successful Response (200)

The array of fields and their values.




TOP