Hello Confluence Developer Community,
I’m looking for an endpoint in the Confluence REST API v2 that corresponds to GET /wiki/rest/api/content/{id}/child in v1. This v1 endpoint allows retrieving all child content under a specified content ID, which is very useful for listing all types of children (pages, attachments, comments, etc.) in one call.
After reviewing the v2 documentation, it seems this endpoint or its functionality might not be directly available. Does anyone know if there’s a v2 equivalent, or a recommended workaround for achieving the same result?
Thank you for your guidance!