BatchContentResponse
Response with content for multiple entries
entries object[]required
List of entry content
Array [
entry_idEntry Id (integer)required
Entry ID
content objectrequired
Processed content
property name*any
Processed content
]
BatchContentResponse
{
"entries": [
{
"entry_id": 0,
"content": {}
}
]
}