Get the children of the content item with given languageAsk AIget http://localhost:65349/api/episerver/v2.0/content/{contentReference}/childrenPath ParamscontentReferencestringrequiredParent's content referenceQuery ParamsexpandstringList of properties needed to be expanded. The list is separated by commatopint32The max number of children to return.selectstringList of properties needed to be returned. The list is separated by comma. Default are all properties returnedHeadersx-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