diff --git a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example
new file mode 100644
index 0000000000..eb4514cc91
--- /dev/null
+++ b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.json.example
@@ -0,0 +1,28 @@
+{
+ "ViewInput": {
+ "identifier": "TitleView",
+ "Query": {
+ "Filter": {
+ "ContentTypeIdentifierCriterion": "image",
+ "SectionIdentifierCriterion": "media",
+ "DateMetadataCriterion": {
+ "Target": "modified",
+ "Value": 1675681020,
+ "Operator": "gte"
+ }
+ },
+ "limit": 10,
+ "offset": 0,
+ "SortClauses": {
+ "ContentName": "ascending"
+ },
+ "Aggregations": [
+ {
+ "ContentTypeTermAggregation": {
+ "name": "some name"
+ }
+ }
+ ]
+ }
+ }
+}
diff --git a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example
index 1169f530f4..45cc1f4897 100644
--- a/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example
+++ b/docs/api/rest_api_reference/input/examples/views/POST/ViewInput.xml.example
@@ -1,18 +1,27 @@
Lists the root resources of the Ibexa Platform installation.
+Lists the root resources of the Ibexa Platform installation.
+
+
<?xml version="1.0" encoding="UTF-8"?>
<Root media-type="application/vnd.ez.api.Root+xml">
<content media-type="" href="/api/ezp/v2/content/objects"/>
@@ -255,11 +256,11 @@ Types
file_copy
-
+
{
"Root": {
"_media-type": "application/vnd.ez.api.Root+json",
@@ -356,11 +357,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Root media-type="application/vnd.ez.api.Root+xml">
<content media-type="" href="/api/ezp/v2/content/objects"/>
@@ -398,11 +399,11 @@ Types
file_copy
-
+
{
"Root": {
"_media-type": "application/vnd.ez.api.Root+json",
@@ -547,7 +548,8 @@ /bookmark
GET
/bookmark
- Lists bookmarked Locations for the current user.
+ Lists bookmarked Locations for the current user.
+
Header parameters
@@ -744,11 +746,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<BookmarkList media-type="application/vnd.ez.api.BookmarkList+xml">
<count>3</count>
@@ -777,11 +779,11 @@ Types
file_copy
-
+
{
"BookmarkList": {
"_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -873,11 +875,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<BookmarkList media-type="application/vnd.ez.api.BookmarkList+xml">
<count>3</count>
@@ -1010,11 +1012,11 @@ Types
file_copy
-
+
{
"BookmarkList": {
"_media-type": "application/vnd.ez.api.BookmarkList+json",
@@ -1327,7 +1329,8 @@ /bookmark/{locationId}
POST
/bookmark/{locationId}
-
Add given Location to bookmarks of the current user.
+ Add given Location to bookmarks of the current user.
+
@@ -1403,7 +1406,8 @@ Possible responses
HEAD
/bookmark/{locationId}
- Checks if the given Location is bookmarked by the current user.
+ Checks if the given Location is bookmarked by the current user.
+
@@ -1471,7 +1475,8 @@ Possible responses
DELETE
/bookmark/{locationId}
- Deletes the given Location from bookmarks of the current user.
+ Deletes the given Location from bookmarks of the current user.
+
@@ -1569,7 +1574,8 @@ /content/objects
POST
/content/objects
- Creates a draft assigned to the authenticated user. If a different user ID is given in the input, the draft is assigned to the given user but this action requires special permissions for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user who created the Content item in the source server). The user needs to publish the Content item if it should be visible.
+ Creates a draft assigned to the authenticated user. If a different user ID is given in the input, the draft is assigned to the given user but this action requires special permissions for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user who created the Content item in the source server). The user needs to publish the Content item if it should be visible.
+
Header parameters
@@ -1781,11 +1787,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ContentType href="/api/ezp/v2/content/types/2"/>
@@ -1822,11 +1828,11 @@ Types
file_copy
-
+
{
"ContentCreate": {
"ContentType": {
@@ -1927,11 +1933,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ContentType href="/api/ezp/v2/content/types/2"/>
@@ -1980,11 +1986,11 @@ Types
file_copy
-
+
{
"ContentCreate": {
"ContentType": {
@@ -2085,11 +2091,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -2112,11 +2118,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
<VersionInfo>
@@ -2149,11 +2155,11 @@ Types
file_copy
-
+
{
"Content": {
"_media-type": "application/vnd.ez.api.Content+json",
@@ -2246,11 +2252,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -2363,11 +2369,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
<VersionInfo>
@@ -3589,11 +3595,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -3706,11 +3712,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/67/versions/5">
<VersionInfo>
@@ -4936,11 +4942,11 @@ Types
file_copy
-
+
{
"Content": {
"_media-type": "application/vnd.ez.api.Content+json",
@@ -5124,7 +5130,8 @@ Types
GET
/content/objects
- Loads Content item for a given remote ID.
+ Loads Content item for a given remote ID.
+
Query parameters
@@ -5254,7 +5261,8 @@ /content/objects
GET
/content/objects/{contentId}
-
Loads the Content item for the given ID. Depending on the Accept header the current version is embedded (i.e. the current published version or if it does not exist, the draft of the authenticated user).
+ Loads the Content item for the given ID. Depending on the Accept header the current version is embedded (i.e. the current published version or if it does not exist, the draft of the authenticated user).
+
Header parameters
@@ -5486,11 +5494,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/1"/>
@@ -5516,11 +5524,11 @@ Types
file_copy
-
+
{
"Content": {
"_media-type": "application/vnd.ez.api.Content+json",
@@ -5613,11 +5621,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.Content+xml" href="/api/ezp/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/1"/>
@@ -5722,11 +5730,11 @@ Types
file_copy
-
+
{
"Content": {
"_media-type": "application/vnd.ez.api.Content+json",
@@ -5893,7 +5901,8 @@ Types
PATCH
/content/objects/{contentId}
- This method updates the content metadata which is independent from a version. PATCH or POST with header X-HTTP-Method-Override PATCH.
+ This method updates the content metadata which is independent from a version. PATCH or POST with header X-HTTP-Method-Override PATCH.
+
Header parameters
@@ -6127,11 +6136,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<ContentUpdate>
<mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6193,11 +6202,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<ContentUpdate>
<mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6250,11 +6259,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -6320,11 +6329,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Content media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
<ContentType media-type="application/vnd.ez.api.ContentType+xml" href="/api/ezp/v2/content/types/2"/>
@@ -6373,7 +6382,8 @@ Types
DELETE
/content/objects/{contentId}
- Deletes Content item. If Content item has multiple Locations, all of them will be deleted via delete a subtree.
+ Deletes Content item. If Content item has multiple Locations, all of them will be deleted via delete a subtree.
+
@@ -6441,7 +6451,8 @@ Possible responses
COPY
/content/objects/{contentId}
- Creates new Content item as a copy, under the given parent Location given in the destination header. COPY or POST with header X-HTTP-Method-Override COPY.
+ Creates new Content item as a copy, under the given parent Location given in the destination header. COPY or POST with header X-HTTP-Method-Override COPY.
+
Header parameters
@@ -6556,7 +6567,8 @@ DELETE
/content/objects/{contentId}/translations/{languageCode}
-
Permanently deletes a translation from all versions of a Content item.
+ Permanently deletes a translation from all versions of a Content item.
+
@@ -6661,7 +6673,8 @@ /
GET
/content/objects/{contentId}/currentversion
-
Redirects to the current version of the Content item.
+ Redirects to the current version of the Content item.
+
@@ -6775,11 +6788,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/1">
<VersionInfo>
@@ -6811,11 +6824,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -6911,11 +6924,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/1">
<VersionInfo>
@@ -7097,11 +7110,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -7326,7 +7339,8 @@ Types
COPY
/content/objects/{contentId}/currentversion
- The system creates a new draft as a copy of the current version. COPY or POST with header X-HTTP-Method-Override COPY.
+ The system creates a new draft as a copy of the current version. COPY or POST with header X-HTTP-Method-Override COPY.
+
Header parameters
@@ -7489,11 +7503,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/2">
<VersionInfo>
@@ -7525,11 +7539,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -7625,11 +7639,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/2">
<VersionInfo>
@@ -7811,11 +7825,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -8054,7 +8068,8 @@ /conten
GET
/content/objects/{contentId}/versions
-
Returns a list of all versions of the Content item. This method does not include fields and relations in the version elements of the response.
+ Returns a list of all versions of the Content item. This method does not include fields and relations in the version elements of the response.
+
Header parameters
@@ -8201,11 +8216,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<VersionList media-type="application/vnd.ez.api.VersionList+xml" href="/api/ezp/v2/content/objects/61/versions">
<VersionItem>
@@ -8235,11 +8250,11 @@ Types
file_copy
-
+
{
"VersionList": {
"_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8331,11 +8346,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<VersionList media-type="application/vnd.ez.api.VersionList+xml" href="/api/ezp/v2/content/objects/61/versions">
<VersionItem>
@@ -8416,11 +8431,11 @@ Types
file_copy
-
+
{
"VersionList": {
"_media-type": "application/vnd.ez.api.VersionList+json",
@@ -8618,7 +8633,8 @@ GET
/content/objects/{contentId}/versions/{versionNo}
-
Loads a specific version of a Content item. This method returns Fields and relations.
+ Loads a specific version of a Content item. This method returns Fields and relations.
+
Header parameters
@@ -8882,11 +8898,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
<VersionInfo>
@@ -8918,11 +8934,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -9018,11 +9034,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
<VersionInfo>
@@ -9204,11 +9220,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -9433,7 +9449,8 @@ Types
PATCH
/content/objects/{contentId}/versions/{versionNo}
- A specific draft is updated. PATCH or POST with header X-HTTP-Method-Override PATCH.
+ A specific draft is updated. PATCH or POST with header X-HTTP-Method-Override PATCH.
+
Header parameters
@@ -9702,11 +9719,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<VersionUpdate xmlns:p="http://ez.no/API/Values"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -9780,11 +9797,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<VersionUpdate xmlns:p="http://ez.no/API/Values"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -9849,11 +9866,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version href="/content/objects/23/versions/4" media-type="application/vnd.ez.api.Version+xml">
<VersionInfo>
@@ -9934,11 +9951,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version href="/content/objects/23/versions/4" media-type="application/vnd.ez.api.Version+xml">
<VersionInfo>
@@ -10018,7 +10035,8 @@ Types
COPY
/content/objects/{contentId}/versions/{versionNo}
- The system creates a new draft as a copy of the given version. COPY or POST with header X-HTTP-Method-Override COPY.
+ The system creates a new draft as a copy of the given version. COPY or POST with header X-HTTP-Method-Override COPY.
+
Header parameters
@@ -10173,11 +10191,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
<VersionInfo>
@@ -10209,11 +10227,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -10309,11 +10327,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/61/versions/3">
<VersionInfo>
@@ -10495,11 +10513,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -10724,7 +10742,8 @@ Types
DELETE
/content/objects/{contentId}/versions/{versionNo}
- Deletes the content version.
+ Deletes the content version.
+
@@ -10800,7 +10819,8 @@ Possible responses
PUBLISH
/content/objects/{contentId}/versions/{versionNo}
- Publishes the content version. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH
+ Publishes the content version. PUBLISH or POST with header X-HTTP-Method-Override PUBLISH
+
@@ -10890,7 +10910,8 @@ DELETE
/content/objects/{contentId}/versions/{versionNo}/translations/{languageCode}
-
Removes a translation from a version draft.
+ Removes a translation from a version draft.
+
@@ -11003,7 +11024,8 @@ GET
/content/objects/{contentId}/versions/{versionNo}/relations
-
Loads the Relations of the given version.
+ Loads the Relations of the given version.
+
Header parameters
@@ -11208,11 +11230,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/59/versions/1">
<VersionInfo>
@@ -11244,11 +11266,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -11344,11 +11366,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Version media-type="application/vnd.ez.api.Version+xml" href="/api/ezp/v2/content/objects/59/versions/1">
<VersionInfo>
@@ -11530,11 +11552,11 @@ Types
file_copy
-
+
{
"Version": {
"_media-type": "application/vnd.ez.api.Version+json",
@@ -11759,7 +11781,8 @@ Types
POST
/content/objects/{contentId}/versions/{versionNo}/relations
- Creates a new Relation of type COMMON for the given draft.
+ Creates a new Relation of type COMMON for the given draft.
+
Header parameters
@@ -11934,11 +11957,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Relation media-type="application/vnd.ez.api.Relation+xml" href="/api/ezp/v2/content/objects/59/versions/2/relations/40">
<SourceContent media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/59"/>
@@ -11956,11 +11979,11 @@ Types
file_copy
-
+
{
"Relation": {
"_media-type": "application/vnd.ez.api.Relation+json",
@@ -12043,11 +12066,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Relation media-type="application/vnd.ez.api.Relation+xml" href="/api/ezp/v2/content/objects/59/versions/2/relations/40">
<SourceContent media-type="application/vnd.ez.api.ContentInfo+xml" href="/api/ezp/v2/content/objects/59"/>
@@ -12065,11 +12088,11 @@ Types
file_copy
-
+
{
"Relation": {
"_media-type": "application/vnd.ez.api.Relation+json",
@@ -12136,7 +12159,8 @@ GET
/content/objects/{contentId}/versions/{versionNo}/relations/{relationId}
-
Loads a Relation for the given Content item.
+ Loads a Relation for the given Content item.
+
Header parameters
@@ -12253,7 +12277,8 @@ Possible responses
DELETE
/content/objects/{contentId}/versions/{versionNo}/relations/{relationId}
- Deletes a Relation of the given draft.
+ Deletes a Relation of the given draft.
+
@@ -12343,7 +12368,8 @@ /conte
GET
/content/objects/{contentId}/relations
-
Redirects to the Relations of the current version.
+ Redirects to the Relations of the current version.
+
@@ -12432,7 +12458,8 @@ /conte
POST
/content/objects/{contentId}/locations
-
Creates a new Location for the given Content item.
+ Creates a new Location for the given Content item.
+
Header parameters
@@ -12634,11 +12661,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<LocationCreate>
<ParentLocation href="/api/ezp/v2/content/locations/1/42" />
@@ -12658,11 +12685,11 @@ Types
file_copy
-
+
{
"LocationCreate": {
"ParentLocation": {
@@ -12739,11 +12766,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<LocationCreate>
<ParentLocation href="/api/ezp/v2/content/locations/1/42" />
@@ -12763,11 +12790,11 @@ Types
file_copy
-
+
{
"LocationCreate": {
"ParentLocation": {
@@ -12832,11 +12859,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/42/96">
<id>96</id>
@@ -12866,11 +12893,11 @@ Types
file_copy
-
+
{
"Location": {
"_media-type": "application/vnd.ez.api.Location+json",
@@ -12967,11 +12994,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/42/96">
<id>96</id>
@@ -13021,11 +13048,11 @@ Types
file_copy
-
+
{
"Location": {
"_media-type": "application/vnd.ez.api.Location+json",
@@ -13136,7 +13163,8 @@ Types
GET
/content/objects/{contentId}/locations
- Loads all Locations for the given Content item.
+ Loads all Locations for the given Content item.
+
Header parameters
@@ -13319,11 +13347,11 @@ Types
file_copy
-
+
<?xml version="1.0" encoding="UTF-8"?>
<LocationList media-type="application/vnd.ez.api.LocationList+xml" href="/api/ezp/v2/content/objects/63/locations">
<Location media-type="application/vnd.ez.api.Location+xml" href="/api/ezp/v2/content/locations/1/2/57/65"/>
@@ -13339,11 +13367,11 @@ Types
file_copy
-
+
{
"LocationList": {
"_media-type": "application/vnd.ez.api.LocationList+json",
@@ -13423,11 +13451,11 @@ Types
file_copy
-
+