cURL
curl --request GET \ --url https://api.example.com/content/collection/{contentIDs}
{ "content": {} }
Returns a map of requested content IDs to post objects (or null if not accessible).
Comma-separated list of content IDs
"1,2,3"
A collection of posts by ID
Map of content IDs to post objects or null
Show child attributes