Hi @klaussner ![]()
Yes, this is a bug! Thank you for flagging this, the team and I are working on a fix for it now. Once our fix is in and deployed, the behavior will be:
- Calling
/wiki/rest/api/content/{whiteboard}/child?expand={whiteboard OR page}will return an empty array; in other words, thechildexpand for whiteboards will always return an empty array. - Calling
/wiki/rest/api/content/{page}/child?expand=pagewill only return pages; we’ll filter out whiteboards here. - Calling
/wiki/rest/api/content/{page}/child?expand=whiteboardwill continue to return an empty array
Thanks again for raising this, I’ll share another update letting you know once the fix is deployed to prod.