Need a quick JSON endpoint for your resources? Start by creating a resource with the following settings:
Then create a chunk “api” with the following content:
{'pdoResources' | snippet : [
'parents' => 43,
'return' => 'data'
] | toJSON}
This generates a fast headless JSON API with some help from pdoTools and Fenom:
[
{
"id": 51,
"type": "document",
"pagetitle": "Oviva Direkt",
"longtitle": "",
"description": "Oviva Direkt ist eine App für Patientinnen und Patienten mit Adipositas, die durch eine Ernährungsumstellung sowie die Integration von mehr Bewegung und Sport in den Alltag bei der Gewichtsreduktion unterstützt. Durch Verhaltensänderungen soll das reduzierte Gewicht anschließend langfristig gehalten werden. ",
"alias": "oviva-direkt",
"link_attributes": "",
"published": 1,
"pub_date": 0,
"unpub_date": 0,
"parent": 43,
"isfolder": 0,
"introtext": "",
"richtext": 1,
"template": 3,
"menuindex": 0,
"searchable": 1,
"cacheable": 1,
"createdby": 4,
"createdon": 1666987876,
"editedby": 7,
"editedon": 1713613673,
"deleted": 0,
"deletedon": 0,
"deletedby": 0,
"publishedon": 1666988040,
"publishedby": 4,
"menutitle": "",
…
}
]