Include didn't work in queryEntries
I was trying to put: ["sys.id[in]=xxx","include=4"] as an queryEntries options. But didn't work, the result didn't include all linked items.
This behavior is very different with the contentful-api. Any suggestion how to link all related items to that entries?
Thanks
@hz081
Did you try without the include? for exporting entries, you don't need to specify it.
@marcolink - I'm in the same situation. The entry I'm trying to export has nested structure. As @hz081 mentioned, adding include: x to your API request will get you the structure you need. How would you go about exporting an entry which has nested entries?
+1