Get content by given content reference and languageAsk AIget http://localhost:65349/api/episerver/v2.0/content/{contentReference}Path ParamscontentReferencestringrequiredContent reference to retrieve dataQuery 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 returnedHeadersAccept-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