Preview API: Get the children of the content item with given languageAsk AIget http://localhost:65349/api/episerver/v2.0/content/{contentGuid}/childrenPath ParamscontentGuiduuidrequiredParent's guid based referenceQuery ParamsexpandstringList of properties needed to be expanded. The list is separated by commaselectstringList of properties needed to be returned. The list is separated by comma. Default are all properties returnedtopint32The max number of children to return. Default value is 100 and that is also maximum valueHeadersx-epi-continuationstringA token identifying a position to continue from a previously paged response.Accept-LanguagestringDetermines in which language the content should be retrieved. Example: 'en' or 'sv'AuthorizationstringrequiredIt should be in the format 'Bearer your_token', where 'your_token' is the token provided after authorization to access API. Note that there should be a space between 'Bearer' and 'your_token'.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmltext/jsontext/xmlAllowed:application/jsonapplication/xmltext/jsontext/xmlResponses 200OK 400Bad Request 403Forbidden 404Not FoundUpdated about 1 month ago