From 570b67c3b8177dc6695941ee6fe56557c347b299 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Wed, 11 May 2022 17:33:30 +0200 Subject: [PATCH 01/20] ez-content-location.raml: Fix /children and /urlaliases indentation --- .../input/ez-content-location.raml | 104 +++++++++--------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-content-location.raml b/docs/api/rest_api_reference/input/ez-content-location.raml index a82daecf3b..a4e9456252 100644 --- a/docs/api/rest_api_reference/input/ez-content-location.raml +++ b/docs/api/rest_api_reference/input/ez-content-location.raml @@ -84,58 +84,58 @@ get: description: Error - the user is not authorized to delete this subtree. 404: description: Error - the Location with the given ID does not exist. - /children: - get: - displayName: Get child Locations. - description: Loads all child Locations for the given parent Location. - queryParameters: - offset: - description: The offset of the result set. - type: integer - limit: - description: The number of Locations returned. - type: integer - headers: - Accept: - description: If set, the new Location list is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.LocationList+xml - application/vnd.ibexa.api.LocationList+json - responses: - 200: - body: - application/vnd.ibexa.api.LocationList+xml: - type: LocationList - example: !include examples/content/locations/path/children/GET/LocationList.xml.example - 401: - description: Error - the user is not authorized to read this Content item. - 404: - description: Error - the Content item with the given ID does not exist. - /urlaliases: - get: - displayName: List URL aliases for Location - description: Returns the list of URL aliases for a Location. - queryParameters: - custom: - description: Indicates whether autogenerated (false) or manual URL aliases (true) should be returned (default true). - type: boolean - headers: - Accept: - description: If set, the URL alias list contains only references and is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UrlAliasRefList+xml - application/vnd.ibexa.api.UrlAliasRefList+json - responses: - 200: - description: OK - returns the list of URL aliases. - body: - application/vnd.ibexa.api.UrlAliasRefList+xml: - type: UrlAliasRefList - exammple: examples/content/locations/path/urlaliases/GET/UrlAliasRefList.xml.example - 400: - description: Error - The user has no permission to read URL aliases. - 401: - description: Error - The Location was not found. + /children: + get: + displayName: Get child Locations. + description: Loads all child Locations for the given parent Location. + queryParameters: + offset: + description: The offset of the result set. + type: integer + limit: + description: The number of Locations returned. + type: integer + headers: + Accept: + description: If set, the new Location list is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.LocationList+xml + application/vnd.ibexa.api.LocationList+json + responses: + 200: + body: + application/vnd.ibexa.api.LocationList+xml: + type: LocationList + example: !include examples/content/locations/path/children/GET/LocationList.xml.example + 401: + description: Error - the user is not authorized to read this Content item. + 404: + description: Error - the Content item with the given ID does not exist. + /urlaliases: + get: + displayName: List URL aliases for Location + description: Returns the list of URL aliases for a Location. + queryParameters: + custom: + description: Indicates whether autogenerated (false) or manual URL aliases (true) should be returned (default true). + type: boolean + headers: + Accept: + description: If set, the URL alias list contains only references and is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UrlAliasRefList+xml + application/vnd.ibexa.api.UrlAliasRefList+json + responses: + 200: + description: OK - returns the list of URL aliases. + body: + application/vnd.ibexa.api.UrlAliasRefList+xml: + type: UrlAliasRefList + exammple: examples/content/locations/path/urlaliases/GET/UrlAliasRefList.xml.example + 400: + description: Error - The user has no permission to read URL aliases. + 401: + description: Error - The Location was not found. /{locationId}: patch: displayName: Update Location From 81c3b5635ffa802b3cd92f70d401788a64ea2558 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Fri, 13 May 2022 17:25:00 +0200 Subject: [PATCH 02/20] ez-user-users.raml: Fix HEAD /user/users queryParameters' descriptions --- docs/api/rest_api_reference/input/ez-user-groups.raml | 2 +- docs/api/rest_api_reference/input/ez-user-users.raml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-user-groups.raml b/docs/api/rest_api_reference/input/ez-user-groups.raml index 1ddc847258..598a9178c5 100644 --- a/docs/api/rest_api_reference/input/ez-user-groups.raml +++ b/docs/api/rest_api_reference/input/ez-user-groups.raml @@ -3,7 +3,7 @@ get: description: Loads User Groups for either an an ID or a remote ID or a Role. queryParameters: roleId: - description: Lists User Groups assigned to the given Role. + description: Lists User Groups assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). id: description: Retrieves the User Groups for the given ID. remoteID: diff --git a/docs/api/rest_api_reference/input/ez-user-users.raml b/docs/api/rest_api_reference/input/ez-user-users.raml index 1a4e80cf50..31f2340013 100644 --- a/docs/api/rest_api_reference/input/ez-user-users.raml +++ b/docs/api/rest_api_reference/input/ez-user-users.raml @@ -35,13 +35,13 @@ head: description: Verifies if there are Users matching given filter. queryParameters: roleId: - description: Lists Users assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). + description: Check is there are Users directly assigned to the given Role. remoteId: - description: Retrieves the User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). + description: Checks if there is a User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). login: - description: Retrieves the User for the given login (e.g. GET /user/users?login=editor). + description: Checks if there is a User for the given login (e.g. GET /user/users?login=editor). email: - description: Lists Users with the given email (e.g. GET /user/users?email=editor@example.com). + description: Check if there is a User with the given email (e.g. GET /user/users?email=editor@example.com). responses: 200: description: OK - verifies if there are Users matching the given filter. From 7a8c178268c415742fc0fe9cad485d9623fe0acc Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Fri, 13 May 2022 18:58:55 +0200 Subject: [PATCH 03/20] ez-content-location.raml: Merge /{path} and /{path}/{locationId} --- .../input/ez-content-location.raml | 99 +++++++++---------- 1 file changed, 49 insertions(+), 50 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-content-location.raml b/docs/api/rest_api_reference/input/ez-content-location.raml index a4e9456252..93d7d02e89 100644 --- a/docs/api/rest_api_reference/input/ez-content-location.raml +++ b/docs/api/rest_api_reference/input/ez-content-location.raml @@ -84,6 +84,55 @@ get: description: Error - the user is not authorized to delete this subtree. 404: description: Error - the Location with the given ID does not exist. + patch: + displayName: Update Location + description: Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH. + headers: + Accept: + description: If set, the Location is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.Location+xml + application/vnd.ibexa.api.Location+json + Content-Type: + description: The LocationUpdate schema encoded in XML or JSON format. + example: | + application/vnd.ibexa.api.LocationUpdate+xml + application/vnd.ibexa.api.LocationUpdate+json + If-Match: + description: ETag + body: + application/vnd.ibexa.api.LocationUpdate+xml: + type: LocationUpdateStruct + example: !include examples/content/locations/location_id/PATCH/LocationUpdate.xml.example + application/vnd.ibexa.api.LocationUpdate+json: + type: LocationUpdateStruct + example: !include examples/content/locations/location_id/PATCH/LocationUpdate.json.example + responses: + 200: + body: + application/vnd.ibexa.api.Location+xml: + type: Location + example: !include examples/content/locations/location_id/PATCH/Location.xml.example + application/vnd.ibexa.api.Location+json: + type: Location + example: !include examples/content/locations/location_id/PATCH/Location.json.example + 401: + description: Error - the user is not authorized to update this Location. + 404: + description: Error - the Location with the given ID does not exist. + swap: + displayName: Swap Location + description: Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP. + headers: + Destination: + description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'. + responses: + 204: + description: No Content. Swapped the Location of a Content item with the given Location of another Content item. + 401: + description: Error - the user is not authorized to swap this Location. + 404: + description: Error - the Location with the given ID does not exist. /children: get: displayName: Get child Locations. @@ -136,53 +185,3 @@ get: description: Error - The user has no permission to read URL aliases. 401: description: Error - The Location was not found. - /{locationId}: - patch: - displayName: Update Location - description: Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH. - headers: - Accept: - description: If set, the Location is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.Location+xml - application/vnd.ibexa.api.Location+json - Content-Type: - description: The LocationUpdate schema encoded in XML or JSON format. - example: | - application/vnd.ibexa.api.LocationUpdate+xml - application/vnd.ibexa.api.LocationUpdate+json - If-Match: - description: ETag - body: - application/vnd.ibexa.api.LocationUpdate+xml: - type: LocationUpdateStruct - example: !include examples/content/locations/location_id/PATCH/LocationUpdate.xml.example - application/vnd.ibexa.api.LocationUpdate+json: - type: LocationUpdateStruct - example: !include examples/content/locations/location_id/PATCH/LocationUpdate.json.example - responses: - 200: - body: - application/vnd.ibexa.api.Location+xml: - type: Location - example: !include examples/content/locations/location_id/PATCH/Location.xml.example - application/vnd.ibexa.api.Location+json: - type: Location - example: !include examples/content/locations/location_id/PATCH/Location.json.example - 401: - description: Error - the user is not authorized to update this Location. - 404: - description: Error - the Location with the given ID does not exist. - swap: - displayName: Swap Location - description: Swaps the Location of a Content item with the given Location of another Content item. SWAP or POST with header X-HTTP-Method-Override SWAP. - headers: - Destination: - description: A parent Location resource to which the Location is moved e.g. '/api/ibexa/v2/content/locations/1/63'. - responses: - 204: - description: No Content. Swapped the Location of a Content item with the given Location of another Content item. - 401: - description: Error - the user is not authorized to swap this Location. - 404: - description: Error - the Location with the given ID does not exist. From c1b7e01c42b8346b5d7a8583a6b4f08b964f83fd Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Mon, 23 May 2022 12:08:49 +0200 Subject: [PATCH 04/20] Format ContentCreate.xml.example - Fix indentation - Same self-closing tag format --- .../content/objects/POST/ContentCreate.xml.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example index a8bc3be5e2..08c966645e 100644 --- a/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example +++ b/docs/api/rest_api_reference/input/examples/content/objects/POST/ContentCreate.xml.example @@ -3,7 +3,7 @@ eng-GB - + 0 false PATH @@ -22,15 +22,15 @@ intro eng-GB -

draft draft

]]>
-
+

draft draft

]]>
+ body eng-GB -

draft draft draft

]]>
-
+

draft draft draft

]]>
+
From e6dffd8ba69318d9ea3e6845a4e248fea31e4c95 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Mon, 23 May 2022 18:21:48 +0200 Subject: [PATCH 05/20] ez-product-attributegroups.raml: Fix two 403 descriptions --- .../rest_api_reference/input/ez-product-attributegroups.raml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-product-attributegroups.raml b/docs/api/rest_api_reference/input/ez-product-attributegroups.raml index 260959cd4d..15c6199144 100644 --- a/docs/api/rest_api_reference/input/ez-product-attributegroups.raml +++ b/docs/api/rest_api_reference/input/ez-product-attributegroups.raml @@ -49,7 +49,7 @@ post: 401: description: Error - the user is not authorized to create this attribute group. 403: - description: Error - an attribute group. + description: Error - an attribute group with the same identifier already exists. /{id}: get: displayName: Load attribute group @@ -102,7 +102,7 @@ post: 401: description: Error - the user is not authorized to create this attribute group. 403: - description: Error - an attribute group with the same login already exists. + description: Error - an attribute group with the same identifier already exists. 404: description: Error - the group with the given ID does not exist. delete: From f321b2ba60a4917772fd67c55f6d43e8e6a0b753 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Tue, 24 May 2022 18:55:20 +0200 Subject: [PATCH 06/20] ez-user-users.raml: Fix UserUpdate indentation --- .../rest_api_reference/input/ez-user-users.raml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-user-users.raml b/docs/api/rest_api_reference/input/ez-user-users.raml index 31f2340013..92081fa890 100644 --- a/docs/api/rest_api_reference/input/ez-user-users.raml +++ b/docs/api/rest_api_reference/input/ez-user-users.raml @@ -90,13 +90,13 @@ head: If-Match: description: Performs a PATCH only if the specified ETag is the current one. example: ETag - body: - application/vnd.ibexa.api.UserUpdate+xml: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example - application/vnd.ibexa.api.UserUpdate+json: - type: UserUpdate - example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example + body: + application/vnd.ibexa.api.UserUpdate+xml: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.xml.example + application/vnd.ibexa.api.UserUpdate+json: + type: UserUpdate + example: !include examples/user/users/user_id/PATCH/UserUpdate.json.example responses: 200: description: OK - User updated. From ddb565970f45efd45ccb9aa8f5122eaff4fa4101 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Tue, 31 May 2022 14:38:22 +0200 Subject: [PATCH 07/20] Regenerate rest_api_reference.html --- .../rest_api_reference.html | 60728 ++++++++-------- 1 file changed, 30732 insertions(+), 29996 deletions(-) diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html index e3aa7bcb46..c240b30e62 100644 --- a/docs/api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api_reference/rest_api_reference.html @@ -227,22 +227,22 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Root media-type="application/vnd.ibexa.api.Root+xml">
-    <content media-type="" href="/api/ibexa/v2/content/objects"/>
-    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
-    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
-    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
-    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
-    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
-    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
-    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
-    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locat
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Root media-type="application/vnd.ibexa.api.Root+xml">
+    <content media-type="" href="/api/ibexa/v2/content/objects"/>
+    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
+    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
+    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
+    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
+    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
+    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
+    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
+    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/
                             
View more @@ -254,38 +254,39 @@
Types
file_copy

-
-                                {
-    "Root": {
-        "_media-type": "application/vnd.ibexa.api.Root+json",
-        "content": {
-            "_href": "/api/ibexa/v2/content/objects",
-            "_media-type": ""
-        },
-        "contentByRemoteId": {
-            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
-            "_media-type": ""
-        },
-        "contentTypeByIdentifier": {
-            "_href": "/api/ibexa/v2/content/types{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroupByIdentifier": {
-            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroups": {
-            "_href": "/api/ibexa/v2/content/typegroups",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
-        },
-        "contentTypes": {
-            "_href": "/api/ibexa/v2/content/types",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
-        }
+                            
+                                {
+    "Root": {
+        "_media-type": "application/vnd.ibexa.api.Root+json",
+        "content": {
+            "_href": "/api/ibexa/v2/content/objects",
+            "_media-type": ""
+        },
+        "contentByRemoteId": {
+            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
+            "_media-type": ""
+        },
+        "contentTypeByIdentifier": {
+            "_href": "/api/ibexa/v2/content/types{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroupByIdentifier": {
+            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroups": {
+            "_href": "/api/ibexa/v2/content/typegroups",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
+        },
+        "contentTypes": {
+            "_href": "/api/ibexa/v2/content/types",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
+        },
+        "createSession":
                             
View more @@ -353,36 +354,36 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Root media-type="application/vnd.ibexa.api.Root+xml">
-    <content media-type="" href="/api/ibexa/v2/content/objects"/>
-    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
-    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
-    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
-    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
-    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
-    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
-    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
-    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-    <rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
-    <rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
-    <locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
-    <locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
-    <trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
-    <sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
-    <views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
-    <objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
-    <objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
-    <globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
-    <urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
-    <createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
-    <refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
-</Root>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Root media-type="application/vnd.ibexa.api.Root+xml">
+    <content media-type="" href="/api/ibexa/v2/content/objects"/>
+    <contentByRemoteId media-type="" href="/api/ibexa/v2/content/objects{?remoteId}"/>
+    <contentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/types"/>
+    <contentTypeByIdentifier media-type="" href="/api/ibexa/v2/content/types{?identifier}"/>
+    <contentTypeGroups media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups"/>
+    <contentTypeGroupByIdentifier media-type="" href="/api/ibexa/v2/content/typegroups{?identifier}"/>
+    <users media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users"/>
+    <roles media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles"/>
+    <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+    <rootUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
+    <rootMediaFolder media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/43"/>
+    <locationByRemoteId media-type="" href="/api/ibexa/v2/content/locations{?remoteId}"/>
+    <locationByPath media-type="" href="/api/ibexa/v2/content/locations{?locationPath}"/>
+    <trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash"/>
+    <sections media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections"/>
+    <views media-type="application/vnd.ibexa.api.RefList+xml" href="/api/ibexa/v2/views"/>
+    <objectStateGroups media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups"/>
+    <objectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates"/>
+    <globalUrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases"/>
+    <urlWildcards media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards"/>
+    <createSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions"/>
+    <refreshSession media-type="application/vnd.ibexa.api.UserSession+xml" href="/api/ibexa/v2/user/sessions/{sessionId}/refresh"/>
+</Root>
 
                                             
@@ -395,104 +396,104 @@
Types
file_copy

-
-                                                {
-    "Root": {
-        "_media-type": "application/vnd.ibexa.api.Root+json",
-        "content": {
-            "_href": "/api/ibexa/v2/content/objects",
-            "_media-type": ""
-        },
-        "contentByRemoteId": {
-            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
-            "_media-type": ""
-        },
-        "contentTypeByIdentifier": {
-            "_href": "/api/ibexa/v2/content/types{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroupByIdentifier": {
-            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
-            "_media-type": ""
-        },
-        "contentTypeGroups": {
-            "_href": "/api/ibexa/v2/content/typegroups",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
-        },
-        "contentTypes": {
-            "_href": "/api/ibexa/v2/content/types",
-            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
-        },
-        "createSession": {
-            "_href": "/api/ibexa/v2/user/sessions",
-            "_media-type": "application/vnd.ibexa.api.UserSession+json"
-        },
-        "globalUrlAliases": {
-            "_href": "/api/ibexa/v2/content/urlaliases",
-            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json"
-        },
-        "locationByPath": {
-            "_href": "/api/ibexa/v2/content/locations{?locationPath}",
-            "_media-type": ""
-        },
-        "locationByRemoteId": {
-            "_href": "/api/ibexa/v2/content/locations{?remoteId}",
-            "_media-type": ""
-        },
-        "objectStateGroups": {
-            "_href": "/api/ibexa/v2/content/objectstategroups",
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json"
-        },
-        "objectStates": {
-            "_href": "/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates",
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json"
-        },
-        "roles": {
-            "_href": "/api/ibexa/v2/user/roles",
-            "_media-type": "application/vnd.ibexa.api.RoleList+json"
-        },
-        "rootLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/2",
-            "_media-type": "application/vnd.ibexa.api.Location+json"
-        },
-        "rootMediaFolder": {
-            "_href": "/api/ibexa/v2/content/locations/1/43",
-            "_media-type": "application/vnd.ibexa.api.Location+json"
-        },
-        "rootUserGroup": {
-            "_href": "/api/ibexa/v2/user/groups/1/5",
-            "_media-type": "application/vnd.ibexa.api.UserGroup+json"
-        },
-        "sections": {
-            "_href": "/api/ibexa/v2/content/sections",
-            "_media-type": "application/vnd.ibexa.api.SectionList+json"
-        },
-        "trash": {
-            "_href": "/api/ibexa/v2/content/trash",
-            "_media-type": "application/vnd.ibexa.api.Trash+json"
-        },
-        "urlWildcards": {
-            "_href": "/api/ibexa/v2/content/urlwildcards",
-            "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json"
-        },
-        "users": {
-            "_href": "/api/ibexa/v2/user/users",
-            "_media-type": "application/vnd.ibexa.api.UserRefList+json"
-        },
-        "views": {
-            "_href": "/api/ibexa/v2/views",
-            "_media-type": "application/vnd.ibexa.api.RefList+json"
-        },
-        "refreshSession": {
-            "_media-type": "application\/vnd.ibexa.api.UserSession+json",
-            "_href": "\/api\/ezp\/v2\/user\/sessions\/{sessionId}\/refresh"
-        }
-    }
-}
+                                            
+                                                {
+    "Root": {
+        "_media-type": "application/vnd.ibexa.api.Root+json",
+        "content": {
+            "_href": "/api/ibexa/v2/content/objects",
+            "_media-type": ""
+        },
+        "contentByRemoteId": {
+            "_href": "/api/ibexa/v2/content/objects{?remoteId}",
+            "_media-type": ""
+        },
+        "contentTypeByIdentifier": {
+            "_href": "/api/ibexa/v2/content/types{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroupByIdentifier": {
+            "_href": "/api/ibexa/v2/content/typegroups{?identifier}",
+            "_media-type": ""
+        },
+        "contentTypeGroups": {
+            "_href": "/api/ibexa/v2/content/typegroups",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json"
+        },
+        "contentTypes": {
+            "_href": "/api/ibexa/v2/content/types",
+            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json"
+        },
+        "createSession": {
+            "_href": "/api/ibexa/v2/user/sessions",
+            "_media-type": "application/vnd.ibexa.api.UserSession+json"
+        },
+        "globalUrlAliases": {
+            "_href": "/api/ibexa/v2/content/urlaliases",
+            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json"
+        },
+        "locationByPath": {
+            "_href": "/api/ibexa/v2/content/locations{?locationPath}",
+            "_media-type": ""
+        },
+        "locationByRemoteId": {
+            "_href": "/api/ibexa/v2/content/locations{?remoteId}",
+            "_media-type": ""
+        },
+        "objectStateGroups": {
+            "_href": "/api/ibexa/v2/content/objectstategroups",
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json"
+        },
+        "objectStates": {
+            "_href": "/api/ibexa/v2/content/objectstategroups/{objectStateGroupId}/objectstates",
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json"
+        },
+        "roles": {
+            "_href": "/api/ibexa/v2/user/roles",
+            "_media-type": "application/vnd.ibexa.api.RoleList+json"
+        },
+        "rootLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/2",
+            "_media-type": "application/vnd.ibexa.api.Location+json"
+        },
+        "rootMediaFolder": {
+            "_href": "/api/ibexa/v2/content/locations/1/43",
+            "_media-type": "application/vnd.ibexa.api.Location+json"
+        },
+        "rootUserGroup": {
+            "_href": "/api/ibexa/v2/user/groups/1/5",
+            "_media-type": "application/vnd.ibexa.api.UserGroup+json"
+        },
+        "sections": {
+            "_href": "/api/ibexa/v2/content/sections",
+            "_media-type": "application/vnd.ibexa.api.SectionList+json"
+        },
+        "trash": {
+            "_href": "/api/ibexa/v2/content/trash",
+            "_media-type": "application/vnd.ibexa.api.Trash+json"
+        },
+        "urlWildcards": {
+            "_href": "/api/ibexa/v2/content/urlwildcards",
+            "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json"
+        },
+        "users": {
+            "_href": "/api/ibexa/v2/user/users",
+            "_media-type": "application/vnd.ibexa.api.UserRefList+json"
+        },
+        "views": {
+            "_href": "/api/ibexa/v2/views",
+            "_media-type": "application/vnd.ibexa.api.RefList+json"
+        },
+        "refreshSession": {
+            "_media-type": "application\/vnd.ibexa.api.UserSession+json",
+            "_href": "\/api\/ezp\/v2\/user\/sessions\/{sessionId}\/refresh"
+        }
+    }
+}
 
                                             
@@ -741,27 +742,28 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
-    <count>3</count>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
-            <id>65</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
-            <pathString>/1/2/57/65/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/childr
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
+    <count>3</count>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
+            <id>65</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
+            <pathString>/1/2/57/65/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
+         
                             
View more @@ -773,34 +775,35 @@
Types
file_copy

-
-                                {
-    "BookmarkList": {
-        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
-        "count": 3,
-        "items": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/65",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
-                    "id": 65,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
-                    },
-                    "pathString": "/1/2/57/65/",
-                    "depth": 3,
-                    "childCount
+                            
+                                {
+    "BookmarkList": {
+        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
+        "count": 3,
+        "items": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/65",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
+                    "id": 65,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
+                    },
+                    "pathString": "/1/2/57/65/",
+                    "depth": 3,
+                    "childCount": 0,
+                
                             
View more @@ -868,132 +871,132 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
-    <count>3</count>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
-            <id>65</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
-            <pathString>/1/2/57/65/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-            <sortField>PATH</sortField>
-            <sortOrder>ASC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-                    <Name>Art3</Name>
-                    <TranslatedName>Art3</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>false</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/68">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58/68">
-            <id>68</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"/>
-            <pathString>/1/2/58/68/</pathString>
-            <depth>3</depth>
-            <childCount>0</childCount>
-            <remoteId>b8cc4627dbc3ca693c85b6b06a8f7492</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <sortField>PUBLISHED</sortField>
-            <sortOrder>DESC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67" remoteId="180adb876af5755d65c1a362fcd619c8" id="67">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45"/>
-                    <Name>Tip1</Name>
-                    <TranslatedName>Tip1</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/67/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/67/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:36:21+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:36:21+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>true</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/67/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/59">
-        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/59">
-            <id>59</id>
-            <priority>0</priority>
-            <hidden>false</hidden>
-            <invisible>false</invisible>
-            <explicitlyHidden>false</explicitlyHidden>
-            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-            <pathString>/1/2/59/</pathString>
-            <depth>2</depth>
-            <childCount>3</childCount>
-            <remoteId>fd949fc2eed1fff847d73021ff1a6ea9</remoteId>
-            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/59/children"/>
-            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/58"/>
-            <sortField>PATH</sortField>
-            <sortOrder>ASC</sortOrder>
-            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/59/urlaliases"/>
-            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58">
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58" remoteId="00b513aae54036a16e00fb3365c4b5f3" id="58">
-                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-                    <Name>Dog Breed Catalog</Name>
-                    <TranslatedName>Dog Breed Catalog</TranslatedName>
-                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/58/versions"/>
-                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/58/currentversion"/>
-                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/58/locations"/>
-                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                    <lastModificationDate>2021-06-28T11:23:10+00:00</lastModificationDate>
-                    <publishedDate>2021-06-28T11:23:10+00:00</publishedDate>
-                    <mainLanguageCode>eng-GB</mainLanguageCode>
-                    <currentVersionNo>1</currentVersionNo>
-                    <alwaysAvailable>true</alwaysAvailable>
-                    <isHidden>false</isHidden>
-                    <status>PUBLISHED</status>
-                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/58/objectstates"/>
-                </Content>
-            </ContentInfo>
-        </Location>
-    </Bookmark>
-</BookmarkList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
+    <count>3</count>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/65">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65">
+            <id>65</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57"/>
+            <pathString>/1/2/57/65/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>aa538e305aea472eb221ce23d1cc4b50</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+            <sortField>PATH</sortField>
+            <sortOrder>ASC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+                    <Name>Art3</Name>
+                    <TranslatedName>Art3</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>false</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/68">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58/68">
+            <id>68</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58"/>
+            <pathString>/1/2/58/68/</pathString>
+            <depth>3</depth>
+            <childCount>0</childCount>
+            <remoteId>b8cc4627dbc3ca693c85b6b06a8f7492</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <sortField>PUBLISHED</sortField>
+            <sortOrder>DESC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67" remoteId="180adb876af5755d65c1a362fcd619c8" id="67">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45"/>
+                    <Name>Tip1</Name>
+                    <TranslatedName>Tip1</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/67/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/67/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:36:21+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:36:21+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>true</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/67/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+    <Bookmark media-type="application/vnd.ibexa.api.Bookmark+xml" _href="/api/ibexa/v2/bookmark/59">
+        <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/59">
+            <id>59</id>
+            <priority>0</priority>
+            <hidden>false</hidden>
+            <invisible>false</invisible>
+            <explicitlyHidden>false</explicitlyHidden>
+            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+            <pathString>/1/2/59/</pathString>
+            <depth>2</depth>
+            <childCount>3</childCount>
+            <remoteId>fd949fc2eed1fff847d73021ff1a6ea9</remoteId>
+            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/59/children"/>
+            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/58"/>
+            <sortField>PATH</sortField>
+            <sortOrder>ASC</sortOrder>
+            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/59/urlaliases"/>
+            <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58">
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/58" remoteId="00b513aae54036a16e00fb3365c4b5f3" id="58">
+                    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+                    <Name>Dog Breed Catalog</Name>
+                    <TranslatedName>Dog Breed Catalog</TranslatedName>
+                    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/58/versions"/>
+                    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/58/currentversion"/>
+                    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+                    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/58/locations"/>
+                    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                    <lastModificationDate>2021-06-28T11:23:10+00:00</lastModificationDate>
+                    <publishedDate>2021-06-28T11:23:10+00:00</publishedDate>
+                    <mainLanguageCode>eng-GB</mainLanguageCode>
+                    <currentVersionNo>1</currentVersionNo>
+                    <alwaysAvailable>true</alwaysAvailable>
+                    <isHidden>false</isHidden>
+                    <status>PUBLISHED</status>
+                    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/58/objectstates"/>
+                </Content>
+            </ContentInfo>
+        </Location>
+    </Bookmark>
+</BookmarkList>
 
                                             
@@ -1006,265 +1009,265 @@
Types
file_copy

-
-                                                {
-    "BookmarkList": {
-        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
-        "count": 3,
-        "items": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/65",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
-                    "id": 65,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
-                    },
-                    "pathString": "/1/2/57/65/",
-                    "depth": 3,
-                    "childCount": 0,
-                    "remoteId": "aa538e305aea472eb221ce23d1cc4b50",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/63"
-                    },
-                    "sortField": "PATH",
-                    "sortOrder": "ASC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/63",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/63",
-                            "_remoteId": "211e99934c8fef5900e4813b96ec5c87",
-                            "_id": 63,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/2"
-                            },
-                            "Name": "Art3",
-                            "TranslatedName": "Art3",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:34:17+00:00",
-                            "publishedDate": "2021-06-28T11:34:17+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": false,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/63/objectstates"
-                            }
-                        }
-                    }
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/68",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/58/68",
-                    "id": 68,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58"
-                    },
-                    "pathString": "/1/2/58/68/",
-                    "depth": 3,
-                    "childCount": 0,
-                    "remoteId": "b8cc4627dbc3ca693c85b6b06a8f7492",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/67"
-                    },
-                    "sortField": "PUBLISHED",
-                    "sortOrder": "DESC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/67",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/67",
-                            "_remoteId": "180adb876af5755d65c1a362fcd619c8",
-                            "_id": 67,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/45"
-                            },
-                            "Name": "Tip1",
-                            "TranslatedName": "Tip1",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:36:21+00:00",
-                            "publishedDate": "2021-06-28T11:36:21+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": true,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
-                            }
-                        }
-                    }
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
-                "__href": "/api/ibexa/v2/bookmark/59",
-                "Location": {
-                    "_media-type": "application/vnd.ibexa.api.Location+json",
-                    "_href": "/api/ibexa/v2/content/locations/1/2/59",
-                    "id": 59,
-                    "priority": 0,
-                    "hidden": false,
-                    "invisible": false,
-                    "explicitlyHidden": false,
-                    "ParentLocation": {
-                        "_media-type": "application/vnd.ibexa.api.Location+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2"
-                    },
-                    "pathString": "/1/2/59/",
-                    "depth": 2,
-                    "childCount": 3,
-                    "remoteId": "fd949fc2eed1fff847d73021ff1a6ea9",
-                    "Children": {
-                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/59/children"
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.Content+json",
-                        "_href": "/api/ibexa/v2/content/objects/58"
-                    },
-                    "sortField": "PATH",
-                    "sortOrder": "ASC",
-                    "UrlAliases": {
-                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-                        "_href": "/api/ibexa/v2/content/locations/1/2/59/urlaliases"
-                    },
-                    "ContentInfo": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/58",
-                        "Content": {
-                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                            "_href": "/api/ibexa/v2/content/objects/58",
-                            "_remoteId": "00b513aae54036a16e00fb3365c4b5f3",
-                            "_id": 58,
-                            "ContentType": {
-                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                                "_href": "/api/ibexa/v2/content/types/1"
-                            },
-                            "Name": "Dog Breed Catalog",
-                            "TranslatedName": "Dog Breed Catalog",
-                            "Versions": {
-                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/versions"
-                            },
-                            "CurrentVersion": {
-                                "_media-type": "application/vnd.ibexa.api.Version+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/currentversion"
-                            },
-                            "Section": {
-                                "_media-type": "application/vnd.ibexa.api.Section+json",
-                                "_href": "/api/ibexa/v2/content/sections/1"
-                            },
-                            "Locations": {
-                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/locations"
-                            },
-                            "Owner": {
-                                "_media-type": "application/vnd.ibexa.api.User+json",
-                                "_href": "/api/ibexa/v2/user/users/14"
-                            },
-                            "lastModificationDate": "2021-06-28T11:23:10+00:00",
-                            "publishedDate": "2021-06-28T11:23:10+00:00",
-                            "mainLanguageCode": "eng-GB",
-                            "currentVersionNo": 1,
-                            "alwaysAvailable": true,
-                            "isHidden": false,
-                            "status": "PUBLISHED",
-                            "ObjectStates": {
-                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                                "_href": "/api/ibexa/v2/content/objects/58/objectstates"
-                            }
-                        }
-                    }
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "BookmarkList": {
+        "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
+        "count": 3,
+        "items": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/65",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/57/65",
+                    "id": 65,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57"
+                    },
+                    "pathString": "/1/2/57/65/",
+                    "depth": 3,
+                    "childCount": 0,
+                    "remoteId": "aa538e305aea472eb221ce23d1cc4b50",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/63"
+                    },
+                    "sortField": "PATH",
+                    "sortOrder": "ASC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/57/65/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/63",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/63",
+                            "_remoteId": "211e99934c8fef5900e4813b96ec5c87",
+                            "_id": 63,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/2"
+                            },
+                            "Name": "Art3",
+                            "TranslatedName": "Art3",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:34:17+00:00",
+                            "publishedDate": "2021-06-28T11:34:17+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": false,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/63/objectstates"
+                            }
+                        }
+                    }
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/68",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/58/68",
+                    "id": 68,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58"
+                    },
+                    "pathString": "/1/2/58/68/",
+                    "depth": 3,
+                    "childCount": 0,
+                    "remoteId": "b8cc4627dbc3ca693c85b6b06a8f7492",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/67"
+                    },
+                    "sortField": "PUBLISHED",
+                    "sortOrder": "DESC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/58/68/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/67",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/67",
+                            "_remoteId": "180adb876af5755d65c1a362fcd619c8",
+                            "_id": 67,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/45"
+                            },
+                            "Name": "Tip1",
+                            "TranslatedName": "Tip1",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:36:21+00:00",
+                            "publishedDate": "2021-06-28T11:36:21+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": true,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/67/objectstates"
+                            }
+                        }
+                    }
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.Bookmark+json",
+                "__href": "/api/ibexa/v2/bookmark/59",
+                "Location": {
+                    "_media-type": "application/vnd.ibexa.api.Location+json",
+                    "_href": "/api/ibexa/v2/content/locations/1/2/59",
+                    "id": 59,
+                    "priority": 0,
+                    "hidden": false,
+                    "invisible": false,
+                    "explicitlyHidden": false,
+                    "ParentLocation": {
+                        "_media-type": "application/vnd.ibexa.api.Location+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2"
+                    },
+                    "pathString": "/1/2/59/",
+                    "depth": 2,
+                    "childCount": 3,
+                    "remoteId": "fd949fc2eed1fff847d73021ff1a6ea9",
+                    "Children": {
+                        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/59/children"
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.Content+json",
+                        "_href": "/api/ibexa/v2/content/objects/58"
+                    },
+                    "sortField": "PATH",
+                    "sortOrder": "ASC",
+                    "UrlAliases": {
+                        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+                        "_href": "/api/ibexa/v2/content/locations/1/2/59/urlaliases"
+                    },
+                    "ContentInfo": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/58",
+                        "Content": {
+                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                            "_href": "/api/ibexa/v2/content/objects/58",
+                            "_remoteId": "00b513aae54036a16e00fb3365c4b5f3",
+                            "_id": 58,
+                            "ContentType": {
+                                "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                                "_href": "/api/ibexa/v2/content/types/1"
+                            },
+                            "Name": "Dog Breed Catalog",
+                            "TranslatedName": "Dog Breed Catalog",
+                            "Versions": {
+                                "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/versions"
+                            },
+                            "CurrentVersion": {
+                                "_media-type": "application/vnd.ibexa.api.Version+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/currentversion"
+                            },
+                            "Section": {
+                                "_media-type": "application/vnd.ibexa.api.Section+json",
+                                "_href": "/api/ibexa/v2/content/sections/1"
+                            },
+                            "Locations": {
+                                "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/locations"
+                            },
+                            "Owner": {
+                                "_media-type": "application/vnd.ibexa.api.User+json",
+                                "_href": "/api/ibexa/v2/user/users/14"
+                            },
+                            "lastModificationDate": "2021-06-28T11:23:10+00:00",
+                            "publishedDate": "2021-06-28T11:23:10+00:00",
+                            "mainLanguageCode": "eng-GB",
+                            "currentVersionNo": 1,
+                            "alwaysAvailable": true,
+                            "isHidden": false,
+                            "status": "PUBLISHED",
+                            "ObjectStates": {
+                                "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                                "_href": "/api/ibexa/v2/content/objects/58/objectstates"
+                            }
+                        }
+                    }
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -1778,36 +1781,36 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <ContentType href="/api/ibexa/v2/content/types/2"/>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <LocationCreate>
-    <ParentLocation href="/api/ibexa/v2/content/locations/1/2" />
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-  </LocationCreate>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <alwaysAvailable>true</alwaysAvailable>
-  <remoteId></remoteId>
-  <fields>
-    <field>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>draft article</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <ContentType href="/api/ibexa/v2/content/types/2"/>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <LocationCreate>
+    <ParentLocation href="/api/ibexa/v2/content/locations/1/2"/>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+  </LocationCreate>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <alwaysAvailable>true</alwaysAvailable>
+  <remoteId></remoteId>
+  <fields>
+    <field>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>draft article</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></
                             
View more @@ -1819,45 +1822,47 @@
Types
file_copy

-
-                                {
-  "ContentCreate": {
-    "ContentType": {
-      "_href": "/api/ibexa/v2/content/types/2"
-      },
-    "mainLanguageCode": "eng-GB",
-    "LocationCreate": {
-      "ParentLocation": {
-        "_href": "/api/ibexa/v2/content/locations/1/2"
-       },
-      "priority": "0",
-      "hidden": "false",
-      "sortField": "PATH",
-      "sortOrder": "ASC"
-    },
-    "Section": {
-      "_href": "/api/ibexa/v2/content/sections/1"
-    },
-    "alwaysAvailable": "true",
-    "fields": {
-      "field": [
-        {
-          "fieldDefinitionIdentifier": "title",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezstring",
-          "fieldValue": "draft article"
-        },
-        {
-          "fieldDefinitionIdentifier": "intro",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": 
-           {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft
+                            
+                                {
+  "ContentCreate": {
+    "ContentType": {
+      "_href": "/api/ibexa/v2/content/types/2"
+      },
+    "mainLanguageCode": "eng-GB",
+    "LocationCreate": {
+      "ParentLocation": {
+        "_href": "/api/ibexa/v2/content/locations/1/2"
+       },
+      "priority": "0",
+      "hidden": "false",
+      "sortField": "PATH",
+      "sortOrder": "ASC"
+    },
+    "Section": {
+      "_href": "/api/ibexa/v2/content/sections/1"
+    },
+    "alwaysAvailable": "true",
+    "fields": {
+      "field": [
+        {
+          "fieldDefinitionIdentifier": "title",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezstring",
+          "fieldValue": "draft article"
+        },
+        {
+          "fieldDefinitionIdentifier": "intro",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": 
+           {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
+            }
+   
                             
View more @@ -1922,47 +1927,47 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <ContentType href="/api/ibexa/v2/content/types/2"/>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <LocationCreate>
-    <ParentLocation href="/api/ibexa/v2/content/locations/1/2" />
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-  </LocationCreate>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <alwaysAvailable>true</alwaysAvailable>
-  <remoteId></remoteId>
-  <fields>
-    <field>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>draft article</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value>
-   </fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-      <languageCode>eng-GB</languageCode>
-      <fieldValue>
-    <value key="xml"><![CDATA[<section xmlns="http://ez.no/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft </p></section>]]></value>
-   </fieldValue>
-    </field>
-  </fields>
-</ContentCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <ContentType href="/api/ibexa/v2/content/types/2"/>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <LocationCreate>
+    <ParentLocation href="/api/ibexa/v2/content/locations/1/2"/>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+  </LocationCreate>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <alwaysAvailable>true</alwaysAvailable>
+  <remoteId></remoteId>
+  <fields>
+    <field>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>draft article</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></section>]]></value>
+      </fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+      <languageCode>eng-GB</languageCode>
+      <fieldValue>
+        <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft draft</p></section>]]></value>
+      </fieldValue>
+    </field>
+  </fields>
+</ContentCreate>
 
                                             
@@ -1975,59 +1980,59 @@
Types
file_copy

-
-                                                {
-  "ContentCreate": {
-    "ContentType": {
-      "_href": "/api/ibexa/v2/content/types/2"
-      },
-    "mainLanguageCode": "eng-GB",
-    "LocationCreate": {
-      "ParentLocation": {
-        "_href": "/api/ibexa/v2/content/locations/1/2"
-       },
-      "priority": "0",
-      "hidden": "false",
-      "sortField": "PATH",
-      "sortOrder": "ASC"
-    },
-    "Section": {
-      "_href": "/api/ibexa/v2/content/sections/1"
-    },
-    "alwaysAvailable": "true",
-    "fields": {
-      "field": [
-        {
-          "fieldDefinitionIdentifier": "title",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezstring",
-          "fieldValue": "draft article"
-        },
-        {
-          "fieldDefinitionIdentifier": "intro",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": 
-           {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
-            }
-        },
-        {
-          "fieldDefinitionIdentifier": "body",
-          "languageCode": "eng-GB",
-          "fieldTypeIdentifier": "ezrichtext",
-          "fieldValue": {
-                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
-            }
-        }
-      ]
-    }
-  }
-}
+                                            
+                                                {
+  "ContentCreate": {
+    "ContentType": {
+      "_href": "/api/ibexa/v2/content/types/2"
+      },
+    "mainLanguageCode": "eng-GB",
+    "LocationCreate": {
+      "ParentLocation": {
+        "_href": "/api/ibexa/v2/content/locations/1/2"
+       },
+      "priority": "0",
+      "hidden": "false",
+      "sortField": "PATH",
+      "sortOrder": "ASC"
+    },
+    "Section": {
+      "_href": "/api/ibexa/v2/content/sections/1"
+    },
+    "alwaysAvailable": "true",
+    "fields": {
+      "field": [
+        {
+          "fieldDefinitionIdentifier": "title",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezstring",
+          "fieldValue": "draft article"
+        },
+        {
+          "fieldDefinitionIdentifier": "intro",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": 
+           {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>"
+            }
+        },
+        {
+          "fieldDefinitionIdentifier": "body",
+          "languageCode": "eng-GB",
+          "fieldTypeIdentifier": "ezrichtext",
+          "fieldValue": {
+                "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>"
+            }
+        }
+      ]
+    }
+  }
+}
 
                                             
@@ -2081,24 +2086,24 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" 
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/i
                             
View more @@ -2107,31 +2112,32 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</lan
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+        
                             
View more @@ -2143,34 +2149,35 @@
Types
file_copy

-
-                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/57",
-        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
-        "_id": 57,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/2"
-        },
-        "Name": "draft article",
-        "TranslatedName": "draft article",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
-                "
+                            
+                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/57",
+        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
+        "_id": 57,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/2"
+        },
+        "Name": "draft article",
+        "TranslatedName": "draft article",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
+                "VersionInfo": {
+      
                             
View more @@ -2238,115 +2245,115 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">draft article</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>446</id>
-                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>draft article</fieldValue>
-                </field>
-                <field>
-                    <id>447</id>
-                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>448</id>
-                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>449</id>
-                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>450</id>
-                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>451</id>
-                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-                    <fieldValue>false</fieldValue>
-                </field>
-                <field>
-                    <id>452</id>
-                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="destinationContentId"/>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>true</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">draft article</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>446</id>
+                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>draft article</fieldValue>
+                </field>
+                <field>
+                    <id>447</id>
+                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>448</id>
+                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>449</id>
+                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>450</id>
+                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>451</id>
+                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+                    <fieldValue>false</fieldValue>
+                </field>
+                <field>
+                    <id>452</id>
+                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="destinationContentId"/>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>true</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
+</Content>
 
                                             
@@ -2355,1224 +2362,1224 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</languageCode>
-            </Language>
-            <Language>
-                <languageCode>nor-NO</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Spanish seafood paella</value>
-            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
-            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
-            <value languageCode="nor-NO">Spansk sjømat paella</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>1041</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanish seafood paella</fieldValue>
-        </field>
-        <field>
-            <id>1056</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
-        </field>
-        <field>
-            <id>1071</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
-        </field>
-        <field>
-            <id>1086</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spansk sjømat paella</fieldValue>
-        </field>
-        <field>
-            <id>1042</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1057</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
-    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
-    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1072</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1087</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
-    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
-    matfusjon. Et populært lunsjmåltid som erobre verden.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1043</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1058</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1073</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1088</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1044</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1059</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1074</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1089</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1045</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1045-5</value>
-                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1060</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1060-5</value>
-                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1075</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1075-5</value>
-                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1090</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1090-5</value>
-                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1046</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1061</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1076</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1091</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1047</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1062</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1077</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1092</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1048</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1063</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1078</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1093</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1049</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1064</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1079</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1094</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1050</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1065</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1080</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1095</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1051</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1066</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1081</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1096</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1052</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1067</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1082</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1097</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1053</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1068</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1083</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1098</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1054</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1069</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1084</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1099</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1055</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="canonical">
-                    <value key="meta_name">canonical</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="description">
-                    <value key="meta_name">description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="keywords">
-                    <value key="meta_name">keywords</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:description">
-                    <value key="meta_name">og:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:image">
-                    <value key="meta_name">og:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:title">
-                    <value key="meta_name">og:title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="title">
-                    <value key="meta_name">title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:description">
-                    <value key="meta_name">twitter:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:image">
-                    <value key="meta_name">twitter:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:title">
-                    <value key="meta_name">twitter:title</value>
-                    <value key="meta_content"></value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1070</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1085</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1100</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-    </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+            </Language>
+            <Language>
+                <languageCode>nor-NO</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Spanish seafood paella</value>
+            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
+            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
+            <value languageCode="nor-NO">Spansk sjømat paella</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>1041</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanish seafood paella</fieldValue>
+        </field>
+        <field>
+            <id>1056</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
+        </field>
+        <field>
+            <id>1071</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
+        </field>
+        <field>
+            <id>1086</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spansk sjømat paella</fieldValue>
+        </field>
+        <field>
+            <id>1042</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1057</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
+    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
+    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1072</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1087</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
+    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
+    matfusjon. Et populært lunsjmåltid som erobre verden.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1043</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1058</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1073</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1088</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1044</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1059</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1074</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1089</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1045</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1045-5</value>
+                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1060</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1060-5</value>
+                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1075</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1075-5</value>
+                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1090</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1090-5</value>
+                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1046</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1061</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1076</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1091</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1047</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1062</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1077</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1092</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1048</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1063</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1078</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1093</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1049</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1064</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1079</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1094</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1050</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1065</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1080</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1095</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1051</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1066</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1081</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1096</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1052</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1067</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1082</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1097</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1053</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1068</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1083</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1098</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1054</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1069</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1084</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1099</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1055</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="canonical">
+                    <value key="meta_name">canonical</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="description">
+                    <value key="meta_name">description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="keywords">
+                    <value key="meta_name">keywords</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:description">
+                    <value key="meta_name">og:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:image">
+                    <value key="meta_name">og:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:title">
+                    <value key="meta_name">og:title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="title">
+                    <value key="meta_name">title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:description">
+                    <value key="meta_name">twitter:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:image">
+                    <value key="meta_name">twitter:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:title">
+                    <value key="meta_name">twitter:title</value>
+                    <value key="meta_content"></value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1070</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1085</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1100</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+    </Relations>
+</Version>
 
                                             
@@ -3581,115 +3588,115 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>draft article</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
-            <VersionInfo>
-                <id>547</id>
-                <versionNo>1</versionNo>
-                <status>DRAFT</status>
-                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">draft article</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>446</id>
-                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>draft article</fieldValue>
-                </field>
-                <field>
-                    <id>447</id>
-                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>448</id>
-                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>449</id>
-                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>450</id>
-                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>451</id>
-                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-                    <fieldValue>false</fieldValue>
-                </field>
-                <field>
-                    <id>452</id>
-                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="destinationContentId"/>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>true</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>draft article</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/83/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/83/versions/1">
+            <VersionInfo>
+                <id>547</id>
+                <versionNo>1</versionNo>
+                <status>DRAFT</status>
+                <modificationDate>2019-02-19T15:55:37+01:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2019-02-19T15:55:37+01:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">draft article</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/83"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>446</id>
+                    <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>draft article</fieldValue>
+                </field>
+                <field>
+                    <id>447</id>
+                    <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>448</id>
+                    <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>449</id>
+                    <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft&lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft&lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>450</id>
+                    <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;draft draft draft &lt;/para&gt;&lt;/section&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;draft draft draft &lt;/p&gt;&lt;/section&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>451</id>
+                    <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+                    <fieldValue>false</fieldValue>
+                </field>
+                <field>
+                    <id>452</id>
+                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezobjectrelation</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="destinationContentId"/>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/83/versions/1/relations"/>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/83/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>true</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/83/objectstates"/>
+</Content>
 
                                             
@@ -3698,1224 +3705,1224 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
-    <VersionInfo>
-        <id>1114</id>
-        <versionNo>5</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-            <Language>
-                <languageCode>fre-FR</languageCode>
-            </Language>
-            <Language>
-                <languageCode>ger-DE</languageCode>
-            </Language>
-            <Language>
-                <languageCode>nor-NO</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Spanish seafood paella</value>
-            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
-            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
-            <value languageCode="nor-NO">Spansk sjømat paella</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>1041</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanish seafood paella</fieldValue>
-        </field>
-        <field>
-            <id>1056</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
-        </field>
-        <field>
-            <id>1071</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
-        </field>
-        <field>
-            <id>1086</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Spansk sjømat paella</fieldValue>
-        </field>
-        <field>
-            <id>1042</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1057</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
-    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
-    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1072</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
-    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1087</id>
-            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
-  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
-    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
-  &lt;/para&gt;
-&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
-  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
-    matfusjon. Et populært lunsjmåltid som erobre verden.
-  &lt;/p&gt;
-&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1043</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1058</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1073</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1088</id>
-            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1044</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1059</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1074</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1089</id>
-            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1045</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1045-5</value>
-                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1060</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1060-5</value>
-                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1075</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1075-5</value>
-                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1090</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="alternativeText"></value>
-                <value key="fileName">cheesecake_figs.jpg</value>
-                <value key="fileSize">44846</value>
-                <value key="imageId">67-1090-5</value>
-                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
-                <value key="inputUri"/>
-                <value key="width">686</value>
-                <value key="height">686</value>
-                <value key="variations">
-                    <value key="article_full_width">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
-                    </value>
-                    <value key="card_view">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
-                    </value>
-                    <value key="embed-header">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
-                    </value>
-                    <value key="place">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
-                    </value>
-                    <value key="product_card">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
-                    </value>
-                    <value key="product_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
-                    </value>
-                    <value key="search_result_item">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
-                    </value>
-                    <value key="search_result_item_large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
-                    </value>
-                    <value key="social_network_image">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1046</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1061</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1076</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1091</id>
-            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
-            <fieldValue>30.000000</fieldValue>
-        </field>
-        <field>
-            <id>1047</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1062</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1077</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1092</id>
-            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
-            <fieldValue>8</fieldValue>
-        </field>
-        <field>
-            <id>1048</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1063</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1078</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1093</id>
-            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
-            <fieldValue>
-                <value>0</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1049</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1064</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1079</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1094</id>
-            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1050</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1065</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1080</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1095</id>
-            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1051</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1066</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1081</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1096</id>
-            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>1052</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1067</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1082</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1097</id>
-            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1053</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1068</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1083</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1098</id>
-            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>true</fieldValue>
-        </field>
-        <field>
-            <id>1054</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1069</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1084</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1099</id>
-            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">394</value>
-                    <value key="parent_id">360</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Spanish</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/360/394/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">413</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Entrée</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/413/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">425</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Rice</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/425/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">428</value>
-                    <value key="parent_id">402</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Seafood</value>
-                    </value>
-                    <value key="depth">3</value>
-                    <value key="path_string">/359/402/428/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-                <value>
-                    <value key="id">430</value>
-                    <value key="parent_id">428</value>
-                    <value key="main_tag_id">0</value>
-                    <value key="keywords">
-                        <value key="eng-GB">Shrimp</value>
-                    </value>
-                    <value key="depth">4</value>
-                    <value key="path_string">/359/402/428/430/</value>
-                    <value key="modified">1542478859</value>
-                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
-                    <value key="always_available">true</value>
-                    <value key="main_language_code">eng-GB</value>
-                    <value key="language_codes">
-                        <value>eng-GB</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1055</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="canonical">
-                    <value key="meta_name">canonical</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="description">
-                    <value key="meta_name">description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="keywords">
-                    <value key="meta_name">keywords</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:description">
-                    <value key="meta_name">og:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:image">
-                    <value key="meta_name">og:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="og:title">
-                    <value key="meta_name">og:title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="title">
-                    <value key="meta_name">title</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:description">
-                    <value key="meta_name">twitter:description</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:image">
-                    <value key="meta_name">twitter:image</value>
-                    <value key="meta_content"></value>
-                </value>
-                <value key="twitter:title">
-                    <value key="meta_name">twitter:title</value>
-                    <value key="meta_content"></value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>1070</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>fre-FR</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1085</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>ger-DE</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>1100</id>
-            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
-            <languageCode>nor-NO</languageCode>
-            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
-            <RelationType>EMBED</RelationType>
-        </Relation>
-    </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
+    <VersionInfo>
+        <id>1114</id>
+        <versionNo>5</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2019-03-16T11:19:51+01:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2019-03-16T11:18:45+01:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB,fre-FR,ger-DE,nor-NO</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+            <Language>
+                <languageCode>fre-FR</languageCode>
+            </Language>
+            <Language>
+                <languageCode>ger-DE</languageCode>
+            </Language>
+            <Language>
+                <languageCode>nor-NO</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Spanish seafood paella</value>
+            <value languageCode="fre-FR">Paella de fruits de mer espagnols</value>
+            <value languageCode="ger-DE">Spanische Meeresfrüchte Paella</value>
+            <value languageCode="nor-NO">Spansk sjømat paella</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>1041</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanish seafood paella</fieldValue>
+        </field>
+        <field>
+            <id>1056</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Paella de fruits de mer espagnols</fieldValue>
+        </field>
+        <field>
+            <id>1071</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spanische Meeresfrüchte Paella</fieldValue>
+        </field>
+        <field>
+            <id>1086</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Spansk sjømat paella</fieldValue>
+        </field>
+        <field>
+            <id>1042</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/para&gt;&lt;para&gt; &lt;/para&gt;&lt;ezembed xlink:href=&quot;ezcontent://196&quot; view=&quot;embed&quot; ezxhtml:class=&quot;ez-embed-type-image&quot;&gt;&lt;ezconfig&gt;&lt;ezvalue key=&quot;size&quot;&gt;medium&lt;/ezvalue&gt;&lt;/ezconfig&gt;&lt;/ezembed&gt;&lt;ezembed xlink:href=&quot;ezcontent://70&quot; view=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;A real taste of Britain’s most acknowledged culinary export of a take-away food and early example of food fusion. A popular lunch meal that is conquering the world.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://196&quot; data-ezview=&quot;embed&quot; class=&quot;ez-embed-type-image&quot;&gt;&lt;span data-ezelement=&quot;ezconfig&quot;&gt;&lt;span data-ezelement=&quot;ezvalue&quot; data-ezvalue-key=&quot;size&quot;&gt;medium&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div data-ezelement=&quot;ezembed&quot; data-href=&quot;ezcontent://70&quot; data-ezview=&quot;embed&quot;/&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1057</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Un vrai avant-go&amp;#xFB;t de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat &amp;#xE0; emporter et de
+    l'exemple pr&amp;#xE9;coce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Un vrai avant-goût de l'exportation culinaire la plus reconnue en Grande-Bretagne d'un plat à emporter et de
+    l'exemple précoce de la fusion des aliments. Un repas de midi populaire qui conquiert le monde.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1072</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; Ein echter Geschmack von Gro&amp;#xDF;britanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    fr&amp;#xFC;hen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; Ein echter Geschmack von Großbritanniens anerkanntem kulinarischen Export von Speisen zum Mitnehmen und einem
+    frühen Beispiel der Fusion von Lebensmitteln. Ein beliebtes Mittagessen, das die Welt erobert.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1087</id>
+            <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;
+  &lt;para&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel p&amp;#xE5;
+    matfusjon. Et popul&amp;#xE6;rt lunsjm&amp;#xE5;ltid som erobre verden.
+  &lt;/para&gt;
+&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;
+  &lt;p&gt; En ekte smak av Storbritannias mest anerkjente kulinariske eksport av en take-away mat og tidlig eksempel på
+    matfusjon. Et populært lunsjmåltid som erobre verden.
+  &lt;/p&gt;
+&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1043</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt;Make a seafood broth:&lt;/para&gt; &lt;para&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/para&gt; &lt;para&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/para&gt; &lt;para&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/para&gt; &lt;para&gt;Mix both broths and let them sit off.&lt;/para&gt; &lt;para&gt;Saute the seafood:&lt;/para&gt; &lt;para&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/para&gt; &lt;para&gt;Make the sofrito:&lt;/para&gt; &lt;para&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/para&gt; &lt;para&gt;Add the rice and cook:&lt;/para&gt; &lt;para&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/para&gt; &lt;para&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/para&gt; &lt;para&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/para&gt; &lt;para&gt;Create the socarrat:&lt;/para&gt; &lt;para&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/para&gt; &lt;para&gt;Let the paella rest:&lt;/para&gt; &lt;para&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt;Make a seafood broth:&lt;/p&gt; &lt;p&gt;For the Canadian lobster - In a medium pot, bring 8 cups of water to boil. Add one bay leaf, chopped onion and salt and pepper according to the weight of the Canadian lobster. Boiling time will be based on weight.&lt;/p&gt; &lt;p&gt;Remove cooked Canadian lobster, strain broth and let sit off.&lt;/p&gt; &lt;p&gt;For the mussels - Warm the butter or olive oil over medium-high heat in the pot (if using butter, let it melt completely). Add the minced onion and garlic. Sauté until the onions are translucent and the garlic is fragrant, 1 to 2 minutes. Pour the water (2 cups) and half cup of white wine, bring it to boil. Pour all of the mussels into the pot. Remove the opened mussels and discard any mussels that haven’t opened. Strain the broth and let sit off.&lt;/p&gt; &lt;p&gt;Mix both broths and let them sit off.&lt;/p&gt; &lt;p&gt;Saute the seafood:&lt;/p&gt; &lt;p&gt;In a 16-inch paella pan, heat the oil just until it is hot. Sauté the shrimp, scallops, and calamari (if using) until just cooked through, about 2 minutes.&lt;/p&gt; &lt;p&gt;Make the sofrito:&lt;/p&gt; &lt;p&gt;Reduce the heat to medium and sauté the garlic. Add the tomato and pimenton and cook, stirring often, until the mixture has darkened to a deep burgundy and is thick like a compote, 5 to 10 min.&lt;/p&gt; &lt;p&gt;Add the rice and cook:&lt;/p&gt; &lt;p&gt;Bring the broth back to a simmer. Add the rice to the pan, and cook for 1 to 2 min. Raise the heat to medium-high. Pour in 7 cups of the seafood broth (reserve the rest) and stir or shake the pan to evenly distribute the rice. From this point on, do not stir the rice. Once broth is boiling, count 4 minutes.&lt;/p&gt; &lt;p&gt;After the 4 minutes, reduce the heat to medium-low and count 10 minutes.&lt;/p&gt; &lt;p&gt;Continue to simmer more gently, rotating the pan as necessary. Arrange the shrimp and Canadian lobster in the pan.&lt;/p&gt; &lt;p&gt;Create the socarrat:&lt;/p&gt; &lt;p&gt;Increase the heat to medium-high and, rotating the pan, cook for about 2 min., until the bottom layer of rice starts to caramelize, creating the socarrat. The rice will crackle, but if it starts to smell burned, remove the pan from the heat immediately.&lt;/p&gt; &lt;p&gt;Let the paella rest:&lt;/p&gt; &lt;p&gt;Remove the pan from the heat and let the paella rest for 5 min. to even the cooking and let the flavors meld.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1058</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Faire un bouillon de fruits de mer:&lt;/para&gt; &lt;para&gt; Pour le homard canadien - Dans une casserole moyenne, porter &amp;#xE0; &amp;#xE9;bullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon hach&amp;#xE9;, du sel et du poivre selon le poids du homard canadien. Le temps d'&amp;#xE9;bullition sera bas&amp;#xE9; sur le poids. &lt;/para&gt; &lt;para&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/para&gt; &lt;para&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive &amp;#xE0; feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre compl&amp;#xE8;tement). Ajouter l'oignon &amp;#xE9;minc&amp;#xE9; et l'ail. Faire sauter jusqu'&amp;#xE0; ce que les oignons soient translucides et que l'ail soit parfum&amp;#xE9;, 1 &amp;#xE0; 2 minutes. Verser l'eau (2 tasses) et la moiti&amp;#xE9; de la tasse de vin blanc, porter &amp;#xE0; &amp;#xE9;bullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/para&gt; &lt;para&gt; M&amp;#xE9;langer les deux bouillons et les laisser reposer.&lt;/para&gt; &lt;para&gt; Saute les fruits de mer:&lt;/para&gt; &lt;para&gt; Dans une po&amp;#xEA;le &amp;#xE0; paella de 16 pouces, chauffer l'huile jusqu'&amp;#xE0; ce qu'elle soit chaude. Faire sauter les crevettes, les p&amp;#xE9;toncles et les calamars (si vous utilisez) jusqu'&amp;#xE0; ce qu'ils soient bien cuits, environ 2 minutes. &lt;/para&gt; &lt;para&gt; Faites le sofrito:&lt;/para&gt; &lt;para&gt; R&amp;#xE9;duire le feu &amp;#xE0; moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'&amp;#xE0; ce que le m&amp;#xE9;lange noircisse et soit &amp;#xE9;pais comme une compote, de 5 &amp;#xE0; 10 min. &lt;/para&gt; &lt;para&gt; Ajouter le riz et cuire:&lt;/para&gt; &lt;para&gt; Ramener le bouillon &amp;#xE0; &amp;#xE9;bullition. Ajouter le riz dans la po&amp;#xEA;le et cuire de 1 &amp;#xE0; 2 minutes. Augmenter le feu &amp;#xE0; moyen-&amp;#xE9;lev&amp;#xE9;. Verser 7 tasses de bouillon de fruits de mer (r&amp;#xE9;server le reste) et m&amp;#xE9;langer ou agiter la po&amp;#xEA;le pour r&amp;#xE9;partir uniform&amp;#xE9;ment le riz. &amp;#xC0; partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en &amp;#xE9;bullition, comptez 4 minutes. &lt;/para&gt; &lt;para&gt; Apr&amp;#xE8;s les 4 minutes, r&amp;#xE9;duire le feu &amp;#xE0; moyen-doux et compter 10 minutes.&lt;/para&gt; &lt;para&gt; Continuez &amp;#xE0; mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la po&amp;#xEA;le. &lt;/para&gt; &lt;para&gt; Cr&amp;#xE9;er le socarrat:&lt;/para&gt; &lt;para&gt; Augmenter le feu &amp;#xE0; moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'&amp;#xE0; ce que la couche de riz commence &amp;#xE0; caram&amp;#xE9;liser, cr&amp;#xE9;ant le socarrat. Le riz cr&amp;#xE9;pite, mais s'il commence &amp;#xE0; sentir br&amp;#xFB;l&amp;#xE9;, retirez imm&amp;#xE9;diatement la casserole du feu. &lt;/para&gt; &lt;para&gt; Laissez la paella se reposer:&lt;/para&gt; &lt;para&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. &amp;#xE9;galiser la cuisson et laisser m&amp;#xE9;langer les saveurs. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Faire un bouillon de fruits de mer:&lt;/p&gt; &lt;p&gt; Pour le homard canadien - Dans une casserole moyenne, porter à ébullition 8 tasses d'eau. Ajouter une feuille de laurier, de l'oignon haché, du sel et du poivre selon le poids du homard canadien. Le temps d'ébullition sera basé sur le poids. &lt;/p&gt; &lt;p&gt; Retirer le homard canadien cuit, filtrer le bouillon et laisser reposer.&lt;/p&gt; &lt;p&gt; Pour les moules - Chauffer le beurre ou l'huile d'olive à feu moyen-vif dans le pot (si vous utilisez du beurre, laissez-le fondre complètement). Ajouter l'oignon émincé et l'ail. Faire sauter jusqu'à ce que les oignons soient translucides et que l'ail soit parfumé, 1 à 2 minutes. Verser l'eau (2 tasses) et la moitié de la tasse de vin blanc, porter à ébullition. Verser toutes les moules dans le pot. Retirez les moules ouvertes et jetez les moules qui ne se sont pas ouvertes. Passer le bouillon et laisser reposer. &lt;/p&gt; &lt;p&gt; Mélanger les deux bouillons et les laisser reposer.&lt;/p&gt; &lt;p&gt; Saute les fruits de mer:&lt;/p&gt; &lt;p&gt; Dans une poêle à paella de 16 pouces, chauffer l'huile jusqu'à ce qu'elle soit chaude. Faire sauter les crevettes, les pétoncles et les calamars (si vous utilisez) jusqu'à ce qu'ils soient bien cuits, environ 2 minutes. &lt;/p&gt; &lt;p&gt; Faites le sofrito:&lt;/p&gt; &lt;p&gt; Réduire le feu à moyen et faire revenir l'ail. Ajouter la tomate et le pimenton et cuire, en remuant souvent, jusqu'à ce que le mélange noircisse et soit épais comme une compote, de 5 à 10 min. &lt;/p&gt; &lt;p&gt; Ajouter le riz et cuire:&lt;/p&gt; &lt;p&gt; Ramener le bouillon à ébullition. Ajouter le riz dans la poêle et cuire de 1 à 2 minutes. Augmenter le feu à moyen-élevé. Verser 7 tasses de bouillon de fruits de mer (réserver le reste) et mélanger ou agiter la poêle pour répartir uniformément le riz. À partir de ce moment, ne pas remuer le riz. Une fois que le bouillon est en ébullition, comptez 4 minutes. &lt;/p&gt; &lt;p&gt; Après les 4 minutes, réduire le feu à moyen-doux et compter 10 minutes.&lt;/p&gt; &lt;p&gt; Continuez à mijoter plus doucement, en tournant la casserole au besoin. Disposer les crevettes et le homard canadien dans la poêle. &lt;/p&gt; &lt;p&gt; Créer le socarrat:&lt;/p&gt; &lt;p&gt; Augmenter le feu à moyen-vif et, en faisant tourner la casserole, cuire environ 2 minutes, jusqu'à ce que la couche de riz commence à caraméliser, créant le socarrat. Le riz crépite, mais s'il commence à sentir brûlé, retirez immédiatement la casserole du feu. &lt;/p&gt; &lt;p&gt; Laissez la paella se reposer:&lt;/p&gt; &lt;p&gt; Retirer la casserole du feu et laisser reposer la paella pendant 5 minutes. égaliser la cuisson et laisser mélanger les saveurs. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1073</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Machen Sie eine Meeresfr&amp;#xFC;chte-Br&amp;#xFC;he:&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. F&amp;#xFC;gen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/para&gt; &lt;para&gt; Den gekochten kanadischen Hummer entfernen, die Br&amp;#xFC;he entkernen und abtropfen lassen.&lt;/para&gt; &lt;para&gt; F&amp;#xFC;r die Muscheln - Erw&amp;#xE4;rmen Sie die Butter oder das Oliven&amp;#xF6;l bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollst&amp;#xE4;ndig schmelzen). F&amp;#xFC;gen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten d&amp;#xFC;nsten. Gie&amp;#xDF;en Sie das Wasser (2 Tassen) und eine halbe Tasse Wei&amp;#xDF;wein, bringen Sie es zum Kochen. Gie&amp;#xDF;en Sie alle Muscheln in den Topf. Entfernen Sie die ge&amp;#xF6;ffneten Muscheln und entsorgen Sie Muscheln, die nicht ge&amp;#xF6;ffnet haben. Die Br&amp;#xFC;he abseihen und absetzen lassen. &lt;/para&gt; &lt;para&gt; Mischen Sie beide Br&amp;#xFC;hen und lassen Sie sie sitzen.&lt;/para&gt; &lt;para&gt; Braten Sie die Meeresfr&amp;#xFC;chte:&lt;/para&gt; &lt;para&gt; In einer 16-Zoll-Paellapfanne das &amp;#xD6;l erhitzen, bis es hei&amp;#xDF; ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/para&gt; &lt;para&gt; Mach das sofrito:&lt;/para&gt; &lt;para&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. F&amp;#xFC;gen Sie die Tomate und das Piment hinzu und kochen Sie, h&amp;#xE4;ufig r&amp;#xFC;hrend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/para&gt; &lt;para&gt; F&amp;#xFC;gen Sie den Reis hinzu und kochen Sie:&lt;/para&gt; &lt;para&gt; Bringen Sie die Br&amp;#xFC;he wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfr&amp;#xFC;chtesuppe (behalten Sie den Rest) und r&amp;#xFC;hren Sie oder sch&amp;#xFC;tteln Sie die Wanne, um den Reis gleichm&amp;#xE4;&amp;#xDF;ig zu verteilen. Von diesem Punkt an den Reis nicht umr&amp;#xFC;hren. Sobald die Br&amp;#xFC;he kocht, z&amp;#xE4;hlen Sie 4 Minuten. &lt;/para&gt; &lt;para&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten z&amp;#xE4;hlen.&lt;/para&gt; &lt;para&gt; Weiter vorsichtig k&amp;#xF6;cheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/para&gt; &lt;para&gt; Erstelle den Socarrat:&lt;/para&gt; &lt;para&gt; Erh&amp;#xF6;hen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, f&amp;#xFC;r etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anf&amp;#xE4;ngt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/para&gt; &lt;para&gt; Lass die Paella ruhen:&lt;/para&gt; &lt;para&gt; Die Pfanne von der Hitze nehmen und die Paella f&amp;#xFC;r 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Machen Sie eine Meeresfrüchte-Brühe:&lt;/p&gt; &lt;p&gt; Für den kanadischen Hummer - In einem mittleren Topf 8 Tassen Wasser zum Kochen bringen. Fügen Sie ein Lorbeerblatt, gehackte Zwiebel und Salz und Pfeffer entsprechend dem Gewicht des kanadischen Hummers hinzu. Die Kochzeit basiert auf dem Gewicht. &lt;/p&gt; &lt;p&gt; Den gekochten kanadischen Hummer entfernen, die Brühe entkernen und abtropfen lassen.&lt;/p&gt; &lt;p&gt; Für die Muscheln - Erwärmen Sie die Butter oder das Olivenöl bei mittlerer Hitze im Topf (wenn Sie Butter verwenden, lassen Sie sie vollständig schmelzen). Fügen Sie die gehackte Zwiebel und den Knoblauch hinzu. Die Zwiebeln glasig machen und 1 bis 2 Minuten dünsten. Gießen Sie das Wasser (2 Tassen) und eine halbe Tasse Weißwein, bringen Sie es zum Kochen. Gießen Sie alle Muscheln in den Topf. Entfernen Sie die geöffneten Muscheln und entsorgen Sie Muscheln, die nicht geöffnet haben. Die Brühe abseihen und absetzen lassen. &lt;/p&gt; &lt;p&gt; Mischen Sie beide Brühen und lassen Sie sie sitzen.&lt;/p&gt; &lt;p&gt; Braten Sie die Meeresfrüchte:&lt;/p&gt; &lt;p&gt; In einer 16-Zoll-Paellapfanne das Öl erhitzen, bis es heiß ist. Die Garnelen, die Jakobsmuscheln und die Calamari (falls verwendet) bissfest durchgaren, ca. 2 Minuten. &lt;/p&gt; &lt;p&gt; Mach das sofrito:&lt;/p&gt; &lt;p&gt; Reduziere die Hitze auf mittlere Stufe und sautiere den Knoblauch. Fügen Sie die Tomate und das Piment hinzu und kochen Sie, häufig rührend, bis die Mischung zu einem tiefen Burgunder verdunkelt wird und dick wie ein Kompott ist, 5 bis 10 min. &lt;/p&gt; &lt;p&gt; Fügen Sie den Reis hinzu und kochen Sie:&lt;/p&gt; &lt;p&gt; Bringen Sie die Brühe wieder zum Kochen. Den Reis in die Pfanne geben und 1 bis 2 Minuten kochen lassen. Erhöhen Sie die Hitze auf mittlere bis hohe. Pour 7 Tassen der Meeresfrüchtesuppe (behalten Sie den Rest) und rühren Sie oder schütteln Sie die Wanne, um den Reis gleichmäßig zu verteilen. Von diesem Punkt an den Reis nicht umrühren. Sobald die Brühe kocht, zählen Sie 4 Minuten. &lt;/p&gt; &lt;p&gt; Nach den 4 Minuten die Hitze auf mittel-niedrig reduzieren und 10 Minuten zählen.&lt;/p&gt; &lt;p&gt; Weiter vorsichtig köcheln lassen und die Pfanne nach Bedarf drehen. Ordnen Sie die Garnelen und den kanadischen Hummer in der Pfanne an. &lt;/p&gt; &lt;p&gt; Erstelle den Socarrat:&lt;/p&gt; &lt;p&gt; Erhöhen Sie die Hitze auf mittlere bis hohe und drehen Sie die Pfanne, für etwa 2 Minuten kochen, bis die untere Schicht Reis zu karamellisieren beginnt, so dass die Socarrat. Der Reis wird knistern, aber wenn er anfängt zu brennen, entfernen Sie die Pfanne sofort von der Hitze. &lt;/p&gt; &lt;p&gt; Lass die Paella ruhen:&lt;/p&gt; &lt;p&gt; Die Pfanne von der Hitze nehmen und die Paella für 5 Minuten ruhen lassen. um sogar das Kochen und die Aromen verschmelzen zu lassen. &lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1088</id>
+            <fieldDefinitionIdentifier>cooking_instructions</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;para&gt; Lag en sj&amp;#xF8;mat kj&amp;#xF8;ttkraft:&lt;/para&gt; &lt;para&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann &amp;#xE5; koke. Legg ett l&amp;#xF8;vblad, hakket l&amp;#xF8;k og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil v&amp;#xE6;re basert p&amp;#xE5; vekt. &lt;/para&gt; &lt;para&gt; Fjern kokt kanadisk hummer, stamme kj&amp;#xF8;ttkraft og la sitte av.&lt;/para&gt; &lt;para&gt; For bl&amp;#xE5;skjellene - Varm sm&amp;#xF8;r eller olivenolje over middels h&amp;#xF8;y varme i potten (hvis du bruker sm&amp;#xF8;r, la den smelte helt). Tilsett hakket l&amp;#xF8;k og hvitl&amp;#xF8;k. Saut&amp;#xE9;r til l&amp;#xF8;kene er gjennomskinnelige og hvitl&amp;#xF8;k er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til &amp;#xE5; koke. Hell alle muslingene i potten. Fjern de &amp;#xE5;pnede bl&amp;#xE5;skjellene og kast bort eventuelle bl&amp;#xE5;skjell som ikke har &amp;#xE5;pnet. Stam kj&amp;#xF8;ttkraft og la sitte av. &lt;/para&gt; &lt;para&gt; Bland begge kj&amp;#xF8;ttkraftene og la dem sitte av.&lt;/para&gt; &lt;para&gt; Saute sj&amp;#xF8;mat:&lt;/para&gt; &lt;para&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/para&gt; &lt;para&gt; Gj&amp;#xF8;r sofrito:&lt;/para&gt; &lt;para&gt; Reduser varmen til middels og saut&amp;#xE9; hvitl&amp;#xF8;k. Tilsett tomat og pimenton og kok, r&amp;#xF8;r ofte, til blandingen er m&amp;#xF8;rknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/para&gt; &lt;para&gt; Tilsett ris og kok:&lt;/para&gt; &lt;para&gt; Ta med buljongen tilbake til en simmer. Legg risen p&amp;#xE5; pannen, og lag den i 1 til 2 minutter. &amp;#xD8;k varmen til middels h&amp;#xF8;y. Hell i 7 kopper av sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (reserve resten) og r&amp;#xF8;r eller rist pannen for jevnt fordelt risen. Fra dette punktet m&amp;#xE5; du ikke r&amp;#xF8;re risen. N&amp;#xE5;r kj&amp;#xF8;ttkraft koker, teller 4 minutter. &lt;/para&gt; &lt;para&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/para&gt; &lt;para&gt; Fortsett &amp;#xE5; simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/para&gt; &lt;para&gt; Opprett socarrat:&lt;/para&gt; &lt;para&gt; &amp;#xD8;k varmen til middels h&amp;#xF8;y og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner &amp;#xE5; karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner &amp;#xE5; lukte brent, ta av pannen fra varmen umiddelbart. &lt;/para&gt; &lt;para&gt; La paellaen hvile:&lt;/para&gt; &lt;para&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/para&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;p&gt; Lag en sjømat kjøttkraft:&lt;/p&gt; &lt;p&gt; For den kanadiske hummeren - I en middels potte, ta med 8 kopper vann å koke. Legg ett løvblad, hakket løk og salt og pepper i henhold til den kanadiske hummerens vekt. Koketiden vil være basert på vekt. &lt;/p&gt; &lt;p&gt; Fjern kokt kanadisk hummer, stamme kjøttkraft og la sitte av.&lt;/p&gt; &lt;p&gt; For blåskjellene - Varm smør eller olivenolje over middels høy varme i potten (hvis du bruker smør, la den smelte helt). Tilsett hakket løk og hvitløk. Sautér til løkene er gjennomskinnelige og hvitløk er duftende, 1 til 2 minutter. Hell vannet (2 kopper) og en halv kopp hvitvin, bring den til å koke. Hell alle muslingene i potten. Fjern de åpnede blåskjellene og kast bort eventuelle blåskjell som ikke har åpnet. Stam kjøttkraft og la sitte av. &lt;/p&gt; &lt;p&gt; Bland begge kjøttkraftene og la dem sitte av.&lt;/p&gt; &lt;p&gt; Saute sjømat:&lt;/p&gt; &lt;p&gt; I en 16-tommers paella-panne, varme opp oljen til den er varm. Saute reker, kamskjell og calamari (hvis du bruker) til bare kokt gjennom, ca 2 minutter. &lt;/p&gt; &lt;p&gt; Gjør sofrito:&lt;/p&gt; &lt;p&gt; Reduser varmen til middels og sauté hvitløk. Tilsett tomat og pimenton og kok, rør ofte, til blandingen er mørknet til en dyp bourgogne og tykk som en kompott, 5 til 10 minutter. &lt;/p&gt; &lt;p&gt; Tilsett ris og kok:&lt;/p&gt; &lt;p&gt; Ta med buljongen tilbake til en simmer. Legg risen på pannen, og lag den i 1 til 2 minutter. Øk varmen til middels høy. Hell i 7 kopper av sjømat kjøttkraft (reserve resten) og rør eller rist pannen for jevnt fordelt risen. Fra dette punktet må du ikke røre risen. Når kjøttkraft koker, teller 4 minutter. &lt;/p&gt; &lt;p&gt; Etter 4 minutter, reduser varmen til middels lav og teller 10 minutter.&lt;/p&gt; &lt;p&gt; Fortsett å simre mer forsiktig, roter pannen etter behov. Ordne reker og kanadisk hummer i pannen.&lt;/p&gt; &lt;p&gt; Opprett socarrat:&lt;/p&gt; &lt;p&gt; Øk varmen til middels høy og roter pannen, kok i ca 2 minutter, til bunnlaget av ris begynner å karamellisere, og skape socarraten. Risen vil knekke, men hvis det begynner å lukte brent, ta av pannen fra varmen umiddelbart. &lt;/p&gt; &lt;p&gt; La paellaen hvile:&lt;/p&gt; &lt;p&gt; Ta av pannen fra varmen og la paella hvile i 5 min. til og med matlagingen og la smakene meldes.&lt;/p&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1044</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt;  &lt;listitem&gt;&lt;para&gt;6 oz. large shrimp&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 Canadian lobster (around 1.7 pounds)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 pound of mussels, scrubbed&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Pinch saffron threads&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;Kosher salt&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/4 cup extra-virgin olive oil&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 oz. dry scallops, patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;6 garlic cloves, peeled&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;1/2 teaspoon pimenton&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;3 1/2 cups of arborio rice&lt;/para&gt;&lt;/listitem&gt;   &lt;listitem&gt;&lt;para&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/para&gt;&lt;/listitem&gt;  &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt;6 oz. large shrimp&lt;/li&gt;   &lt;li&gt;1 Canadian lobster (around 1.7 pounds)&lt;/li&gt;   &lt;li&gt;1 pound of mussels, scrubbed&lt;/li&gt;   &lt;li&gt;Pinch saffron threads&lt;/li&gt;   &lt;li&gt;Kosher salt&lt;/li&gt;   &lt;li&gt;1/4 cup extra-virgin olive oil&lt;/li&gt;   &lt;li&gt;6 oz. dry scallops, patted dry&lt;/li&gt;   &lt;li&gt;4 oz. calamari, cut in rings (optional), patted dry&lt;/li&gt;   &lt;li&gt;6 garlic cloves, peeled&lt;/li&gt;   &lt;li&gt;1 tomato, halved and grated on a box grater (discard the skin)&lt;/li&gt;   &lt;li&gt;1/2 teaspoon pimenton&lt;/li&gt;   &lt;li&gt;3 1/2 cups of arborio rice&lt;/li&gt;   &lt;li&gt;7 cups seafood broth (from the Canadian lobster and mussels)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1059</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. grosses crevettes&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 homard canadien (environ 1,7 lb)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 livre de moules, nettoy&amp;#xE9;e&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Pincer les fils de safran&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Sel kasher&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 onces. p&amp;#xE9;toncles secs, patt&amp;#xE9;s secs&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 125 grammes. calamars, coup&amp;#xE9;s en rondelles (facultatif), ass&amp;#xE9;ch&amp;#xE9;s&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 gousses d'ail &amp;#xE9;pluch&amp;#xE9;es&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomate, coup&amp;#xE9;e en deux et r&amp;#xE2;p&amp;#xE9;e sur une r&amp;#xE2;pe &amp;#xE0; bo&amp;#xEE;te (jeter la peau)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 cuill&amp;#xE8;re &amp;#xE0; caf&amp;#xE9; de pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 tasses de riz arborio&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 onces. grosses crevettes&lt;/li&gt;   &lt;li&gt; 1 homard canadien (environ 1,7 lb)&lt;/li&gt;   &lt;li&gt; 1 livre de moules, nettoyée&lt;/li&gt;   &lt;li&gt; Pincer les fils de safran&lt;/li&gt;   &lt;li&gt; Sel kasher&lt;/li&gt;   &lt;li&gt; 1/4 tasse d'huile d'olive extra-vierge&lt;/li&gt;   &lt;li&gt; 6 onces. pétoncles secs, pattés secs&lt;/li&gt;   &lt;li&gt; 125 grammes. calamars, coupés en rondelles (facultatif), asséchés&lt;/li&gt;   &lt;li&gt; 6 gousses d'ail épluchées&lt;/li&gt;   &lt;li&gt; 1 tomate, coupée en deux et râpée sur une râpe à boîte (jeter la peau)&lt;/li&gt;   &lt;li&gt; 1/2 cuillère à café de pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 tasses de riz arborio&lt;/li&gt;   &lt;li&gt; 7 tasses de bouillon de fruits de mer (du homard canadien et des moules)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1074</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. gro&amp;#xDF;e Garnelen&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Pfund Muscheln, geschrubbt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Safranf&amp;#xE4;den falten&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Koscheres Salz&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 Tasse extra-natives Oliven&amp;#xF6;l&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 Knoblauchzehen, gesch&amp;#xE4;lt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 Teel&amp;#xF6;ffel Pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 Tassen Arborio Reis&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 Tassen Meeresfr&amp;#xFC;chte Br&amp;#xFC;he (vom kanadischen Hummer und Muscheln)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 Unzen. große Garnelen&lt;/li&gt;   &lt;li&gt; 1 kanadischer Hummer (ca. 1,7 Pfund)&lt;/li&gt;   &lt;li&gt; 1 Pfund Muscheln, geschrubbt&lt;/li&gt;   &lt;li&gt; Safranfäden falten&lt;/li&gt;   &lt;li&gt; Koscheres Salz&lt;/li&gt;   &lt;li&gt; 1/4 Tasse extra-natives Olivenöl&lt;/li&gt;   &lt;li&gt; 6 Unzen. trockene Jakobsmuscheln, trocken getupft&lt;/li&gt;   &lt;li&gt; 4 Unzen. Calamari, in Ringe geschnitten (optional), trocken getupft&lt;/li&gt;   &lt;li&gt; 6 Knoblauchzehen, geschält&lt;/li&gt;   &lt;li&gt; 1 Tomate, halbiert und gerieben auf einer Kastenreibe (die Haut wegwerfen)&lt;/li&gt;   &lt;li&gt; 1/2 Teelöffel Pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 Tassen Arborio Reis&lt;/li&gt;   &lt;li&gt; 7 Tassen Meeresfrüchte Brühe (vom kanadischen Hummer und Muscheln)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1089</id>
+            <fieldDefinitionIdentifier>ingredients</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt; &lt;itemizedlist&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. store reker&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 pund bl&amp;#xE5;skjell, skrubbet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Klem saffron tr&amp;#xE5;der&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; Kosher salt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/4 kopp ekstra jomfruolje&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 oz. t&amp;#xF8;rr kamskjell, klappert&amp;#xF8;rr&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 4 oz. calamari, kuttet i ringer (valgfritt), t&amp;#xF8;rketatt&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 6 hvitl&amp;#xF8;kskl&amp;#xE6;r, skr&amp;#xE6;llet&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1 tomat, halvert og revet p&amp;#xE5; en boksrist (kast huden)&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 1/2 ts pimenton&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 3 1/2 kopper arborio ris&lt;/para&gt; &lt;/listitem&gt; &lt;listitem&gt; &lt;para&gt; 7 kopper sj&amp;#xF8;mat kj&amp;#xF8;ttkraft (fra canadisk hummer og bl&amp;#xE5;skjell)&lt;/para&gt; &lt;/listitem&gt; &lt;/itemizedlist&gt; &lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt; &lt;ul&gt;  &lt;li&gt; 6 oz. store reker&lt;/li&gt;   &lt;li&gt; 1 kanadisk hummer (rundt 1,7 pund)&lt;/li&gt;   &lt;li&gt; 1 pund blåskjell, skrubbet&lt;/li&gt;   &lt;li&gt; Klem saffron tråder&lt;/li&gt;   &lt;li&gt; Kosher salt&lt;/li&gt;   &lt;li&gt; 1/4 kopp ekstra jomfruolje&lt;/li&gt;   &lt;li&gt; 6 oz. tørr kamskjell, klappertørr&lt;/li&gt;   &lt;li&gt; 4 oz. calamari, kuttet i ringer (valgfritt), tørketatt&lt;/li&gt;   &lt;li&gt; 6 hvitløksklær, skrællet&lt;/li&gt;   &lt;li&gt; 1 tomat, halvert og revet på en boksrist (kast huden)&lt;/li&gt;   &lt;li&gt; 1/2 ts pimenton&lt;/li&gt;   &lt;li&gt; 3 1/2 kopper arborio ris&lt;/li&gt;   &lt;li&gt; 7 kopper sjømat kjøttkraft (fra canadisk hummer og blåskjell)&lt;/li&gt;  &lt;/ul&gt; &lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1045</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="path">/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1045-5</value>
+                <value key="uri">/var/site/storage/images/5/4/0/1/1045-1-eng-GB/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1045-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1060</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="path">/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1060-5</value>
+                <value key="uri">/var/site/storage/images/0/6/0/1/1060-2-fre-FR/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1060-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1075</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="path">/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1075-5</value>
+                <value key="uri">/var/site/storage/images/5/7/0/1/1075-3-ger-DE/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1075-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1090</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="id">0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="path">/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="alternativeText"></value>
+                <value key="fileName">cheesecake_figs.jpg</value>
+                <value key="fileSize">44846</value>
+                <value key="imageId">67-1090-5</value>
+                <value key="uri">/var/site/storage/images/0/9/0/1/1090-4-nor-NO/cheesecake_figs.jpg</value>
+                <value key="inputUri"/>
+                <value key="width">686</value>
+                <value key="height">686</value>
+                <value key="variations">
+                    <value key="article_full_width">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/article_full_width</value>
+                    </value>
+                    <value key="card_view">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/card_view</value>
+                    </value>
+                    <value key="embed-header">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/embed-header</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/gallery</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/medium</value>
+                    </value>
+                    <value key="place">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/place</value>
+                    </value>
+                    <value key="product_card">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_card</value>
+                    </value>
+                    <value key="product_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/product_large</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/reference</value>
+                    </value>
+                    <value key="search_result_item">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item</value>
+                    </value>
+                    <value key="search_result_item_large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/search_result_item_large</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/small</value>
+                    </value>
+                    <value key="social_network_image">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/social_network_image</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/67-1090-5/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1046</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1061</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1076</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1091</id>
+            <fieldDefinitionIdentifier>price</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezfloat</fieldTypeIdentifier>
+            <fieldValue>30.000000</fieldValue>
+        </field>
+        <field>
+            <id>1047</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1062</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1077</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1092</id>
+            <fieldDefinitionIdentifier>serving</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezinteger</fieldTypeIdentifier>
+            <fieldValue>8</fieldValue>
+        </field>
+        <field>
+            <id>1048</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1063</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1078</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1093</id>
+            <fieldDefinitionIdentifier>spicy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezselection</fieldTypeIdentifier>
+            <fieldValue>
+                <value>0</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1049</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1064</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1079</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1094</id>
+            <fieldDefinitionIdentifier>dairy</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1050</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1065</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1080</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1095</id>
+            <fieldDefinitionIdentifier>egg</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1051</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1066</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1081</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1096</id>
+            <fieldDefinitionIdentifier>nuts</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>1052</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1067</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1082</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1097</id>
+            <fieldDefinitionIdentifier>seafood</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1053</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1068</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1083</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1098</id>
+            <fieldDefinitionIdentifier>gluten</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>true</fieldValue>
+        </field>
+        <field>
+            <id>1054</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1069</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1084</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1099</id>
+            <fieldDefinitionIdentifier>tags</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>eztags</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">394</value>
+                    <value key="parent_id">360</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Spanish</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/360/394/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">6e74965a20befeb124245bf9d3ec27dc</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">413</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Entrée</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/413/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">f92af0861ca801f630f8d25e59d7b812</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">425</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Rice</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/425/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">2f658a344299b3aea907d0bf1b83aee0</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">428</value>
+                    <value key="parent_id">402</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Seafood</value>
+                    </value>
+                    <value key="depth">3</value>
+                    <value key="path_string">/359/402/428/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">3ee44c45d910bb3a1d258f52a693215c</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+                <value>
+                    <value key="id">430</value>
+                    <value key="parent_id">428</value>
+                    <value key="main_tag_id">0</value>
+                    <value key="keywords">
+                        <value key="eng-GB">Shrimp</value>
+                    </value>
+                    <value key="depth">4</value>
+                    <value key="path_string">/359/402/428/430/</value>
+                    <value key="modified">1542478859</value>
+                    <value key="remote_id">470a900e8d271699a2074f67859b0405</value>
+                    <value key="always_available">true</value>
+                    <value key="main_language_code">eng-GB</value>
+                    <value key="language_codes">
+                        <value>eng-GB</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1055</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="canonical">
+                    <value key="meta_name">canonical</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="description">
+                    <value key="meta_name">description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="keywords">
+                    <value key="meta_name">keywords</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:description">
+                    <value key="meta_name">og:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:image">
+                    <value key="meta_name">og:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="og:title">
+                    <value key="meta_name">og:title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="title">
+                    <value key="meta_name">title</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:description">
+                    <value key="meta_name">twitter:description</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:image">
+                    <value key="meta_name">twitter:image</value>
+                    <value key="meta_content"></value>
+                </value>
+                <value key="twitter:title">
+                    <value key="meta_name">twitter:title</value>
+                    <value key="meta_content"></value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>1070</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>fre-FR</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1085</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>ger-DE</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>1100</id>
+            <fieldDefinitionIdentifier>metas</fieldDefinitionIdentifier>
+            <languageCode>nor-NO</languageCode>
+            <fieldTypeIdentifier>novaseometas</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1316">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/196"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/67/versions/5/relations/1317">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/67"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/70"/>
+            <RelationType>EMBED</RelationType>
+        </Relation>
+    </Relations>
+</Version>
 
                                             
@@ -4928,164 +4935,164 @@
Types
file_copy

-
-                                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/57",
-        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
-        "_id": 57,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/2"
-        },
-        "Name": "draft article",
-        "TranslatedName": "draft article",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
-                "VersionInfo": {
-                    "id": 517,
-                    "versionNo": 1,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-08-11T08:59:50+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-08-11T08:59:50+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "draft article"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/57"
-                    }
-                },
-                "Fields": {
-                    "field": [
-                        {
-                            "id": 264,
-                            "fieldDefinitionIdentifier": "title",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": "draft article"
-                        },
-                        {
-                            "id": 265,
-                            "fieldDefinitionIdentifier": "short_title",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": null
-                        },
-                        {
-                            "id": 266,
-                            "fieldDefinitionIdentifier": "author",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezauthor",
-                            "fieldValue": []
-                        },
-                        {
-                            "id": 267,
-                            "fieldDefinitionIdentifier": "intro",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft</para></section>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>\n"
-                            }
-                        },
-                        {
-                            "id": 268,
-                            "fieldDefinitionIdentifier": "body",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft draft </para></section>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>\n"
-                            }
-                        },
-                        {
-                            "id": 269,
-                            "fieldDefinitionIdentifier": "enable_comments",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezboolean",
-                            "fieldValue": false
-                        },
-                        {
-                            "id": 270,
-                            "fieldDefinitionIdentifier": "image",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezobjectrelation",
-                            "fieldValue": {
-                                "destinationContentId": null
-                            }
-                        }
-                    ]
-                },
-                "Relations": {
-                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
-                    "Relation": []
-                },
-                "Thumbnail": {
-                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-                    "width": null,
-                    "height": null,
-                    "mimeType": "image/svg+xml"
-                }
-            }
-        },
-        "Section": {
-            "_media-type": "application/vnd.ibexa.api.Section+json",
-            "_href": "/api/ibexa/v2/content/sections/1"
-        },
-        "Locations": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/objects/57/locations"
-        },
-        "Owner": {
-            "_media-type": "application/vnd.ibexa.api.User+json",
-            "_href": "/api/ibexa/v2/user/users/14"
-        },
-        "mainLanguageCode": "eng-GB",
-        "currentVersionNo": 1,
-        "alwaysAvailable": true,
-        "isHidden": false,
-        "status": "DRAFT",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-            "_href": "/api/ibexa/v2/content/objects/57/objectstates"
-        }
-    }
-}
+                                            
+                                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/57",
+        "_remoteId": "055e5ed41cba5e8ec81d8846a4d1c673",
+        "_id": 57,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/2"
+        },
+        "Name": "draft article",
+        "TranslatedName": "draft article",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/57/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/57/versions/1",
+                "VersionInfo": {
+                    "id": 517,
+                    "versionNo": 1,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-08-11T08:59:50+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-08-11T08:59:50+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "draft article"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/57"
+                    }
+                },
+                "Fields": {
+                    "field": [
+                        {
+                            "id": 264,
+                            "fieldDefinitionIdentifier": "title",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": "draft article"
+                        },
+                        {
+                            "id": 265,
+                            "fieldDefinitionIdentifier": "short_title",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": null
+                        },
+                        {
+                            "id": 266,
+                            "fieldDefinitionIdentifier": "author",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezauthor",
+                            "fieldValue": []
+                        },
+                        {
+                            "id": 267,
+                            "fieldDefinitionIdentifier": "intro",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft</para></section>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>\n"
+                            }
+                        },
+                        {
+                            "id": 268,
+                            "fieldDefinitionIdentifier": "body",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>draft draft draft </para></section>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft draft </p></section>\n"
+                            }
+                        },
+                        {
+                            "id": 269,
+                            "fieldDefinitionIdentifier": "enable_comments",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezboolean",
+                            "fieldValue": false
+                        },
+                        {
+                            "id": 270,
+                            "fieldDefinitionIdentifier": "image",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezobjectrelation",
+                            "fieldValue": {
+                                "destinationContentId": null
+                            }
+                        }
+                    ]
+                },
+                "Relations": {
+                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
+                    "Relation": []
+                },
+                "Thumbnail": {
+                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+                    "width": null,
+                    "height": null,
+                    "mimeType": "image/svg+xml"
+                }
+            }
+        },
+        "Section": {
+            "_media-type": "application/vnd.ibexa.api.Section+json",
+            "_href": "/api/ibexa/v2/content/sections/1"
+        },
+        "Locations": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/objects/57/locations"
+        },
+        "Owner": {
+            "_media-type": "application/vnd.ibexa.api.User+json",
+            "_href": "/api/ibexa/v2/user/users/14"
+        },
+        "mainLanguageCode": "eng-GB",
+        "currentVersionNo": 1,
+        "alwaysAvailable": true,
+        "isHidden": false,
+        "status": "DRAFT",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+            "_href": "/api/ibexa/v2/content/objects/57/objectstates"
+        }
+    }
+}
 
                                             
@@ -5479,25 +5486,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-    <Name>Forms</Name>
-    <TranslatedName>Forms</TranslatedName>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
-            <VersionInfo>
-                <id>514</id>
-                <versionNo>1</versionNo>
-                <status>PUBLISHED</status>
-                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
-                <Creator media-ty
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+    <Name>Forms</Name>
+    <TranslatedName>Forms</TranslatedName>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
+            <VersionInfo>
+                <id>514</id>
+                <versionNo>1</versionNo>
+                <status>PUBLISHED</status>
+                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
+                <Creator media-type="applicati
                             
View more @@ -5509,34 +5516,35 @@
Types
file_copy

-
-                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/54",
-        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
-        "_id": 54,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/1"
-        },
-        "Name": "Forms",
-        "TranslatedName": "Forms",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
-                "VersionInfo": {

+                            
+                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/54",
+        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
+        "_id": 54,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/1"
+        },
+        "Name": "Forms",
+        "TranslatedName": "Forms",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
+                "VersionInfo": {
+                    "i
                             
View more @@ -5604,104 +5612,104 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-    <Name>Forms</Name>
-    <TranslatedName>Forms</TranslatedName>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
-            <VersionInfo>
-                <id>514</id>
-                <versionNo>1</versionNo>
-                <status>PUBLISHED</status>
-                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
-                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-                <creationDate>2018-09-17T06:48:13+00:00</creationDate>
-                <initialLanguageCode>eng-GB</initialLanguageCode>
-                <languageCodes>eng-GB</languageCodes>
-                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                    <Language>
-                        <languageCode>eng-GB</languageCode>
-                    </Language>
-                </VersionTranslationInfo>
-                <names>
-                    <value languageCode="eng-GB">Forms</value>
-                </names>
-                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/54"/>
-            </VersionInfo>
-            <Fields>
-                <field>
-                    <id>249</id>
-                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue>Forms</fieldValue>
-                </field>
-                <field>
-                    <id>250</id>
-                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-                    <fieldValue/>
-                </field>
-                <field>
-                    <id>251</id>
-                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-                    </fieldValue>
-                </field>
-                <field>
-                    <id>252</id>
-                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
-                    <languageCode>eng-GB</languageCode>
-                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-                    <fieldValue>
-                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-                    </fieldValue>
-                </field>
-            </Fields>
-            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/54/versions/1/relations"/>
-            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>
-                <width></width>
-                <height></height>
-                <mimeType>image/svg+xml</mimeType>
-            </Thumbnail>
-        </Version>
-    </CurrentVersion>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/55"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/54/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>
-    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>false</alwaysAvailable>
-    <isHidden>false</isHidden>
-    <status>PUBLISHED</status>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/54/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+    <Name>Forms</Name>
+    <TranslatedName>Forms</TranslatedName>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/54/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/currentversion">
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/54/versions/1">
+            <VersionInfo>
+                <id>514</id>
+                <versionNo>1</versionNo>
+                <status>PUBLISHED</status>
+                <modificationDate>2018-09-17T06:48:13+00:00</modificationDate>
+                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+                <creationDate>2018-09-17T06:48:13+00:00</creationDate>
+                <initialLanguageCode>eng-GB</initialLanguageCode>
+                <languageCodes>eng-GB</languageCodes>
+                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                    <Language>
+                        <languageCode>eng-GB</languageCode>
+                    </Language>
+                </VersionTranslationInfo>
+                <names>
+                    <value languageCode="eng-GB">Forms</value>
+                </names>
+                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/54"/>
+            </VersionInfo>
+            <Fields>
+                <field>
+                    <id>249</id>
+                    <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue>Forms</fieldValue>
+                </field>
+                <field>
+                    <id>250</id>
+                    <fieldDefinitionIdentifier>short_name</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+                    <fieldValue/>
+                </field>
+                <field>
+                    <id>251</id>
+                    <fieldDefinitionIdentifier>short_description</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+                    </fieldValue>
+                </field>
+                <field>
+                    <id>252</id>
+                    <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
+                    <languageCode>eng-GB</languageCode>
+                    <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+                    <fieldValue>
+                        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                        <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+                    </fieldValue>
+                </field>
+            </Fields>
+            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/54/versions/1/relations"/>
+            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#folder</resource>
+                <width></width>
+                <height></height>
+                <mimeType>image/svg+xml</mimeType>
+            </Thumbnail>
+        </Version>
+    </CurrentVersion>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/55"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/54/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+    <lastModificationDate>2018-09-17T06:48:13+00:00</lastModificationDate>
+    <publishedDate>2018-09-17T06:48:13+00:00</publishedDate>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>false</alwaysAvailable>
+    <isHidden>false</isHidden>
+    <status>PUBLISHED</status>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/54/objectstates"/>
+</Content>
 
                                             
@@ -5714,147 +5722,147 @@
Types
file_copy

-
-                                                {
-    "Content": {
-        "_media-type": "application/vnd.ibexa.api.Content+json",
-        "_href": "/api/ibexa/v2/content/objects/54",
-        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
-        "_id": 54,
-        "ContentType": {
-            "_media-type": "application/vnd.ibexa.api.ContentType+json",
-            "_href": "/api/ibexa/v2/content/types/1"
-        },
-        "Name": "Forms",
-        "TranslatedName": "Forms",
-        "Versions": {
-            "_media-type": "application/vnd.ibexa.api.VersionList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/versions"
-        },
-        "CurrentVersion": {
-            "_media-type": "application/vnd.ibexa.api.Version+json",
-            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
-            "Version": {
-                "_media-type": "application/vnd.ibexa.api.Version+json",
-                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
-                "VersionInfo": {
-                    "id": 514,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2018-09-17T06:48:13+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2018-09-17T06:48:13+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Forms"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/54"
-                    }
-                },
-                "Fields": {
-                    "field": [
-                        {
-                            "id": 249,
-                            "fieldDefinitionIdentifier": "name",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": "Forms"
-                        },
-                        {
-                            "id": 250,
-                            "fieldDefinitionIdentifier": "short_name",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezstring",
-                            "fieldValue": null
-                        },
-                        {
-                            "id": 251,
-                            "fieldDefinitionIdentifier": "short_description",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                            }
-                        },
-                        {
-                            "id": 252,
-                            "fieldDefinitionIdentifier": "description",
-                            "languageCode": "eng-GB",
-                            "fieldTypeIdentifier": "ezrichtext",
-                            "fieldValue": {
-                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                            }
-                        }
-                    ]
-                },
-                "Relations": {
-                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
-                    "Relation": []
-                },
-                "Thumbnail": {
-                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
-                    "width": null,
-                    "height": null,
-                    "mimeType": "image/svg+xml"
-                }
-            }
-        },
-        "Section": {
-            "_media-type": "application/vnd.ibexa.api.Section+json",
-            "_href": "/api/ibexa/v2/content/sections/6"
-        },
-        "MainLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/55"
-        },
-        "Locations": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/objects/54/locations"
-        },
-        "Owner": {
-            "_media-type": "application/vnd.ibexa.api.User+json",
-            "_href": "/api/ibexa/v2/user/users/14"
-        },
-        "lastModificationDate": "2018-09-17T06:48:13+00:00",
-        "publishedDate": "2018-09-17T06:48:13+00:00",
-        "mainLanguageCode": "eng-GB",
-        "currentVersionNo": 1,
-        "alwaysAvailable": false,
-        "isHidden": false,
-        "status": "PUBLISHED",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
-        }
-    }
-}
+                                            
+                                                {
+    "Content": {
+        "_media-type": "application/vnd.ibexa.api.Content+json",
+        "_href": "/api/ibexa/v2/content/objects/54",
+        "_remoteId": "9e863fbb0fb835ce050032b4f00de61d",
+        "_id": 54,
+        "ContentType": {
+            "_media-type": "application/vnd.ibexa.api.ContentType+json",
+            "_href": "/api/ibexa/v2/content/types/1"
+        },
+        "Name": "Forms",
+        "TranslatedName": "Forms",
+        "Versions": {
+            "_media-type": "application/vnd.ibexa.api.VersionList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/versions"
+        },
+        "CurrentVersion": {
+            "_media-type": "application/vnd.ibexa.api.Version+json",
+            "_href": "/api/ibexa/v2/content/objects/54/currentversion",
+            "Version": {
+                "_media-type": "application/vnd.ibexa.api.Version+json",
+                "_href": "/api/ibexa/v2/content/objects/54/versions/1",
+                "VersionInfo": {
+                    "id": 514,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2018-09-17T06:48:13+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2018-09-17T06:48:13+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Forms"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/54"
+                    }
+                },
+                "Fields": {
+                    "field": [
+                        {
+                            "id": 249,
+                            "fieldDefinitionIdentifier": "name",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": "Forms"
+                        },
+                        {
+                            "id": 250,
+                            "fieldDefinitionIdentifier": "short_name",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezstring",
+                            "fieldValue": null
+                        },
+                        {
+                            "id": 251,
+                            "fieldDefinitionIdentifier": "short_description",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                            }
+                        },
+                        {
+                            "id": 252,
+                            "fieldDefinitionIdentifier": "description",
+                            "languageCode": "eng-GB",
+                            "fieldTypeIdentifier": "ezrichtext",
+                            "fieldValue": {
+                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                            }
+                        }
+                    ]
+                },
+                "Relations": {
+                    "_media-type": "application/vnd.ibexa.api.RelationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/54/versions/1/relations",
+                    "Relation": []
+                },
+                "Thumbnail": {
+                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+                    "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#folder",
+                    "width": null,
+                    "height": null,
+                    "mimeType": "image/svg+xml"
+                }
+            }
+        },
+        "Section": {
+            "_media-type": "application/vnd.ibexa.api.Section+json",
+            "_href": "/api/ibexa/v2/content/sections/6"
+        },
+        "MainLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/55"
+        },
+        "Locations": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/objects/54/locations"
+        },
+        "Owner": {
+            "_media-type": "application/vnd.ibexa.api.User+json",
+            "_href": "/api/ibexa/v2/user/users/14"
+        },
+        "lastModificationDate": "2018-09-17T06:48:13+00:00",
+        "publishedDate": "2018-09-17T06:48:13+00:00",
+        "mainLanguageCode": "eng-GB",
+        "currentVersionNo": 1,
+        "alwaysAvailable": false,
+        "isHidden": false,
+        "status": "PUBLISHED",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+            "_href": "/api/ibexa/v2/content/objects/54/objectstates"
+        }
+    }
+}
 
                                             
@@ -6120,20 +6128,20 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentUpdate>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
-  <Owner href="/api/ibexa/v2/user/users/11"/>
-  <alwaysAvailable>false</alwaysAvailable>
-  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
-</ContentUpdate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentUpdate>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
+  <Owner href="/api/ibexa/v2/user/users/11"/>
+  <alwaysAvailable>false</alwaysAvailable>
+  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
+</ContentUpdate>
 
                             
@@ -6186,20 +6194,20 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentUpdate>
-  <mainLanguageCode>eng-GB</mainLanguageCode>
-  <Section href="/api/ibexa/v2/content/sections/1"/>
-  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
-  <Owner href="/api/ibexa/v2/user/users/11"/>
-  <alwaysAvailable>false</alwaysAvailable>
-  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
-</ContentUpdate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentUpdate>
+  <mainLanguageCode>eng-GB</mainLanguageCode>
+  <Section href="/api/ibexa/v2/content/sections/1"/>
+  <MainLocation href="/api/ibexa/v2/content/locations/2/63/66"/>
+  <Owner href="/api/ibexa/v2/user/users/11"/>
+  <alwaysAvailable>false</alwaysAvailable>
+  <remoteId>69848aeb86164c35e5c98202eebe9e05</remoteId>
+</ContentUpdate>
 
                                             
@@ -6243,21 +6251,21 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>article1</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" h
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>article1</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api
                             
View more @@ -6312,28 +6320,28 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
-    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-    <Name>article1</Name>
-    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
-    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
-    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
-    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
-    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/11"/>
-    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>
-    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>
-    <mainLanguageCode>eng-GB</mainLanguageCode>
-    <currentVersionNo>1</currentVersionNo>
-    <alwaysAvailable>false</alwaysAvailable>
-    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/80/objectstates"/>
-</Content>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
+    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+    <Name>article1</Name>
+    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/80/versions"/>
+    <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/80/currentversion"/>
+    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/66"/>
+    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/80/locations"/>
+    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/11"/>
+    <lastModificationDate>2019-02-19T15:00:34+01:00</lastModificationDate>
+    <publishedDate>2019-02-19T15:00:34+01:00</publishedDate>
+    <mainLanguageCode>eng-GB</mainLanguageCode>
+    <currentVersionNo>1</currentVersionNo>
+    <alwaysAvailable>false</alwaysAvailable>
+    <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/80/objectstates"/>
+</Content>
 
                                             
@@ -6767,31 +6775,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
-    <VersionInfo>
-        <id>521</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentIn
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
+    <VersionInfo>
+        <id>521</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
                             
View more @@ -6803,38 +6811,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
-        "VersionInfo": {
-            "id": 521,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:49+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:33:31+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-              
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
+        "VersionInfo": {
+            "id": 521,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:49+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:33:31+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                  
                             
View more @@ -6902,181 +6911,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
-    <VersionInfo>
-        <id>521</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations/2">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
+    <VersionInfo>
+        <id>521</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/1/relations/2">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -7089,205 +7098,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
-        "VersionInfo": {
-            "id": 521,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:49+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:33:31+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations/2",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/1",
+        "VersionInfo": {
+            "id": 521,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:49+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:33:31+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1/relations/2",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -7482,31 +7491,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
-    <VersionInfo>
-        <id>580</id>
-        <versionNo>2</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
+    <VersionInfo>
+        <id>580</id>
+        <versionNo>2</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -7518,38 +7527,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -7617,181 +7627,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
-    <VersionInfo>
-        <id>580</id>
-        <versionNo>2</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations/16">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
+    <VersionInfo>
+        <id>580</id>
+        <versionNo>2</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/2/relations/16">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -7804,205 +7814,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -8195,28 +8205,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
-        <VersionInfo>
-            <id>521</id>
-            <versionNo>1</versionNo>
-            <status>PUBLISHED</status>
-            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </L
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
+        <VersionInfo>
+            <id>521</id>
+            <versionNo>1</versionNo>
+            <status>PUBLISHED</status>
+            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+       
                             
View more @@ -8228,34 +8239,34 @@
Types
file_copy

-
-                                {
-    "VersionList": {
-        "_media-type": "application/vnd.ibexa.api.VersionList+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions",
-        "VersionItem": [
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
-                },
-                "VersionInfo": {
-                    "id": 521,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2021-06-28T11:33:49+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-06-28T11:33:31+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-           
+                            
+                                {
+    "VersionList": {
+        "_media-type": "application/vnd.ibexa.api.VersionList+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions",
+        "VersionItem": [
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
+                },
+                "VersionInfo": {
+                    "id": 521,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2021-06-28T11:33:49+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-06-28T11:33:31+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTrans
                             
View more @@ -8323,80 +8334,80 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
-        <VersionInfo>
-            <id>521</id>
-            <versionNo>1</versionNo>
-            <status>PUBLISHED</status>
-            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"/>
-        <VersionInfo>
-            <id>580</id>
-            <versionNo>2</versionNo>
-            <status>DRAFT</status>
-            <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-07-26T08:10:02+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-    <VersionItem>
-        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"/>
-        <VersionInfo>
-            <id>581</id>
-            <versionNo>3</versionNo>
-            <status>DRAFT</status>
-            <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-            <initialLanguageCode>eng-GB</initialLanguageCode>
-            <languageCodes>eng-GB</languageCodes>
-            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-                <Language>
-                    <languageCode>eng-GB</languageCode>
-                </Language>
-            </VersionTranslationInfo>
-            <names>
-                <value languageCode="eng-GB">Art1</value>
-            </names>
-            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-        </VersionInfo>
-    </VersionItem>
-</VersionList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1"/>
+        <VersionInfo>
+            <id>521</id>
+            <versionNo>1</versionNo>
+            <status>PUBLISHED</status>
+            <modificationDate>2021-06-28T11:33:49+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-06-28T11:33:31+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2"/>
+        <VersionInfo>
+            <id>580</id>
+            <versionNo>2</versionNo>
+            <status>DRAFT</status>
+            <modificationDate>2021-07-26T08:10:02+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-07-26T08:10:02+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+    <VersionItem>
+        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3"/>
+        <VersionInfo>
+            <id>581</id>
+            <versionNo>3</versionNo>
+            <status>DRAFT</status>
+            <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+            <initialLanguageCode>eng-GB</initialLanguageCode>
+            <languageCodes>eng-GB</languageCodes>
+            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+                <Language>
+                    <languageCode>eng-GB</languageCode>
+                </Language>
+            </VersionTranslationInfo>
+            <names>
+                <value languageCode="eng-GB">Art1</value>
+            </names>
+            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+        </VersionInfo>
+    </VersionItem>
+</VersionList>
 
                                             
@@ -8409,136 +8420,136 @@
Types
file_copy

-
-                                                {
-    "VersionList": {
-        "_media-type": "application/vnd.ibexa.api.VersionList+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions",
-        "VersionItem": [
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
-                },
-                "VersionInfo": {
-                    "id": 521,
-                    "versionNo": 1,
-                    "status": "PUBLISHED",
-                    "modificationDate": "2021-06-28T11:33:49+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-06-28T11:33:31+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            },
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/2"
-                },
-                "VersionInfo": {
-                    "id": 580,
-                    "versionNo": 2,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-07-26T08:10:02+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-07-26T08:10:02+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            },
-            {
-                "Version": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3"
-                },
-                "VersionInfo": {
-                    "id": 581,
-                    "versionNo": 3,
-                    "status": "DRAFT",
-                    "modificationDate": "2021-07-26T08:16:50+00:00",
-                    "Creator": {
-                        "_media-type": "application/vnd.ibexa.api.User+json",
-                        "_href": "/api/ibexa/v2/user/users/14"
-                    },
-                    "creationDate": "2021-07-26T08:16:50+00:00",
-                    "initialLanguageCode": "eng-GB",
-                    "languageCodes": "eng-GB",
-                    "VersionTranslationInfo": {
-                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                        "Language": [
-                            {
-                                "languageCode": "eng-GB"
-                            }
-                        ]
-                    },
-                    "names": {
-                        "value": [
-                            {
-                                "_languageCode": "eng-GB",
-                                "#text": "Art1"
-                            }
-                        ]
-                    },
-                    "Content": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    }
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "VersionList": {
+        "_media-type": "application/vnd.ibexa.api.VersionList+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions",
+        "VersionItem": [
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/1"
+                },
+                "VersionInfo": {
+                    "id": 521,
+                    "versionNo": 1,
+                    "status": "PUBLISHED",
+                    "modificationDate": "2021-06-28T11:33:49+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-06-28T11:33:31+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            },
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/2"
+                },
+                "VersionInfo": {
+                    "id": 580,
+                    "versionNo": 2,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-07-26T08:10:02+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-07-26T08:10:02+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            },
+            {
+                "Version": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3"
+                },
+                "VersionInfo": {
+                    "id": 581,
+                    "versionNo": 3,
+                    "status": "DRAFT",
+                    "modificationDate": "2021-07-26T08:16:50+00:00",
+                    "Creator": {
+                        "_media-type": "application/vnd.ibexa.api.User+json",
+                        "_href": "/api/ibexa/v2/user/users/14"
+                    },
+                    "creationDate": "2021-07-26T08:16:50+00:00",
+                    "initialLanguageCode": "eng-GB",
+                    "languageCodes": "eng-GB",
+                    "VersionTranslationInfo": {
+                        "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                        "Language": [
+                            {
+                                "languageCode": "eng-GB"
+                            }
+                        ]
+                    },
+                    "names": {
+                        "value": [
+                            {
+                                "_languageCode": "eng-GB",
+                                "#text": "Art1"
+                            }
+                        ]
+                    },
+                    "Content": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    }
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -8876,31 +8887,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>581</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>581</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -8912,38 +8923,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -9011,181 +9023,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>581</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/17">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>581</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:16:50+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:16:50+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/17">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -9198,205 +9210,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
-        "VersionInfo": {
-            "id": 581,
-            "versionNo": 3,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:16:50+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:16:50+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/3",
+        "VersionInfo": {
+            "id": 581,
+            "versionNo": 3,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:16:50+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:16:50+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/3/relations/17",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -9697,32 +9709,32 @@
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"
-  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
-  <modificationDate>2012-02-20T12:00:00</modificationDate>
-  <initialLanguageCode>ger-DE</initialLanguageCode>
-  <fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-  </fields>
-</VersionUpdate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionUpdate xmlns:p="http://ez.no/API/Values"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
+  <modificationDate>2012-02-20T12:00:00</modificationDate>
+  <initialLanguageCode>ger-DE</initialLanguageCode>
+  <fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+  </fields>
+</VersionUpdate>
 
                             
@@ -9775,32 +9787,32 @@
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"
-  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
-  <modificationDate>2012-02-20T12:00:00</modificationDate>
-  <initialLanguageCode>ger-DE</initialLanguageCode>
-  <fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-  </fields>
-</VersionUpdate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<VersionUpdate xmlns:p="http://ez.no/API/Values"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://ez.no/API/Values ../VersionUpdate.xsd ">
+  <modificationDate>2012-02-20T12:00:00</modificationDate>
+  <initialLanguageCode>ger-DE</initialLanguageCode>
+  <fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+  </fields>
+</VersionUpdate>
 
                                             
@@ -9844,36 +9856,37 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
-  <VersionInfo>
-    <id>45</id>
-    <versionNo>4</versionNo>
-    <status>DRAFT</status>
-    <modificationDate>2012-02-20T12:00:00</modificationDate>
-    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
-    <creationDate>22012-02-20T12:00:00</creationDate>
-    <initialLanguageCode>ger-DE</initialLanguageCode>
-    <names>
-      <value languageCode="ger-DE">Neuer Titel</value>
-    </names>
-    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-  </VersionInfo>
-  <Fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIde
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
+  <VersionInfo>
+    <id>45</id>
+    <versionNo>4</versionNo>
+    <status>DRAFT</status>
+    <modificationDate>2012-02-20T12:00:00</modificationDate>
+    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
+    <creationDate>22012-02-20T12:00:00</creationDate>
+    <initialLanguageCode>ger-DE</initialLanguageCode>
+    <names>
+      <value languageCode="ger-DE">Neuer Titel</value>
+    </names>
+    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+  </VersionInfo>
+  <Fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <language
                             
View more @@ -9928,59 +9941,59 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
-  <VersionInfo>
-    <id>45</id>
-    <versionNo>4</versionNo>
-    <status>DRAFT</status>
-    <modificationDate>2012-02-20T12:00:00</modificationDate>
-    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
-    <creationDate>22012-02-20T12:00:00</creationDate>
-    <initialLanguageCode>ger-DE</initialLanguageCode>
-    <names>
-      <value languageCode="ger-DE">Neuer Titel</value>
-    </names>
-    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-  </VersionInfo>
-  <Fields>
-    <field>
-      <id>1234</id>
-      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Neuer Titel</fieldValue>
-    </field>
-    <field>
-      <id>1235</id>
-      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
-    </field>
-    <field>
-      <fieldDefinitionIdentifier>authors</fieldDefinitionIdentifier>
-      <languageCode>ger-DE</languageCode>
-      <fieldValue>
-        <authors>
-          <author name="Klaus Mustermann" email="klaus.mustermann@example.net" />
-        </authors>
-      </fieldValue>
-    </field>
-  </Fields>
-  <Relations>
-    <Relation href="/content/object/32/versions/2/relations/43" media-type="application/vnd.ibexa.api.Relation+xml">
-      <SourceContent href="/content/objects/23"
-        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-      <DestinationContent href="/content/objects/45"
-        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
-      <RelationType>COMMON</RelationType>
-    </Relation>
-  </Relations>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
+  <VersionInfo>
+    <id>45</id>
+    <versionNo>4</versionNo>
+    <status>DRAFT</status>
+    <modificationDate>2012-02-20T12:00:00</modificationDate>
+    <Creator href="/user/users/44" media-type="application/vnd.ibexa.api.User+xml" />
+    <creationDate>22012-02-20T12:00:00</creationDate>
+    <initialLanguageCode>ger-DE</initialLanguageCode>
+    <names>
+      <value languageCode="ger-DE">Neuer Titel</value>
+    </names>
+    <Content href="/content/objects/23" media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+  </VersionInfo>
+  <Fields>
+    <field>
+      <id>1234</id>
+      <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Neuer Titel</fieldValue>
+    </field>
+    <field>
+      <id>1235</id>
+      <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>Dies ist eine neuse Zusammenfassungy</fieldValue>
+    </field>
+    <field>
+      <fieldDefinitionIdentifier>authors</fieldDefinitionIdentifier>
+      <languageCode>ger-DE</languageCode>
+      <fieldValue>
+        <authors>
+          <author name="Klaus Mustermann" email="klaus.mustermann@example.net" />
+        </authors>
+      </fieldValue>
+    </field>
+  </Fields>
+  <Relations>
+    <Relation href="/content/object/32/versions/2/relations/43" media-type="application/vnd.ibexa.api.Relation+xml">
+      <SourceContent href="/content/objects/23"
+        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+      <DestinationContent href="/content/objects/45"
+        media-type="application/vnd.ibexa.api.ContentInfo+xml" />
+      <RelationType>COMMON</RelationType>
+    </Relation>
+  </Relations>
+</Version>
 
                                             
@@ -10167,31 +10180,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>582</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>582</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
                             
View more @@ -10203,38 +10216,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
-        "VersionInfo": {
-            "id": 583,
-            "versionNo": 4,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:55:27+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:55:27+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                  
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
+        "VersionInfo": {
+            "id": 583,
+            "versionNo": 4,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:55:27+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:55:27+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                      
                             
View more @@ -10302,181 +10316,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
-    <VersionInfo>
-        <id>582</id>
-        <versionNo>3</versionNo>
-        <status>DRAFT</status>
-        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>279</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>280</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>281</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>282</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>283</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>284</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>285</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">62</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/18">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
+    <VersionInfo>
+        <id>582</id>
+        <versionNo>3</versionNo>
+        <status>DRAFT</status>
+        <modificationDate>2021-07-26T08:54:47+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-07-26T08:54:47+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>279</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>280</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>281</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>282</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>283</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>284</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>285</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">62</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/61/versions/3/relations/18">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/61"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/62"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -10489,205 +10503,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
-        "VersionInfo": {
-            "id": 583,
-            "versionNo": 4,
-            "status": "DRAFT",
-            "modificationDate": "2021-07-26T08:55:27+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-07-26T08:55:27+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/61"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 279,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 280,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 281,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 282,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 283,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 284,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 285,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "62",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations/19",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/61"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/62"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/61/versions/4",
+        "VersionInfo": {
+            "id": 583,
+            "versionNo": 4,
+            "status": "DRAFT",
+            "modificationDate": "2021-07-26T08:55:27+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-07-26T08:55:27+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/61"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 279,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 280,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 281,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 282,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 283,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 284,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 285,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "62",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/62-288-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/61/versions/4/relations/19",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/61"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/62"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -11203,31 +11217,31 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
-    <VersionInfo>
-        <id>519</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentIn
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
+    <VersionInfo>
+        <id>519</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
                             
View more @@ -11239,38 +11253,39 @@
Types
file_copy

-
-                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
-        "VersionInfo": {
-            "id": 519,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:01+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:32:39+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-              
+                            
+                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
+        "VersionInfo": {
+            "id": 519,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:01+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:32:39+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                  
                             
View more @@ -11338,181 +11353,181 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
-    <VersionInfo>
-        <id>519</id>
-        <versionNo>1</versionNo>
-        <status>PUBLISHED</status>
-        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
-        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
-        <initialLanguageCode>eng-GB</initialLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
-            <Language>
-                <languageCode>eng-GB</languageCode>
-            </Language>
-        </VersionTranslationInfo>
-        <names>
-            <value languageCode="eng-GB">Art1</value>
-        </names>
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    </VersionInfo>
-    <Fields>
-        <field>
-            <id>269</id>
-            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue>Art1</fieldValue>
-        </field>
-        <field>
-            <id>270</id>
-            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
-            <fieldValue/>
-        </field>
-        <field>
-            <id>271</id>
-            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
-            <fieldValue>
-                <value>
-                    <value key="id">1</value>
-                    <value key="name">Administrator User</value>
-                    <value key="email">admin@link.invalid</value>
-                </value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>272</id>
-            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>273</id>
-            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
-</value>
-                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
-</value>
-            </fieldValue>
-        </field>
-        <field>
-            <id>274</id>
-            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
-            <fieldValue>false</fieldValue>
-        </field>
-        <field>
-            <id>275</id>
-            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
-            <languageCode>eng-GB</languageCode>
-            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
-            <fieldValue>
-                <value key="destinationContentId">60</value>
-                <value key="alternativeText"/>
-                <value key="source"/>
-                <value key="variations">
-                    <value key="article_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full</value>
-                    </value>
-                    <value key="content_list">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list</value>
-                    </value>
-                    <value key="dog_breed_full">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full</value>
-                    </value>
-                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
-                    </value>
-                    <value key="featured_article">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article</value>
-                    </value>
-                    <value key="fourth_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3</value>
-                    </value>
-                    <value key="fourth_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2</value>
-                    </value>
-                    <value key="full_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3</value>
-                    </value>
-                    <value key="full_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2</value>
-                    </value>
-                    <value key="gallery">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery</value>
-                    </value>
-                    <value key="half_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3</value>
-                    </value>
-                    <value key="half_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2</value>
-                    </value>
-                    <value key="large">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/large</value>
-                    </value>
-                    <value key="medium">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/medium</value>
-                    </value>
-                    <value key="reference">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/reference</value>
-                    </value>
-                    <value key="small">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/small</value>
-                    </value>
-                    <value key="third_width_2_3">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3</value>
-                    </value>
-                    <value key="third_width_3_2">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2</value>
-                    </value>
-                    <value key="tiny">
-                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny</value>
-                    </value>
-                </value>
-            </fieldValue>
-        </field>
-    </Fields>
-    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations">
-        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations/1">
-            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60"/>
-            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
-            <RelationType>ASSET</RelationType>
-        </Relation>
-    </Relations>
-    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
-        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
-        <width></width>
-        <height></height>
-        <mimeType>image/svg+xml</mimeType>
-    </Thumbnail>
-</Version>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
+    <VersionInfo>
+        <id>519</id>
+        <versionNo>1</versionNo>
+        <status>PUBLISHED</status>
+        <modificationDate>2021-06-28T11:33:01+00:00</modificationDate>
+        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+        <creationDate>2021-06-28T11:32:39+00:00</creationDate>
+        <initialLanguageCode>eng-GB</initialLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
+            <Language>
+                <languageCode>eng-GB</languageCode>
+            </Language>
+        </VersionTranslationInfo>
+        <names>
+            <value languageCode="eng-GB">Art1</value>
+        </names>
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    </VersionInfo>
+    <Fields>
+        <field>
+            <id>269</id>
+            <fieldDefinitionIdentifier>title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue>Art1</fieldValue>
+        </field>
+        <field>
+            <id>270</id>
+            <fieldDefinitionIdentifier>short_title</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
+            <fieldValue/>
+        </field>
+        <field>
+            <id>271</id>
+            <fieldDefinitionIdentifier>author</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezauthor</fieldTypeIdentifier>
+            <fieldValue>
+                <value>
+                    <value key="id">1</value>
+                    <value key="name">Administrator User</value>
+                    <value key="email">admin@link.invalid</value>
+                </value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>272</id>
+            <fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; xmlns:ezxhtml=&quot;http://ez.no/xmlns/ezpublish/docbook/xhtml&quot; xmlns:ezcustom=&quot;http://ez.no/xmlns/ezpublish/docbook/custom&quot; version=&quot;5.0-variant ezpublish-1.0&quot;&gt;&lt;para&gt;aaaaa&lt;/para&gt;&lt;/section&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;&gt;&lt;p&gt;aaaaa&lt;/p&gt;&lt;/section&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>273</id>
+            <fieldDefinitionIdentifier>body</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezrichtext</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
+</value>
+                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
+&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
+</value>
+            </fieldValue>
+        </field>
+        <field>
+            <id>274</id>
+            <fieldDefinitionIdentifier>enable_comments</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezboolean</fieldTypeIdentifier>
+            <fieldValue>false</fieldValue>
+        </field>
+        <field>
+            <id>275</id>
+            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
+            <languageCode>eng-GB</languageCode>
+            <fieldTypeIdentifier>ezimageasset</fieldTypeIdentifier>
+            <fieldValue>
+                <value key="destinationContentId">60</value>
+                <value key="alternativeText"/>
+                <value key="source"/>
+                <value key="variations">
+                    <value key="article_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full</value>
+                    </value>
+                    <value key="content_list">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list</value>
+                    </value>
+                    <value key="dog_breed_full">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full</value>
+                    </value>
+                    <value key="ezplatform_admin_ui_profile_picture_user_menu">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu</value>
+                    </value>
+                    <value key="featured_article">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article</value>
+                    </value>
+                    <value key="fourth_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3</value>
+                    </value>
+                    <value key="fourth_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2</value>
+                    </value>
+                    <value key="full_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3</value>
+                    </value>
+                    <value key="full_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2</value>
+                    </value>
+                    <value key="gallery">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery</value>
+                    </value>
+                    <value key="half_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3</value>
+                    </value>
+                    <value key="half_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2</value>
+                    </value>
+                    <value key="large">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/large</value>
+                    </value>
+                    <value key="medium">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/medium</value>
+                    </value>
+                    <value key="reference">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/reference</value>
+                    </value>
+                    <value key="small">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/small</value>
+                    </value>
+                    <value key="third_width_2_3">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3</value>
+                    </value>
+                    <value key="third_width_3_2">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2</value>
+                    </value>
+                    <value key="tiny">
+                        <value key="href">/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny</value>
+                    </value>
+                </value>
+            </fieldValue>
+        </field>
+    </Fields>
+    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations">
+        <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations/1">
+            <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+            <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60"/>
+            <SourceFieldDefinitionIdentifier>image</SourceFieldDefinitionIdentifier>
+            <RelationType>ASSET</RelationType>
+        </Relation>
+    </Relations>
+    <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
+        <resource>/bundles/ezplatformadminui/img/ez-icons.svg#article</resource>
+        <width></width>
+        <height></height>
+        <mimeType>image/svg+xml</mimeType>
+    </Thumbnail>
+</Version>
 
                                             
@@ -11525,205 +11540,205 @@
Types
file_copy

-
-                                                {
-    "Version": {
-        "_media-type": "application/vnd.ibexa.api.Version+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
-        "VersionInfo": {
-            "id": 519,
-            "versionNo": 1,
-            "status": "PUBLISHED",
-            "modificationDate": "2021-06-28T11:33:01+00:00",
-            "Creator": {
-                "_media-type": "application/vnd.ibexa.api.User+json",
-                "_href": "/api/ibexa/v2/user/users/14"
-            },
-            "creationDate": "2021-06-28T11:32:39+00:00",
-            "initialLanguageCode": "eng-GB",
-            "languageCodes": "eng-GB",
-            "VersionTranslationInfo": {
-                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
-                "Language": [
-                    {
-                        "languageCode": "eng-GB"
-                    }
-                ]
-            },
-            "names": {
-                "value": [
-                    {
-                        "_languageCode": "eng-GB",
-                        "#text": "Art1"
-                    }
-                ]
-            },
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/59"
-            }
-        },
-        "Fields": {
-            "field": [
-                {
-                    "id": 269,
-                    "fieldDefinitionIdentifier": "title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": "Art1"
-                },
-                {
-                    "id": 270,
-                    "fieldDefinitionIdentifier": "short_title",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezstring",
-                    "fieldValue": null
-                },
-                {
-                    "id": 271,
-                    "fieldDefinitionIdentifier": "author",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezauthor",
-                    "fieldValue": [
-                        {
-                            "id": "1",
-                            "name": "Administrator User",
-                            "email": "admin@link.invalid"
-                        }
-                    ]
-                },
-                {
-                    "id": 272,
-                    "fieldDefinitionIdentifier": "intro",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
-                    }
-                },
-                {
-                    "id": 273,
-                    "fieldDefinitionIdentifier": "body",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezrichtext",
-                    "fieldValue": {
-                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
-                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
-                    }
-                },
-                {
-                    "id": 274,
-                    "fieldDefinitionIdentifier": "enable_comments",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezboolean",
-                    "fieldValue": false
-                },
-                {
-                    "id": 275,
-                    "fieldDefinitionIdentifier": "image",
-                    "languageCode": "eng-GB",
-                    "fieldTypeIdentifier": "ezimageasset",
-                    "fieldValue": {
-                        "destinationContentId": "60",
-                        "alternativeText": null,
-                        "source": null,
-                        "variations": {
-                            "article_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full"
-                            },
-                            "content_list": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list"
-                            },
-                            "dog_breed_full": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full"
-                            },
-                            "ezplatform_admin_ui_profile_picture_user_menu": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
-                            },
-                            "featured_article": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article"
-                            },
-                            "fourth_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3"
-                            },
-                            "fourth_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2"
-                            },
-                            "full_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3"
-                            },
-                            "full_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2"
-                            },
-                            "gallery": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery"
-                            },
-                            "half_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3"
-                            },
-                            "half_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2"
-                            },
-                            "large": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/large"
-                            },
-                            "medium": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/medium"
-                            },
-                            "reference": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/reference"
-                            },
-                            "small": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/small"
-                            },
-                            "third_width_2_3": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3"
-                            },
-                            "third_width_3_2": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2"
-                            },
-                            "tiny": {
-                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny"
-                            }
-                        }
-                    }
-                }
-            ]
-        },
-        "Relations": {
-            "_media-type": "application/vnd.ibexa.api.RelationList+json",
-            "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations",
-            "Relation": [
-                {
-                    "_media-type": "application/vnd.ibexa.api.Relation+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations/1",
-                    "SourceContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/59"
-                    },
-                    "DestinationContent": {
-                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                        "_href": "/api/ibexa/v2/content/objects/60"
-                    },
-                    "SourceFieldDefinitionIdentifier": "image",
-                    "RelationType": "ASSET"
-                }
-            ]
-        },
-        "Thumbnail": {
-            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
-            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
-            "width": null,
-            "height": null,
-            "mimeType": "image/svg+xml"
-        }
-    }
-}
+                                            
+                                                {
+    "Version": {
+        "_media-type": "application/vnd.ibexa.api.Version+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/1",
+        "VersionInfo": {
+            "id": 519,
+            "versionNo": 1,
+            "status": "PUBLISHED",
+            "modificationDate": "2021-06-28T11:33:01+00:00",
+            "Creator": {
+                "_media-type": "application/vnd.ibexa.api.User+json",
+                "_href": "/api/ibexa/v2/user/users/14"
+            },
+            "creationDate": "2021-06-28T11:32:39+00:00",
+            "initialLanguageCode": "eng-GB",
+            "languageCodes": "eng-GB",
+            "VersionTranslationInfo": {
+                "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
+                "Language": [
+                    {
+                        "languageCode": "eng-GB"
+                    }
+                ]
+            },
+            "names": {
+                "value": [
+                    {
+                        "_languageCode": "eng-GB",
+                        "#text": "Art1"
+                    }
+                ]
+            },
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/59"
+            }
+        },
+        "Fields": {
+            "field": [
+                {
+                    "id": 269,
+                    "fieldDefinitionIdentifier": "title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": "Art1"
+                },
+                {
+                    "id": 270,
+                    "fieldDefinitionIdentifier": "short_title",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezstring",
+                    "fieldValue": null
+                },
+                {
+                    "id": 271,
+                    "fieldDefinitionIdentifier": "author",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezauthor",
+                    "fieldValue": [
+                        {
+                            "id": "1",
+                            "name": "Administrator User",
+                            "email": "admin@link.invalid"
+                        }
+                    ]
+                },
+                {
+                    "id": 272,
+                    "fieldDefinitionIdentifier": "intro",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ezxhtml=\"http://ez.no/xmlns/ezpublish/docbook/xhtml\" xmlns:ezcustom=\"http://ez.no/xmlns/ezpublish/docbook/custom\" version=\"5.0-variant ezpublish-1.0\"><para>aaaaa</para></section>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>aaaaa</p></section>\n"
+                    }
+                },
+                {
+                    "id": 273,
+                    "fieldDefinitionIdentifier": "body",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezrichtext",
+                    "fieldValue": {
+                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
+                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
+                    }
+                },
+                {
+                    "id": 274,
+                    "fieldDefinitionIdentifier": "enable_comments",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezboolean",
+                    "fieldValue": false
+                },
+                {
+                    "id": 275,
+                    "fieldDefinitionIdentifier": "image",
+                    "languageCode": "eng-GB",
+                    "fieldTypeIdentifier": "ezimageasset",
+                    "fieldValue": {
+                        "destinationContentId": "60",
+                        "alternativeText": null,
+                        "source": null,
+                        "variations": {
+                            "article_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/article_full"
+                            },
+                            "content_list": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/content_list"
+                            },
+                            "dog_breed_full": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/dog_breed_full"
+                            },
+                            "ezplatform_admin_ui_profile_picture_user_menu": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/ezplatform_admin_ui_profile_picture_user_menu"
+                            },
+                            "featured_article": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/featured_article"
+                            },
+                            "fourth_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_2_3"
+                            },
+                            "fourth_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/fourth_width_3_2"
+                            },
+                            "full_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_2_3"
+                            },
+                            "full_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/full_width_3_2"
+                            },
+                            "gallery": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/gallery"
+                            },
+                            "half_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_2_3"
+                            },
+                            "half_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/half_width_3_2"
+                            },
+                            "large": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/large"
+                            },
+                            "medium": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/medium"
+                            },
+                            "reference": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/reference"
+                            },
+                            "small": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/small"
+                            },
+                            "third_width_2_3": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_2_3"
+                            },
+                            "third_width_3_2": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/third_width_3_2"
+                            },
+                            "tiny": {
+                                "href": "/api/ibexa/v2/content/binary/images/60-278-1/variations/tiny"
+                            }
+                        }
+                    }
+                }
+            ]
+        },
+        "Relations": {
+            "_media-type": "application/vnd.ibexa.api.RelationList+json",
+            "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations",
+            "Relation": [
+                {
+                    "_media-type": "application/vnd.ibexa.api.Relation+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/versions/1/relations/1",
+                    "SourceContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/59"
+                    },
+                    "DestinationContent": {
+                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                        "_href": "/api/ibexa/v2/content/objects/60"
+                    },
+                    "SourceFieldDefinitionIdentifier": "image",
+                    "RelationType": "ASSET"
+                }
+            ]
+        },
+        "Thumbnail": {
+            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
+            "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#article",
+            "width": null,
+            "height": null,
+            "mimeType": "image/svg+xml"
+        }
+    }
+}
 
                                             
@@ -11930,17 +11945,17 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
-    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <RelationType>COMMON</RelationType>
-</Relation>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
+    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <RelationType>COMMON</RelationType>
+</Relation>
 
                             
@@ -11953,26 +11968,26 @@
Types
file_copy

-
-                                {
-    "Relation": {
-        "_media-type": "application/vnd.ibexa.api.Relation+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
-        "SourceContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "DestinationContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "RelationType": "COMMON"
-    }
-}
+                            
+                                {
+    "Relation": {
+        "_media-type": "application/vnd.ibexa.api.Relation+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
+        "SourceContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "DestinationContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "RelationType": "COMMON"
+    }
+}
 
                             
@@ -12041,17 +12056,17 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
-    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
-    <RelationType>COMMON</RelationType>
-</Relation>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
+    <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <DestinationContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
+    <RelationType>COMMON</RelationType>
+</Relation>
 
                                             
@@ -12064,26 +12079,26 @@
Types
file_copy

-
-                                                {
-    "Relation": {
-        "_media-type": "application/vnd.ibexa.api.Relation+json",
-        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
-        "SourceContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "DestinationContent": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "RelationType": "COMMON"
-    }
-}
+                                            
+                                                {
+    "Relation": {
+        "_media-type": "application/vnd.ibexa.api.Relation+json",
+        "_href": "/api/ibexa/v2/content/objects/59/versions/2/relations/38",
+        "SourceContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "DestinationContent": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "RelationType": "COMMON"
+    }
+}
 
                                             
@@ -12634,19 +12649,19 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationCreate>
-  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
-  <priority>0</priority>
-  <hidden>false</hidden>
-  <sortField>PATH</sortField>
-  <sortOrder>ASC</sortOrder>
-</LocationCreate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationCreate>
+  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
+  <priority>0</priority>
+  <hidden>false</hidden>
+  <sortField>PATH</sortField>
+  <sortOrder>ASC</sortOrder>
+</LocationCreate>
 
                             
@@ -12659,23 +12674,23 @@
Types
file_copy

-
-                                {
-    "LocationCreate": {
-        "ParentLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/59"
-        },
-     "priority": "0",
-            "hidden": false,
-            "sortField": "PATH",
-            "sortOrder": "ASC"
-       
-    }
-}
+                            
+                                {
+    "LocationCreate": {
+        "ParentLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/59"
+        },
+     "priority": "0",
+            "hidden": false,
+            "sortField": "PATH",
+            "sortOrder": "ASC"
+       
+    }
+}
 
                             
@@ -12741,19 +12756,19 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationCreate>
-  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
-  <priority>0</priority>
-  <hidden>false</hidden>
-  <sortField>PATH</sortField>
-  <sortOrder>ASC</sortOrder>
-</LocationCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationCreate>
+  <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
+  <priority>0</priority>
+  <hidden>false</hidden>
+  <sortField>PATH</sortField>
+  <sortOrder>ASC</sortOrder>
+</LocationCreate>
 
                                             
@@ -12766,23 +12781,23 @@
Types
file_copy

-
-                                                {
-    "LocationCreate": {
-        "ParentLocation": {
-            "_href": "/api/ibexa/v2/content/locations/1/59"
-        },
-     "priority": "0",
-            "hidden": false,
-            "sortField": "PATH",
-            "sortOrder": "ASC"
-       
-    }
-}
+                                            
+                                                {
+    "LocationCreate": {
+        "ParentLocation": {
+            "_href": "/api/ibexa/v2/content/locations/1/59"
+        },
+     "priority": "0",
+            "hidden": false,
+            "sortField": "PATH",
+            "sortOrder": "ASC"
+       
+    }
+}
 
                                             
@@ -12836,28 +12851,28 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
-    <id>96</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>true</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
-    <pathString>/1/2/42/96/</pathString>
-    <depth>3</depth>
-    <childCount>0</childCount>
-    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
+    <id>96</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>true</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
+    <pathString>/1/2/42/96/</pathString>
+    <depth>3</depth>
+    <childCount>0</childCount>
+    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlalia
                             
View more @@ -12869,38 +12884,39 @@
Types
file_copy

-
-                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
-        "id": 114,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59"
-        },
-        "pathString": "/1/2/59/114/",
-        "depth": 3,
-        "childCount": 0,
-        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "sortField": "PATH",
-        "sortOrde
+                            
+                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
+        "id": 114,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59"
+        },
+        "pathString": "/1/2/59/114/",
+        "depth": 3,
+        "childCount": 0,
+        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAli
                             
View more @@ -12968,49 +12984,49 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
-    <id>96</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>true</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
-    <pathString>/1/2/42/96/</pathString>
-    <depth>3</depth>
-    <childCount>0</childCount>
-    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlaliases"/>
-    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
-            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
-            <Name>Art3</Name>
-            <TranslatedName>Art3</TranslatedName>
-            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
-            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
-            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
-            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
-            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
-            <mainLanguageCode>eng-GB</mainLanguageCode>
-            <currentVersionNo>1</currentVersionNo>
-            <alwaysAvailable>false</alwaysAvailable>
-            <isHidden>false</isHidden>
-            <status>PUBLISHED</status>
-            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
-        </Content>
-    </ContentInfo>
-</Location>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
+    <id>96</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>true</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
+    <pathString>/1/2/42/96/</pathString>
+    <depth>3</depth>
+    <childCount>0</childCount>
+    <remoteId>58133c8c75230e5debe362a28b92d27a</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/63"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlaliases"/>
+    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63">
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/63" remoteId="211e99934c8fef5900e4813b96ec5c87" id="63">
+            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
+            <Name>Art3</Name>
+            <TranslatedName>Art3</TranslatedName>
+            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/63/versions"/>
+            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/63/currentversion"/>
+            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations"/>
+            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <lastModificationDate>2021-06-28T11:34:17+00:00</lastModificationDate>
+            <publishedDate>2021-06-28T11:34:17+00:00</publishedDate>
+            <mainLanguageCode>eng-GB</mainLanguageCode>
+            <currentVersionNo>1</currentVersionNo>
+            <alwaysAvailable>false</alwaysAvailable>
+            <isHidden>false</isHidden>
+            <status>PUBLISHED</status>
+            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/63/objectstates"/>
+        </Content>
+    </ContentInfo>
+</Location>
 
                                             
@@ -13023,91 +13039,91 @@
Types
file_copy

-
-                                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
-        "id": 114,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59"
-        },
-        "pathString": "/1/2/59/114/",
-        "depth": 3,
-        "childCount": 0,
-        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/59"
-        },
-        "sortField": "PATH",
-        "sortOrder": "ASC",
-        "UrlAliases": {
-            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
-        },
-        "ContentInfo": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/59",
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/59",
-                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
-                "_id": 59,
-                "ContentType": {
-                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                    "_href": "/api/ibexa/v2/content/types/2"
-                },
-                "Name": "Art1",
-                "TranslatedName": "Art1",
-                "Versions": {
-                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/versions"
-                },
-                "CurrentVersion": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
-                },
-                "Section": {
-                    "_media-type": "application/vnd.ibexa.api.Section+json",
-                    "_href": "/api/ibexa/v2/content/sections/1"
-                },
-                "Locations": {
-                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/locations"
-                },
-                "Owner": {
-                    "_media-type": "application/vnd.ibexa.api.User+json",
-                    "_href": "/api/ibexa/v2/user/users/14"
-                },
-                "lastModificationDate": "2021-06-28T11:33:01+00:00",
-                "publishedDate": "2021-06-28T11:33:01+00:00",
-                "mainLanguageCode": "eng-GB",
-                "currentVersionNo": 1,
-                "alwaysAvailable": false,
-                "isHidden": false,
-                "status": "PUBLISHED",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
-                }
-            }
-        }
-    }
-}
+                                            
+                                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/59/114",
+        "id": 114,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59"
+        },
+        "pathString": "/1/2/59/114/",
+        "depth": 3,
+        "childCount": 0,
+        "remoteId": "47a1e4ee082fb64e93a822dcfe3a5614",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/59"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAliases": {
+            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/59/114/urlaliases"
+        },
+        "ContentInfo": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/59",
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/59",
+                "_remoteId": "0fe1b1543f886b0becd4d9b2c7c517d0",
+                "_id": 59,
+                "ContentType": {
+                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                    "_href": "/api/ibexa/v2/content/types/2"
+                },
+                "Name": "Art1",
+                "TranslatedName": "Art1",
+                "Versions": {
+                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/versions"
+                },
+                "CurrentVersion": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/currentversion"
+                },
+                "Section": {
+                    "_media-type": "application/vnd.ibexa.api.Section+json",
+                    "_href": "/api/ibexa/v2/content/sections/1"
+                },
+                "Locations": {
+                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/locations"
+                },
+                "Owner": {
+                    "_media-type": "application/vnd.ibexa.api.User+json",
+                    "_href": "/api/ibexa/v2/user/users/14"
+                },
+                "lastModificationDate": "2021-06-28T11:33:01+00:00",
+                "publishedDate": "2021-06-28T11:33:01+00:00",
+                "mainLanguageCode": "eng-GB",
+                "currentVersionNo": 1,
+                "alwaysAvailable": false,
+                "isHidden": false,
+                "status": "PUBLISHED",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                    "_href": "/api/ibexa/v2/content/objects/59/objectstates"
+                }
+            }
+        }
+    }
+}
 
                                             
@@ -13322,15 +13338,15 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
-    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
-</LocationList>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
+    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
+</LocationList>
 
                             
@@ -13343,23 +13359,23 @@
Types
file_copy

-
-                                {
-    "LocationList": {
-        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-        "_href": "/api/ibexa/v2/content/objects/63/locations",
-        "Location": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Location+json",
-                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
-            }
-        ]
-    }
-}
+                            
+                                {
+    "LocationList": {
+        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+        "_href": "/api/ibexa/v2/content/objects/63/locations",
+        "Location": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Location+json",
+                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
+            }
+        ]
+    }
+}
 
                             
@@ -13428,15 +13444,15 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
-    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
-</LocationList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
+    <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
+</LocationList>
 
                                             
@@ -13449,23 +13465,23 @@
Types
file_copy

-
-                                                {
-    "LocationList": {
-        "_media-type": "application/vnd.ibexa.api.LocationList+json",
-        "_href": "/api/ibexa/v2/content/objects/63/locations",
-        "Location": [
-            {
-                "_media-type": "application/vnd.ibexa.api.Location+json",
-                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "LocationList": {
+        "_media-type": "application/vnd.ibexa.api.LocationList+json",
+        "_href": "/api/ibexa/v2/content/objects/63/locations",
+        "Location": [
+            {
+                "_media-type": "application/vnd.ibexa.api.Location+json",
+                "_href": "/api/ibexa/v2/content/locations/1/2/57/65"
+            }
+        ]
+    }
+}
 
                                             
@@ -13693,18 +13709,18 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
-</ContentObjectStates>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
+</ContentObjectStates>
 
                             
@@ -13717,34 +13733,34 @@
Types
file_copy

-
-                                {
-    "ContentObjectStates": {
-        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
-            }
-        ]
-    }
-}
+                            
+                                {
+    "ContentObjectStates": {
+        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
+            }
+        ]
+    }
+}
 
                             
@@ -13813,18 +13829,18 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
-</ContentObjectStates>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates/3"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/7"/>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/8/objectstates/8"/>
+</ContentObjectStates>
 
                                             
@@ -13837,34 +13853,34 @@
Types
file_copy

-
-                                                {
-    "ContentObjectStates": {
-        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "ContentObjectStates": {
+        "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates/3"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7"
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/8/objectstates/8"
+            }
+        ]
+    }
+}
 
                                             
@@ -14100,25 +14116,17 @@
Types
+
- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
+
+
- -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
+
@@ -14338,29 +14346,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
-        <id>2</id>
-        <identifier>ez_lock</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Lock</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
-        <id>3</id>
-        <i
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
+        <id>2</id>
+        <identifier>ez_lock</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Lock</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
+        <id>3</id>
+        <identifier>accessi
                             
View more @@ -14372,34 +14380,36 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroupList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups",
-        "ObjectStateGroup": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2",
-                "id": 2,
-                "identifier": "ez_lock",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Lock"
-                        }
-                    ]
+                            
+                                {
+    "ObjectStateGroupList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups",
+        "ObjectStateGroup": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2",
+                "id": 2,
+                "identifier": "ez_lock",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Lock"
+                        }
+                    ]
+                },
+  
                             
View more @@ -14467,53 +14477,53 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
-        <id>2</id>
-        <identifier>ez_lock</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Lock</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
-        <id>3</id>
-        <identifier>accessibility</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Accessibility</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectStateGroup>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/6">
-        <id>6</id>
-        <identifier>custom-states</identifier>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates"/>
-        <names>
-            <value languageCode="eng-GB">Custom State</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB">Custom Object state</value>
-        </descriptions>
-    </ObjectStateGroup>
-</ObjectStateGroupList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
+        <id>2</id>
+        <identifier>ez_lock</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Lock</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3">
+        <id>3</id>
+        <identifier>accessibility</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/3/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Accessibility</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectStateGroup>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/6">
+        <id>6</id>
+        <identifier>custom-states</identifier>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates"/>
+        <names>
+            <value languageCode="eng-GB">Custom State</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB">Custom Object state</value>
+        </descriptions>
+    </ObjectStateGroup>
+</ObjectStateGroupList>
 
                                             
@@ -14526,103 +14536,103 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroupList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups",
-        "ObjectStateGroup": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2",
-                "id": 2,
-                "identifier": "ez_lock",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Lock"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/3",
-                "id": 3,
-                "identifier": "accessibility",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Accessibility"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/6",
-                "id": 6,
-                "identifier": "custom-states",
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates"
-                },
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Custom State"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Custom Object state"
-                        }
-                    ]
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroupList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups",
+        "ObjectStateGroup": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2",
+                "id": 2,
+                "identifier": "ez_lock",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Lock"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/3",
+                "id": 3,
+                "identifier": "accessibility",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/3/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Accessibility"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/6",
+                "id": 6,
+                "identifier": "custom-states",
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates"
+                },
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Custom State"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Custom Object state"
+                        }
+                    ]
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -14856,21 +14866,21 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupCreate>
-    <identifier>custom</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupCreate>
+    <identifier>custom</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
 </ObjectStateGroup>
                             
@@ -14883,33 +14893,33 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -14975,21 +14985,21 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroupCreate>
-    <identifier>custom</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroupCreate>
+    <identifier>custom</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
 </ObjectStateGroup>
                                             
@@ -15002,33 +15012,33 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15082,25 +15092,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
-    <id>5</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
+    <id>5</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -15113,41 +15123,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -15216,25 +15226,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
-    <id>5</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
+    <id>5</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/5/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -15247,41 +15257,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15524,25 +15534,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -15555,41 +15565,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -15658,25 +15668,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">Custom State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">Custom State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -15689,41 +15699,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -15990,25 +16000,25 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">New Custom State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">New Custom State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                             
@@ -16021,41 +16031,41 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Custom State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Custom State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -16124,25 +16134,25 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
-    <id>7</id>
-    <identifier>custom-states</identifier>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
-    <names>
-        <value languageCode="eng-GB">New Custom State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">Custom Object state</value>
-    </descriptions>
-</ObjectStateGroup>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
+    <id>7</id>
+    <identifier>custom-states</identifier>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <ObjectStates media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates"/>
+    <names>
+        <value languageCode="eng-GB">New Custom State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">Custom Object state</value>
+    </descriptions>
+</ObjectStateGroup>
 
                                             
@@ -16155,41 +16165,41 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7",
-        "id": 7,
-        "identifier": "custom-states",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "ObjectStates": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
-        },
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Custom State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Custom Object state"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7",
+        "id": 7,
+        "identifier": "custom-states",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "ObjectStates": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates"
+        },
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Custom State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Custom Object state"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -16485,28 +16495,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
-        <id>1</id>
-        <identifier>not_locked</identifier>
-        <priority>0</priority>
-        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <names>
-            <value languageCode="eng-GB">Not locked</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectState>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objec
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
+        <id>1</id>
+        <identifier>not_locked</identifier>
+        <priority>0</priority>
+        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <names>
+            <value languageCode="eng-GB">Not locked</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectState>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
+    
                             
View more @@ -16518,34 +16529,35 @@
Types
file_copy

-
-                                {
-    "ObjectStateList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
-                "id": 1,
-                "identifier": "not_locked",
-                "priority": 0,
-                "ObjectStateGroup": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
-                },
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Not locked"
-     
+                            
+                                {
+    "ObjectStateList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
+                "id": 1,
+                "identifier": "not_locked",
+                "priority": 0,
+                "ObjectStateGroup": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
+                },
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Not locked"
+                        }
+ 
                             
View more @@ -16613,42 +16625,42 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
-        <id>1</id>
-        <identifier>not_locked</identifier>
-        <priority>0</priority>
-        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <names>
-            <value languageCode="eng-GB">Not locked</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectState>
-    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
-        <id>2</id>
-        <identifier>locked</identifier>
-        <priority>1</priority>
-        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-        <defaultLanguageCode>eng-GB</defaultLanguageCode>
-        <languageCodes>eng-GB</languageCodes>
-        <names>
-            <value languageCode="eng-GB">Locked</value>
-        </names>
-        <descriptions>
-            <value languageCode="eng-GB"></value>
-        </descriptions>
-    </ObjectState>
-</ObjectStateList>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
+        <id>1</id>
+        <identifier>not_locked</identifier>
+        <priority>0</priority>
+        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <names>
+            <value languageCode="eng-GB">Not locked</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectState>
+    <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
+        <id>2</id>
+        <identifier>locked</identifier>
+        <priority>1</priority>
+        <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+        <defaultLanguageCode>eng-GB</defaultLanguageCode>
+        <languageCodes>eng-GB</languageCodes>
+        <names>
+            <value languageCode="eng-GB">Locked</value>
+        </names>
+        <descriptions>
+            <value languageCode="eng-GB"></value>
+        </descriptions>
+    </ObjectState>
+</ObjectStateList>
 
                                             
@@ -16661,77 +16673,77 @@
Types
file_copy

-
-                                                {
-    "ObjectStateList": {
-        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
-        "ObjectState": [
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
-                "id": 1,
-                "identifier": "not_locked",
-                "priority": 0,
-                "ObjectStateGroup": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
-                },
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Not locked"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            },
-            {
-                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
-                "id": 2,
-                "identifier": "locked",
-                "priority": 1,
-                "ObjectStateGroup": {
-                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
-                },
-                "defaultLanguageCode": "eng-GB",
-                "languageCodes": "eng-GB",
-                "names": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": "Locked"
-                        }
-                    ]
-                },
-                "descriptions": {
-                    "value": [
-                        {
-                            "_languageCode": "eng-GB",
-                            "#text": ""
-                        }
-                    ]
-                }
-            }
-        ]
-    }
-}
+                                            
+                                                {
+    "ObjectStateList": {
+        "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates",
+        "ObjectState": [
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/1",
+                "id": 1,
+                "identifier": "not_locked",
+                "priority": 0,
+                "ObjectStateGroup": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
+                },
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Not locked"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            },
+            {
+                "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+                "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
+                "id": 2,
+                "identifier": "locked",
+                "priority": 1,
+                "ObjectStateGroup": {
+                    "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+                    "_href": "/api/ibexa/v2/content/objectstategroups/2"
+                },
+                "defaultLanguageCode": "eng-GB",
+                "languageCodes": "eng-GB",
+                "names": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": "Locked"
+                        }
+                    ]
+                },
+                "descriptions": {
+                    "value": [
+                        {
+                            "_languageCode": "eng-GB",
+                            "#text": ""
+                        }
+                    ]
+                }
+            }
+        ]
+    }
+}
 
                                             
@@ -16963,23 +16975,23 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateCreate>
-  <identifier>new-state</identifier>
-  <priority>1</priority>
-  <defaultLanguageCode>eng-GB</defaultLanguageCode>
-  <names>
-    <value languageCode="eng-GB">New State</value>
-  </names>
-  <descriptions>
-    <value languageCode="eng-GB">New Object State</value>
-  </descriptions>
-</ObjectStateCreate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateCreate>
+  <identifier>new-state</identifier>
+  <priority>1</priority>
+  <defaultLanguageCode>eng-GB</defaultLanguageCode>
+  <names>
+    <value languageCode="eng-GB">New State</value>
+  </names>
+  <descriptions>
+    <value languageCode="eng-GB">New Object State</value>
+  </descriptions>
+</ObjectStateCreate>
 
                             
@@ -16992,34 +17004,34 @@
Types
file_copy

-
-                                {
-    "ObjectStateCreate": {
-        "identifier": "new-state",
-        "priority": "1",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State"
-                }
-            ]
-        }
-    }
+                            
+                                {
+    "ObjectStateCreate": {
+        "identifier": "new-state",
+        "priority": "1",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State"
+                }
+            ]
+        }
+    }
 }
                             
@@ -17085,23 +17097,23 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateCreate>
-  <identifier>new-state</identifier>
-  <priority>1</priority>
-  <defaultLanguageCode>eng-GB</defaultLanguageCode>
-  <names>
-    <value languageCode="eng-GB">New State</value>
-  </names>
-  <descriptions>
-    <value languageCode="eng-GB">New Object State</value>
-  </descriptions>
-</ObjectStateCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateCreate>
+  <identifier>new-state</identifier>
+  <priority>1</priority>
+  <defaultLanguageCode>eng-GB</defaultLanguageCode>
+  <names>
+    <value languageCode="eng-GB">New State</value>
+  </names>
+  <descriptions>
+    <value languageCode="eng-GB">New Object State</value>
+  </descriptions>
+</ObjectStateCreate>
 
                                             
@@ -17114,34 +17126,34 @@
Types
file_copy

-
-                                                {
-    "ObjectStateCreate": {
-        "identifier": "new-state",
-        "priority": "1",
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State"
-                }
-            ]
-        }
-    }
+                                            
+                                                {
+    "ObjectStateCreate": {
+        "identifier": "new-state",
+        "priority": "1",
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State"
+                }
+            ]
+        }
+    }
 }
                                             
@@ -17195,26 +17207,26 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
-    <id>5</id>
-    <identifier>new-state</identifier>
-    <priority>0</priority>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"/>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <names>
-        <value languageCode="eng-GB">New State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">New Object State</value>
-    </descriptions>
-</ObjectState>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
+    <id>5</id>
+    <identifier>new-state</identifier>
+    <priority>0</priority>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"/>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <names>
+        <value languageCode="eng-GB">New State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">New Object State</value>
+    </descriptions>
+</ObjectState>
 
                             
@@ -17227,42 +17239,42 @@
Types
file_copy

-
-                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7",
-        "id": 7,
-        "identifier": "new-state",
-        "priority": 0,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State"
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7",
+        "id": 7,
+        "identifier": "new-state",
+        "priority": 0,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State"
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -17331,26 +17343,26 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
-    <id>5</id>
-    <identifier>new-state</identifier>
-    <priority>0</priority>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"/>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <names>
-        <value languageCode="eng-GB">New State</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB">New Object State</value>
-    </descriptions>
-</ObjectState>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
+    <id>5</id>
+    <identifier>new-state</identifier>
+    <priority>0</priority>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7"/>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <names>
+        <value languageCode="eng-GB">New State</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB">New Object State</value>
+    </descriptions>
+</ObjectState>
 
                                             
@@ -17363,42 +17375,42 @@
Types
file_copy

-
-                                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7",
-        "id": 7,
-        "identifier": "new-state",
-        "priority": 0,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/7"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New State"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State"
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/7/objectstates/7",
+        "id": 7,
+        "identifier": "new-state",
+        "priority": 0,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/7"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New State"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State"
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -17641,26 +17653,26 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
-<id>2</id>
-<identifier>locked</identifier>
-<priority>1</priority>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-<defaultLanguageCode>eng-GB</defaultLanguageCode>
-<languageCodes>eng-GB</languageCodes>
-<names>
-    <value languageCode="eng-GB">Locked</value>
-</names>
-<descriptions>
-    <value languageCode="eng-GB"></value>
-</descriptions>
-</ObjectState>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
+<id>2</id>
+<identifier>locked</identifier>
+<priority>1</priority>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+<defaultLanguageCode>eng-GB</defaultLanguageCode>
+<languageCodes>eng-GB</languageCodes>
+<names>
+    <value languageCode="eng-GB">Locked</value>
+</names>
+<descriptions>
+    <value languageCode="eng-GB"></value>
+</descriptions>
+</ObjectState>
 
                             
@@ -17673,42 +17685,42 @@
Types
file_copy

-
-                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
-        "id": 2,
-        "identifier": "locked",
-        "priority": 1,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/2"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Locked"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": ""
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
+        "id": 2,
+        "identifier": "locked",
+        "priority": 1,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/2"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Locked"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": ""
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -17777,26 +17789,26 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
-<id>2</id>
-<identifier>locked</identifier>
-<priority>1</priority>
-<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-<defaultLanguageCode>eng-GB</defaultLanguageCode>
-<languageCodes>eng-GB</languageCodes>
-<names>
-    <value languageCode="eng-GB">Locked</value>
-</names>
-<descriptions>
-    <value languageCode="eng-GB"></value>
-</descriptions>
-</ObjectState>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
+<id>2</id>
+<identifier>locked</identifier>
+<priority>1</priority>
+<ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+<defaultLanguageCode>eng-GB</defaultLanguageCode>
+<languageCodes>eng-GB</languageCodes>
+<names>
+    <value languageCode="eng-GB">Locked</value>
+</names>
+<descriptions>
+    <value languageCode="eng-GB"></value>
+</descriptions>
+</ObjectState>
 
                                             
@@ -17809,42 +17821,42 @@
Types
file_copy

-
-                                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
-        "id": 2,
-        "identifier": "locked",
-        "priority": 1,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/2"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "Locked"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": ""
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/2/objectstates/2",
+        "id": 2,
+        "identifier": "locked",
+        "priority": 1,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/2"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "Locked"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": ""
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -18114,19 +18126,19 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateCreate>
-  <priority>3</priority>
-  <defaultLanguageCode>eng-GB</defaultLanguageCode>
-  <names>
-    <value languageCode="eng-GB">New Object State name</value>
-  </names>
-</ObjectStateCreate>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateCreate>
+  <priority>3</priority>
+  <defaultLanguageCode>eng-GB</defaultLanguageCode>
+  <names>
+    <value languageCode="eng-GB">New Object State name</value>
+  </names>
+</ObjectStateCreate>
 
                             
@@ -18139,22 +18151,22 @@
Types
file_copy

-
-                                {
-    "ObjectStateGroup": {
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State name"
-                }
-            ]
-        }
-    }
+                            
+                                {
+    "ObjectStateGroup": {
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State name"
+                }
+            ]
+        }
+    }
 }
                             
@@ -18220,19 +18232,19 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectStateCreate>
-  <priority>3</priority>
-  <defaultLanguageCode>eng-GB</defaultLanguageCode>
-  <names>
-    <value languageCode="eng-GB">New Object State name</value>
-  </names>
-</ObjectStateCreate>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectStateCreate>
+  <priority>3</priority>
+  <defaultLanguageCode>eng-GB</defaultLanguageCode>
+  <names>
+    <value languageCode="eng-GB">New Object State name</value>
+  </names>
+</ObjectStateCreate>
 
                                             
@@ -18245,22 +18257,22 @@
Types
file_copy

-
-                                                {
-    "ObjectStateGroup": {
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State name"
-                }
-            ]
-        }
-    }
+                                            
+                                                {
+    "ObjectStateGroup": {
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State name"
+                }
+            ]
+        }
+    }
 }
                                             
@@ -18314,26 +18326,26 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
-    <id>2</id>
-    <identifier>locked</identifier>
-    <priority>1</priority>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <names>
-        <value languageCode="eng-GB">New Object State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB"></value>
-    </descriptions>
-</ObjectState>
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
+    <id>2</id>
+    <identifier>locked</identifier>
+    <priority>1</priority>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <names>
+        <value languageCode="eng-GB">New Object State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB"></value>
+    </descriptions>
+</ObjectState>
 
                             
@@ -18346,42 +18358,42 @@
Types
file_copy

-
-                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
-        "id": 9,
-        "identifier": "closed",
-        "priority": 1,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/6"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": ""
-                }
-            ]
-        }
-    }
-}
+                            
+                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
+        "id": 9,
+        "identifier": "closed",
+        "priority": 1,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/6"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": ""
+                }
+            ]
+        }
+    }
+}
 
                             
@@ -18450,26 +18462,26 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
-    <id>2</id>
-    <identifier>locked</identifier>
-    <priority>1</priority>
-    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
-    <defaultLanguageCode>eng-GB</defaultLanguageCode>
-    <languageCodes>eng-GB</languageCodes>
-    <names>
-        <value languageCode="eng-GB">New Object State name</value>
-    </names>
-    <descriptions>
-        <value languageCode="eng-GB"></value>
-    </descriptions>
-</ObjectState>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
+    <id>2</id>
+    <identifier>locked</identifier>
+    <priority>1</priority>
+    <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2"/>
+    <defaultLanguageCode>eng-GB</defaultLanguageCode>
+    <languageCodes>eng-GB</languageCodes>
+    <names>
+        <value languageCode="eng-GB">New Object State name</value>
+    </names>
+    <descriptions>
+        <value languageCode="eng-GB"></value>
+    </descriptions>
+</ObjectState>
 
                                             
@@ -18482,42 +18494,42 @@
Types
file_copy

-
-                                                {
-    "ObjectState": {
-        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
-        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
-        "id": 9,
-        "identifier": "closed",
-        "priority": 1,
-        "ObjectStateGroup": {
-            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
-            "_href": "/api/ibexa/v2/content/objectstategroups/6"
-        },
-        "defaultLanguageCode": "eng-GB",
-        "languageCodes": "eng-GB",
-        "names": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": "New Object State name"
-                }
-            ]
-        },
-        "descriptions": {
-            "value": [
-                {
-                    "_languageCode": "eng-GB",
-                    "#text": ""
-                }
-            ]
-        }
-    }
-}
+                                            
+                                                {
+    "ObjectState": {
+        "_media-type": "application/vnd.ibexa.api.ObjectState+json",
+        "_href": "/api/ibexa/v2/content/objectstategroups/6/objectstates/9",
+        "id": 9,
+        "identifier": "closed",
+        "priority": 1,
+        "ObjectStateGroup": {
+            "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
+            "_href": "/api/ibexa/v2/content/objectstategroups/6"
+        },
+        "defaultLanguageCode": "eng-GB",
+        "languageCodes": "eng-GB",
+        "names": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": "New Object State name"
+                }
+            ]
+        },
+        "descriptions": {
+            "value": [
+                {
+                    "_languageCode": "eng-GB",
+                    "#text": ""
+                }
+            ]
+        }
+    }
+}
 
                                             
@@ -18817,28 +18829,29 @@
Types
file_copy

-
-                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
-    <id>58</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>false</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-    <pathString>/1/2/58/</pathString>
-    <depth>2</depth>
-    <childCount>3</childCount>
-    <remoteId>0cfe62f27753448d79aaa8acd8d01699</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlal
+                            
+                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
+    <id>58</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>false</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+    <pathString>/1/2/58/</pathString>
+    <depth>2</depth>
+    <childCount>3</childCount>
+    <remoteId>0cfe62f27753448d79aaa8acd8d01699</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/>
+    <Co
                             
View more @@ -18850,39 +18863,40 @@
Types
file_copy

-
-                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/58",
-        "id": 58,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2"
-        },
-        "pathString": "/1/2/58/",
-        "depth": 2,
-        "childCount": 3,
-        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/57"
-        },
-        "sortField": "PATH",
-        "sortOrder": "ASC",
-    
+                            
+                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/58",
+        "id": 58,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2"
+        },
+        "pathString": "/1/2/58/",
+        "depth": 2,
+        "childCount": 3,
+        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/57"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAliases": {
+       
                             
View more @@ -18950,49 +18964,49 @@
Types
file_copy

-
-                                                <?xml version="1.0" encoding="UTF-8"?>
-<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
-    <id>58</id>
-    <priority>0</priority>
-    <hidden>false</hidden>
-    <invisible>false</invisible>
-    <explicitlyHidden>false</explicitlyHidden>
-    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
-    <pathString>/1/2/58/</pathString>
-    <depth>2</depth>
-    <childCount>3</childCount>
-    <remoteId>0cfe62f27753448d79aaa8acd8d01699</remoteId>
-    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/children"/>
-    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
-    <sortField>PATH</sortField>
-    <sortOrder>ASC</sortOrder>
-    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/>
-    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/57">
-        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/57" remoteId="782f5afa9d6587804daa911e88ff5bb9" id="57">
-            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
-            <Name>All Tips</Name>
-            <TranslatedName>All Tips</TranslatedName>
-            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/57/versions"/>
-            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/57/currentversion"/>
-            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
-            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/57/locations"/>
-            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
-            <lastModificationDate>2021-06-28T11:22:52+00:00</lastModificationDate>
-            <publishedDate>2021-06-28T11:22:52+00:00</publishedDate>
-            <mainLanguageCode>eng-GB</mainLanguageCode>
-            <currentVersionNo>1</currentVersionNo>
-            <alwaysAvailable>true</alwaysAvailable>
-            <isHidden>false</isHidden>
-            <status>PUBLISHED</status>
-            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/57/objectstates"/>
-        </Content>
-    </ContentInfo>
-</Location>
+                                            
+                                                <?xml version="1.0" encoding="UTF-8"?>
+<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
+    <id>58</id>
+    <priority>0</priority>
+    <hidden>false</hidden>
+    <invisible>false</invisible>
+    <explicitlyHidden>false</explicitlyHidden>
+    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
+    <pathString>/1/2/58/</pathString>
+    <depth>2</depth>
+    <childCount>3</childCount>
+    <remoteId>0cfe62f27753448d79aaa8acd8d01699</remoteId>
+    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/58/children"/>
+    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
+    <sortField>PATH</sortField>
+    <sortOrder>ASC</sortOrder>
+    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/>
+    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/57">
+        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/57" remoteId="782f5afa9d6587804daa911e88ff5bb9" id="57">
+            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
+            <Name>All Tips</Name>
+            <TranslatedName>All Tips</TranslatedName>
+            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/57/versions"/>
+            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/57/currentversion"/>
+            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
+            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/57/locations"/>
+            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
+            <lastModificationDate>2021-06-28T11:22:52+00:00</lastModificationDate>
+            <publishedDate>2021-06-28T11:22:52+00:00</publishedDate>
+            <mainLanguageCode>eng-GB</mainLanguageCode>
+            <currentVersionNo>1</currentVersionNo>
+            <alwaysAvailable>true</alwaysAvailable>
+            <isHidden>false</isHidden>
+            <status>PUBLISHED</status>
+            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/57/objectstates"/>
+        </Content>
+    </ContentInfo>
+</Location>
 
                                             
@@ -19005,91 +19019,91 @@
Types
file_copy

-
-                                                {
-    "Location": {
-        "_media-type": "application/vnd.ibexa.api.Location+json",
-        "_href": "/api/ibexa/v2/content/locations/1/2/58",
-        "id": 58,
-        "priority": 0,
-        "hidden": false,
-        "invisible": false,
-        "explicitlyHidden": false,
-        "ParentLocation": {
-            "_media-type": "application/vnd.ibexa.api.Location+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2"
-        },
-        "pathString": "/1/2/58/",
-        "depth": 2,
-        "childCount": 3,
-        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
-        "Children": {
-            "_media-type": "application/vnd.ibexa.api.LocationList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
-        },
-        "Content": {
-            "_media-type": "application/vnd.ibexa.api.Content+json",
-            "_href": "/api/ibexa/v2/content/objects/57"
-        },
-        "sortField": "PATH",
-        "sortOrder": "ASC",
-        "UrlAliases": {
-            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
-            "_href": "/api/ibexa/v2/content/locations/1/2/58/urlaliases"
-        },
-        "ContentInfo": {
-            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-            "_href": "/api/ibexa/v2/content/objects/57",
-            "Content": {
-                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
-                "_href": "/api/ibexa/v2/content/objects/57",
-                "_remoteId": "782f5afa9d6587804daa911e88ff5bb9",
-                "_id": 57,
-                "ContentType": {
-                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
-                    "_href": "/api/ibexa/v2/content/types/1"
-                },
-                "Name": "All Tips",
-                "TranslatedName": "All Tips",
-                "Versions": {
-                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/versions"
-                },
-                "CurrentVersion": {
-                    "_media-type": "application/vnd.ibexa.api.Version+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/currentversion"
-                },
-                "Section": {
-                    "_media-type": "application/vnd.ibexa.api.Section+json",
-                    "_href": "/api/ibexa/v2/content/sections/1"
-                },
-                "Locations": {
-                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/locations"
-                },
-                "Owner": {
-                    "_media-type": "application/vnd.ibexa.api.User+json",
-                    "_href": "/api/ibexa/v2/user/users/14"
-                },
-                "lastModificationDate": "2021-06-28T11:22:52+00:00",
-                "publishedDate": "2021-06-28T11:22:52+00:00",
-                "mainLanguageCode": "eng-GB",
-                "currentVersionNo": 1,
-                "alwaysAvailable": true,
-                "isHidden": false,
-                "status": "PUBLISHED",
-                "ObjectStates": {
-                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
-                    "_href": "/api/ibexa/v2/content/objects/57/objectstates"
-                }
-            }
-        }
-    }
-}
+                                            
+                                                {
+    "Location": {
+        "_media-type": "application/vnd.ibexa.api.Location+json",
+        "_href": "/api/ibexa/v2/content/locations/1/2/58",
+        "id": 58,
+        "priority": 0,
+        "hidden": false,
+        "invisible": false,
+        "explicitlyHidden": false,
+        "ParentLocation": {
+            "_media-type": "application/vnd.ibexa.api.Location+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2"
+        },
+        "pathString": "/1/2/58/",
+        "depth": 2,
+        "childCount": 3,
+        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
+        "Children": {
+            "_media-type": "application/vnd.ibexa.api.LocationList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
+        },
+        "Content": {
+            "_media-type": "application/vnd.ibexa.api.Content+json",
+            "_href": "/api/ibexa/v2/content/objects/57"
+        },
+        "sortField": "PATH",
+        "sortOrder": "ASC",
+        "UrlAliases": {
+            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
+            "_href": "/api/ibexa/v2/content/locations/1/2/58/urlaliases"
+        },
+        "ContentInfo": {
+            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+            "_href": "/api/ibexa/v2/content/objects/57",
+            "Content": {
+                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
+                "_href": "/api/ibexa/v2/content/objects/57",
+                "_remoteId": "782f5afa9d6587804daa911e88ff5bb9",
+                "_id": 57,
+                "ContentType": {
+                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
+                    "_href": "/api/ibexa/v2/content/types/1"
+                },
+                "Name": "All Tips",
+                "TranslatedName": "All Tips",
+                "Versions": {
+                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/versions"
+                },
+                "CurrentVersion": {
+                    "_media-type": "application/vnd.ibexa.api.Version+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/currentversion"
+                },
+                "Section": {
+                    "_media-type": "application/vnd.ibexa.api.Section+json",
+                    "_href": "/api/ibexa/v2/content/sections/1"
+                },
+                "Locations": {
+                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/locations"
+                },
+                "Owner": {
+                    "_media-type": "application/vnd.ibexa.api.User+json",
+                    "_href": "/api/ibexa/v2/user/users/14"
+                },
+                "lastModificationDate": "2021-06-28T11:22:52+00:00",
+                "publishedDate": "2021-06-28T11:22:52+00:00",
+                "mainLanguageCode": "eng-GB",
+                "currentVersionNo": 1,
+                "alwaysAvailable": true,
+                "isHidden": false,
+                "status": "PUBLISHED",
+                "ObjectStates": {
+                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
+                    "_href": "/api/ibexa/v2/content/objects/57/objectstates"
+                }
+            }
+        }
+    }
+}
 
                                             
@@ -19136,6 +19150,20 @@

/content/locations/ DELETE + +
  • + + + PATCH + + +
  • +
  • + + + SWAP + +
  • @@ -19339,28 +19367,28 @@

    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
    -    <id>61</id>
    -    <priority>0</priority>
    -    <hidden>false</hidden>
    -    <invisible>false</invisible>
    -    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
    -    <pathString>/1/2/61/</pathString>
    -    <depth>2</depth>
    -    <childCount>0</childCount>
    -    <remoteId>2cfa66027e3806b113d994c9c26d3a66</remoteId>
    -    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/61/children"/>
    -    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/60"/>
    -    <sortField>NAME</sortField>
    -    <sortOrder>ASC</sortOrder>
    -    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/61/urlaliases"/>
    -    <ContentInfo media-type="applicati
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
    +    <id>61</id>
    +    <priority>0</priority>
    +    <hidden>false</hidden>
    +    <invisible>false</invisible>
    +    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
    +    <pathString>/1/2/61/</pathString>
    +    <depth>2</depth>
    +    <childCount>0</childCount>
    +    <remoteId>2cfa66027e3806b113d994c9c26d3a66</remoteId>
    +    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/61/children"/>
    +    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/60"/>
    +    <sortField>NAME</sortField>
    +    <sortOrder>ASC</sortOrder>
    +    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/61/urlaliases"/>
    +    <ContentInfo media-type="application/vnd.ibexa.api
                                 
    View more @@ -19372,39 +19400,40 @@
    Types
    file_copy

    -
    -                                {
    -    "Location": {
    -        "_media-type": "application/vnd.ibexa.api.Location+json",
    -        "_href": "/api/ibexa/v2/content/locations/1/2/58",
    -        "id": 58,
    -        "priority": 0,
    -        "hidden": false,
    -        "invisible": false,
    -        "explicitlyHidden": false,
    -        "ParentLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2"
    -        },
    -        "pathString": "/1/2/58/",
    -        "depth": 2,
    -        "childCount": 3,
    -        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
    -        "Children": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
    -        },
    -        "Content": {
    -            "_media-type": "application/vnd.ibexa.api.Content+json",
    -            "_href": "/api/ibexa/v2/content/objects/57"
    -        },
    -        "sortField": "PATH",
    -        "sortOrder": "ASC",
    -    
    +                            
    +                                {
    +    "Location": {
    +        "_media-type": "application/vnd.ibexa.api.Location+json",
    +        "_href": "/api/ibexa/v2/content/locations/1/2/58",
    +        "id": 58,
    +        "priority": 0,
    +        "hidden": false,
    +        "invisible": false,
    +        "explicitlyHidden": false,
    +        "ParentLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2"
    +        },
    +        "pathString": "/1/2/58/",
    +        "depth": 2,
    +        "childCount": 3,
    +        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
    +        "Children": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
    +        },
    +        "Content": {
    +            "_media-type": "application/vnd.ibexa.api.Content+json",
    +            "_href": "/api/ibexa/v2/content/objects/57"
    +        },
    +        "sortField": "PATH",
    +        "sortOrder": "ASC",
    +        "UrlAliases": {
    +       
                                 
    View more @@ -19472,45 +19501,45 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
    -    <id>61</id>
    -    <priority>0</priority>
    -    <hidden>false</hidden>
    -    <invisible>false</invisible>
    -    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
    -    <pathString>/1/2/61/</pathString>
    -    <depth>2</depth>
    -    <childCount>0</childCount>
    -    <remoteId>2cfa66027e3806b113d994c9c26d3a66</remoteId>
    -    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/61/children"/>
    -    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/60"/>
    -    <sortField>NAME</sortField>
    -    <sortOrder>ASC</sortOrder>
    -    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/61/urlaliases"/>
    -    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60">
    -        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60" remoteId="f9198276543bfe5e1dfc01a9a8d0c7ee" id="60">
    -            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    -            <Name>666</Name>
    -            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/60/versions"/>
    -            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/60/currentversion"/>
    -            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    -            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/60/locations"/>
    -            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <lastModificationDate>2018-11-09T14:49:52+01:00</lastModificationDate>
    -            <publishedDate>2018-11-09T14:49:52+01:00</publishedDate>
    -            <mainLanguageCode>eng-GB</mainLanguageCode>
    -            <currentVersionNo>1</currentVersionNo>
    -            <alwaysAvailable>false</alwaysAvailable>
    -            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/60/objectstates"/>
    -        </Content>
    -    </ContentInfo>
    -</Location>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
    +    <id>61</id>
    +    <priority>0</priority>
    +    <hidden>false</hidden>
    +    <invisible>false</invisible>
    +    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/>
    +    <pathString>/1/2/61/</pathString>
    +    <depth>2</depth>
    +    <childCount>0</childCount>
    +    <remoteId>2cfa66027e3806b113d994c9c26d3a66</remoteId>
    +    <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/61/children"/>
    +    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/60"/>
    +    <sortField>NAME</sortField>
    +    <sortOrder>ASC</sortOrder>
    +    <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/61/urlaliases"/>
    +    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60">
    +        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/60" remoteId="f9198276543bfe5e1dfc01a9a8d0c7ee" id="60">
    +            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    +            <Name>666</Name>
    +            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/60/versions"/>
    +            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/60/currentversion"/>
    +            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    +            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/60/locations"/>
    +            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <lastModificationDate>2018-11-09T14:49:52+01:00</lastModificationDate>
    +            <publishedDate>2018-11-09T14:49:52+01:00</publishedDate>
    +            <mainLanguageCode>eng-GB</mainLanguageCode>
    +            <currentVersionNo>1</currentVersionNo>
    +            <alwaysAvailable>false</alwaysAvailable>
    +            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/60/objectstates"/>
    +        </Content>
    +    </ContentInfo>
    +</Location>
     
                                                 
    @@ -19523,91 +19552,91 @@
    Types
    file_copy

    -
    -                                                {
    -    "Location": {
    -        "_media-type": "application/vnd.ibexa.api.Location+json",
    -        "_href": "/api/ibexa/v2/content/locations/1/2/58",
    -        "id": 58,
    -        "priority": 0,
    -        "hidden": false,
    -        "invisible": false,
    -        "explicitlyHidden": false,
    -        "ParentLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2"
    -        },
    -        "pathString": "/1/2/58/",
    -        "depth": 2,
    -        "childCount": 3,
    -        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
    -        "Children": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
    -        },
    -        "Content": {
    -            "_media-type": "application/vnd.ibexa.api.Content+json",
    -            "_href": "/api/ibexa/v2/content/objects/57"
    -        },
    -        "sortField": "PATH",
    -        "sortOrder": "ASC",
    -        "UrlAliases": {
    -            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2/58/urlaliases"
    -        },
    -        "ContentInfo": {
    -            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -            "_href": "/api/ibexa/v2/content/objects/57",
    -            "Content": {
    -                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                "_href": "/api/ibexa/v2/content/objects/57",
    -                "_remoteId": "782f5afa9d6587804daa911e88ff5bb9",
    -                "_id": 57,
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/1"
    -                },
    -                "Name": "All Tips",
    -                "TranslatedName": "All Tips",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/57/versions"
    -                },
    -                "CurrentVersion": {
    -                    "_media-type": "application/vnd.ibexa.api.Version+json",
    -                    "_href": "/api/ibexa/v2/content/objects/57/currentversion"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sections/1"
    -                },
    -                "Locations": {
    -                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/57/locations"
    -                },
    -                "Owner": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "lastModificationDate": "2021-06-28T11:22:52+00:00",
    -                "publishedDate": "2021-06-28T11:22:52+00:00",
    -                "mainLanguageCode": "eng-GB",
    -                "currentVersionNo": 1,
    -                "alwaysAvailable": true,
    -                "isHidden": false,
    -                "status": "PUBLISHED",
    -                "ObjectStates": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    -                    "_href": "/api/ibexa/v2/content/objects/57/objectstates"
    -                }
    -            }
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Location": {
    +        "_media-type": "application/vnd.ibexa.api.Location+json",
    +        "_href": "/api/ibexa/v2/content/locations/1/2/58",
    +        "id": 58,
    +        "priority": 0,
    +        "hidden": false,
    +        "invisible": false,
    +        "explicitlyHidden": false,
    +        "ParentLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2"
    +        },
    +        "pathString": "/1/2/58/",
    +        "depth": 2,
    +        "childCount": 3,
    +        "remoteId": "0cfe62f27753448d79aaa8acd8d01699",
    +        "Children": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2/58/children"
    +        },
    +        "Content": {
    +            "_media-type": "application/vnd.ibexa.api.Content+json",
    +            "_href": "/api/ibexa/v2/content/objects/57"
    +        },
    +        "sortField": "PATH",
    +        "sortOrder": "ASC",
    +        "UrlAliases": {
    +            "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2/58/urlaliases"
    +        },
    +        "ContentInfo": {
    +            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +            "_href": "/api/ibexa/v2/content/objects/57",
    +            "Content": {
    +                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                "_href": "/api/ibexa/v2/content/objects/57",
    +                "_remoteId": "782f5afa9d6587804daa911e88ff5bb9",
    +                "_id": 57,
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/1"
    +                },
    +                "Name": "All Tips",
    +                "TranslatedName": "All Tips",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/57/versions"
    +                },
    +                "CurrentVersion": {
    +                    "_media-type": "application/vnd.ibexa.api.Version+json",
    +                    "_href": "/api/ibexa/v2/content/objects/57/currentversion"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/1"
    +                },
    +                "Locations": {
    +                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/57/locations"
    +                },
    +                "Owner": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "lastModificationDate": "2021-06-28T11:22:52+00:00",
    +                "publishedDate": "2021-06-28T11:22:52+00:00",
    +                "mainLanguageCode": "eng-GB",
    +                "currentVersionNo": 1,
    +                "alwaysAvailable": true,
    +                "isHidden": false,
    +                "status": "PUBLISHED",
    +                "ObjectStates": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    +                    "_href": "/api/ibexa/v2/content/objects/57/objectstates"
    +                }
    +            }
    +        }
    +    }
    +}
     
                                                 
    @@ -19901,27 +19930,6 @@
    Possible responses
    -
    -
    -

    /content/locations/{path}/{locationId}

    - -
    -
    @@ -19936,7 +19944,7 @@

    /conte

    PATCH - /content/locations/{path}/{locationId} + /content/locations/{path}

    Updates the Location. This method can also be used to hide/reveal a Location via the hidden field in the LocationUpdate. PATCH or POST with header X-HTTP-Method-Override PATCH.

    @@ -20057,7 +20065,7 @@
    Possible responses
    - 200 @@ -20123,28 +20131,28 @@
    Types
    -
    +
    -
    -
    -
    +
    +

    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<LocationUpdate>
    -  <priority>3</priority>
    -  <hidden>true</hidden>
    -  <remoteId>remoteId-qwert999</remoteId>
    -  <sortField>CLASS</sortField>
    -  <sortOrder>DESC</sortOrder>
    -</LocationUpdate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<LocationUpdate>
    +  <priority>3</priority>
    +  <hidden>true</hidden>
    +  <remoteId>remoteId-qwert999</remoteId>
    +  <sortField>CLASS</sortField>
    +  <sortOrder>DESC</sortOrder>
    +</LocationUpdate>
     
                                 
    - View more + View more
    -
    +

    file_copy

    -
    -                                {
    -    "LocationUpdate": {
    -        "priority": "3",
    -        "hidden": true,
    -        "remoteId": "remoteId-qwert999",
    -        "sortField": "NAME",
    -        "sortOrder": "DESC"
    -    }
    +                            
    +                                {
    +    "LocationUpdate": {
    +        "priority": "3",
    +        "hidden": true,
    +        "remoteId": "remoteId-qwert999",
    +        "sortField": "NAME",
    +        "sortOrder": "DESC"
    +    }
     }
                                 
    - View more + View more
    - @@ -23075,16 +23594,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<SectionInput>
    -  <identifier>template</identifier>
    -  <name>Template</name>
    -</SectionInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<SectionInput>
    +  <identifier>template</identifier>
    +  <name>Template</name>
    +</SectionInput>
     
                                                 
    @@ -23097,16 +23616,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "SectionInput": {
    -    "identifier": "template",
    -    "name": "Template"
    -  }
    +                                            
    +                                                {
    +  "SectionInput": {
    +    "identifier": "template",
    +    "name": "Template"
    +  }
     }
                                                 
    @@ -23160,17 +23679,17 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
    -    <sectionId>7</sectionId>
    -    <identifier>template</identifier>
    -    <name>Template</name>
    -</Section>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
    +    <sectionId>7</sectionId>
    +    <identifier>template</identifier>
    +    <name>Template</name>
    +</Section>
     
                                 
    @@ -23183,20 +23702,20 @@
    Types
    file_copy

    -
    -                                {
    -    "Section": {
    -        "_media-type": "application/vnd.ibexa.api.Section+json",
    -        "_href": "/api/ibexa/v2/content/sections/7",
    -        "sectionId": 7,
    -        "identifier": "template",
    -        "name": "Template"
    -    }
    -}
    +                            
    +                                {
    +    "Section": {
    +        "_media-type": "application/vnd.ibexa.api.Section+json",
    +        "_href": "/api/ibexa/v2/content/sections/7",
    +        "sectionId": 7,
    +        "identifier": "template",
    +        "name": "Template"
    +    }
    +}
     
                                 
    @@ -23265,17 +23784,17 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
    -    <sectionId>7</sectionId>
    -    <identifier>template</identifier>
    -    <name>Template</name>
    -</Section>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
    +    <sectionId>7</sectionId>
    +    <identifier>template</identifier>
    +    <name>Template</name>
    +</Section>
     
                                                 
    @@ -23288,20 +23807,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "Section": {
    -        "_media-type": "application/vnd.ibexa.api.Section+json",
    -        "_href": "/api/ibexa/v2/content/sections/7",
    -        "sectionId": 7,
    -        "identifier": "template",
    -        "name": "Template"
    -    }
    -}
    +                                            
    +                                                {
    +    "Section": {
    +        "_media-type": "application/vnd.ibexa.api.Section+json",
    +        "_href": "/api/ibexa/v2/content/sections/7",
    +        "sectionId": 7,
    +        "identifier": "template",
    +        "name": "Template"
    +    }
    +}
     
                                                 
    @@ -23622,28 +24141,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
    -    <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    -        <id>58</id>
    -        <priority>0</priority>
    -        <hidden>false</hidden>
    -        <invisible>false</invisible>
    -        <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/56"/>
    -        <pathString>/1/2/56/58/</pathString>
    -        <depth>3</depth>
    -        <childCount>0</childCount>
    -        <remoteId>59800915ad2eb8514de0bebe84f6ccba</remoteId>
    -        <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/52"/>
    -        <sortField>PATH</sortField>
    -        <sortOrder>ASC</sortOrder>
    -        <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52">
    -            <Content media-type="appli
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
    +    <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    +        <id>58</id>
    +        <priority>0</priority>
    +        <hidden>false</hidden>
    +        <invisible>false</invisible>
    +        <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/56"/>
    +        <pathString>/1/2/56/58/</pathString>
    +        <depth>3</depth>
    +        <childCount>0</childCount>
    +        <remoteId>59800915ad2eb8514de0bebe84f6ccba</remoteId>
    +        <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/52"/>
    +        <sortField>PATH</sortField>
    +        <sortOrder>ASC</sortOrder>
    +        <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52">
    +            <Content media-type="application/vnd.ibexa
                                 
    View more @@ -23655,35 +24174,36 @@
    Types
    file_copy

    -
    -                                {
    -    "Trash": {
    -        "_media-type": "application/vnd.ibexa.api.Trash+json",
    -        "_href": "/api/ibexa/v2/content/trash",
    -        "TrashItem": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    -                "_href": "/api/ibexa/v2/content/trash/87",
    -                "id": 87,
    -                "priority": 0,
    -                "hidden": false,
    -                "invisible": false,
    -                "ParentLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/2/57"
    -                },
    -                "pathString": "/1/2/57/87/",
    -                "depth": 3,
    -                "childCount": 0,
    -                "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.Content+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91"
    -         
    +                            
    +                                {
    +    "Trash": {
    +        "_media-type": "application/vnd.ibexa.api.Trash+json",
    +        "_href": "/api/ibexa/v2/content/trash",
    +        "TrashItem": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    +                "_href": "/api/ibexa/v2/content/trash/87",
    +                "id": 87,
    +                "priority": 0,
    +                "hidden": false,
    +                "invisible": false,
    +                "ParentLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/2/57"
    +                },
    +                "pathString": "/1/2/57/87/",
    +                "depth": 3,
    +                "childCount": 0,
    +                "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.Content+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91"
    +                },
    +             
                                 
    View more @@ -23751,45 +24271,45 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
    -    <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    -        <id>58</id>
    -        <priority>0</priority>
    -        <hidden>false</hidden>
    -        <invisible>false</invisible>
    -        <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/56"/>
    -        <pathString>/1/2/56/58/</pathString>
    -        <depth>3</depth>
    -        <childCount>0</childCount>
    -        <remoteId>59800915ad2eb8514de0bebe84f6ccba</remoteId>
    -        <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/52"/>
    -        <sortField>PATH</sortField>
    -        <sortOrder>ASC</sortOrder>
    -        <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52">
    -            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52" remoteId="881da87102313b0354dc2aa8f0e4b63b" id="52">
    -                <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    -                <Name>Folder 1</Name>
    -                <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/52/versions"/>
    -                <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/52/currentversion"/>
    -                <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    -                <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/52/locations"/>
    -                <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -                <lastModificationDate>2019-02-06T09:03:09+01:00</lastModificationDate>
    -                <publishedDate>2019-02-06T09:03:09+01:00</publishedDate>
    -                <mainLanguageCode>eng-GB</mainLanguageCode>
    -                <currentVersionNo>1</currentVersionNo>
    -                <alwaysAvailable>true</alwaysAvailable>
    -                <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/52/objectstates"/>
    -            </Content>
    -        </ContentInfo>
    -    </TrashItem>
    -</Trash>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
    +    <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    +        <id>58</id>
    +        <priority>0</priority>
    +        <hidden>false</hidden>
    +        <invisible>false</invisible>
    +        <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/56"/>
    +        <pathString>/1/2/56/58/</pathString>
    +        <depth>3</depth>
    +        <childCount>0</childCount>
    +        <remoteId>59800915ad2eb8514de0bebe84f6ccba</remoteId>
    +        <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/52"/>
    +        <sortField>PATH</sortField>
    +        <sortOrder>ASC</sortOrder>
    +        <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52">
    +            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/52" remoteId="881da87102313b0354dc2aa8f0e4b63b" id="52">
    +                <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    +                <Name>Folder 1</Name>
    +                <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/52/versions"/>
    +                <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/52/currentversion"/>
    +                <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    +                <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/52/locations"/>
    +                <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +                <lastModificationDate>2019-02-06T09:03:09+01:00</lastModificationDate>
    +                <publishedDate>2019-02-06T09:03:09+01:00</publishedDate>
    +                <mainLanguageCode>eng-GB</mainLanguageCode>
    +                <currentVersionNo>1</currentVersionNo>
    +                <alwaysAvailable>true</alwaysAvailable>
    +                <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/52/objectstates"/>
    +            </Content>
    +        </ContentInfo>
    +    </TrashItem>
    +</Trash>
     
                                                 
    @@ -23802,157 +24322,157 @@
    Types
    file_copy

    -
    -                                                {
    -    "Trash": {
    -        "_media-type": "application/vnd.ibexa.api.Trash+json",
    -        "_href": "/api/ibexa/v2/content/trash",
    -        "TrashItem": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    -                "_href": "/api/ibexa/v2/content/trash/87",
    -                "id": 87,
    -                "priority": 0,
    -                "hidden": false,
    -                "invisible": false,
    -                "ParentLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/2/57"
    -                },
    -                "pathString": "/1/2/57/87/",
    -                "depth": 3,
    -                "childCount": 0,
    -                "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.Content+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91"
    -                },
    -                "sortField": "PATH",
    -                "sortOrder": "ASC",
    -                "ContentInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91",
    -                    "Content": {
    -                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                        "_href": "/api/ibexa/v2/content/objects/91",
    -                        "_remoteId": "de906bef76f08700662bfaf1579871f0",
    -                        "_id": 91,
    -                        "ContentType": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                            "_href": "/api/ibexa/v2/content/types/2"
    -                        },
    -                        "Name": "test_article",
    -                        "TranslatedName": "test_article",
    -                        "Versions": {
    -                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                            "_href": "/api/ibexa/v2/content/objects/91/versions"
    -                        },
    -                        "CurrentVersion": {
    -                            "_media-type": "application/vnd.ibexa.api.Version+json",
    -                            "_href": "/api/ibexa/v2/content/objects/91/currentversion"
    -                        },
    -                        "Section": {
    -                            "_media-type": "application/vnd.ibexa.api.Section+json",
    -                            "_href": "/api/ibexa/v2/content/sections/1"
    -                        },
    -                        "Locations": {
    -                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                            "_href": "/api/ibexa/v2/content/objects/91/locations"
    -                        },
    -                        "Owner": {
    -                            "_media-type": "application/vnd.ibexa.api.User+json",
    -                            "_href": "/api/ibexa/v2/user/users/11"
    -                        },
    -                        "lastModificationDate": "2021-07-19T08:31:01+00:00",
    -                        "publishedDate": "2021-07-19T08:31:01+00:00",
    -                        "mainLanguageCode": "eng-GB",
    -                        "currentVersionNo": 1,
    -                        "alwaysAvailable": false,
    -                        "isHidden": false,
    -                        "status": "TRASHED",
    -                        "ObjectStates": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    -                            "_href": "/api/ibexa/v2/content/objects/91/objectstates"
    -                        }
    -                    }
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    -                "_href": "/api/ibexa/v2/content/trash/89",
    -                "id": 89,
    -                "priority": 0,
    -                "hidden": false,
    -                "invisible": false,
    -                "ParentLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/2"
    -                },
    -                "pathString": "/1/2/89/",
    -                "depth": 2,
    -                "childCount": 0,
    -                "remoteId": "256c2e7d71e927bab32a901878827312",
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.Content+json",
    -                    "_href": "/api/ibexa/v2/content/objects/96"
    -                },
    -                "sortField": "PATH",
    -                "sortOrder": "ASC",
    -                "ContentInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/96",
    -                    "Content": {
    -                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                        "_href": "/api/ibexa/v2/content/objects/96",
    -                        "_remoteId": "d5bad9eb55cfe8572adf04452a2b206e",
    -                        "_id": 96,
    -                        "ContentType": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                            "_href": "/api/ibexa/v2/content/types/1"
    -                        },
    -                        "Name": "All Articles test",
    -                        "TranslatedName": "All Articles test",
    -                        "Versions": {
    -                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                            "_href": "/api/ibexa/v2/content/objects/96/versions"
    -                        },
    -                        "CurrentVersion": {
    -                            "_media-type": "application/vnd.ibexa.api.Version+json",
    -                            "_href": "/api/ibexa/v2/content/objects/96/currentversion"
    -                        },
    -                        "Section": {
    -                            "_media-type": "application/vnd.ibexa.api.Section+json",
    -                            "_href": "/api/ibexa/v2/content/sections/1"
    -                        },
    -                        "Locations": {
    -                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                            "_href": "/api/ibexa/v2/content/objects/96/locations"
    -                        },
    -                        "Owner": {
    -                            "_media-type": "application/vnd.ibexa.api.User+json",
    -                            "_href": "/api/ibexa/v2/user/users/14"
    -                        },
    -                        "lastModificationDate": "2021-07-19T12:43:02+00:00",
    -                        "publishedDate": "2021-07-19T12:42:47+00:00",
    -                        "mainLanguageCode": "eng-GB",
    -                        "currentVersionNo": 2,
    -                        "alwaysAvailable": true,
    -                        "isHidden": false,
    -                        "status": "TRASHED",
    -                        "ObjectStates": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    -                            "_href": "/api/ibexa/v2/content/objects/96/objectstates"
    -                        }
    -                    }
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "Trash": {
    +        "_media-type": "application/vnd.ibexa.api.Trash+json",
    +        "_href": "/api/ibexa/v2/content/trash",
    +        "TrashItem": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    +                "_href": "/api/ibexa/v2/content/trash/87",
    +                "id": 87,
    +                "priority": 0,
    +                "hidden": false,
    +                "invisible": false,
    +                "ParentLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/2/57"
    +                },
    +                "pathString": "/1/2/57/87/",
    +                "depth": 3,
    +                "childCount": 0,
    +                "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.Content+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91"
    +                },
    +                "sortField": "PATH",
    +                "sortOrder": "ASC",
    +                "ContentInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91",
    +                    "Content": {
    +                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                        "_href": "/api/ibexa/v2/content/objects/91",
    +                        "_remoteId": "de906bef76f08700662bfaf1579871f0",
    +                        "_id": 91,
    +                        "ContentType": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                            "_href": "/api/ibexa/v2/content/types/2"
    +                        },
    +                        "Name": "test_article",
    +                        "TranslatedName": "test_article",
    +                        "Versions": {
    +                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                            "_href": "/api/ibexa/v2/content/objects/91/versions"
    +                        },
    +                        "CurrentVersion": {
    +                            "_media-type": "application/vnd.ibexa.api.Version+json",
    +                            "_href": "/api/ibexa/v2/content/objects/91/currentversion"
    +                        },
    +                        "Section": {
    +                            "_media-type": "application/vnd.ibexa.api.Section+json",
    +                            "_href": "/api/ibexa/v2/content/sections/1"
    +                        },
    +                        "Locations": {
    +                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                            "_href": "/api/ibexa/v2/content/objects/91/locations"
    +                        },
    +                        "Owner": {
    +                            "_media-type": "application/vnd.ibexa.api.User+json",
    +                            "_href": "/api/ibexa/v2/user/users/11"
    +                        },
    +                        "lastModificationDate": "2021-07-19T08:31:01+00:00",
    +                        "publishedDate": "2021-07-19T08:31:01+00:00",
    +                        "mainLanguageCode": "eng-GB",
    +                        "currentVersionNo": 1,
    +                        "alwaysAvailable": false,
    +                        "isHidden": false,
    +                        "status": "TRASHED",
    +                        "ObjectStates": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    +                            "_href": "/api/ibexa/v2/content/objects/91/objectstates"
    +                        }
    +                    }
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    +                "_href": "/api/ibexa/v2/content/trash/89",
    +                "id": 89,
    +                "priority": 0,
    +                "hidden": false,
    +                "invisible": false,
    +                "ParentLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/2"
    +                },
    +                "pathString": "/1/2/89/",
    +                "depth": 2,
    +                "childCount": 0,
    +                "remoteId": "256c2e7d71e927bab32a901878827312",
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.Content+json",
    +                    "_href": "/api/ibexa/v2/content/objects/96"
    +                },
    +                "sortField": "PATH",
    +                "sortOrder": "ASC",
    +                "ContentInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/96",
    +                    "Content": {
    +                        "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                        "_href": "/api/ibexa/v2/content/objects/96",
    +                        "_remoteId": "d5bad9eb55cfe8572adf04452a2b206e",
    +                        "_id": 96,
    +                        "ContentType": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                            "_href": "/api/ibexa/v2/content/types/1"
    +                        },
    +                        "Name": "All Articles test",
    +                        "TranslatedName": "All Articles test",
    +                        "Versions": {
    +                            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                            "_href": "/api/ibexa/v2/content/objects/96/versions"
    +                        },
    +                        "CurrentVersion": {
    +                            "_media-type": "application/vnd.ibexa.api.Version+json",
    +                            "_href": "/api/ibexa/v2/content/objects/96/currentversion"
    +                        },
    +                        "Section": {
    +                            "_media-type": "application/vnd.ibexa.api.Section+json",
    +                            "_href": "/api/ibexa/v2/content/sections/1"
    +                        },
    +                        "Locations": {
    +                            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                            "_href": "/api/ibexa/v2/content/objects/96/locations"
    +                        },
    +                        "Owner": {
    +                            "_media-type": "application/vnd.ibexa.api.User+json",
    +                            "_href": "/api/ibexa/v2/user/users/14"
    +                        },
    +                        "lastModificationDate": "2021-07-19T12:43:02+00:00",
    +                        "publishedDate": "2021-07-19T12:42:47+00:00",
    +                        "mainLanguageCode": "eng-GB",
    +                        "currentVersionNo": 2,
    +                        "alwaysAvailable": true,
    +                        "isHidden": false,
    +                        "status": "TRASHED",
    +                        "ObjectStates": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    +                            "_href": "/api/ibexa/v2/content/objects/96/objectstates"
    +                        }
    +                    }
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 

    @@ -24227,28 +24747,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
    -    <id>81</id>
    -    <priority>0</priority>
    -    <hidden>false</hidden>
    -    <invisible>false</invisible>
    -    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
    -    <pathString>/1/2/42/81/</pathString>
    -    <depth>3</depth>
    -    <childCount>0</childCount>
    -    <remoteId>135e8a84b61848a67be36e9552d2724d</remoteId>
    -    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/99"/>
    -    <sortField>PATH</sortField>
    -    <sortOrder>ASC</sortOrder>
    -    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99">
    -        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99" remoteId="ae2b4568c0d2e7a4a9bca9495e73591a" id="99">
    -            <ContentT
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
    +    <id>81</id>
    +    <priority>0</priority>
    +    <hidden>false</hidden>
    +    <invisible>false</invisible>
    +    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
    +    <pathString>/1/2/42/81/</pathString>
    +    <depth>3</depth>
    +    <childCount>0</childCount>
    +    <remoteId>135e8a84b61848a67be36e9552d2724d</remoteId>
    +    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/99"/>
    +    <sortField>PATH</sortField>
    +    <sortOrder>ASC</sortOrder>
    +    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99">
    +        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99" remoteId="ae2b4568c0d2e7a4a9bca9495e73591a" id="99">
    +            <ContentType media-type="
                                 
    View more @@ -24260,38 +24780,38 @@
    Types
    file_copy

    -
    -                                {
    -    "TrashItem": {
    -        "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    -        "_href": "/api/ibexa/v2/content/trash/87",
    -        "id": 87,
    -        "priority": 0,
    -        "hidden": false,
    -        "invisible": false,
    -        "ParentLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2/57"
    -        },
    -        "pathString": "/1/2/57/87/",
    -        "depth": 3,
    -        "childCount": 0,
    -        "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    -        "Content": {
    -            "_media-type": "application/vnd.ibexa.api.Content+json",
    -            "_href": "/api/ibexa/v2/content/objects/91"
    -        },
    -        "sortField": "PATH",
    -        "sortOrder": "ASC",
    -        "ContentInfo": {
    -            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -            "_href": "/api/ibexa/v2/content/objects/91",
    -            "Content": {
    -                "_media-type": "applic
    +                            
    +                                {
    +    "TrashItem": {
    +        "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    +        "_href": "/api/ibexa/v2/content/trash/87",
    +        "id": 87,
    +        "priority": 0,
    +        "hidden": false,
    +        "invisible": false,
    +        "ParentLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2/57"
    +        },
    +        "pathString": "/1/2/57/87/",
    +        "depth": 3,
    +        "childCount": 0,
    +        "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    +        "Content": {
    +            "_media-type": "application/vnd.ibexa.api.Content+json",
    +            "_href": "/api/ibexa/v2/content/objects/91"
    +        },
    +        "sortField": "PATH",
    +        "sortOrder": "ASC",
    +        "ContentInfo": {
    +            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +            "_href": "/api/ibexa/v2/content/objects/91",
    +            "Content": {
    +                "_media-type": "application/vnd.ibexa.api.Conten
                                 
    View more @@ -24359,44 +24879,44 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
    -    <id>81</id>
    -    <priority>0</priority>
    -    <hidden>false</hidden>
    -    <invisible>false</invisible>
    -    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
    -    <pathString>/1/2/42/81/</pathString>
    -    <depth>3</depth>
    -    <childCount>0</childCount>
    -    <remoteId>135e8a84b61848a67be36e9552d2724d</remoteId>
    -    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/99"/>
    -    <sortField>PATH</sortField>
    -    <sortOrder>ASC</sortOrder>
    -    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99">
    -        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99" remoteId="ae2b4568c0d2e7a4a9bca9495e73591a" id="99">
    -            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    -            <Name>Folder 1</Name>
    -            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/99/versions"/>
    -            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/99/currentversion"/>
    -            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    -            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/99/locations"/>
    -            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <lastModificationDate>2019-04-25T12:45:58+02:00</lastModificationDate>
    -            <publishedDate>2019-04-25T12:45:58+02:00</publishedDate>
    -            <mainLanguageCode>eng-GB</mainLanguageCode>
    -            <currentVersionNo>1</currentVersionNo>
    -            <alwaysAvailable>true</alwaysAvailable>
    -            <status>TRASHED</status>
    -            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/99/objectstates"/>
    -        </Content>
    -    </ContentInfo>
    -</TrashItem>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
    +    <id>81</id>
    +    <priority>0</priority>
    +    <hidden>false</hidden>
    +    <invisible>false</invisible>
    +    <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42"/>
    +    <pathString>/1/2/42/81/</pathString>
    +    <depth>3</depth>
    +    <childCount>0</childCount>
    +    <remoteId>135e8a84b61848a67be36e9552d2724d</remoteId>
    +    <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/99"/>
    +    <sortField>PATH</sortField>
    +    <sortOrder>ASC</sortOrder>
    +    <ContentInfo media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99">
    +        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/99" remoteId="ae2b4568c0d2e7a4a9bca9495e73591a" id="99">
    +            <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    +            <Name>Folder 1</Name>
    +            <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/99/versions"/>
    +            <CurrentVersion media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/99/currentversion"/>
    +            <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1"/>
    +            <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/99/locations"/>
    +            <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <lastModificationDate>2019-04-25T12:45:58+02:00</lastModificationDate>
    +            <publishedDate>2019-04-25T12:45:58+02:00</publishedDate>
    +            <mainLanguageCode>eng-GB</mainLanguageCode>
    +            <currentVersionNo>1</currentVersionNo>
    +            <alwaysAvailable>true</alwaysAvailable>
    +            <status>TRASHED</status>
    +            <ObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml" href="/api/ibexa/v2/content/objects/99/objectstates"/>
    +        </Content>
    +    </ContentInfo>
    +</TrashItem>
     
                                                 
    @@ -24409,82 +24929,82 @@
    Types
    file_copy

    -
    -                                                {
    -    "TrashItem": {
    -        "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    -        "_href": "/api/ibexa/v2/content/trash/87",
    -        "id": 87,
    -        "priority": 0,
    -        "hidden": false,
    -        "invisible": false,
    -        "ParentLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/2/57"
    -        },
    -        "pathString": "/1/2/57/87/",
    -        "depth": 3,
    -        "childCount": 0,
    -        "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    -        "Content": {
    -            "_media-type": "application/vnd.ibexa.api.Content+json",
    -            "_href": "/api/ibexa/v2/content/objects/91"
    -        },
    -        "sortField": "PATH",
    -        "sortOrder": "ASC",
    -        "ContentInfo": {
    -            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -            "_href": "/api/ibexa/v2/content/objects/91",
    -            "Content": {
    -                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                "_href": "/api/ibexa/v2/content/objects/91",
    -                "_remoteId": "de906bef76f08700662bfaf1579871f0",
    -                "_id": 91,
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/2"
    -                },
    -                "Name": "test_article",
    -                "TranslatedName": "test_article",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91/versions"
    -                },
    -                "CurrentVersion": {
    -                    "_media-type": "application/vnd.ibexa.api.Version+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91/currentversion"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sections/1"
    -                },
    -                "Locations": {
    -                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91/locations"
    -                },
    -                "Owner": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/11"
    -                },
    -                "lastModificationDate": "2021-07-19T08:31:01+00:00",
    -                "publishedDate": "2021-07-19T08:31:01+00:00",
    -                "mainLanguageCode": "eng-GB",
    -                "currentVersionNo": 1,
    -                "alwaysAvailable": false,
    -                "isHidden": false,
    -                "status": "TRASHED",
    -                "ObjectStates": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    -                    "_href": "/api/ibexa/v2/content/objects/91/objectstates"
    -                }
    -            }
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "TrashItem": {
    +        "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    +        "_href": "/api/ibexa/v2/content/trash/87",
    +        "id": 87,
    +        "priority": 0,
    +        "hidden": false,
    +        "invisible": false,
    +        "ParentLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/2/57"
    +        },
    +        "pathString": "/1/2/57/87/",
    +        "depth": 3,
    +        "childCount": 0,
    +        "remoteId": "7cc6565354858f39a794bf64aa2c2761",
    +        "Content": {
    +            "_media-type": "application/vnd.ibexa.api.Content+json",
    +            "_href": "/api/ibexa/v2/content/objects/91"
    +        },
    +        "sortField": "PATH",
    +        "sortOrder": "ASC",
    +        "ContentInfo": {
    +            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +            "_href": "/api/ibexa/v2/content/objects/91",
    +            "Content": {
    +                "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                "_href": "/api/ibexa/v2/content/objects/91",
    +                "_remoteId": "de906bef76f08700662bfaf1579871f0",
    +                "_id": 91,
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/2"
    +                },
    +                "Name": "test_article",
    +                "TranslatedName": "test_article",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91/versions"
    +                },
    +                "CurrentVersion": {
    +                    "_media-type": "application/vnd.ibexa.api.Version+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91/currentversion"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/1"
    +                },
    +                "Locations": {
    +                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91/locations"
    +                },
    +                "Owner": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/11"
    +                },
    +                "lastModificationDate": "2021-07-19T08:31:01+00:00",
    +                "publishedDate": "2021-07-19T08:31:01+00:00",
    +                "mainLanguageCode": "eng-GB",
    +                "currentVersionNo": 1,
    +                "alwaysAvailable": false,
    +                "isHidden": false,
    +                "status": "TRASHED",
    +                "ObjectStates": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    +                    "_href": "/api/ibexa/v2/content/objects/91/objectstates"
    +                }
    +            }
    +        }
    +    }
    +}
     
                                                 
    @@ -24864,15 +25384,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
    -    <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    -</UrlAliasRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
    +    <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    +</UrlAliasRefList>
     
                                 
    @@ -24885,23 +25405,23 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlAliasRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases",
    -        "UrlAlias": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -                "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36"
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "UrlAliasRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases",
    +        "UrlAlias": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +                "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36"
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -24970,15 +25490,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
    -    <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    -</UrlAliasRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
    +    <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    +</UrlAliasRefList>
     
                                                 
    @@ -24991,23 +25511,23 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlAliasRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases",
    -        "UrlAlias": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -                "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlAliasRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases",
    +        "UrlAlias": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +                "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -25241,19 +25761,19 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAliasCreate type="LOCATION">
    -  <location href='/api/ibexa/v2/content/locations/1/2/59' />
    -  <path>example-global</path>
    -  <languageCode>eng-GB</languageCode>
    -  <alwaysAvailable>true</alwaysAvailable>
    -  <forward>true</forward>
    -</UrlAliasCreate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAliasCreate type="LOCATION">
    +  <location href='/api/ibexa/v2/content/locations/1/2/59' />
    +  <path>example-global</path>
    +  <languageCode>eng-GB</languageCode>
    +  <alwaysAvailable>true</alwaysAvailable>
    +  <forward>true</forward>
    +</UrlAliasCreate>
     
                                 
    @@ -25266,20 +25786,20 @@
    Types
    file_copy

    -
    -                                {
    -  "UrlAliasCreate": {
    -    "_type": "GLOBAL",
    -    "resource": "module:content/view/full",
    -    "path": "example-global",
    -    "languageCode": "eng-GB",
    -    "alwaysAvailable": "true",
    -    "forward": "true"
    -  }
    +                            
    +                                {
    +  "UrlAliasCreate": {
    +    "_type": "GLOBAL",
    +    "resource": "module:content/view/full",
    +    "path": "example-global",
    +    "languageCode": "eng-GB",
    +    "alwaysAvailable": "true",
    +    "forward": "true"
    +  }
     }
                                 
    @@ -25345,19 +25865,19 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAliasCreate type="LOCATION">
    -  <location href='/api/ibexa/v2/content/locations/1/2/59' />
    -  <path>example-global</path>
    -  <languageCode>eng-GB</languageCode>
    -  <alwaysAvailable>true</alwaysAvailable>
    -  <forward>true</forward>
    -</UrlAliasCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAliasCreate type="LOCATION">
    +  <location href='/api/ibexa/v2/content/locations/1/2/59' />
    +  <path>example-global</path>
    +  <languageCode>eng-GB</languageCode>
    +  <alwaysAvailable>true</alwaysAvailable>
    +  <forward>true</forward>
    +</UrlAliasCreate>
     
                                                 
    @@ -25370,20 +25890,20 @@
    Types
    file_copy

    -
    -                                                {
    -  "UrlAliasCreate": {
    -    "_type": "GLOBAL",
    -    "resource": "module:content/view/full",
    -    "path": "example-global",
    -    "languageCode": "eng-GB",
    -    "alwaysAvailable": "true",
    -    "forward": "true"
    -  }
    +                                            
    +                                                {
    +  "UrlAliasCreate": {
    +    "_type": "GLOBAL",
    +    "resource": "module:content/view/full",
    +    "path": "example-global",
    +    "languageCode": "eng-GB",
    +    "alwaysAvailable": "true",
    +    "forward": "true"
    +  }
     }
                                                 
    @@ -25437,21 +25957,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
    -    <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    -    <path>/example-urlalias</path>
    -    <languageCodes>eng-GB</languageCodes>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <isHistory>false</isHistory>
    -    <forward>true</forward>
    -    <custom>true</custom>
    -</UrlAlias>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
    +    <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    +    <path>/example-urlalias</path>
    +    <languageCodes>eng-GB</languageCodes>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <isHistory>false</isHistory>
    +    <forward>true</forward>
    +    <custom>true</custom>
    +</UrlAlias>
     
                                 
    @@ -25464,26 +25984,26 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlAlias": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases/0-f530173ad554787c1fe30dc929d98360",
    -        "_id": "0-f530173ad554787c1fe30dc929d98360",
    -        "_type": "RESOURCE",
    -        "resource": "content/view/full",
    -        "path": "/example-global",
    -        "languageCodes": "eng-GB",
    -        "alwaysAvailable": true,
    -        "isHistory": false,
    -        "forward": true,
    -        "custom": true
    -    }
    -}
    +                            
    +                                {
    +    "UrlAlias": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases/0-f530173ad554787c1fe30dc929d98360",
    +        "_id": "0-f530173ad554787c1fe30dc929d98360",
    +        "_type": "RESOURCE",
    +        "resource": "content/view/full",
    +        "path": "/example-global",
    +        "languageCodes": "eng-GB",
    +        "alwaysAvailable": true,
    +        "isHistory": false,
    +        "forward": true,
    +        "custom": true
    +    }
    +}
     
                                 
    @@ -25552,21 +26072,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
    -    <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    -    <path>/example-urlalias</path>
    -    <languageCodes>eng-GB</languageCodes>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <isHistory>false</isHistory>
    -    <forward>true</forward>
    -    <custom>true</custom>
    -</UrlAlias>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
    +    <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    +    <path>/example-urlalias</path>
    +    <languageCodes>eng-GB</languageCodes>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <isHistory>false</isHistory>
    +    <forward>true</forward>
    +    <custom>true</custom>
    +</UrlAlias>
     
                                                 
    @@ -25579,26 +26099,26 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlAlias": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases/0-f530173ad554787c1fe30dc929d98360",
    -        "_id": "0-f530173ad554787c1fe30dc929d98360",
    -        "_type": "RESOURCE",
    -        "resource": "content/view/full",
    -        "path": "/example-global",
    -        "languageCodes": "eng-GB",
    -        "alwaysAvailable": true,
    -        "isHistory": false,
    -        "forward": true,
    -        "custom": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlAlias": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases/0-f530173ad554787c1fe30dc929d98360",
    +        "_id": "0-f530173ad554787c1fe30dc929d98360",
    +        "_type": "RESOURCE",
    +        "resource": "content/view/full",
    +        "path": "/example-global",
    +        "languageCodes": "eng-GB",
    +        "alwaysAvailable": true,
    +        "isHistory": false,
    +        "forward": true,
    +        "custom": true
    +    }
    +}
     
                                                 
    @@ -25806,21 +26326,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
    -    <resource>content/view/full</resource>
    -    <path>/example-global</path>
    -    <languageCodes>eng-GB</languageCodes>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <isHistory>false</isHistory>
    -    <forward>true</forward>
    -    <custom>true</custom>
    -</UrlAlias>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
    +    <resource>content/view/full</resource>
    +    <path>/example-global</path>
    +    <languageCodes>eng-GB</languageCodes>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <isHistory>false</isHistory>
    +    <forward>true</forward>
    +    <custom>true</custom>
    +</UrlAlias>
     
                                 
    @@ -25833,26 +26353,26 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlAlias": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
    -        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
    -        "_type": "RESOURCE",
    -        "resource": "content/view/full",
    -        "path": "/example-global",
    -        "languageCodes": "eng-GB",
    -        "alwaysAvailable": true,
    -        "isHistory": false,
    -        "forward": true,
    -        "custom": true
    -    }
    -}
    +                            
    +                                {
    +    "UrlAlias": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
    +        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
    +        "_type": "RESOURCE",
    +        "resource": "content/view/full",
    +        "path": "/example-global",
    +        "languageCodes": "eng-GB",
    +        "alwaysAvailable": true,
    +        "isHistory": false,
    +        "forward": true,
    +        "custom": true
    +    }
    +}
     
                                 
    @@ -25921,21 +26441,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
    -    <resource>content/view/full</resource>
    -    <path>/example-global</path>
    -    <languageCodes>eng-GB</languageCodes>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <isHistory>false</isHistory>
    -    <forward>true</forward>
    -    <custom>true</custom>
    -</UrlAlias>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
    +    <resource>content/view/full</resource>
    +    <path>/example-global</path>
    +    <languageCodes>eng-GB</languageCodes>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <isHistory>false</isHistory>
    +    <forward>true</forward>
    +    <custom>true</custom>
    +</UrlAlias>
     
                                                 
    @@ -25948,26 +26468,26 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlAlias": {
    -        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    -        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
    -        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
    -        "_type": "RESOURCE",
    -        "resource": "content/view/full",
    -        "path": "/example-global",
    -        "languageCodes": "eng-GB",
    -        "alwaysAvailable": true,
    -        "isHistory": false,
    -        "forward": true,
    -        "custom": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlAlias": {
    +        "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    +        "_href": "/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36",
    +        "_id": "0-2cecdff5f90b8595d76b68c417b09f36",
    +        "_type": "RESOURCE",
    +        "resource": "content/view/full",
    +        "path": "/example-global",
    +        "languageCodes": "eng-GB",
    +        "alwaysAvailable": true,
    +        "isHistory": false,
    +        "forward": true,
    +        "custom": true
    +    }
    +}
     
                                                 
    @@ -26238,19 +26758,19 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
    -    <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    -        <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -        <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -        <forward>true</forward>
    -    </UrlWildcard>
    -</UrlWildcardList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
    +    <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    +        <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +        <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +        <forward>true</forward>
    +    </UrlWildcard>
    +</UrlWildcardList>
     
                                 
    @@ -26263,27 +26783,27 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlWildcardList": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards",
    -        "UrlWildcard": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -                "_href": "/api/ibexa/v2/content/urlwildcards/1",
    -                "_id": 1,
    -                "sourceUrl": "/api/ibexa/v2/content/location/2",
    -                "destinationUrl": "/api/ibexa/v2/content/location/59",
    -                "forward": true
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "UrlWildcardList": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards",
    +        "UrlWildcard": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +                "_href": "/api/ibexa/v2/content/urlwildcards/1",
    +                "_id": 1,
    +                "sourceUrl": "/api/ibexa/v2/content/location/2",
    +                "destinationUrl": "/api/ibexa/v2/content/location/59",
    +                "forward": true
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -26352,19 +26872,19 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
    -    <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    -        <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -        <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -        <forward>true</forward>
    -    </UrlWildcard>
    -</UrlWildcardList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
    +    <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    +        <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +        <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +        <forward>true</forward>
    +    </UrlWildcard>
    +</UrlWildcardList>
     
                                                 
    @@ -26377,27 +26897,27 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlWildcardList": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards",
    -        "UrlWildcard": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -                "_href": "/api/ibexa/v2/content/urlwildcards/1",
    -                "_id": 1,
    -                "sourceUrl": "/api/ibexa/v2/content/location/2",
    -                "destinationUrl": "/api/ibexa/v2/content/location/59",
    -                "forward": true
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlWildcardList": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards",
    +        "UrlWildcard": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +                "_href": "/api/ibexa/v2/content/urlwildcards/1",
    +                "_id": 1,
    +                "sourceUrl": "/api/ibexa/v2/content/location/2",
    +                "destinationUrl": "/api/ibexa/v2/content/location/59",
    +                "forward": true
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -26621,17 +27141,17 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -    <UrlWildcardCreate>
    -    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    	<forward>true</forward>
    -</UrlWildcardCreate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +    <UrlWildcardCreate>
    +    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    	<forward>true</forward>
    +</UrlWildcardCreate>
     
                                 
    @@ -26641,18 +27161,18 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlWildCardCreate": {
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                            
    +                                {
    +    "UrlWildCardCreate": {
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                 
    @@ -26705,17 +27225,17 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -    <UrlWildcardCreate>
    -    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    	<forward>true</forward>
    -</UrlWildcardCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +    <UrlWildcardCreate>
    +    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    	<forward>true</forward>
    +</UrlWildcardCreate>
     
                                                 
    @@ -26724,18 +27244,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlWildCardCreate": {
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlWildCardCreate": {
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                                 
    @@ -26744,17 +27264,17 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -    <UrlWildcardCreate>
    -    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    	<forward>true</forward>
    -</UrlWildcardCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +    <UrlWildcardCreate>
    +    	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    	<destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    	<forward>true</forward>
    +</UrlWildcardCreate>
     
                                                 
    @@ -26763,18 +27283,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlWildCardCreate": {
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlWildCardCreate": {
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                                 
    @@ -26828,17 +27348,17 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    -    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    <forward>true</forward>
    -</UrlWildcard>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    +    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    <forward>true</forward>
    +</UrlWildcard>
     
                                 
    @@ -26851,21 +27371,21 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlWildcard": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards/6",
    -        "_id": 6,
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                            
    +                                {
    +    "UrlWildcard": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards/6",
    +        "_id": 6,
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                 
    @@ -26934,17 +27454,17 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    -    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    <forward>true</forward>
    -</UrlWildcard>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    +    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    <forward>true</forward>
    +</UrlWildcard>
     
                                                 
    @@ -26957,21 +27477,21 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlWildcard": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards/6",
    -        "_id": 6,
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlWildcard": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards/6",
    +        "_id": 6,
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                                 
    @@ -27179,17 +27699,17 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
    -    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    <forward>true</forward>
    -</UrlWildcard>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
    +    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    <forward>true</forward>
    +</UrlWildcard>
     
                                 
    @@ -27202,21 +27722,21 @@
    Types
    file_copy

    -
    -                                {
    -    "UrlWildcard": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards/4",
    -        "_id": 4,
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                            
    +                                {
    +    "UrlWildcard": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards/4",
    +        "_id": 4,
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                 
    @@ -27285,17 +27805,17 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
    -    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    -    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    -    <forward>true</forward>
    -</UrlWildcard>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
    +    <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    +    <destinationUrl>/api/ibexa/v2/content/location/59</destinationUrl>
    +    <forward>true</forward>
    +</UrlWildcard>
     
                                                 
    @@ -27308,21 +27828,21 @@
    Types
    file_copy

    -
    -                                                {
    -    "UrlWildcard": {
    -        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    -        "_href": "/api/ibexa/v2/content/urlwildcards/4",
    -        "_id": 4,
    -        "sourceUrl": "/api/ibexa/v2/content/location/2",
    -        "destinationUrl": "/api/ibexa/v2/content/location/59",
    -        "forward": true
    -    }
    -}
    +                                            
    +                                                {
    +    "UrlWildcard": {
    +        "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    +        "_href": "/api/ibexa/v2/content/urlwildcards/4",
    +        "_id": 4,
    +        "sourceUrl": "/api/ibexa/v2/content/location/2",
    +        "destinationUrl": "/api/ibexa/v2/content/location/59",
    +        "forward": true
    +    }
    +}
     
                                                 
    @@ -27642,25 +28162,25 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
    -    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <id>1</id>
    -        <identifier>Content</identifier>
    -        <created>2002-09-05T11:08:48+02:00</created>
    -        <modified>2002-10-06T18:35:06+02:00</modified>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    -    </ContentTypeGroup>
    -    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <id>2</id>
    -        <identifier>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
    +    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <id>1</id>
    +        <identifier>Content</identifier>
    +        <created>2002-09-05T11:08:48+02:00</created>
    +        <modified>2002-10-06T18:35:06+02:00</modified>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    +    </ContentTypeGroup>
    +    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <id>2</id>
    +        <identifier>Users</identi
                                 
    View more @@ -27672,33 +28192,33 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups",
    -        "ContentTypeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1",
    -                "id": 1,
    -                "identifier": "Content",
    -                "created": "2002-09-05T09:08:48+00:00",
    -                "modified": "2002-10-06T16:35:06+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "ContentTypes": {
    -                    "_media-type": "application/vnd
    +                            
    +                                {
    +    "ContentTypeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups",
    +        "ContentTypeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1",
    +                "id": 1,
    +                "identifier": "Content",
    +                "created": "2002-09-05T09:08:48+00:00",
    +                "modified": "2002-10-06T16:35:06+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "ContentTypes": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTyp
                                 
    View more @@ -27766,41 +28286,41 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
    -    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <id>1</id>
    -        <identifier>Content</identifier>
    -        <created>2002-09-05T11:08:48+02:00</created>
    -        <modified>2002-10-06T18:35:06+02:00</modified>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    -    </ContentTypeGroup>
    -    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <id>2</id>
    -        <identifier>Users</identifier>
    -        <created>2002-09-05T11:09:01+02:00</created>
    -        <modified>2002-10-06T18:35:13+02:00</modified>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/2/types"/>
    -    </ContentTypeGroup>
    -    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    -        <id>3</id>
    -        <identifier>Media</identifier>
    -        <created>2002-09-14T15:22:23+02:00</created>
    -        <modified>2002-10-06T18:35:20+02:00</modified>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/3/types"/>
    -    </ContentTypeGroup>
    -</ContentTypeGroupList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
    +    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <id>1</id>
    +        <identifier>Content</identifier>
    +        <created>2002-09-05T11:08:48+02:00</created>
    +        <modified>2002-10-06T18:35:06+02:00</modified>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    +    </ContentTypeGroup>
    +    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <id>2</id>
    +        <identifier>Users</identifier>
    +        <created>2002-09-05T11:09:01+02:00</created>
    +        <modified>2002-10-06T18:35:13+02:00</modified>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/2/types"/>
    +    </ContentTypeGroup>
    +    <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    +        <id>3</id>
    +        <identifier>Media</identifier>
    +        <created>2002-09-14T15:22:23+02:00</created>
    +        <modified>2002-10-06T18:35:20+02:00</modified>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/3/types"/>
    +    </ContentTypeGroup>
    +</ContentTypeGroupList>
     
                                                 
    @@ -27813,79 +28333,79 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups",
    -        "ContentTypeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1",
    -                "id": 1,
    -                "identifier": "Content",
    -                "created": "2002-09-05T09:08:48+00:00",
    -                "modified": "2002-10-06T16:35:06+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "ContentTypes": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -                    "_href": "/api/ibexa/v2/content/typegroups/1/types"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/2",
    -                "id": 2,
    -                "identifier": "Users",
    -                "created": "2002-09-05T09:09:01+00:00",
    -                "modified": "2002-10-06T16:35:13+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "ContentTypes": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -                    "_href": "/api/ibexa/v2/content/typegroups/2/types"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/3",
    -                "id": 3,
    -                "identifier": "Media",
    -                "created": "2002-09-14T13:22:23+00:00",
    -                "modified": "2002-10-06T16:35:20+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "ContentTypes": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -                    "_href": "/api/ibexa/v2/content/typegroups/3/types"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups",
    +        "ContentTypeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1",
    +                "id": 1,
    +                "identifier": "Content",
    +                "created": "2002-09-05T09:08:48+00:00",
    +                "modified": "2002-10-06T16:35:06+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "ContentTypes": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +                    "_href": "/api/ibexa/v2/content/typegroups/1/types"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/2",
    +                "id": 2,
    +                "identifier": "Users",
    +                "created": "2002-09-05T09:09:01+00:00",
    +                "modified": "2002-10-06T16:35:13+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "ContentTypes": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +                    "_href": "/api/ibexa/v2/content/typegroups/2/types"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/3",
    +                "id": 3,
    +                "identifier": "Media",
    +                "created": "2002-09-14T13:22:23+00:00",
    +                "modified": "2002-10-06T16:35:20+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "ContentTypes": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +                    "_href": "/api/ibexa/v2/content/typegroups/3/types"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -28119,15 +28639,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupInput>
    -    <identifier>newContentTypeGroup</identifier>
    -</ContentTypeGroupInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupInput>
    +    <identifier>newContentTypeGroup</identifier>
    +</ContentTypeGroupInput>
     
                                 
    @@ -28140,15 +28660,15 @@
    Types
    file_copy

    -
    -                                {
    -  "ContentTypeGroupInput": {
    -    "identifier": "newContentTypeGroup"
    -  }
    +                            
    +                                {
    +  "ContentTypeGroupInput": {
    +    "identifier": "newContentTypeGroup"
    +  }
     }
                                 
    @@ -28214,15 +28734,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupInput>
    -    <identifier>newContentTypeGroup</identifier>
    -</ContentTypeGroupInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupInput>
    +    <identifier>newContentTypeGroup</identifier>
    +</ContentTypeGroupInput>
     
                                                 
    @@ -28235,15 +28755,15 @@
    Types
    file_copy

    -
    -                                                {
    -  "ContentTypeGroupInput": {
    -    "identifier": "newContentTypeGroup"
    -  }
    +                                            
    +                                                {
    +  "ContentTypeGroupInput": {
    +    "identifier": "newContentTypeGroup"
    +  }
     }
                                                 
    @@ -28297,21 +28817,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
    -    <id>7</id>
    -    <identifier>newContentTypeGroup</identifier>
    -    <created>2012-02-31T12:45:00</created>
    -    <modified>2012-02-31T12:45:00</modified>
    -    <Creator href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    -    <Modifier href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    -    <ContentTypes href="/content/typegroups/7/types" media-type="application/vnd.ibexa.api.ContentTypeList+xml"/>
    -</ContentTypeGroup>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
    +    <id>7</id>
    +    <identifier>newContentTypeGroup</identifier>
    +    <created>2012-02-31T12:45:00</created>
    +    <modified>2012-02-31T12:45:00</modified>
    +    <Creator href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    +    <Modifier href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    +    <ContentTypes href="/content/typegroups/7/types" media-type="application/vnd.ibexa.api.ContentTypeList+xml"/>
    +</ContentTypeGroup>
     
                                 
    @@ -28324,33 +28844,33 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/6",
    -        "id": 6,
    -        "identifier": "newContentTypeGroup",
    -        "created": "2021-08-11T09:44:18+00:00",
    -        "modified": "2021-08-11T09:44:18+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "ContentTypes": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ContentTypeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/6",
    +        "id": 6,
    +        "identifier": "newContentTypeGroup",
    +        "created": "2021-08-11T09:44:18+00:00",
    +        "modified": "2021-08-11T09:44:18+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "ContentTypes": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    +        }
    +    }
    +}
     
                                 
    @@ -28419,21 +28939,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
    -    <id>7</id>
    -    <identifier>newContentTypeGroup</identifier>
    -    <created>2012-02-31T12:45:00</created>
    -    <modified>2012-02-31T12:45:00</modified>
    -    <Creator href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    -    <Modifier href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    -    <ContentTypes href="/content/typegroups/7/types" media-type="application/vnd.ibexa.api.ContentTypeList+xml"/>
    -</ContentTypeGroup>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
    +    <id>7</id>
    +    <identifier>newContentTypeGroup</identifier>
    +    <created>2012-02-31T12:45:00</created>
    +    <modified>2012-02-31T12:45:00</modified>
    +    <Creator href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    +    <Modifier href="/user/users/13" media-type="application/vnd.ibexa.api.User+xml"/>
    +    <ContentTypes href="/content/typegroups/7/types" media-type="application/vnd.ibexa.api.ContentTypeList+xml"/>
    +</ContentTypeGroup>
     
                                                 
    @@ -28446,33 +28966,33 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/6",
    -        "id": 6,
    -        "identifier": "newContentTypeGroup",
    -        "created": "2021-08-11T09:44:18+00:00",
    -        "modified": "2021-08-11T09:44:18+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "ContentTypes": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/6",
    +        "id": 6,
    +        "identifier": "newContentTypeGroup",
    +        "created": "2021-08-11T09:44:18+00:00",
    +        "modified": "2021-08-11T09:44:18+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "ContentTypes": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    +        }
    +    }
    +}
     
                                                 
    @@ -28715,29 +29235,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -  <id>2</id>
    -  <status>DEFINED</status>
    -  <identifier>article</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Article</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -  <modificationDate>2021-06-28T11:31:22+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.Content
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +  <id>2</id>
    +  <status>DEFINED</status>
    +  <identifier>article</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Article</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +  <modificationDate>2021-06-28T11:31:22+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/
                                 
    View more @@ -28749,39 +29269,39 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDa
    +                            
    +                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2002-06-18T09:21:38+0
                                 
    View more @@ -28849,1045 +29369,1045 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -  <id>2</id>
    -  <status>DEFINED</status>
    -  <identifier>article</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Article</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -  <modificationDate>2021-06-28T11:31:22+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    -  <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    -    <id>1</id>
    -    <identifier>title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>New article</defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    -    <id>152</id>
    -    <identifier>short_title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    -    <id>153</id>
    -    <identifier>author</identifier>
    -    <fieldType>ezauthor</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Author</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings>
    -     <value key="defaultAuthor">1</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    -    <id>120</id>
    -    <identifier>intro</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>4</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Intro</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    -    <id>121</id>
    -    <identifier>body</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>5</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Body</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    -    <id>123</id>
    -    <identifier>enable_comments</identifier>
    -    <fieldType>ezboolean</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>6</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>false</defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Enable comments</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    -    <id>195</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="destinationContentId"/>
    -     <value key="alternativeText"/>
    -     <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/50">
    -  <id>50</id>
    -  <status>DEFINED</status>
    -  <identifier>copy_of_article_50</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Article</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2021-07-14T10:30:00+00:00</creationDate>
    -  <modificationDate>2021-07-14T10:30:00+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/50/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/50/draft"/>
    -  <remoteId>fc9434492469d136ffe13377bfdcbb28</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/197">
    -    <id>197</id>
    -    <identifier>title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>New article</defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/198">
    -    <id>198</id>
    -    <identifier>short_title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/199">
    -    <id>199</id>
    -    <identifier>author</identifier>
    -    <fieldType>ezauthor</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Author</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings>
    -     <value key="defaultAuthor">1</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/200">
    -    <id>200</id>
    -    <identifier>intro</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>4</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Intro</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/201">
    -    <id>201</id>
    -    <identifier>body</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>5</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Body</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/202">
    -    <id>202</id>
    -    <identifier>enable_comments</identifier>
    -    <fieldType>ezboolean</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>6</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>false</defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Enable comments</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/203">
    -    <id>203</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="destinationContentId"/>
    -     <value key="alternativeText"/>
    -     <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/44">
    -  <id>44</id>
    -  <status>DEFINED</status>
    -  <identifier>dog_breed</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Dog Breed</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2021-06-28T11:28:00+00:00</creationDate>
    -  <modificationDate>2021-06-28T11:29:02+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/44/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/44/draft"/>
    -  <remoteId>b348c95f7c573d4d502d6b59f80e618a</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;name&gt;</nameSchema>
    -  <isContainer>false</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PUBLISHED</defaultSortField>
    -  <defaultSortOrder>DESC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/190">
    -    <id>190</id>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Name</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength"/>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/191">
    -    <id>191</id>
    -    <identifier>photo</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="destinationContentId"/>
    -     <value key="alternativeText"/>
    -     <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Photo</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/192">
    -    <id>192</id>
    -    <identifier>description</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Full Description</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1">
    -  <id>1</id>
    -  <status>DEFINED</status>
    -  <identifier>folder</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Folder</value>
    -  </names>
    -  <descriptions/>
    -  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -  <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    -  <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;short_name|name&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/4">
    -    <id>4</id>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>Folder</defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Name</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/155">
    -    <id>155</id>
    -    <identifier>short_name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short name</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">100</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/119">
    -    <id>119</id>
    -    <identifier>short_description</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short description</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/156">
    -    <id>156</id>
    -    <identifier>description</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>4</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Description</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/55">
    -  <id>55</id>
    -  <status>DEFINED</status>
    -  <identifier>folder_55</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Folder</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2021-07-28T07:57:22+00:00</creationDate>
    -  <modificationDate>2021-07-28T07:57:34+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/55/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/55/draft"/>
    -  <remoteId>4eb7bc76f6d0bd1d5ded2d8936cc6afb</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;short_name|name&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/210">
    -    <id>210</id>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>Folder</defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Name</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">255</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/211">
    -    <id>211</id>
    -    <identifier>short_name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short name</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength">100</value>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/212">
    -    <id>212</id>
    -    <identifier>short_description</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Short description</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/213">
    -    <id>213</id>
    -    <identifier>description</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>4</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Description</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43">
    -  <id>43</id>
    -  <status>DEFINED</status>
    -  <identifier>form</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Form</value>
    -  </names>
    -  <descriptions/>
    -  <creationDate>2018-09-17T06:46:13+00:00</creationDate>
    -  <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/43/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43/draft"/>
    -  <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;title&gt;</nameSchema>
    -  <isContainer>false</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PUBLISHED</defaultSortField>
    -  <defaultSortOrder>DESC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/188">
    -    <id>188</id>
    -    <identifier>title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Title</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength"/>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/189">
    -    <id>189</id>
    -    <identifier>form</identifier>
    -    <fieldType>ezform</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="fields"/>
    -     <value key="content_id"/>
    -     <value key="content_field_id"/>
    -     <value key="language_code"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Form</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45">
    -  <id>45</id>
    -  <status>DEFINED</status>
    -  <identifier>tip</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Tip</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2021-06-28T11:29:19+00:00</creationDate>
    -  <modificationDate>2021-07-26T09:33:06+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/45/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45/draft"/>
    -  <remoteId>e6490e8a785edacd48629f2022be3125</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;title&gt;</nameSchema>
    -  <isContainer>false</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PUBLISHED</defaultSortField>
    -  <defaultSortOrder>DESC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/193">
    -    <id>193</id>
    -    <identifier>title</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>1</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength"/>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/194">
    -    <id>194</id>
    -    <identifier>body</identifier>
    -    <fieldType>eztext</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>2</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Body</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings>
    -     <value key="textRows">10</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/204">
    -    <id>204</id>
    -    <identifier>richtext</identifier>
    -    <fieldType>ezrichtext</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>3</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -    </defaultValue>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">richtext</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    - <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42">
    -  <id>42</id>
    -  <status>DEFINED</status>
    -  <identifier>landing_page</identifier>
    -  <names>
    -   <value languageCode="eng-GB">Landing page</value>
    -  </names>
    -  <descriptions>
    -   <value languageCode="eng-GB"></value>
    -  </descriptions>
    -  <creationDate>2015-07-03T12:00:26+00:00</creationDate>
    -  <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>
    -  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/42/groups"/>
    -  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42/draft"/>
    -  <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>
    -  <urlAliasSchema></urlAliasSchema>
    -  <nameSchema>&lt;name&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PUBLISHED</defaultSortField>
    -  <defaultSortOrder>DESC</defaultSortOrder>
    -  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions">
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/185">
    -    <id>185</id>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>10</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Title</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB">Title</value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength"/>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/186">
    -    <id>186</id>
    -    <identifier>description</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>20</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Description</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB">Landing page description</value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -     <value key="StringLengthValidator">
    -      <value key="maxStringLength"/>
    -      <value key="minStringLength"/>
    -     </value>
    -    </validatorConfiguration>
    -   </FieldDefinition>
    -   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/187">
    -    <id>187</id>
    -    <identifier>page</identifier>
    -    <fieldType>ezlandingpage</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>30</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -     <value key="layout">default</value>
    -     <value key="zones">
    -      <value>
    -       <value key="id">default_id</value>
    -       <value key="name">default</value>
    -       <value key="blocks"/>
    -      </value>
    -     </value>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -     <value languageCode="eng-GB">Landing page</value>
    -    </names>
    -    <descriptions>
    -     <value languageCode="eng-GB">Landing page</value>
    -    </descriptions>
    -    <fieldSettings>
    -     <value key="availableBlocks"/>
    -     <value key="availableLayouts"/>
    -     <value key="editorMode">page_view_mode</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -   </FieldDefinition>
    -  </FieldDefinitions>
    - </ContentType>
    -</ContentTypeList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +  <id>2</id>
    +  <status>DEFINED</status>
    +  <identifier>article</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Article</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +  <modificationDate>2021-06-28T11:31:22+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    +  <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    +    <id>1</id>
    +    <identifier>title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>New article</defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    +    <id>152</id>
    +    <identifier>short_title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    +    <id>153</id>
    +    <identifier>author</identifier>
    +    <fieldType>ezauthor</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Author</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings>
    +     <value key="defaultAuthor">1</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    +    <id>120</id>
    +    <identifier>intro</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>4</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Intro</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    +    <id>121</id>
    +    <identifier>body</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>5</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Body</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    +    <id>123</id>
    +    <identifier>enable_comments</identifier>
    +    <fieldType>ezboolean</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>6</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>false</defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Enable comments</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    +    <id>195</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="destinationContentId"/>
    +     <value key="alternativeText"/>
    +     <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/50">
    +  <id>50</id>
    +  <status>DEFINED</status>
    +  <identifier>copy_of_article_50</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Article</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2021-07-14T10:30:00+00:00</creationDate>
    +  <modificationDate>2021-07-14T10:30:00+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/50/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/50/draft"/>
    +  <remoteId>fc9434492469d136ffe13377bfdcbb28</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/197">
    +    <id>197</id>
    +    <identifier>title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>New article</defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/198">
    +    <id>198</id>
    +    <identifier>short_title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/199">
    +    <id>199</id>
    +    <identifier>author</identifier>
    +    <fieldType>ezauthor</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Author</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings>
    +     <value key="defaultAuthor">1</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/200">
    +    <id>200</id>
    +    <identifier>intro</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>4</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Intro</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/201">
    +    <id>201</id>
    +    <identifier>body</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>5</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Body</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/202">
    +    <id>202</id>
    +    <identifier>enable_comments</identifier>
    +    <fieldType>ezboolean</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>6</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>false</defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Enable comments</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/50/fieldDefinitions/203">
    +    <id>203</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="destinationContentId"/>
    +     <value key="alternativeText"/>
    +     <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/44">
    +  <id>44</id>
    +  <status>DEFINED</status>
    +  <identifier>dog_breed</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Dog Breed</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2021-06-28T11:28:00+00:00</creationDate>
    +  <modificationDate>2021-06-28T11:29:02+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/44/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/44/draft"/>
    +  <remoteId>b348c95f7c573d4d502d6b59f80e618a</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;name&gt;</nameSchema>
    +  <isContainer>false</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PUBLISHED</defaultSortField>
    +  <defaultSortOrder>DESC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/190">
    +    <id>190</id>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Name</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength"/>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/191">
    +    <id>191</id>
    +    <identifier>photo</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="destinationContentId"/>
    +     <value key="alternativeText"/>
    +     <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Photo</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/44/fieldDefinitions/192">
    +    <id>192</id>
    +    <identifier>description</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Full Description</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1">
    +  <id>1</id>
    +  <status>DEFINED</status>
    +  <identifier>folder</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Folder</value>
    +  </names>
    +  <descriptions/>
    +  <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +  <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    +  <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;short_name|name&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/4">
    +    <id>4</id>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>Folder</defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Name</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/155">
    +    <id>155</id>
    +    <identifier>short_name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short name</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">100</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/119">
    +    <id>119</id>
    +    <identifier>short_description</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short description</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/156">
    +    <id>156</id>
    +    <identifier>description</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>4</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Description</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/55">
    +  <id>55</id>
    +  <status>DEFINED</status>
    +  <identifier>folder_55</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Folder</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2021-07-28T07:57:22+00:00</creationDate>
    +  <modificationDate>2021-07-28T07:57:34+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/55/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/55/draft"/>
    +  <remoteId>4eb7bc76f6d0bd1d5ded2d8936cc6afb</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;short_name|name&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/210">
    +    <id>210</id>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>Folder</defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Name</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">255</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/211">
    +    <id>211</id>
    +    <identifier>short_name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short name</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength">100</value>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/212">
    +    <id>212</id>
    +    <identifier>short_description</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Short description</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/55/fieldDefinitions/213">
    +    <id>213</id>
    +    <identifier>description</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>4</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Description</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43">
    +  <id>43</id>
    +  <status>DEFINED</status>
    +  <identifier>form</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Form</value>
    +  </names>
    +  <descriptions/>
    +  <creationDate>2018-09-17T06:46:13+00:00</creationDate>
    +  <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/43/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43/draft"/>
    +  <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;title&gt;</nameSchema>
    +  <isContainer>false</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PUBLISHED</defaultSortField>
    +  <defaultSortOrder>DESC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/188">
    +    <id>188</id>
    +    <identifier>title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Title</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength"/>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/189">
    +    <id>189</id>
    +    <identifier>form</identifier>
    +    <fieldType>ezform</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="fields"/>
    +     <value key="content_id"/>
    +     <value key="content_field_id"/>
    +     <value key="language_code"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Form</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45">
    +  <id>45</id>
    +  <status>DEFINED</status>
    +  <identifier>tip</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Tip</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2021-06-28T11:29:19+00:00</creationDate>
    +  <modificationDate>2021-07-26T09:33:06+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/45/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/45/draft"/>
    +  <remoteId>e6490e8a785edacd48629f2022be3125</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;title&gt;</nameSchema>
    +  <isContainer>false</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PUBLISHED</defaultSortField>
    +  <defaultSortOrder>DESC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/193">
    +    <id>193</id>
    +    <identifier>title</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>1</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength"/>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/194">
    +    <id>194</id>
    +    <identifier>body</identifier>
    +    <fieldType>eztext</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>2</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Body</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings>
    +     <value key="textRows">10</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/45/fieldDefinitions/204">
    +    <id>204</id>
    +    <identifier>richtext</identifier>
    +    <fieldType>ezrichtext</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>3</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +     <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +    </defaultValue>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">richtext</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    + <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42">
    +  <id>42</id>
    +  <status>DEFINED</status>
    +  <identifier>landing_page</identifier>
    +  <names>
    +   <value languageCode="eng-GB">Landing page</value>
    +  </names>
    +  <descriptions>
    +   <value languageCode="eng-GB"></value>
    +  </descriptions>
    +  <creationDate>2015-07-03T12:00:26+00:00</creationDate>
    +  <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>
    +  <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +  <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/42/groups"/>
    +  <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42/draft"/>
    +  <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>
    +  <urlAliasSchema></urlAliasSchema>
    +  <nameSchema>&lt;name&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PUBLISHED</defaultSortField>
    +  <defaultSortOrder>DESC</defaultSortOrder>
    +  <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions">
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/185">
    +    <id>185</id>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>10</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Title</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB">Title</value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength"/>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/186">
    +    <id>186</id>
    +    <identifier>description</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>20</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Description</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB">Landing page description</value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +     <value key="StringLengthValidator">
    +      <value key="maxStringLength"/>
    +      <value key="minStringLength"/>
    +     </value>
    +    </validatorConfiguration>
    +   </FieldDefinition>
    +   <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/187">
    +    <id>187</id>
    +    <identifier>page</identifier>
    +    <fieldType>ezlandingpage</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>30</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +     <value key="layout">default</value>
    +     <value key="zones">
    +      <value>
    +       <value key="id">default_id</value>
    +       <value key="name">default</value>
    +       <value key="blocks"/>
    +      </value>
    +     </value>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +     <value languageCode="eng-GB">Landing page</value>
    +    </names>
    +    <descriptions>
    +     <value languageCode="eng-GB">Landing page</value>
    +    </descriptions>
    +    <fieldSettings>
    +     <value key="availableBlocks"/>
    +     <value key="availableLayouts"/>
    +     <value key="editorMode">page_view_mode</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +   </FieldDefinition>
    +  </FieldDefinitions>
    + </ContentType>
    +</ContentTypeList>
     
                                                 
    @@ -29900,1606 +30420,1606 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2021-06-28T11:31:22+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/draft"
    -                },
    -                "remoteId": "c15b600eb9198b1924063b5a68758232",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<short_title|title>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": false,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    -                            "id": 1,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New article",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    -                            "id": 152,
    -                            "identifier": "short_title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    -                            "id": 153,
    -                            "identifier": "author",
    -                            "fieldType": "ezauthor",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": [],
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Author"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "defaultAuthor": 1
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    -                            "id": 120,
    -                            "identifier": "intro",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Intro"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    -                            "id": 121,
    -                            "identifier": "body",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    -                            "id": 123,
    -                            "identifier": "enable_comments",
    -                            "fieldType": "ezboolean",
    -                            "fieldGroup": "",
    -                            "position": 6,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": false,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Enable comments"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -                            "id": 195,
    -                            "identifier": "image",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 7,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/50",
    -                "id": 50,
    -                "status": "DEFINED",
    -                "identifier": "copy_of_article_50",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-07-14T10:30:00+00:00",
    -                "modificationDate": "2021-07-14T10:30:00+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/draft"
    -                },
    -                "remoteId": "fc9434492469d136ffe13377bfdcbb28",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<short_title|title>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": false,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/197",
    -                            "id": 197,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New article",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/198",
    -                            "id": 198,
    -                            "identifier": "short_title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/199",
    -                            "id": 199,
    -                            "identifier": "author",
    -                            "fieldType": "ezauthor",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": [],
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Author"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "defaultAuthor": 1
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/200",
    -                            "id": 200,
    -                            "identifier": "intro",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Intro"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/201",
    -                            "id": 201,
    -                            "identifier": "body",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/202",
    -                            "id": 202,
    -                            "identifier": "enable_comments",
    -                            "fieldType": "ezboolean",
    -                            "fieldGroup": "",
    -                            "position": 6,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": false,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Enable comments"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/203",
    -                            "id": 203,
    -                            "identifier": "image",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 7,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/44",
    -                "id": 44,
    -                "status": "DEFINED",
    -                "identifier": "dog_breed",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Dog Breed"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-06-28T11:28:00+00:00",
    -                "modificationDate": "2021-06-28T11:29:02+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/draft"
    -                },
    -                "remoteId": "b348c95f7c573d4d502d6b59f80e618a",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<name>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/190",
    -                            "id": 190,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/191",
    -                            "id": 191,
    -                            "identifier": "photo",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Photo"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/192",
    -                            "id": 192,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "content",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Full Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/1",
    -                "id": 1,
    -                "status": "DEFINED",
    -                "identifier": "folder",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Folder"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2015-11-29T21:14:32+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/draft"
    -                },
    -                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<short_name|name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    -                            "id": 4,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "Folder",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    -                            "id": 155,
    -                            "identifier": "short_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 100,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    -                            "id": 119,
    -                            "identifier": "short_description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    -                            "id": 156,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/55",
    -                "id": 55,
    -                "status": "DEFINED",
    -                "identifier": "folder_55",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Folder"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-07-28T07:57:22+00:00",
    -                "modificationDate": "2021-07-28T07:57:34+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/55/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/55/draft"
    -                },
    -                "remoteId": "4eb7bc76f6d0bd1d5ded2d8936cc6afb",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<short_name|name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/210",
    -                            "id": 210,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "Folder",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/211",
    -                            "id": 211,
    -                            "identifier": "short_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 100,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/212",
    -                            "id": 212,
    -                            "identifier": "short_description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/213",
    -                            "id": 213,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/43",
    -                "id": 43,
    -                "status": "DEFINED",
    -                "identifier": "form",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Form"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2018-09-17T06:46:13+00:00",
    -                "modificationDate": "2018-09-17T06:47:14+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/draft"
    -                },
    -                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<title>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    -                            "id": 188,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    -                            "id": 189,
    -                            "identifier": "form",
    -                            "fieldType": "ezform",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "fields": [],
    -                                "content_id": null,
    -                                "content_field_id": null,
    -                                "language_code": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Form"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/45",
    -                "id": 45,
    -                "status": "DEFINED",
    -                "identifier": "tip",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Tip"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-06-28T11:29:19+00:00",
    -                "modificationDate": "2021-07-26T09:33:06+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/draft"
    -                },
    -                "remoteId": "e6490e8a785edacd48629f2022be3125",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<title>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/193",
    -                            "id": 193,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/194",
    -                            "id": 194,
    -                            "identifier": "body",
    -                            "fieldType": "eztext",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "textRows": 10
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/204",
    -                            "id": 204,
    -                            "identifier": "richtext",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "content",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "richtext"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/42",
    -                "id": 42,
    -                "status": "DEFINED",
    -                "identifier": "landing_page",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Landing page"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": ""
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2015-07-03T12:00:26+00:00",
    -                "modificationDate": "2015-07-03T12:00:26+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/draft"
    -                },
    -                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    -                            "id": 185,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 10,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    -                            "id": 186,
    -                            "identifier": "description",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 20,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page description"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    -                            "id": 187,
    -                            "identifier": "page",
    -                            "fieldType": "ezlandingpage",
    -                            "fieldGroup": "content",
    -                            "position": 30,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "layout": "default",
    -                                "zones": [
    -                                    {
    -                                        "id": "default_id",
    -                                        "name": "default",
    -                                        "blocks": []
    -                                    }
    -                                ]
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "availableBlocks": null,
    -                                "availableLayouts": null,
    -                                "editorMode": "page_view_mode"
    -                            },
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2021-06-28T11:31:22+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/draft"
    +                },
    +                "remoteId": "c15b600eb9198b1924063b5a68758232",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<short_title|title>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": false,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    +                            "id": 1,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New article",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    +                            "id": 152,
    +                            "identifier": "short_title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    +                            "id": 153,
    +                            "identifier": "author",
    +                            "fieldType": "ezauthor",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": [],
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Author"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "defaultAuthor": 1
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    +                            "id": 120,
    +                            "identifier": "intro",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Intro"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    +                            "id": 121,
    +                            "identifier": "body",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    +                            "id": 123,
    +                            "identifier": "enable_comments",
    +                            "fieldType": "ezboolean",
    +                            "fieldGroup": "",
    +                            "position": 6,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": false,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Enable comments"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +                            "id": 195,
    +                            "identifier": "image",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 7,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/50",
    +                "id": 50,
    +                "status": "DEFINED",
    +                "identifier": "copy_of_article_50",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-07-14T10:30:00+00:00",
    +                "modificationDate": "2021-07-14T10:30:00+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/draft"
    +                },
    +                "remoteId": "fc9434492469d136ffe13377bfdcbb28",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<short_title|title>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": false,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/197",
    +                            "id": 197,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New article",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/198",
    +                            "id": 198,
    +                            "identifier": "short_title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/199",
    +                            "id": 199,
    +                            "identifier": "author",
    +                            "fieldType": "ezauthor",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": [],
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Author"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "defaultAuthor": 1
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/200",
    +                            "id": 200,
    +                            "identifier": "intro",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Intro"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/201",
    +                            "id": 201,
    +                            "identifier": "body",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/202",
    +                            "id": 202,
    +                            "identifier": "enable_comments",
    +                            "fieldType": "ezboolean",
    +                            "fieldGroup": "",
    +                            "position": 6,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": false,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Enable comments"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/203",
    +                            "id": 203,
    +                            "identifier": "image",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 7,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/44",
    +                "id": 44,
    +                "status": "DEFINED",
    +                "identifier": "dog_breed",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Dog Breed"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-06-28T11:28:00+00:00",
    +                "modificationDate": "2021-06-28T11:29:02+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/draft"
    +                },
    +                "remoteId": "b348c95f7c573d4d502d6b59f80e618a",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<name>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/190",
    +                            "id": 190,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/191",
    +                            "id": 191,
    +                            "identifier": "photo",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Photo"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/192",
    +                            "id": 192,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "content",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Full Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/1",
    +                "id": 1,
    +                "status": "DEFINED",
    +                "identifier": "folder",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Folder"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2015-11-29T21:14:32+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/draft"
    +                },
    +                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<short_name|name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    +                            "id": 4,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "Folder",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    +                            "id": 155,
    +                            "identifier": "short_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 100,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    +                            "id": 119,
    +                            "identifier": "short_description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    +                            "id": 156,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/55",
    +                "id": 55,
    +                "status": "DEFINED",
    +                "identifier": "folder_55",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Folder"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-07-28T07:57:22+00:00",
    +                "modificationDate": "2021-07-28T07:57:34+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/55/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/55/draft"
    +                },
    +                "remoteId": "4eb7bc76f6d0bd1d5ded2d8936cc6afb",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<short_name|name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/210",
    +                            "id": 210,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "Folder",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/211",
    +                            "id": 211,
    +                            "identifier": "short_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 100,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/212",
    +                            "id": 212,
    +                            "identifier": "short_description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/55/fieldDefinitions/213",
    +                            "id": 213,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/43",
    +                "id": 43,
    +                "status": "DEFINED",
    +                "identifier": "form",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Form"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2018-09-17T06:46:13+00:00",
    +                "modificationDate": "2018-09-17T06:47:14+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/draft"
    +                },
    +                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<title>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    +                            "id": 188,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    +                            "id": 189,
    +                            "identifier": "form",
    +                            "fieldType": "ezform",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "fields": [],
    +                                "content_id": null,
    +                                "content_field_id": null,
    +                                "language_code": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Form"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/45",
    +                "id": 45,
    +                "status": "DEFINED",
    +                "identifier": "tip",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Tip"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-06-28T11:29:19+00:00",
    +                "modificationDate": "2021-07-26T09:33:06+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/draft"
    +                },
    +                "remoteId": "e6490e8a785edacd48629f2022be3125",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<title>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/193",
    +                            "id": 193,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/194",
    +                            "id": 194,
    +                            "identifier": "body",
    +                            "fieldType": "eztext",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "textRows": 10
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/204",
    +                            "id": 204,
    +                            "identifier": "richtext",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "content",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "richtext"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/42",
    +                "id": 42,
    +                "status": "DEFINED",
    +                "identifier": "landing_page",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Landing page"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": ""
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2015-07-03T12:00:26+00:00",
    +                "modificationDate": "2015-07-03T12:00:26+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/draft"
    +                },
    +                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    +                            "id": 185,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 10,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    +                            "id": 186,
    +                            "identifier": "description",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 20,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page description"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    +                            "id": 187,
    +                            "identifier": "page",
    +                            "fieldType": "ezlandingpage",
    +                            "fieldGroup": "content",
    +                            "position": 30,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "layout": "default",
    +                                "zones": [
    +                                    {
    +                                        "id": "default_id",
    +                                        "name": "default",
    +                                        "blocks": []
    +                                    }
    +                                ]
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "availableBlocks": null,
    +                                "availableLayouts": null,
    +                                "editorMode": "page_view_mode"
    +                            },
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -31769,15 +32289,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupInput>
    -    <identifier>updatedIdentifer</identifier>
    -</ContentTypeGroupInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupInput>
    +    <identifier>updatedIdentifer</identifier>
    +</ContentTypeGroupInput>
     
                                 
    @@ -31790,15 +32310,15 @@
    Types
    file_copy

    -
    -                                {
    -  "ContentTypeGroupInput": {
    -    "identifier": "updatedIdentifer"
    -  }
    +                            
    +                                {
    +  "ContentTypeGroupInput": {
    +    "identifier": "updatedIdentifer"
    +  }
     }
                                 
    @@ -31864,15 +32384,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupInput>
    -    <identifier>updatedIdentifer</identifier>
    -</ContentTypeGroupInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupInput>
    +    <identifier>updatedIdentifer</identifier>
    +</ContentTypeGroupInput>
     
                                                 
    @@ -31885,15 +32405,15 @@
    Types
    file_copy

    -
    -                                                {
    -  "ContentTypeGroupInput": {
    -    "identifier": "updatedIdentifer"
    -  }
    +                                            
    +                                                {
    +  "ContentTypeGroupInput": {
    +    "identifier": "updatedIdentifer"
    +  }
     }
                                                 
    @@ -31947,21 +32467,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -    <id>4</id>
    -    <identifier>updatedIdentifer</identifier>
    -    <created>2002-09-05T11:08:48+02:00</created>
    -    <modified>2019-02-22T14:42:55+01:00</modified>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    -</ContentTypeGroup>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +    <id>4</id>
    +    <identifier>updatedIdentifer</identifier>
    +    <created>2002-09-05T11:08:48+02:00</created>
    +    <modified>2019-02-22T14:42:55+01:00</modified>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    +</ContentTypeGroup>
     
                                 
    @@ -31974,33 +32494,33 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/4",
    -        "id": 4,
    -        "identifier": "updatedIdentifer",
    -        "created": "2021-08-11T09:44:18+00:00",
    -        "modified": "2021-08-11T10:10:04+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "ContentTypes": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ContentTypeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/4",
    +        "id": 4,
    +        "identifier": "updatedIdentifer",
    +        "created": "2021-08-11T09:44:18+00:00",
    +        "modified": "2021-08-11T10:10:04+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "ContentTypes": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    +        }
    +    }
    +}
     
                                 
    @@ -32069,21 +32589,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -    <id>4</id>
    -    <identifier>updatedIdentifer</identifier>
    -    <created>2002-09-05T11:08:48+02:00</created>
    -    <modified>2019-02-22T14:42:55+01:00</modified>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    -</ContentTypeGroup>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +    <id>4</id>
    +    <identifier>updatedIdentifer</identifier>
    +    <created>2002-09-05T11:08:48+02:00</created>
    +    <modified>2019-02-22T14:42:55+01:00</modified>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <ContentTypes media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types"/>
    +</ContentTypeGroup>
     
                                                 
    @@ -32096,33 +32616,33 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/4",
    -        "id": 4,
    -        "identifier": "updatedIdentifer",
    -        "created": "2021-08-11T09:44:18+00:00",
    -        "modified": "2021-08-11T10:10:04+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "ContentTypes": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    -            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/4",
    +        "id": 4,
    +        "identifier": "updatedIdentifer",
    +        "created": "2021-08-11T09:44:18+00:00",
    +        "modified": "2021-08-11T10:10:04+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "ContentTypes": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json",
    +            "_href": "/api/ibexa/v2/content/typegroups/6/types"
    +        }
    +    }
    +}
     
                                                 
    @@ -32400,27 +32920,27 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    -    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    -        <id>2</id>
    -        <status>DEFINED</status>
    -        <identifier>article</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Article</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -        <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -        <Draft media
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    +    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    +        <id>2</id>
    +        <status>DEFINED</status>
    +        <identifier>article</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Article</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +        <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +        <Draft media-type="applicat
                                 
    View more @@ -32432,39 +32952,40 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2002-06
    +                            
    +                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +      
                                 
    View more @@ -32532,60 +33053,60 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    -    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    -        <id>2</id>
    -        <status>DEFINED</status>
    -        <identifier>article</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Article</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -        <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    -        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -        <isContainer>true</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -        <defaultSortField>PATH</defaultSortField>
    -        <defaultSortOrder>ASC</defaultSortOrder>
    -    </ContentTypeInfo>
    -    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/1">
    -        <id>1</id>
    -        <status>DEFINED</status>
    -        <identifier>folder</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Folder</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -        <modificationDate>2015-11-29T22:14:32+01:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    -        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;short_name|name&gt;</nameSchema>
    -        <isContainer>true</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -        <defaultSortField>PATH</defaultSortField>
    -        <defaultSortOrder>ASC</defaultSortOrder>
    -    </ContentTypeInfo>
    -</ContentTypeInfoList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    +    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    +        <id>2</id>
    +        <status>DEFINED</status>
    +        <identifier>article</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Article</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +        <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    +        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +        <isContainer>true</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +        <defaultSortField>PATH</defaultSortField>
    +        <defaultSortOrder>ASC</defaultSortOrder>
    +    </ContentTypeInfo>
    +    <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/1">
    +        <id>1</id>
    +        <status>DEFINED</status>
    +        <identifier>folder</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Folder</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +        <modificationDate>2015-11-29T22:14:32+01:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    +        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;short_name|name&gt;</nameSchema>
    +        <isContainer>true</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +        <defaultSortField>PATH</defaultSortField>
    +        <defaultSortOrder>ASC</defaultSortOrder>
    +    </ContentTypeInfo>
    +</ContentTypeInfoList>
     
                                                 
    @@ -32598,2022 +33119,2022 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2021-06-28T11:31:22+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/draft"
    -                },
    -                "remoteId": "c15b600eb9198b1924063b5a68758232",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<short_title|title>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": false,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    -                            "id": 1,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New article",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    -                            "id": 152,
    -                            "identifier": "short_title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    -                            "id": 153,
    -                            "identifier": "author",
    -                            "fieldType": "ezauthor",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": [],
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Author"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "defaultAuthor": 1
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    -                            "id": 120,
    -                            "identifier": "intro",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Intro"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    -                            "id": 121,
    -                            "identifier": "body",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    -                            "id": 123,
    -                            "identifier": "enable_comments",
    -                            "fieldType": "ezboolean",
    -                            "fieldGroup": "",
    -                            "position": 6,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": false,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Enable comments"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -                            "id": 195,
    -                            "identifier": "image",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 7,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/50",
    -                "id": 50,
    -                "status": "DEFINED",
    -                "identifier": "copy_of_article_50",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-07-14T10:30:00+00:00",
    -                "modificationDate": "2021-07-14T10:30:00+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/draft"
    -                },
    -                "remoteId": "fc9434492469d136ffe13377bfdcbb28",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<short_title|title>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": false,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/197",
    -                            "id": 197,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New article",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/198",
    -                            "id": 198,
    -                            "identifier": "short_title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/199",
    -                            "id": 199,
    -                            "identifier": "author",
    -                            "fieldType": "ezauthor",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": [],
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Author"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "defaultAuthor": 1
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/200",
    -                            "id": 200,
    -                            "identifier": "intro",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Intro"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/201",
    -                            "id": 201,
    -                            "identifier": "body",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/202",
    -                            "id": 202,
    -                            "identifier": "enable_comments",
    -                            "fieldType": "ezboolean",
    -                            "fieldGroup": "",
    -                            "position": 6,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": false,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Enable comments"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/203",
    -                            "id": 203,
    -                            "identifier": "image",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 7,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/44",
    -                "id": 44,
    -                "status": "DEFINED",
    -                "identifier": "dog_breed",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Dog Breed"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-06-28T11:28:00+00:00",
    -                "modificationDate": "2021-06-28T11:29:02+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/draft"
    -                },
    -                "remoteId": "b348c95f7c573d4d502d6b59f80e618a",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<name>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/190",
    -                            "id": 190,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/191",
    -                            "id": 191,
    -                            "identifier": "photo",
    -                            "fieldType": "ezimageasset",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null,
    -                                "alternativeText": null,
    -                                "source": null
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Photo"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/192",
    -                            "id": 192,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "content",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Full Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/1",
    -                "id": 1,
    -                "status": "DEFINED",
    -                "identifier": "folder",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Folder"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2015-11-29T21:14:32+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/draft"
    -                },
    -                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<short_name|name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    -                            "id": 4,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "Folder",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    -                            "id": 155,
    -                            "identifier": "short_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 100,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    -                            "id": 119,
    -                            "identifier": "short_description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    -                            "id": 156,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/43",
    -                "id": 43,
    -                "status": "DEFINED",
    -                "identifier": "form",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Form"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2018-09-17T06:46:13+00:00",
    -                "modificationDate": "2018-09-17T06:47:14+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/draft"
    -                },
    -                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<title>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    -                            "id": 188,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    -                            "id": 189,
    -                            "identifier": "form",
    -                            "fieldType": "ezform",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "fields": [],
    -                                "content_id": null,
    -                                "content_field_id": null,
    -                                "language_code": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Form"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/45",
    -                "id": 45,
    -                "status": "DEFINED",
    -                "identifier": "tip",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Tip"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": null
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2021-06-28T11:29:19+00:00",
    -                "modificationDate": "2021-07-26T09:33:06+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/draft"
    -                },
    -                "remoteId": "e6490e8a785edacd48629f2022be3125",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<title>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/193",
    -                            "id": 193,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/194",
    -                            "id": 194,
    -                            "identifier": "body",
    -                            "fieldType": "eztext",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "textRows": 10
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/204",
    -                            "id": 204,
    -                            "identifier": "richtext",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "content",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "richtext"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": null
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/42",
    -                "id": 42,
    -                "status": "DEFINED",
    -                "identifier": "landing_page",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Landing page"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": ""
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2015-07-03T12:00:26+00:00",
    -                "modificationDate": "2015-07-03T12:00:26+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/draft"
    -                },
    -                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    -                            "id": 185,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 10,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    -                            "id": 186,
    -                            "identifier": "description",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 20,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page description"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    -                            "id": 187,
    -                            "identifier": "page",
    -                            "fieldType": "ezlandingpage",
    -                            "fieldGroup": "content",
    -                            "position": 30,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "layout": "default",
    -                                "zones": [
    -                                    {
    -                                        "id": "default_id",
    -                                        "name": "default",
    -                                        "blocks": []
    -                                    }
    -                                ]
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "availableBlocks": null,
    -                                "availableLayouts": null,
    -                                "editorMode": "page_view_mode"
    -                            },
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/4",
    -                "id": 4,
    -                "status": "DEFINED",
    -                "identifier": "user",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "User"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2004-04-15T08:39:24+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/4/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4/draft"
    -                },
    -                "remoteId": "40faa822edc579b02c25f6bb7beec3ad",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<first_name> <last_name>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/8",
    -                            "id": 8,
    -                            "identifier": "first_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "First name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/9",
    -                            "id": 9,
    -                            "identifier": "last_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Last name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/12",
    -                            "id": 12,
    -                            "identifier": "user_account",
    -                            "fieldType": "ezuser",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": false,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "User account"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": {
    -                                "PasswordTTL": 0,
    -                                "PasswordTTLWarning": 0,
    -                                "RequireUniqueEmail": false,
    -                                "UsernamePattern": "^[^@]+$"
    -                            },
    -                            "validatorConfiguration": {
    -                                "PasswordValueValidator": {
    -                                    "requireAtLeastOneUpperCaseCharacter": true,
    -                                    "requireAtLeastOneLowerCaseCharacter": true,
    -                                    "requireAtLeastOneNumericCharacter": true,
    -                                    "requireAtLeastOneNonAlphanumericCharacter": false,
    -                                    "requireNewPassword": false,
    -                                    "minLength": 10
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/179",
    -                            "id": 179,
    -                            "identifier": "signature",
    -                            "fieldType": "eztext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Signature"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": {
    -                                "textRows": 10
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/180",
    -                            "id": 180,
    -                            "identifier": "image",
    -                            "fieldType": "ezimage",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "FileSizeValidator": {
    -                                    "maxFileSize": 10
    -                                }
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/3",
    -                "id": 3,
    -                "status": "DEFINED",
    -                "identifier": "user_group",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "User group"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2003-03-24T08:32:23+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/3/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/3/draft"
    -                },
    -                "remoteId": "25b4268cdcd01921b808a0d854b877ef",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions/6",
    -                            "id": 6,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions/7",
    -                            "id": 7,
    -                            "identifier": "description",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/12",
    -                "id": 12,
    -                "status": "DEFINED",
    -                "identifier": "file",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "File"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2003-05-08T09:17:52+00:00",
    -                "modificationDate": "2003-05-08T09:21:09+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/12/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/12/draft"
    -                },
    -                "remoteId": "637d58bfddf164627bdfd265733280a0",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<name>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/146",
    -                            "id": 146,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New file",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/147",
    -                            "id": 147,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/148",
    -                            "id": 148,
    -                            "identifier": "file",
    -                            "fieldType": "ezbinaryfile",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "File"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "FileSizeValidator": {
    -                                    "maxFileSize": null
    -                                }
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/5",
    -                "id": 5,
    -                "status": "DEFINED",
    -                "identifier": "image",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Image"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-09-08T11:36:32+00:00",
    -                "modificationDate": "2003-03-24T08:33:04+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/5/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/5/draft"
    -                },
    -                "remoteId": "f6df12aa74e36230eb675f364fccd25a",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<name>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/116",
    -                            "id": 116,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 150,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/117",
    -                            "id": 117,
    -                            "identifier": "caption",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Caption"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/118",
    -                            "id": 118,
    -                            "identifier": "image",
    -                            "fieldType": "ezimage",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "FileSizeValidator": {
    -                                    "maxFileSize": 10
    -                                }
    -                            }
    -                        }
    -                    ]
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2021-06-28T11:31:22+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/draft"
    +                },
    +                "remoteId": "c15b600eb9198b1924063b5a68758232",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<short_title|title>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": false,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    +                            "id": 1,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New article",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    +                            "id": 152,
    +                            "identifier": "short_title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    +                            "id": 153,
    +                            "identifier": "author",
    +                            "fieldType": "ezauthor",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": [],
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Author"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "defaultAuthor": 1
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    +                            "id": 120,
    +                            "identifier": "intro",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Intro"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    +                            "id": 121,
    +                            "identifier": "body",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    +                            "id": 123,
    +                            "identifier": "enable_comments",
    +                            "fieldType": "ezboolean",
    +                            "fieldGroup": "",
    +                            "position": 6,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": false,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Enable comments"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +                            "id": 195,
    +                            "identifier": "image",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 7,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/50",
    +                "id": 50,
    +                "status": "DEFINED",
    +                "identifier": "copy_of_article_50",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-07-14T10:30:00+00:00",
    +                "modificationDate": "2021-07-14T10:30:00+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/draft"
    +                },
    +                "remoteId": "fc9434492469d136ffe13377bfdcbb28",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<short_title|title>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": false,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/197",
    +                            "id": 197,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New article",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/198",
    +                            "id": 198,
    +                            "identifier": "short_title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/199",
    +                            "id": 199,
    +                            "identifier": "author",
    +                            "fieldType": "ezauthor",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": [],
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Author"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "defaultAuthor": 1
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/200",
    +                            "id": 200,
    +                            "identifier": "intro",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Intro"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/201",
    +                            "id": 201,
    +                            "identifier": "body",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/202",
    +                            "id": 202,
    +                            "identifier": "enable_comments",
    +                            "fieldType": "ezboolean",
    +                            "fieldGroup": "",
    +                            "position": 6,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": false,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Enable comments"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/50/fieldDefinitions/203",
    +                            "id": 203,
    +                            "identifier": "image",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 7,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/44",
    +                "id": 44,
    +                "status": "DEFINED",
    +                "identifier": "dog_breed",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Dog Breed"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-06-28T11:28:00+00:00",
    +                "modificationDate": "2021-06-28T11:29:02+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/draft"
    +                },
    +                "remoteId": "b348c95f7c573d4d502d6b59f80e618a",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<name>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/190",
    +                            "id": 190,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/191",
    +                            "id": 191,
    +                            "identifier": "photo",
    +                            "fieldType": "ezimageasset",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null,
    +                                "alternativeText": null,
    +                                "source": null
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Photo"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/44/fieldDefinitions/192",
    +                            "id": 192,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "content",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Full Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/1",
    +                "id": 1,
    +                "status": "DEFINED",
    +                "identifier": "folder",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Folder"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2015-11-29T21:14:32+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/draft"
    +                },
    +                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<short_name|name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    +                            "id": 4,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "Folder",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    +                            "id": 155,
    +                            "identifier": "short_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 100,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    +                            "id": 119,
    +                            "identifier": "short_description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    +                            "id": 156,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/43",
    +                "id": 43,
    +                "status": "DEFINED",
    +                "identifier": "form",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Form"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2018-09-17T06:46:13+00:00",
    +                "modificationDate": "2018-09-17T06:47:14+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/draft"
    +                },
    +                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<title>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    +                            "id": 188,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    +                            "id": 189,
    +                            "identifier": "form",
    +                            "fieldType": "ezform",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "fields": [],
    +                                "content_id": null,
    +                                "content_field_id": null,
    +                                "language_code": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Form"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/45",
    +                "id": 45,
    +                "status": "DEFINED",
    +                "identifier": "tip",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Tip"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": null
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2021-06-28T11:29:19+00:00",
    +                "modificationDate": "2021-07-26T09:33:06+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/draft"
    +                },
    +                "remoteId": "e6490e8a785edacd48629f2022be3125",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<title>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/193",
    +                            "id": 193,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/194",
    +                            "id": 194,
    +                            "identifier": "body",
    +                            "fieldType": "eztext",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "textRows": 10
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/45/fieldDefinitions/204",
    +                            "id": 204,
    +                            "identifier": "richtext",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "content",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "richtext"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": null
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/42",
    +                "id": 42,
    +                "status": "DEFINED",
    +                "identifier": "landing_page",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Landing page"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": ""
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2015-07-03T12:00:26+00:00",
    +                "modificationDate": "2015-07-03T12:00:26+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/draft"
    +                },
    +                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    +                            "id": 185,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 10,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    +                            "id": 186,
    +                            "identifier": "description",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 20,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page description"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    +                            "id": 187,
    +                            "identifier": "page",
    +                            "fieldType": "ezlandingpage",
    +                            "fieldGroup": "content",
    +                            "position": 30,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "layout": "default",
    +                                "zones": [
    +                                    {
    +                                        "id": "default_id",
    +                                        "name": "default",
    +                                        "blocks": []
    +                                    }
    +                                ]
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "availableBlocks": null,
    +                                "availableLayouts": null,
    +                                "editorMode": "page_view_mode"
    +                            },
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/4",
    +                "id": 4,
    +                "status": "DEFINED",
    +                "identifier": "user",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "User"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2004-04-15T08:39:24+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/4/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4/draft"
    +                },
    +                "remoteId": "40faa822edc579b02c25f6bb7beec3ad",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<first_name> <last_name>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/8",
    +                            "id": 8,
    +                            "identifier": "first_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "First name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/9",
    +                            "id": 9,
    +                            "identifier": "last_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Last name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/12",
    +                            "id": 12,
    +                            "identifier": "user_account",
    +                            "fieldType": "ezuser",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": false,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "User account"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": {
    +                                "PasswordTTL": 0,
    +                                "PasswordTTLWarning": 0,
    +                                "RequireUniqueEmail": false,
    +                                "UsernamePattern": "^[^@]+$"
    +                            },
    +                            "validatorConfiguration": {
    +                                "PasswordValueValidator": {
    +                                    "requireAtLeastOneUpperCaseCharacter": true,
    +                                    "requireAtLeastOneLowerCaseCharacter": true,
    +                                    "requireAtLeastOneNumericCharacter": true,
    +                                    "requireAtLeastOneNonAlphanumericCharacter": false,
    +                                    "requireNewPassword": false,
    +                                    "minLength": 10
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/179",
    +                            "id": 179,
    +                            "identifier": "signature",
    +                            "fieldType": "eztext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Signature"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": {
    +                                "textRows": 10
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/4/fieldDefinitions/180",
    +                            "id": 180,
    +                            "identifier": "image",
    +                            "fieldType": "ezimage",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "FileSizeValidator": {
    +                                    "maxFileSize": 10
    +                                }
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/3",
    +                "id": 3,
    +                "status": "DEFINED",
    +                "identifier": "user_group",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "User group"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2003-03-24T08:32:23+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/3/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/3/draft"
    +                },
    +                "remoteId": "25b4268cdcd01921b808a0d854b877ef",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions/6",
    +                            "id": 6,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/3/fieldDefinitions/7",
    +                            "id": 7,
    +                            "identifier": "description",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/12",
    +                "id": 12,
    +                "status": "DEFINED",
    +                "identifier": "file",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "File"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2003-05-08T09:17:52+00:00",
    +                "modificationDate": "2003-05-08T09:21:09+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/12/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/12/draft"
    +                },
    +                "remoteId": "637d58bfddf164627bdfd265733280a0",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<name>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/146",
    +                            "id": 146,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New file",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/147",
    +                            "id": 147,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/12/fieldDefinitions/148",
    +                            "id": 148,
    +                            "identifier": "file",
    +                            "fieldType": "ezbinaryfile",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "File"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "FileSizeValidator": {
    +                                    "maxFileSize": null
    +                                }
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/5",
    +                "id": 5,
    +                "status": "DEFINED",
    +                "identifier": "image",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Image"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-09-08T11:36:32+00:00",
    +                "modificationDate": "2003-03-24T08:33:04+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/5/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/5/draft"
    +                },
    +                "remoteId": "f6df12aa74e36230eb675f364fccd25a",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<name>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/116",
    +                            "id": 116,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 150,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/117",
    +                            "id": 117,
    +                            "identifier": "caption",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Caption"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/5/fieldDefinitions/118",
    +                            "id": 118,
    +                            "identifier": "image",
    +                            "fieldType": "ezimage",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "FileSizeValidator": {
    +                                    "maxFileSize": 10
    +                                }
    +                            }
    +                        }
    +                    ]
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -34870,38 +35391,39 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeCreate>
    -  <identifier>newContentType</identifier>
    -  <names>
    -    <value languageCode="eng-US">New Content Type</value>
    -  </names>
    -  <descriptions>
    -    <value languageCode="eng-US">This is a description</value>
    -  </descriptions>
    -  <remoteId>remoteId-qwert548</remoteId>
    -  <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    -  <nameSchema>&lt;title&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-US</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions>
    -    <FieldDefinition>
    -      <identifier>title</identifier>
    -      <fieldType>ezstring</fieldType>
    -      <fieldGroup>content</fieldGroup>
    -      <position>1</position>
    -      <isTranslatable>true</isTranslatable>
    -      <isRequired>true</isRequired>
    -      <isInfoCollector>false</isInfoCollector>
    -      <defaultValue>New Title
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeCreate>
    +  <identifier>newContentType</identifier>
    +  <names>
    +    <value languageCode="eng-US">New Content Type</value>
    +  </names>
    +  <descriptions>
    +    <value languageCode="eng-US">This is a description</value>
    +  </descriptions>
    +  <remoteId>remoteId-qwert548</remoteId>
    +  <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    +  <nameSchema>&lt;title&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-US</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions>
    +    <FieldDefinition>
    +      <identifier>title</identifier>
    +      <fieldType>ezstring</fieldType>
    +      <fieldGroup>content</fieldGroup>
    +      <position>1</position>
    +      <isTranslatable>true</isTranslatable>
    +      <isRequired>true</isRequired>
    +      <isInfoCollector>false</isInfoCollector>
    +      <defaultValue>New Title</defaultValue>
    +      <isS
                                 
    View more @@ -34953,67 +35475,67 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeCreate>
    -  <identifier>newContentType</identifier>
    -  <names>
    -    <value languageCode="eng-US">New Content Type</value>
    -  </names>
    -  <descriptions>
    -    <value languageCode="eng-US">This is a description</value>
    -  </descriptions>
    -  <remoteId>remoteId-qwert548</remoteId>
    -  <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    -  <nameSchema>&lt;title&gt;</nameSchema>
    -  <isContainer>true</isContainer>
    -  <mainLanguageCode>eng-US</mainLanguageCode>
    -  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -  <defaultSortField>PATH</defaultSortField>
    -  <defaultSortOrder>ASC</defaultSortOrder>
    -  <FieldDefinitions>
    -    <FieldDefinition>
    -      <identifier>title</identifier>
    -      <fieldType>ezstring</fieldType>
    -      <fieldGroup>content</fieldGroup>
    -      <position>1</position>
    -      <isTranslatable>true</isTranslatable>
    -      <isRequired>true</isRequired>
    -      <isInfoCollector>false</isInfoCollector>
    -      <defaultValue>New Title</defaultValue>
    -      <isSearchable>true</isSearchable>
    -      <names>
    -        <value languageCode="eng-US">Title</value>
    -      </names>
    -      <descriptions>
    -        <value languageCode="eng-US">This is the title</value>
    -      </descriptions>
    -    </FieldDefinition>
    -    <FieldDefinition>
    -      <identifier>summary</identifier>
    -      <fieldType>ezxmltext</fieldType>
    -      <fieldGroup>content</fieldGroup>
    -      <position>2</position>
    -      <isTranslatable>true</isTranslatable>
    -      <isRequired>false</isRequired>
    -      <isInfoCollector>false</isInfoCollector>
    -      <defaultValue>
    -        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;section/&gt;</value>
    -      </defaultValue>
    -      <isSearchable>true</isSearchable>
    -      <names>
    -        <value languageCode="eng-US">Summary</value>
    -      </names>
    -      <descriptions>
    -        <value languageCode="eng-US">This is the summary</value>
    -      </descriptions>
    -    </FieldDefinition>
    -   </FieldDefinitions>
    -</ContentTypeCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeCreate>
    +  <identifier>newContentType</identifier>
    +  <names>
    +    <value languageCode="eng-US">New Content Type</value>
    +  </names>
    +  <descriptions>
    +    <value languageCode="eng-US">This is a description</value>
    +  </descriptions>
    +  <remoteId>remoteId-qwert548</remoteId>
    +  <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    +  <nameSchema>&lt;title&gt;</nameSchema>
    +  <isContainer>true</isContainer>
    +  <mainLanguageCode>eng-US</mainLanguageCode>
    +  <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +  <defaultSortField>PATH</defaultSortField>
    +  <defaultSortOrder>ASC</defaultSortOrder>
    +  <FieldDefinitions>
    +    <FieldDefinition>
    +      <identifier>title</identifier>
    +      <fieldType>ezstring</fieldType>
    +      <fieldGroup>content</fieldGroup>
    +      <position>1</position>
    +      <isTranslatable>true</isTranslatable>
    +      <isRequired>true</isRequired>
    +      <isInfoCollector>false</isInfoCollector>
    +      <defaultValue>New Title</defaultValue>
    +      <isSearchable>true</isSearchable>
    +      <names>
    +        <value languageCode="eng-US">Title</value>
    +      </names>
    +      <descriptions>
    +        <value languageCode="eng-US">This is the title</value>
    +      </descriptions>
    +    </FieldDefinition>
    +    <FieldDefinition>
    +      <identifier>summary</identifier>
    +      <fieldType>ezxmltext</fieldType>
    +      <fieldGroup>content</fieldGroup>
    +      <position>2</position>
    +      <isTranslatable>true</isTranslatable>
    +      <isRequired>false</isRequired>
    +      <isInfoCollector>false</isInfoCollector>
    +      <defaultValue>
    +        <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;section/&gt;</value>
    +      </defaultValue>
    +      <isSearchable>true</isSearchable>
    +      <names>
    +        <value languageCode="eng-US">Summary</value>
    +      </names>
    +      <descriptions>
    +        <value languageCode="eng-US">This is the summary</value>
    +      </descriptions>
    +    </FieldDefinition>
    +   </FieldDefinitions>
    +</ContentTypeCreate>
     
                                                 
    @@ -35057,28 +35579,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
    -    <id>20</id>
    -    <status>DRAFT</status>
    -    <identifier>newContentType</identifier>
    -    <names>
    -        <value languageCode="eng-GB">New Content Type</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is a description</value>
    -    </descriptions>
    -    <creationDate>2019-02-26T09:39:58+01:00</creationDate>
    -    <modificationDate>2019-02-26T09:39:58+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/20/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
    +    <id>20</id>
    +    <status>DRAFT</status>
    +    <identifier>newContentType</identifier>
    +    <names>
    +        <value languageCode="eng-GB">New Content Type</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is a description</value>
    +    </descriptions>
    +    <creationDate>2019-02-26T09:39:58+01:00</creationDate>
    +    <modificationDate>2019-02-26T09:39:58+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/20/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft"/>
    +    <re
                                 
    View more @@ -35133,63 +35656,63 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
    -    <id>20</id>
    -    <status>DRAFT</status>
    -    <identifier>newContentType</identifier>
    -    <names>
    -        <value languageCode="eng-GB">New Content Type</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is a description</value>
    -    </descriptions>
    -    <creationDate>2019-02-26T09:39:58+01:00</creationDate>
    -    <modificationDate>2019-02-26T09:39:58+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/20/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft"/>
    -    <remoteId>remoteId-qwert548</remoteId>
    -    <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    -    <nameSchema>&lt;title&gt;</nameSchema>
    -    <isContainer>true</isContainer>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -    <defaultSortField>PATH</defaultSortField>
    -    <defaultSortOrder>ASC</defaultSortOrder>
    -    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/20/draft/fieldDefinitions">
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/20/draft/fieldDefinitions/223">
    -            <id>223</id>
    -            <identifier>title</identifier>
    -            <fieldType>ezstring</fieldType>
    -            <fieldGroup>content</fieldGroup>
    -            <position>1</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>true</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>New Title</defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Title</value>
    -            </names>
    -            <descriptions>
    -                <value languageCode="eng-GB">This is the title</value>
    -            </descriptions>
    -            <fieldSettings/>
    -            <validatorConfiguration>
    -                <value key="StringLengthValidator">
    -                    <value key="minStringLength">0</value>
    -                    <value key="maxStringLength"/></value>
    -            </validatorConfiguration>
    -        </FieldDefinition>
    -    </FieldDefinitions>
    -</ContentType>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
    +    <id>20</id>
    +    <status>DRAFT</status>
    +    <identifier>newContentType</identifier>
    +    <names>
    +        <value languageCode="eng-GB">New Content Type</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is a description</value>
    +    </descriptions>
    +    <creationDate>2019-02-26T09:39:58+01:00</creationDate>
    +    <modificationDate>2019-02-26T09:39:58+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/20/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft"/>
    +    <remoteId>remoteId-qwert548</remoteId>
    +    <urlAliasSchema>&lt;title&gt;</urlAliasSchema>
    +    <nameSchema>&lt;title&gt;</nameSchema>
    +    <isContainer>true</isContainer>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +    <defaultSortField>PATH</defaultSortField>
    +    <defaultSortOrder>ASC</defaultSortOrder>
    +    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/20/draft/fieldDefinitions">
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/20/draft/fieldDefinitions/223">
    +            <id>223</id>
    +            <identifier>title</identifier>
    +            <fieldType>ezstring</fieldType>
    +            <fieldGroup>content</fieldGroup>
    +            <position>1</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>true</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>New Title</defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Title</value>
    +            </names>
    +            <descriptions>
    +                <value languageCode="eng-GB">This is the title</value>
    +            </descriptions>
    +            <fieldSettings/>
    +            <validatorConfiguration>
    +                <value key="StringLengthValidator">
    +                    <value key="minStringLength">0</value>
    +                    <value key="maxStringLength"/></value>
    +            </validatorConfiguration>
    +        </FieldDefinition>
    +    </FieldDefinitions>
    +</ContentType>
     
                                                 
    @@ -35505,27 +36028,27 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -        <id>2</id>
    -        <status>DEFINED</status>
    -        <identifier>article</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Article</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -        <Draft media-type="applicati
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +        <id>2</id>
    +        <status>DEFINED</status>
    +        <identifier>article</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Article</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +        <Draft media-type="application/vnd.ibexa.ap
                                 
    View more @@ -35537,37 +36060,37 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2004-04-20T09:56:29+00:00",
    -                "Creator": {
    -                    "_media-type": "applicat
    +                            
    +                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2004-04-20T09:56:29+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+js
                                 
    View more @@ -35635,491 +36158,491 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -        <id>2</id>
    -        <status>DEFINED</status>
    -        <identifier>article</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Article</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    -        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -        <isContainer>true</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -        <defaultSortField>PATH</defaultSortField>
    -        <defaultSortOrder>ASC</defaultSortOrder>
    -        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    -                <id>1</id>
    -                <identifier>title</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>1</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>New article</defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Title</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength">255</value>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    -                <id>152</id>
    -                <identifier>short_title</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>2</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Short title</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength">255</value>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    -                <id>153</id>
    -                <identifier>author</identifier>
    -                <fieldType>ezauthor</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>3</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>false</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Author</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings>
    -                    <value key="defaultAuthor">1</value>
    -                </fieldSettings>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    -                <id>120</id>
    -                <identifier>intro</identifier>
    -                <fieldType>ezrichtext</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>4</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -                </defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Intro</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    -                <id>121</id>
    -                <identifier>body</identifier>
    -                <fieldType>ezrichtext</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>5</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -                </defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Body</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    -                <id>123</id>
    -                <identifier>enable_comments</identifier>
    -                <fieldType>ezboolean</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>6</position>
    -                <isTranslatable>false</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>false</defaultValue>
    -                <isSearchable>false</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Enable comments</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/154">
    -                <id>154</id>
    -                <identifier>image</identifier>
    -                <fieldType>ezobjectrelation</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>7</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="destinationContentId"/>
    -                </defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Image</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings>
    -                    <value key="selectionMethod">SELECTION_BROWSE</value>
    -                    <value key="selectionRoot"></value>
    -                    <value key="selectionContentTypes"/>
    -                </fieldSettings>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -        </FieldDefinitions>
    -    </ContentType>
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1">
    -        <id>1</id>
    -        <status>DEFINED</status>
    -        <identifier>folder</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Folder</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    -        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    -        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;short_name|name&gt;</nameSchema>
    -        <isContainer>true</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -        <defaultSortField>PATH</defaultSortField>
    -        <defaultSortOrder>ASC</defaultSortOrder>
    -        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions">
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/4">
    -                <id>4</id>
    -                <identifier>name</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>1</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>Folder</defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Name</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength">255</value>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/155">
    -                <id>155</id>
    -                <identifier>short_name</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>2</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Short name</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength">100</value>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/119">
    -                <id>119</id>
    -                <identifier>short_description</identifier>
    -                <fieldType>ezrichtext</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>3</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -                </defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Short description</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/156">
    -                <id>156</id>
    -                <identifier>description</identifier>
    -                <fieldType>ezrichtext</fieldType>
    -                <fieldGroup></fieldGroup>
    -                <position>4</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -                </defaultValue>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Description</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -        </FieldDefinitions>
    -    </ContentType>
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43">
    -        <id>43</id>
    -        <status>DEFINED</status>
    -        <identifier>form</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Form</value>
    -        </names>
    -        <descriptions/>
    -        <creationDate>2018-09-17T06:46:13+00:00</creationDate>
    -        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/43/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43/draft"/>
    -        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;title&gt;</nameSchema>
    -        <isContainer>false</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -        <defaultSortField>PUBLISHED</defaultSortField>
    -        <defaultSortOrder>DESC</defaultSortOrder>
    -        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions">
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/188">
    -                <id>188</id>
    -                <identifier>title</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup>content</fieldGroup>
    -                <position>1</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Title</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength"/>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/189">
    -                <id>189</id>
    -                <identifier>form</identifier>
    -                <fieldType>ezform</fieldType>
    -                <fieldGroup>content</fieldGroup>
    -                <position>2</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="fields"/>
    -                    <value key="content_id"/>
    -                    <value key="content_field_id"/>
    -                    <value key="language_code"/>
    -                </defaultValue>
    -                <isSearchable>false</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Form</value>
    -                </names>
    -                <descriptions/>
    -                <fieldSettings/>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -        </FieldDefinitions>
    -    </ContentType>
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42">
    -        <id>42</id>
    -        <status>DEFINED</status>
    -        <identifier>landing_page</identifier>
    -        <names>
    -            <value languageCode="eng-GB">Landing page</value>
    -        </names>
    -        <descriptions>
    -            <value languageCode="eng-GB"></value>
    -        </descriptions>
    -        <creationDate>2015-07-03T12:00:26+00:00</creationDate>
    -        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/42/groups"/>
    -        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42/draft"/>
    -        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>
    -        <urlAliasSchema></urlAliasSchema>
    -        <nameSchema>&lt;name&gt;</nameSchema>
    -        <isContainer>true</isContainer>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -        <defaultSortField>PUBLISHED</defaultSortField>
    -        <defaultSortOrder>DESC</defaultSortOrder>
    -        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions">
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/185">
    -                <id>185</id>
    -                <identifier>name</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup>content</fieldGroup>
    -                <position>10</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Title</value>
    -                </names>
    -                <descriptions>
    -                    <value languageCode="eng-GB">Title</value>
    -                </descriptions>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength"/>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/186">
    -                <id>186</id>
    -                <identifier>description</identifier>
    -                <fieldType>ezstring</fieldType>
    -                <fieldGroup>content</fieldGroup>
    -                <position>20</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>true</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue/>
    -                <isSearchable>true</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Description</value>
    -                </names>
    -                <descriptions>
    -                    <value languageCode="eng-GB">Landing page description</value>
    -                </descriptions>
    -                <fieldSettings/>
    -                <validatorConfiguration>
    -                    <value key="StringLengthValidator">
    -                        <value key="maxStringLength"/>
    -                        <value key="minStringLength"/></value>
    -                </validatorConfiguration>
    -            </FieldDefinition>
    -            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/187">
    -                <id>187</id>
    -                <identifier>page</identifier>
    -                <fieldType>ezlandingpage</fieldType>
    -                <fieldGroup>content</fieldGroup>
    -                <position>30</position>
    -                <isTranslatable>true</isTranslatable>
    -                <isRequired>false</isRequired>
    -                <isInfoCollector>false</isInfoCollector>
    -                <defaultValue>
    -                    <value key="layout">default</value>
    -                    <value key="zones">
    -                        <value>
    -                            <value key="id">default_id</value>
    -                            <value key="name">default</value>
    -                            <value key="blocks"/></value>
    -                    </value>
    -                </defaultValue>
    -                <isSearchable>false</isSearchable>
    -                <names>
    -                    <value languageCode="eng-GB">Landing page</value>
    -                </names>
    -                <descriptions>
    -                    <value languageCode="eng-GB">Landing page</value>
    -                </descriptions>
    -                <fieldSettings>
    -                    <value key="availableBlocks"/>
    -                    <value key="availableLayouts"/>
    -                    <value key="editorMode">page_view_mode</value>
    -                </fieldSettings>
    -                <validatorConfiguration/>
    -            </FieldDefinition>
    -        </FieldDefinitions>
    -    </ContentType>
    -</ContentTypeList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +        <id>2</id>
    +        <status>DEFINED</status>
    +        <identifier>article</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Article</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +        <modificationDate>2004-04-20T09:56:29+00:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    +        <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +        <isContainer>true</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +        <defaultSortField>PATH</defaultSortField>
    +        <defaultSortOrder>ASC</defaultSortOrder>
    +        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    +                <id>1</id>
    +                <identifier>title</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>1</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>New article</defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Title</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength">255</value>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    +                <id>152</id>
    +                <identifier>short_title</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>2</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Short title</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength">255</value>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    +                <id>153</id>
    +                <identifier>author</identifier>
    +                <fieldType>ezauthor</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>3</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>false</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Author</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings>
    +                    <value key="defaultAuthor">1</value>
    +                </fieldSettings>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    +                <id>120</id>
    +                <identifier>intro</identifier>
    +                <fieldType>ezrichtext</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>4</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +                </defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Intro</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    +                <id>121</id>
    +                <identifier>body</identifier>
    +                <fieldType>ezrichtext</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>5</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +                </defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Body</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    +                <id>123</id>
    +                <identifier>enable_comments</identifier>
    +                <fieldType>ezboolean</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>6</position>
    +                <isTranslatable>false</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>false</defaultValue>
    +                <isSearchable>false</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Enable comments</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/154">
    +                <id>154</id>
    +                <identifier>image</identifier>
    +                <fieldType>ezobjectrelation</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>7</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="destinationContentId"/>
    +                </defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Image</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings>
    +                    <value key="selectionMethod">SELECTION_BROWSE</value>
    +                    <value key="selectionRoot"></value>
    +                    <value key="selectionContentTypes"/>
    +                </fieldSettings>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +        </FieldDefinitions>
    +    </ContentType>
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1">
    +        <id>1</id>
    +        <status>DEFINED</status>
    +        <identifier>folder</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Folder</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2002-06-18T09:21:38+00:00</creationDate>
    +        <modificationDate>2015-11-29T21:14:32+00:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/1/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1/draft"/>
    +        <remoteId>a3d405b81be900468eb153d774f4f0d2</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;short_name|name&gt;</nameSchema>
    +        <isContainer>true</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +        <defaultSortField>PATH</defaultSortField>
    +        <defaultSortOrder>ASC</defaultSortOrder>
    +        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions">
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/4">
    +                <id>4</id>
    +                <identifier>name</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>1</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>Folder</defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Name</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength">255</value>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/155">
    +                <id>155</id>
    +                <identifier>short_name</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>2</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Short name</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength">100</value>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/119">
    +                <id>119</id>
    +                <identifier>short_description</identifier>
    +                <fieldType>ezrichtext</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>3</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +                </defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Short description</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/1/fieldDefinitions/156">
    +                <id>156</id>
    +                <identifier>description</identifier>
    +                <fieldType>ezrichtext</fieldType>
    +                <fieldGroup></fieldGroup>
    +                <position>4</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                    <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +                </defaultValue>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Description</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +        </FieldDefinitions>
    +    </ContentType>
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43">
    +        <id>43</id>
    +        <status>DEFINED</status>
    +        <identifier>form</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Form</value>
    +        </names>
    +        <descriptions/>
    +        <creationDate>2018-09-17T06:46:13+00:00</creationDate>
    +        <modificationDate>2018-09-17T06:47:14+00:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/43/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/43/draft"/>
    +        <remoteId>6f7f21df775a33c1e4bbc76b48c38476</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;title&gt;</nameSchema>
    +        <isContainer>false</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +        <defaultSortField>PUBLISHED</defaultSortField>
    +        <defaultSortOrder>DESC</defaultSortOrder>
    +        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions">
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/188">
    +                <id>188</id>
    +                <identifier>title</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup>content</fieldGroup>
    +                <position>1</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Title</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength"/>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/43/fieldDefinitions/189">
    +                <id>189</id>
    +                <identifier>form</identifier>
    +                <fieldType>ezform</fieldType>
    +                <fieldGroup>content</fieldGroup>
    +                <position>2</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="fields"/>
    +                    <value key="content_id"/>
    +                    <value key="content_field_id"/>
    +                    <value key="language_code"/>
    +                </defaultValue>
    +                <isSearchable>false</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Form</value>
    +                </names>
    +                <descriptions/>
    +                <fieldSettings/>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +        </FieldDefinitions>
    +    </ContentType>
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42">
    +        <id>42</id>
    +        <status>DEFINED</status>
    +        <identifier>landing_page</identifier>
    +        <names>
    +            <value languageCode="eng-GB">Landing page</value>
    +        </names>
    +        <descriptions>
    +            <value languageCode="eng-GB"></value>
    +        </descriptions>
    +        <creationDate>2015-07-03T12:00:26+00:00</creationDate>
    +        <modificationDate>2015-07-03T12:00:26+00:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/42/groups"/>
    +        <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/42/draft"/>
    +        <remoteId>60c03e9758465eb69d56b3afb6adf18e</remoteId>
    +        <urlAliasSchema></urlAliasSchema>
    +        <nameSchema>&lt;name&gt;</nameSchema>
    +        <isContainer>true</isContainer>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +        <defaultSortField>PUBLISHED</defaultSortField>
    +        <defaultSortOrder>DESC</defaultSortOrder>
    +        <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions">
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/185">
    +                <id>185</id>
    +                <identifier>name</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup>content</fieldGroup>
    +                <position>10</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Title</value>
    +                </names>
    +                <descriptions>
    +                    <value languageCode="eng-GB">Title</value>
    +                </descriptions>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength"/>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/186">
    +                <id>186</id>
    +                <identifier>description</identifier>
    +                <fieldType>ezstring</fieldType>
    +                <fieldGroup>content</fieldGroup>
    +                <position>20</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>true</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue/>
    +                <isSearchable>true</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Description</value>
    +                </names>
    +                <descriptions>
    +                    <value languageCode="eng-GB">Landing page description</value>
    +                </descriptions>
    +                <fieldSettings/>
    +                <validatorConfiguration>
    +                    <value key="StringLengthValidator">
    +                        <value key="maxStringLength"/>
    +                        <value key="minStringLength"/></value>
    +                </validatorConfiguration>
    +            </FieldDefinition>
    +            <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/42/fieldDefinitions/187">
    +                <id>187</id>
    +                <identifier>page</identifier>
    +                <fieldType>ezlandingpage</fieldType>
    +                <fieldGroup>content</fieldGroup>
    +                <position>30</position>
    +                <isTranslatable>true</isTranslatable>
    +                <isRequired>false</isRequired>
    +                <isInfoCollector>false</isInfoCollector>
    +                <defaultValue>
    +                    <value key="layout">default</value>
    +                    <value key="zones">
    +                        <value>
    +                            <value key="id">default_id</value>
    +                            <value key="name">default</value>
    +                            <value key="blocks"/></value>
    +                    </value>
    +                </defaultValue>
    +                <isSearchable>false</isSearchable>
    +                <names>
    +                    <value languageCode="eng-GB">Landing page</value>
    +                </names>
    +                <descriptions>
    +                    <value languageCode="eng-GB">Landing page</value>
    +                </descriptions>
    +                <fieldSettings>
    +                    <value key="availableBlocks"/>
    +                    <value key="availableLayouts"/>
    +                    <value key="editorMode">page_view_mode</value>
    +                </fieldSettings>
    +                <validatorConfiguration/>
    +            </FieldDefinition>
    +        </FieldDefinitions>
    +    </ContentType>
    +</ContentTypeList>
     
                                                 
    @@ -36132,744 +36655,744 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    -        "ContentType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/2",
    -                "id": 2,
    -                "status": "DEFINED",
    -                "identifier": "article",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Article"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2004-04-20T09:56:29+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/draft"
    -                },
    -                "remoteId": "c15b600eb9198b1924063b5a68758232",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<short_title|title>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": false,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    -                            "id": 1,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "New article",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    -                            "id": 152,
    -                            "identifier": "short_title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    -                            "id": 153,
    -                            "identifier": "author",
    -                            "fieldType": "ezauthor",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": [],
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Author"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": {
    -                                "defaultAuthor": 1
    -                            },
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    -                            "id": 120,
    -                            "identifier": "intro",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Intro"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    -                            "id": 121,
    -                            "identifier": "body",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 5,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Body"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    -                            "id": 123,
    -                            "identifier": "enable_comments",
    -                            "fieldType": "ezboolean",
    -                            "fieldGroup": "",
    -                            "position": 6,
    -                            "isTranslatable": false,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": false,
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Enable comments"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
    -                            "id": 154,
    -                            "identifier": "image",
    -                            "fieldType": "ezobjectrelation",
    -                            "fieldGroup": "",
    -                            "position": 7,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "destinationContentId": null
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Image"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": {
    -                                "selectionMethod": "SELECTION_BROWSE",
    -                                "selectionRoot": "",
    -                                "selectionContentTypes": []
    -                            },
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/1",
    -                "id": 1,
    -                "status": "DEFINED",
    -                "identifier": "folder",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Folder"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2002-06-18T09:21:38+00:00",
    -                "modificationDate": "2015-11-29T21:14:32+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/draft"
    -                },
    -                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    -                "urlAliasSchema": null,
    -                "nameSchema": "<short_name|name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PATH",
    -                "defaultSortOrder": "ASC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    -                            "id": 4,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": "Folder",
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 255,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    -                            "id": 155,
    -                            "identifier": "short_name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short name"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": 100,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    -                            "id": 119,
    -                            "identifier": "short_description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 3,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Short description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    -                            "id": 156,
    -                            "identifier": "description",
    -                            "fieldType": "ezrichtext",
    -                            "fieldGroup": "",
    -                            "position": 4,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                            },
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/43",
    -                "id": 43,
    -                "status": "DEFINED",
    -                "identifier": "form",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Form"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": []
    -                },
    -                "creationDate": "2018-09-17T06:46:13+00:00",
    -                "modificationDate": "2018-09-17T06:47:14+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/draft"
    -                },
    -                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<title>",
    -                "isContainer": false,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    -                            "id": 188,
    -                            "identifier": "title",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 1,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    -                            "id": 189,
    -                            "identifier": "form",
    -                            "fieldType": "ezform",
    -                            "fieldGroup": "content",
    -                            "position": 2,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "fields": [],
    -                                "content_id": null,
    -                                "content_field_id": null,
    -                                "language_code": null
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Form"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": []
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                "_href": "/api/ibexa/v2/content/types/42",
    -                "id": 42,
    -                "status": "DEFINED",
    -                "identifier": "landing_page",
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Landing page"
    -                        }
    -                    ]
    -                },
    -                "descriptions": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": ""
    -                        }
    -                    ]
    -                },
    -                "creationDate": "2015-07-03T12:00:26+00:00",
    -                "modificationDate": "2015-07-03T12:00:26+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Modifier": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/groups"
    -                },
    -                "Draft": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/draft"
    -                },
    -                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    -                "urlAliasSchema": "",
    -                "nameSchema": "<name>",
    -                "isContainer": true,
    -                "mainLanguageCode": "eng-GB",
    -                "defaultAlwaysAvailable": true,
    -                "defaultSortField": "PUBLISHED",
    -                "defaultSortOrder": "DESC",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    -                    "FieldDefinition": [
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    -                            "id": 185,
    -                            "identifier": "name",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 10,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Title"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    -                            "id": 186,
    -                            "identifier": "description",
    -                            "fieldType": "ezstring",
    -                            "fieldGroup": "content",
    -                            "position": 20,
    -                            "isTranslatable": true,
    -                            "isRequired": true,
    -                            "isInfoCollector": false,
    -                            "defaultValue": null,
    -                            "isSearchable": true,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Description"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page description"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": [],
    -                            "validatorConfiguration": {
    -                                "StringLengthValidator": {
    -                                    "maxStringLength": null,
    -                                    "minStringLength": null
    -                                }
    -                            }
    -                        },
    -                        {
    -                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    -                            "id": 187,
    -                            "identifier": "page",
    -                            "fieldType": "ezlandingpage",
    -                            "fieldGroup": "content",
    -                            "position": 30,
    -                            "isTranslatable": true,
    -                            "isRequired": false,
    -                            "isInfoCollector": false,
    -                            "defaultValue": {
    -                                "layout": "default",
    -                                "zones": [
    -                                    {
    -                                        "id": "default_id",
    -                                        "name": "default",
    -                                        "blocks": []
    -                                    }
    -                                ]
    -                            },
    -                            "isSearchable": false,
    -                            "names": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "descriptions": {
    -                                "value": [
    -                                    {
    -                                        "_languageCode": "eng-GB",
    -                                        "#text": "Landing page"
    -                                    }
    -                                ]
    -                            },
    -                            "fieldSettings": {
    -                                "availableBlocks": null,
    -                                "availableLayouts": null,
    -                                "editorMode": "page_view_mode"
    -                            },
    -                            "validatorConfiguration": []
    -                        }
    -                    ]
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/1/types",
    +        "ContentType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/2",
    +                "id": 2,
    +                "status": "DEFINED",
    +                "identifier": "article",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Article"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2004-04-20T09:56:29+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/draft"
    +                },
    +                "remoteId": "c15b600eb9198b1924063b5a68758232",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<short_title|title>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": false,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    +                            "id": 1,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "New article",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    +                            "id": 152,
    +                            "identifier": "short_title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    +                            "id": 153,
    +                            "identifier": "author",
    +                            "fieldType": "ezauthor",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": [],
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Author"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": {
    +                                "defaultAuthor": 1
    +                            },
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    +                            "id": 120,
    +                            "identifier": "intro",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Intro"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    +                            "id": 121,
    +                            "identifier": "body",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 5,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Body"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    +                            "id": 123,
    +                            "identifier": "enable_comments",
    +                            "fieldType": "ezboolean",
    +                            "fieldGroup": "",
    +                            "position": 6,
    +                            "isTranslatable": false,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": false,
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Enable comments"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/154",
    +                            "id": 154,
    +                            "identifier": "image",
    +                            "fieldType": "ezobjectrelation",
    +                            "fieldGroup": "",
    +                            "position": 7,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "destinationContentId": null
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Image"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": {
    +                                "selectionMethod": "SELECTION_BROWSE",
    +                                "selectionRoot": "",
    +                                "selectionContentTypes": []
    +                            },
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/1",
    +                "id": 1,
    +                "status": "DEFINED",
    +                "identifier": "folder",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Folder"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2002-06-18T09:21:38+00:00",
    +                "modificationDate": "2015-11-29T21:14:32+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/draft"
    +                },
    +                "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    +                "urlAliasSchema": null,
    +                "nameSchema": "<short_name|name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PATH",
    +                "defaultSortOrder": "ASC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/4",
    +                            "id": 4,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": "Folder",
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 255,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/155",
    +                            "id": 155,
    +                            "identifier": "short_name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short name"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": 100,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/119",
    +                            "id": 119,
    +                            "identifier": "short_description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 3,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Short description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/1/fieldDefinitions/156",
    +                            "id": 156,
    +                            "identifier": "description",
    +                            "fieldType": "ezrichtext",
    +                            "fieldGroup": "",
    +                            "position": 4,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                                "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                            },
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/43",
    +                "id": 43,
    +                "status": "DEFINED",
    +                "identifier": "form",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Form"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": []
    +                },
    +                "creationDate": "2018-09-17T06:46:13+00:00",
    +                "modificationDate": "2018-09-17T06:47:14+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/draft"
    +                },
    +                "remoteId": "6f7f21df775a33c1e4bbc76b48c38476",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<title>",
    +                "isContainer": false,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/188",
    +                            "id": 188,
    +                            "identifier": "title",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 1,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/43/fieldDefinitions/189",
    +                            "id": 189,
    +                            "identifier": "form",
    +                            "fieldType": "ezform",
    +                            "fieldGroup": "content",
    +                            "position": 2,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "fields": [],
    +                                "content_id": null,
    +                                "content_field_id": null,
    +                                "language_code": null
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Form"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": []
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                "_href": "/api/ibexa/v2/content/types/42",
    +                "id": 42,
    +                "status": "DEFINED",
    +                "identifier": "landing_page",
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Landing page"
    +                        }
    +                    ]
    +                },
    +                "descriptions": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": ""
    +                        }
    +                    ]
    +                },
    +                "creationDate": "2015-07-03T12:00:26+00:00",
    +                "modificationDate": "2015-07-03T12:00:26+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Modifier": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/groups"
    +                },
    +                "Draft": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/draft"
    +                },
    +                "remoteId": "60c03e9758465eb69d56b3afb6adf18e",
    +                "urlAliasSchema": "",
    +                "nameSchema": "<name>",
    +                "isContainer": true,
    +                "mainLanguageCode": "eng-GB",
    +                "defaultAlwaysAvailable": true,
    +                "defaultSortField": "PUBLISHED",
    +                "defaultSortOrder": "DESC",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions",
    +                    "FieldDefinition": [
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/185",
    +                            "id": 185,
    +                            "identifier": "name",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 10,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Title"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/186",
    +                            "id": 186,
    +                            "identifier": "description",
    +                            "fieldType": "ezstring",
    +                            "fieldGroup": "content",
    +                            "position": 20,
    +                            "isTranslatable": true,
    +                            "isRequired": true,
    +                            "isInfoCollector": false,
    +                            "defaultValue": null,
    +                            "isSearchable": true,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Description"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page description"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": [],
    +                            "validatorConfiguration": {
    +                                "StringLengthValidator": {
    +                                    "maxStringLength": null,
    +                                    "minStringLength": null
    +                                }
    +                            }
    +                        },
    +                        {
    +                            "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                            "_href": "/api/ibexa/v2/content/types/42/fieldDefinitions/187",
    +                            "id": 187,
    +                            "identifier": "page",
    +                            "fieldType": "ezlandingpage",
    +                            "fieldGroup": "content",
    +                            "position": 30,
    +                            "isTranslatable": true,
    +                            "isRequired": false,
    +                            "isInfoCollector": false,
    +                            "defaultValue": {
    +                                "layout": "default",
    +                                "zones": [
    +                                    {
    +                                        "id": "default_id",
    +                                        "name": "default",
    +                                        "blocks": []
    +                                    }
    +                                ]
    +                            },
    +                            "isSearchable": false,
    +                            "names": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "descriptions": {
    +                                "value": [
    +                                    {
    +                                        "_languageCode": "eng-GB",
    +                                        "#text": "Landing page"
    +                                    }
    +                                ]
    +                            },
    +                            "fieldSettings": {
    +                                "availableBlocks": null,
    +                                "availableLayouts": null,
    +                                "editorMode": "page_view_mode"
    +                            },
    +                            "validatorConfiguration": []
    +                        }
    +                    ]
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -37119,29 +37642,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -    <id>2</id>
    -    <status>DEFINED</status>
    -    <identifier>article</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Article</value>
    -    </names>
    -    <descriptions/>
    -    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -    <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    -    <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    -    <urlAliasSchema></urlAliasSchema>
    -    
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +    <id>2</id>
    +    <status>DEFINED</status>
    +    <identifier>article</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Article</value>
    +    </names>
    +    <descriptions/>
    +    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +    <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    +    <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +    <nameSchema>&lt;s
                                 
    View more @@ -37153,43 +37676,44 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentType": {
    -        "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -        "_href": "/api/ibexa/v2/content/types/2",
    -        "id": 2,
    -        "status": "DEFINED",
    -        "identifier": "article",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Article"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-06-28T11:31:22+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": 
    +                            
    +                                {
    +    "ContentType": {
    +        "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +        "_href": "/api/ibexa/v2/content/types/2",
    +        "id": 2,
    +        "status": "DEFINED",
    +        "identifier": "article",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Article"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-06-28T11:31:22+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    + 
                                 
    View more @@ -37257,193 +37781,193 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    -    <id>2</id>
    -    <status>DEFINED</status>
    -    <identifier>article</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Article</value>
    -    </names>
    -    <descriptions/>
    -    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -    <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    -    <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    -    <urlAliasSchema></urlAliasSchema>
    -    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -    <isContainer>true</isContainer>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -    <defaultSortField>PATH</defaultSortField>
    -    <defaultSortOrder>ASC</defaultSortOrder>
    -    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    -            <id>1</id>
    -            <identifier>title</identifier>
    -            <fieldType>ezstring</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>1</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>true</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>New article</defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Title</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration>
    -                <value key="StringLengthValidator">
    -                    <value key="maxStringLength">255</value>
    -                    <value key="minStringLength"/></value>
    -            </validatorConfiguration>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    -            <id>152</id>
    -            <identifier>short_title</identifier>
    -            <fieldType>ezstring</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>2</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>false</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue/>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Short title</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration>
    -                <value key="StringLengthValidator">
    -                    <value key="maxStringLength">255</value>
    -                    <value key="minStringLength"/></value>
    -            </validatorConfiguration>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    -            <id>153</id>
    -            <identifier>author</identifier>
    -            <fieldType>ezauthor</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>3</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>false</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue/>
    -            <isSearchable>false</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Author</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings>
    -                <value key="defaultAuthor">1</value>
    -            </fieldSettings>
    -            <validatorConfiguration/>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    -            <id>120</id>
    -            <identifier>intro</identifier>
    -            <fieldType>ezrichtext</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>4</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>true</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>
    -                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -            </defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Intro</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration/>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    -            <id>121</id>
    -            <identifier>body</identifier>
    -            <fieldType>ezrichtext</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>5</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>false</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>
    -                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    -</value>
    -                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    -&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    -</value>
    -            </defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Body</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration/>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    -            <id>123</id>
    -            <identifier>enable_comments</identifier>
    -            <fieldType>ezboolean</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>6</position>
    -            <isTranslatable>false</isTranslatable>
    -            <isRequired>false</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>false</defaultValue>
    -            <isSearchable>false</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Enable comments</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration/>
    -        </FieldDefinition>
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/154">
    -            <id>154</id>
    -            <identifier>image</identifier>
    -            <fieldType>ezobjectrelation</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>7</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>false</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>
    -                <value key="destinationContentId"/>
    -            </defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Image</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings>
    -                <value key="selectionMethod">SELECTION_BROWSE</value>
    -                <value key="selectionRoot"></value>
    -                <value key="selectionContentTypes"/>
    -            </fieldSettings>
    -            <validatorConfiguration/>
    -        </FieldDefinition>
    -    </FieldDefinitions>
    -</ContentType>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    +    <id>2</id>
    +    <status>DEFINED</status>
    +    <identifier>article</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Article</value>
    +    </names>
    +    <descriptions/>
    +    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +    <modificationDate>2004-04-20T11:56:29+02:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/2/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2/draft"/>
    +    <remoteId>c15b600eb9198b1924063b5a68758232</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +    <isContainer>true</isContainer>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +    <defaultSortField>PATH</defaultSortField>
    +    <defaultSortOrder>ASC</defaultSortOrder>
    +    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions">
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/1">
    +            <id>1</id>
    +            <identifier>title</identifier>
    +            <fieldType>ezstring</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>1</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>true</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>New article</defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Title</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration>
    +                <value key="StringLengthValidator">
    +                    <value key="maxStringLength">255</value>
    +                    <value key="minStringLength"/></value>
    +            </validatorConfiguration>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/152">
    +            <id>152</id>
    +            <identifier>short_title</identifier>
    +            <fieldType>ezstring</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>2</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>false</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue/>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Short title</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration>
    +                <value key="StringLengthValidator">
    +                    <value key="maxStringLength">255</value>
    +                    <value key="minStringLength"/></value>
    +            </validatorConfiguration>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/153">
    +            <id>153</id>
    +            <identifier>author</identifier>
    +            <fieldType>ezauthor</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>3</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>false</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue/>
    +            <isSearchable>false</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Author</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings>
    +                <value key="defaultAuthor">1</value>
    +            </fieldSettings>
    +            <validatorConfiguration/>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/120">
    +            <id>120</id>
    +            <identifier>intro</identifier>
    +            <fieldType>ezrichtext</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>4</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>true</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>
    +                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +            </defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Intro</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration/>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/121">
    +            <id>121</id>
    +            <identifier>body</identifier>
    +            <fieldType>ezrichtext</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>5</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>false</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>
    +                <value key="xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://docbook.org/ns/docbook&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot; version=&quot;5.0-variant ezpublish-1.0&quot;/&gt;
    +</value>
    +                <value key="xhtml5edit">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
    +&lt;section xmlns=&quot;http://ez.no/namespaces/ezpublish5/xhtml5/edit&quot;/&gt;
    +</value>
    +            </defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Body</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration/>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/123">
    +            <id>123</id>
    +            <identifier>enable_comments</identifier>
    +            <fieldType>ezboolean</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>6</position>
    +            <isTranslatable>false</isTranslatable>
    +            <isRequired>false</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>false</defaultValue>
    +            <isSearchable>false</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Enable comments</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration/>
    +        </FieldDefinition>
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/154">
    +            <id>154</id>
    +            <identifier>image</identifier>
    +            <fieldType>ezobjectrelation</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>7</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>false</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>
    +                <value key="destinationContentId"/>
    +            </defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Image</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings>
    +                <value key="selectionMethod">SELECTION_BROWSE</value>
    +                <value key="selectionRoot"></value>
    +                <value key="selectionContentTypes"/>
    +            </fieldSettings>
    +            <validatorConfiguration/>
    +        </FieldDefinition>
    +    </FieldDefinitions>
    +</ContentType>
     
                                                 
    @@ -37456,314 +37980,314 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentType": {
    -        "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -        "_href": "/api/ibexa/v2/content/types/2",
    -        "id": 2,
    -        "status": "DEFINED",
    -        "identifier": "article",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Article"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-06-28T11:31:22+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -            "_href": "/api/ibexa/v2/content/types/2/groups"
    -        },
    -        "Draft": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/2/draft"
    -        },
    -        "remoteId": "c15b600eb9198b1924063b5a68758232",
    -        "urlAliasSchema": "",
    -        "nameSchema": "<short_title|title>",
    -        "isContainer": true,
    -        "mainLanguageCode": "eng-GB",
    -        "defaultAlwaysAvailable": false,
    -        "defaultSortField": "PATH",
    -        "defaultSortOrder": "ASC",
    -        "FieldDefinitions": {
    -            "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    -            "FieldDefinition": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    -                    "id": 1,
    -                    "identifier": "title",
    -                    "fieldType": "ezstring",
    -                    "fieldGroup": "",
    -                    "position": 1,
    -                    "isTranslatable": true,
    -                    "isRequired": true,
    -                    "isInfoCollector": false,
    -                    "defaultValue": "New article",
    -                    "isSearchable": true,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Title"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": {
    -                        "StringLengthValidator": {
    -                            "maxStringLength": 255,
    -                            "minStringLength": null
    -                        }
    -                    }
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    -                    "id": 152,
    -                    "identifier": "short_title",
    -                    "fieldType": "ezstring",
    -                    "fieldGroup": "",
    -                    "position": 2,
    -                    "isTranslatable": true,
    -                    "isRequired": false,
    -                    "isInfoCollector": false,
    -                    "defaultValue": null,
    -                    "isSearchable": true,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Short title"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": {
    -                        "StringLengthValidator": {
    -                            "maxStringLength": 255,
    -                            "minStringLength": null
    -                        }
    -                    }
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    -                    "id": 153,
    -                    "identifier": "author",
    -                    "fieldType": "ezauthor",
    -                    "fieldGroup": "",
    -                    "position": 3,
    -                    "isTranslatable": true,
    -                    "isRequired": false,
    -                    "isInfoCollector": false,
    -                    "defaultValue": [],
    -                    "isSearchable": false,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Author"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": {
    -                        "defaultAuthor": 1
    -                    },
    -                    "validatorConfiguration": []
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    -                    "id": 120,
    -                    "identifier": "intro",
    -                    "fieldType": "ezrichtext",
    -                    "fieldGroup": "",
    -                    "position": 4,
    -                    "isTranslatable": true,
    -                    "isRequired": true,
    -                    "isInfoCollector": false,
    -                    "defaultValue": {
    -                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                    },
    -                    "isSearchable": true,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Intro"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": []
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    -                    "id": 121,
    -                    "identifier": "body",
    -                    "fieldType": "ezrichtext",
    -                    "fieldGroup": "",
    -                    "position": 5,
    -                    "isTranslatable": true,
    -                    "isRequired": false,
    -                    "isInfoCollector": false,
    -                    "defaultValue": {
    -                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    -                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    -                    },
    -                    "isSearchable": true,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Body"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": []
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    -                    "id": 123,
    -                    "identifier": "enable_comments",
    -                    "fieldType": "ezboolean",
    -                    "fieldGroup": "",
    -                    "position": 6,
    -                    "isTranslatable": false,
    -                    "isRequired": false,
    -                    "isInfoCollector": false,
    -                    "defaultValue": false,
    -                    "isSearchable": false,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Enable comments"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": []
    -                },
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -                    "id": 195,
    -                    "identifier": "image",
    -                    "fieldType": "ezimageasset",
    -                    "fieldGroup": "content",
    -                    "position": 7,
    -                    "isTranslatable": false,
    -                    "isRequired": false,
    -                    "isInfoCollector": false,
    -                    "defaultValue": {
    -                        "destinationContentId": null,
    -                        "alternativeText": null,
    -                        "source": null
    -                    },
    -                    "isSearchable": false,
    -                    "names": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": "Image"
    -                            }
    -                        ]
    -                    },
    -                    "descriptions": {
    -                        "value": [
    -                            {
    -                                "_languageCode": "eng-GB",
    -                                "#text": null
    -                            }
    -                        ]
    -                    },
    -                    "fieldSettings": [],
    -                    "validatorConfiguration": []
    -                }
    -            ]
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentType": {
    +        "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +        "_href": "/api/ibexa/v2/content/types/2",
    +        "id": 2,
    +        "status": "DEFINED",
    +        "identifier": "article",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Article"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-06-28T11:31:22+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +            "_href": "/api/ibexa/v2/content/types/2/groups"
    +        },
    +        "Draft": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/2/draft"
    +        },
    +        "remoteId": "c15b600eb9198b1924063b5a68758232",
    +        "urlAliasSchema": "",
    +        "nameSchema": "<short_title|title>",
    +        "isContainer": true,
    +        "mainLanguageCode": "eng-GB",
    +        "defaultAlwaysAvailable": false,
    +        "defaultSortField": "PATH",
    +        "defaultSortOrder": "ASC",
    +        "FieldDefinitions": {
    +            "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +            "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    +            "FieldDefinition": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    +                    "id": 1,
    +                    "identifier": "title",
    +                    "fieldType": "ezstring",
    +                    "fieldGroup": "",
    +                    "position": 1,
    +                    "isTranslatable": true,
    +                    "isRequired": true,
    +                    "isInfoCollector": false,
    +                    "defaultValue": "New article",
    +                    "isSearchable": true,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Title"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": {
    +                        "StringLengthValidator": {
    +                            "maxStringLength": 255,
    +                            "minStringLength": null
    +                        }
    +                    }
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/152",
    +                    "id": 152,
    +                    "identifier": "short_title",
    +                    "fieldType": "ezstring",
    +                    "fieldGroup": "",
    +                    "position": 2,
    +                    "isTranslatable": true,
    +                    "isRequired": false,
    +                    "isInfoCollector": false,
    +                    "defaultValue": null,
    +                    "isSearchable": true,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Short title"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": {
    +                        "StringLengthValidator": {
    +                            "maxStringLength": 255,
    +                            "minStringLength": null
    +                        }
    +                    }
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/153",
    +                    "id": 153,
    +                    "identifier": "author",
    +                    "fieldType": "ezauthor",
    +                    "fieldGroup": "",
    +                    "position": 3,
    +                    "isTranslatable": true,
    +                    "isRequired": false,
    +                    "isInfoCollector": false,
    +                    "defaultValue": [],
    +                    "isSearchable": false,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Author"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": {
    +                        "defaultAuthor": 1
    +                    },
    +                    "validatorConfiguration": []
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/120",
    +                    "id": 120,
    +                    "identifier": "intro",
    +                    "fieldType": "ezrichtext",
    +                    "fieldGroup": "",
    +                    "position": 4,
    +                    "isTranslatable": true,
    +                    "isRequired": true,
    +                    "isInfoCollector": false,
    +                    "defaultValue": {
    +                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                    },
    +                    "isSearchable": true,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Intro"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": []
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/121",
    +                    "id": 121,
    +                    "identifier": "body",
    +                    "fieldType": "ezrichtext",
    +                    "fieldGroup": "",
    +                    "position": 5,
    +                    "isTranslatable": true,
    +                    "isRequired": false,
    +                    "isInfoCollector": false,
    +                    "defaultValue": {
    +                        "xml": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://docbook.org/ns/docbook\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"5.0-variant ezpublish-1.0\"/>\n",
    +                        "xhtml5edit": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"/>\n"
    +                    },
    +                    "isSearchable": true,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Body"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": []
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/123",
    +                    "id": 123,
    +                    "identifier": "enable_comments",
    +                    "fieldType": "ezboolean",
    +                    "fieldGroup": "",
    +                    "position": 6,
    +                    "isTranslatable": false,
    +                    "isRequired": false,
    +                    "isInfoCollector": false,
    +                    "defaultValue": false,
    +                    "isSearchable": false,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Enable comments"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": []
    +                },
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                    "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +                    "id": 195,
    +                    "identifier": "image",
    +                    "fieldType": "ezimageasset",
    +                    "fieldGroup": "content",
    +                    "position": 7,
    +                    "isTranslatable": false,
    +                    "isRequired": false,
    +                    "isInfoCollector": false,
    +                    "defaultValue": {
    +                        "destinationContentId": null,
    +                        "alternativeText": null,
    +                        "source": null
    +                    },
    +                    "isSearchable": false,
    +                    "names": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": "Image"
    +                            }
    +                        ]
    +                    },
    +                    "descriptions": {
    +                        "value": [
    +                            {
    +                                "_languageCode": "eng-GB",
    +                                "#text": null
    +                            }
    +                        ]
    +                    },
    +                    "fieldSettings": [],
    +                    "validatorConfiguration": []
    +                }
    +            ]
    +        }
    +    }
    +}
     
                                                 
    @@ -38057,15 +38581,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeUpdate>
    -    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -</ContentTypeUpdate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeUpdate>
    +    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +</ContentTypeUpdate>
     
                                 
    @@ -38078,15 +38602,15 @@
    Types
    file_copy

    -
    -                                {
    -  "ContentTypeUpdate": {
    -    "defaultAlwaysAvailable": "true"
    -  }
    +                            
    +                                {
    +  "ContentTypeUpdate": {
    +    "defaultAlwaysAvailable": "true"
    +  }
     }
                                 
    @@ -38152,15 +38676,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeUpdate>
    -    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -</ContentTypeUpdate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeUpdate>
    +    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +</ContentTypeUpdate>
     
                                                 
    @@ -38173,15 +38697,15 @@
    Types
    file_copy

    -
    -                                                {
    -  "ContentTypeUpdate": {
    -    "defaultAlwaysAvailable": "true"
    -  }
    +                                            
    +                                                {
    +  "ContentTypeUpdate": {
    +    "defaultAlwaysAvailable": "true"
    +  }
     }
                                                 
    @@ -38235,28 +38759,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
    -    <id>3</id>
    -    <status>DRAFT</status>
    -    <identifier>user_group</identifier>
    -    <names>
    -        <value languageCode="eng-GB">User group</value>
    -    </names>
    -    <descriptions/>
    -    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -    <modificationDate>2019-02-25T14:41:53+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/3/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3/draft"/>
    -    <remoteId>25b4268cdcd01921b808a0d854b877ef</remoteId>
    -    <urlAliasSchema></url
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
    +    <id>3</id>
    +    <status>DRAFT</status>
    +    <identifier>user_group</identifier>
    +    <names>
    +        <value languageCode="eng-GB">User group</value>
    +    </names>
    +    <descriptions/>
    +    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +    <modificationDate>2019-02-25T14:41:53+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/3/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3/draft"/>
    +    <remoteId>25b4268cdcd01921b808a0d854b877ef</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +   
                                 
    View more @@ -38268,41 +38793,42 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeInfo": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    -        "_href": "/api/ibexa/v2/content/types/1/draft",
    -        "id": 1,
    -        "status": "DRAFT",
    -        "identifier": "folder",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Folder"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": []
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-08-11T11:17:58+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.Content
    +                            
    +                                {
    +    "ContentTypeInfo": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    +        "_href": "/api/ibexa/v2/content/types/1/draft",
    +        "id": 1,
    +        "status": "DRAFT",
    +        "identifier": "folder",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Folder"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": []
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-08-11T11:17:58+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +     
                                 
    View more @@ -38370,35 +38896,35 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
    -    <id>3</id>
    -    <status>DRAFT</status>
    -    <identifier>user_group</identifier>
    -    <names>
    -        <value languageCode="eng-GB">User group</value>
    -    </names>
    -    <descriptions/>
    -    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    -    <modificationDate>2019-02-25T14:41:53+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/3/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3/draft"/>
    -    <remoteId>25b4268cdcd01921b808a0d854b877ef</remoteId>
    -    <urlAliasSchema></urlAliasSchema>
    -    <nameSchema>&lt;name&gt;</nameSchema>
    -    <isContainer>true</isContainer>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    -    <defaultSortField>PATH</defaultSortField>
    -    <defaultSortOrder>ASC</defaultSortOrder>
    -</ContentTypeInfo>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
    +    <id>3</id>
    +    <status>DRAFT</status>
    +    <identifier>user_group</identifier>
    +    <names>
    +        <value languageCode="eng-GB">User group</value>
    +    </names>
    +    <descriptions/>
    +    <creationDate>2002-06-18T11:21:38+02:00</creationDate>
    +    <modificationDate>2019-02-25T14:41:53+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/3/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3/draft"/>
    +    <remoteId>25b4268cdcd01921b808a0d854b877ef</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +    <nameSchema>&lt;name&gt;</nameSchema>
    +    <isContainer>true</isContainer>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    +    <defaultSortField>PATH</defaultSortField>
    +    <defaultSortOrder>ASC</defaultSortOrder>
    +</ContentTypeInfo>
     
                                                 
    @@ -38411,57 +38937,57 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeInfo": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    -        "_href": "/api/ibexa/v2/content/types/1/draft",
    -        "id": 1,
    -        "status": "DRAFT",
    -        "identifier": "folder",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Folder"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": []
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-08-11T11:17:58+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -            "_href": "/api/ibexa/v2/content/types/1/groups"
    -        },
    -        "Draft": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/1/draft"
    -        },
    -        "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    -        "urlAliasSchema": null,
    -        "nameSchema": "<short_name|name>",
    -        "isContainer": true,
    -        "mainLanguageCode": "eng-GB",
    -        "defaultAlwaysAvailable": true,
    -        "defaultSortField": "PATH",
    -        "defaultSortOrder": "ASC"
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeInfo": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    +        "_href": "/api/ibexa/v2/content/types/1/draft",
    +        "id": 1,
    +        "status": "DRAFT",
    +        "identifier": "folder",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Folder"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": []
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-08-11T11:17:58+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +            "_href": "/api/ibexa/v2/content/types/1/groups"
    +        },
    +        "Draft": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/1/draft"
    +        },
    +        "remoteId": "a3d405b81be900468eb153d774f4f0d2",
    +        "urlAliasSchema": null,
    +        "nameSchema": "<short_name|name>",
    +        "isContainer": true,
    +        "mainLanguageCode": "eng-GB",
    +        "defaultAlwaysAvailable": true,
    +        "defaultSortField": "PATH",
    +        "defaultSortOrder": "ASC"
    +    }
    +}
     
                                                 
    @@ -38738,36 +39264,36 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    -    <id>195</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -        <value key="destinationContentId"/>
    -        <value key="alternativeText"/>
    -        <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    +    <id>195</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +        <value key="destinationContentId"/>
    +        <value key="alternativeText"/>
    +        <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                 
    @@ -38780,46 +39306,47 @@
    Types
    file_copy

    -
    -                                {
    -    "FieldDefinition": {
    -        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -        "id": 195,
    -        "identifier": "image",
    -        "fieldType": "ezimageasset",
    -        "fieldGroup": "content",
    -        "position": 7,
    -        "isTranslatable": false,
    -        "isRequired": false,
    -        "isInfoCollector": false,
    -        "defaultValue": {
    -            "destinationContentId": null,
    -            "alternativeText": null,
    -            "source": null
    -        },
    -        "isSearchable": false,
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Image"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -    
    +                            
    +                                {
    +    "FieldDefinition": {
    +        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +        "id": 195,
    +        "identifier": "image",
    +        "fieldType": "ezimageasset",
    +        "fieldGroup": "content",
    +        "position": 7,
    +        "isTranslatable": false,
    +        "isRequired": false,
    +        "isInfoCollector": false,
    +        "defaultValue": {
    +            "destinationContentId": null,
    +            "alternativeText": null,
    +            "source": null
    +        },
    +        "isSearchable": false,
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Image"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "fieldSettings": [],
    +        "
                                 
    View more @@ -38887,36 +39414,36 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    -    <id>195</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -        <value key="destinationContentId"/>
    -        <value key="alternativeText"/>
    -        <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    +    <id>195</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +        <value key="destinationContentId"/>
    +        <value key="alternativeText"/>
    +        <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                                 
    @@ -38929,49 +39456,49 @@
    Types
    file_copy

    -
    -                                                {
    -    "FieldDefinition": {
    -        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -        "id": 195,
    -        "identifier": "image",
    -        "fieldType": "ezimageasset",
    -        "fieldGroup": "content",
    -        "position": 7,
    -        "isTranslatable": false,
    -        "isRequired": false,
    -        "isInfoCollector": false,
    -        "defaultValue": {
    -            "destinationContentId": null,
    -            "alternativeText": null,
    -            "source": null
    -        },
    -        "isSearchable": false,
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Image"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -        "fieldSettings": [],
    -        "validatorConfiguration": []
    -    }
    -}
    +                                            
    +                                                {
    +    "FieldDefinition": {
    +        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +        "id": 195,
    +        "identifier": "image",
    +        "fieldType": "ezimageasset",
    +        "fieldGroup": "content",
    +        "position": 7,
    +        "isTranslatable": false,
    +        "isRequired": false,
    +        "isInfoCollector": false,
    +        "defaultValue": {
    +            "destinationContentId": null,
    +            "alternativeText": null,
    +            "source": null
    +        },
    +        "isSearchable": false,
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Image"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "fieldSettings": [],
    +        "validatorConfiguration": []
    +    }
    +}
     
                                                 
    @@ -39241,20 +39768,20 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeUpdate>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -</ContentTypeUpdate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeUpdate>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +</ContentTypeUpdate>
     
                                 
    @@ -39267,26 +39794,26 @@
    Types
    file_copy

    -
    -                                {
    -  "ContentTypeUpdate": {
    -    "names": {
    -      "value": [ { 
    -        "_languageCode": "eng-GB",
    -        "#text": "Updated Content Type name"
    -       } ]
    -    },
    -    "descriptions": {
    -      "value": [ {
    -        "_languageCode": "eng-GB",
    -        "#text": "This is an updated Content Type description"
    -      } ]
    -    }
    -  }
    +                            
    +                                {
    +  "ContentTypeUpdate": {
    +    "names": {
    +      "value": [ { 
    +        "_languageCode": "eng-GB",
    +        "#text": "Updated Content Type name"
    +       } ]
    +    },
    +    "descriptions": {
    +      "value": [ {
    +        "_languageCode": "eng-GB",
    +        "#text": "This is an updated Content Type description"
    +      } ]
    +    }
    +  }
     }
                                 
    @@ -39352,20 +39879,20 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeUpdate>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -</ContentTypeUpdate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeUpdate>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +</ContentTypeUpdate>
     
                                                 
    @@ -39378,26 +39905,26 @@
    Types
    file_copy

    -
    -                                                {
    -  "ContentTypeUpdate": {
    -    "names": {
    -      "value": [ { 
    -        "_languageCode": "eng-GB",
    -        "#text": "Updated Content Type name"
    -       } ]
    -    },
    -    "descriptions": {
    -      "value": [ {
    -        "_languageCode": "eng-GB",
    -        "#text": "This is an updated Content Type description"
    -      } ]
    -    }
    -  }
    +                                            
    +                                                {
    +  "ContentTypeUpdate": {
    +    "names": {
    +      "value": [ { 
    +        "_languageCode": "eng-GB",
    +        "#text": "Updated Content Type name"
    +       } ]
    +    },
    +    "descriptions": {
    +      "value": [ {
    +        "_languageCode": "eng-GB",
    +        "#text": "This is an updated Content Type description"
    +      } ]
    +    }
    +  }
     }
                                                 
    @@ -39451,28 +39978,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
    -    <id>14</id>
    -    <status>DRAFT</status>
    -    <identifier>new_content_type</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    -    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+x
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
    +    <id>14</id>
    +    <status>DRAFT</status>
    +    <identifier>new_content_type</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    +    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/i
                                 
    View more @@ -39484,42 +40011,42 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeInfo": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    -        "_href": "/api/ibexa/v2/content/types/2/draft",
    -        "id": 2,
    -        "status": "DRAFT",
    -        "identifier": "article",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Updated Content Type name"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "This is an updated Content Type description"
    -                }
    -            ]
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-08-11T11:58:24+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_med
    +                            
    +                                {
    +    "ContentTypeInfo": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    +        "_href": "/api/ibexa/v2/content/types/2/draft",
    +        "id": 2,
    +        "status": "DRAFT",
    +        "identifier": "article",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Updated Content Type name"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "This is an updated Content Type description"
    +                }
    +            ]
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-08-11T11:58:24+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibe
                                 
    View more @@ -39587,37 +40114,37 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
    -    <id>14</id>
    -    <status>DRAFT</status>
    -    <identifier>new_content_type</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    -    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14/draft"/>
    -    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>
    -    <urlAliasSchema></urlAliasSchema>
    -    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -    <isContainer>true</isContainer>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -    <defaultSortField>PATH</defaultSortField>
    -    <defaultSortOrder>ASC</defaultSortOrder>
    -</ContentTypeInfo>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
    +    <id>14</id>
    +    <status>DRAFT</status>
    +    <identifier>new_content_type</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    +    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14/draft"/>
    +    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +    <isContainer>true</isContainer>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +    <defaultSortField>PATH</defaultSortField>
    +    <defaultSortOrder>ASC</defaultSortOrder>
    +</ContentTypeInfo>
     
                                                 
    @@ -39630,62 +40157,62 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeInfo": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    -        "_href": "/api/ibexa/v2/content/types/2/draft",
    -        "id": 2,
    -        "status": "DRAFT",
    -        "identifier": "article",
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Updated Content Type name"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "This is an updated Content Type description"
    -                }
    -            ]
    -        },
    -        "creationDate": "2002-06-18T09:21:38+00:00",
    -        "modificationDate": "2021-08-11T11:58:24+00:00",
    -        "Creator": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Modifier": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -            "_href": "/api/ibexa/v2/content/types/2/groups"
    -        },
    -        "Draft": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/2/draft"
    -        },
    -        "remoteId": "c15b600eb9198b1924063b5a68758232",
    -        "urlAliasSchema": null,
    -        "nameSchema": "<short_title|title>",
    -        "isContainer": true,
    -        "mainLanguageCode": "eng-GB",
    -        "defaultAlwaysAvailable": true,
    -        "defaultSortField": "PATH",
    -        "defaultSortOrder": "ASC"
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeInfo": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    +        "_href": "/api/ibexa/v2/content/types/2/draft",
    +        "id": 2,
    +        "status": "DRAFT",
    +        "identifier": "article",
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Updated Content Type name"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "This is an updated Content Type description"
    +                }
    +            ]
    +        },
    +        "creationDate": "2002-06-18T09:21:38+00:00",
    +        "modificationDate": "2021-08-11T11:58:24+00:00",
    +        "Creator": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Modifier": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +            "_href": "/api/ibexa/v2/content/types/2/groups"
    +        },
    +        "Draft": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/2/draft"
    +        },
    +        "remoteId": "c15b600eb9198b1924063b5a68758232",
    +        "urlAliasSchema": null,
    +        "nameSchema": "<short_title|title>",
    +        "isContainer": true,
    +        "mainLanguageCode": "eng-GB",
    +        "defaultAlwaysAvailable": true,
    +        "defaultSortField": "PATH",
    +        "defaultSortOrder": "ASC"
    +    }
    +}
     
                                                 
    @@ -39829,28 +40356,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
    -    <id>14</id>
    -    <status>DEFINED</status>
    -    <identifier>copy_of_article_14</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    -    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
    +    <id>14</id>
    +    <status>DEFINED</status>
    +    <identifier>copy_of_article_14</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    +    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/co
                                 
    View more @@ -39905,61 +40432,61 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
    -    <id>14</id>
    -    <status>DEFINED</status>
    -    <identifier>copy_of_article_14</identifier>
    -    <names>
    -        <value languageCode="eng-GB">Updated Content Type name</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB">This is an updated Content Type description</value>
    -    </descriptions>
    -    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    -    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    -    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    -    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14/draft"/>
    -    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>
    -    <urlAliasSchema></urlAliasSchema>
    -    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    -    <isContainer>true</isContainer>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    -    <defaultSortField>PATH</defaultSortField>
    -    <defaultSortOrder>ASC</defaultSortOrder>
    -    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/14/fieldDefinitions">
    -        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/fieldDefinitions/188">
    -            <id>188</id>
    -            <identifier>title</identifier>
    -            <fieldType>ezstring</fieldType>
    -            <fieldGroup></fieldGroup>
    -            <position>1</position>
    -            <isTranslatable>true</isTranslatable>
    -            <isRequired>true</isRequired>
    -            <isInfoCollector>false</isInfoCollector>
    -            <defaultValue>New article</defaultValue>
    -            <isSearchable>true</isSearchable>
    -            <names>
    -                <value languageCode="eng-GB">Title</value>
    -            </names>
    -            <descriptions/>
    -            <fieldSettings/>
    -            <validatorConfiguration>
    -                <value key="StringLengthValidator">
    -                    <value key="maxStringLength">255</value>
    -                    <value key="minStringLength"/></value>
    -            </validatorConfiguration>
    -        </FieldDefinition>
    -        </FieldDefinitions>
    -</ContentType>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
    +    <id>14</id>
    +    <status>DEFINED</status>
    +    <identifier>copy_of_article_14</identifier>
    +    <names>
    +        <value languageCode="eng-GB">Updated Content Type name</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB">This is an updated Content Type description</value>
    +    </descriptions>
    +    <creationDate>2019-02-06T10:56:36+01:00</creationDate>
    +    <modificationDate>2019-02-25T12:15:51+01:00</modificationDate>
    +    <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Modifier media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <Groups media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/types/14/groups"/>
    +    <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14/draft"/>
    +    <remoteId>d7ae816f22fe929e67a359a2ef6e7cde</remoteId>
    +    <urlAliasSchema></urlAliasSchema>
    +    <nameSchema>&lt;short_title|title&gt;</nameSchema>
    +    <isContainer>true</isContainer>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <defaultAlwaysAvailable>false</defaultAlwaysAvailable>
    +    <defaultSortField>PATH</defaultSortField>
    +    <defaultSortOrder>ASC</defaultSortOrder>
    +    <FieldDefinitions media-type="application/vnd.ibexa.api.FieldDefinitionList+xml" href="/api/ibexa/v2/content/types/14/fieldDefinitions">
    +        <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/fieldDefinitions/188">
    +            <id>188</id>
    +            <identifier>title</identifier>
    +            <fieldType>ezstring</fieldType>
    +            <fieldGroup></fieldGroup>
    +            <position>1</position>
    +            <isTranslatable>true</isTranslatable>
    +            <isRequired>true</isRequired>
    +            <isInfoCollector>false</isInfoCollector>
    +            <defaultValue>New article</defaultValue>
    +            <isSearchable>true</isSearchable>
    +            <names>
    +                <value languageCode="eng-GB">Title</value>
    +            </names>
    +            <descriptions/>
    +            <fieldSettings/>
    +            <validatorConfiguration>
    +                <value key="StringLengthValidator">
    +                    <value key="maxStringLength">255</value>
    +                    <value key="minStringLength"/></value>
    +            </validatorConfiguration>
    +        </FieldDefinition>
    +        </FieldDefinitions>
    +</ContentType>
     
                                                 
    @@ -40265,23 +40792,23 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinitionCreate>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <isRequired>true</isRequired>
    -    <validatorConfiguration>
    -    <value key="StringLengthValidator">
    -        <value key="maxStringLength">32</value>
    -        <value key="minStringLength">8</value>
    -    </value>
    -</validatorConfiguration>
    -</FieldDefinitionCreate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinitionCreate>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <isRequired>true</isRequired>
    +    <validatorConfiguration>
    +    <value key="StringLengthValidator">
    +        <value key="maxStringLength">32</value>
    +        <value key="minStringLength">8</value>
    +    </value>
    +</validatorConfiguration>
    +</FieldDefinitionCreate>
     
                                 
    @@ -40334,23 +40861,23 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinitionCreate>
    -    <identifier>name</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <isRequired>true</isRequired>
    -    <validatorConfiguration>
    -    <value key="StringLengthValidator">
    -        <value key="maxStringLength">32</value>
    -        <value key="minStringLength">8</value>
    -    </value>
    -</validatorConfiguration>
    -</FieldDefinitionCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinitionCreate>
    +    <identifier>name</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <isRequired>true</isRequired>
    +    <validatorConfiguration>
    +    <value key="StringLengthValidator">
    +        <value key="maxStringLength">32</value>
    +        <value key="minStringLength">8</value>
    +    </value>
    +</validatorConfiguration>
    +</FieldDefinitionCreate>
     
                                                 
    @@ -40394,33 +40921,33 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
    -    <id>221</id>
    -    <identifier>name2</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>0</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names/>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -        <value key="StringLengthValidator">
    -            <value key="maxStringLength">32</value>
    -            <value key="minStringLength">8</value>
    -        </value>
    -    </validatorConfiguration>
    -</FieldDefinition>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
    +    <id>221</id>
    +    <identifier>name2</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>0</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names/>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +        <value key="StringLengthValidator">
    +            <value key="maxStringLength">32</value>
    +            <value key="minStringLength">8</value>
    +        </value>
    +    </validatorConfiguration>
    +</FieldDefinition>
     
                                 
    @@ -40476,33 +41003,33 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
    -    <id>221</id>
    -    <identifier>name2</identifier>
    -    <fieldType>ezstring</fieldType>
    -    <fieldGroup></fieldGroup>
    -    <position>0</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>true</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>true</isSearchable>
    -    <names/>
    -    <descriptions/>
    -    <fieldSettings/>
    -    <validatorConfiguration>
    -        <value key="StringLengthValidator">
    -            <value key="maxStringLength">32</value>
    -            <value key="minStringLength">8</value>
    -        </value>
    -    </validatorConfiguration>
    -</FieldDefinition>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
    +    <id>221</id>
    +    <identifier>name2</identifier>
    +    <fieldType>ezstring</fieldType>
    +    <fieldGroup></fieldGroup>
    +    <position>0</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>true</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>true</isSearchable>
    +    <names/>
    +    <descriptions/>
    +    <fieldSettings/>
    +    <validatorConfiguration>
    +        <value key="StringLengthValidator">
    +            <value key="maxStringLength">32</value>
    +            <value key="minStringLength">8</value>
    +        </value>
    +    </validatorConfiguration>
    +</FieldDefinition>
     
                                                 
    @@ -40717,36 +41244,36 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    -    <id>195</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -        <value key="destinationContentId"/>
    -        <value key="alternativeText"/>
    -        <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    +    <id>195</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +        <value key="destinationContentId"/>
    +        <value key="alternativeText"/>
    +        <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                 
    @@ -40759,46 +41286,47 @@
    Types
    file_copy

    -
    -                                {
    -    "FieldDefinition": {
    -        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -        "id": 195,
    -        "identifier": "image",
    -        "fieldType": "ezimageasset",
    -        "fieldGroup": "content",
    -        "position": 7,
    -        "isTranslatable": false,
    -        "isRequired": false,
    -        "isInfoCollector": false,
    -        "defaultValue": {
    -            "destinationContentId": null,
    -            "alternativeText": null,
    -            "source": null
    -        },
    -        "isSearchable": false,
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Image"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -    
    +                            
    +                                {
    +    "FieldDefinition": {
    +        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +        "id": 195,
    +        "identifier": "image",
    +        "fieldType": "ezimageasset",
    +        "fieldGroup": "content",
    +        "position": 7,
    +        "isTranslatable": false,
    +        "isRequired": false,
    +        "isInfoCollector": false,
    +        "defaultValue": {
    +            "destinationContentId": null,
    +            "alternativeText": null,
    +            "source": null
    +        },
    +        "isSearchable": false,
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Image"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "fieldSettings": [],
    +        "
                                 
    View more @@ -40866,36 +41394,36 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    -    <id>195</id>
    -    <identifier>image</identifier>
    -    <fieldType>ezimageasset</fieldType>
    -    <fieldGroup>content</fieldGroup>
    -    <position>7</position>
    -    <isTranslatable>false</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue>
    -        <value key="destinationContentId"/>
    -        <value key="alternativeText"/>
    -        <value key="source"/>
    -    </defaultValue>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Image</value>
    -    </names>
    -    <descriptions>
    -        <value languageCode="eng-GB"></value>
    -    </descriptions>
    -    <fieldSettings/>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
    +    <id>195</id>
    +    <identifier>image</identifier>
    +    <fieldType>ezimageasset</fieldType>
    +    <fieldGroup>content</fieldGroup>
    +    <position>7</position>
    +    <isTranslatable>false</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue>
    +        <value key="destinationContentId"/>
    +        <value key="alternativeText"/>
    +        <value key="source"/>
    +    </defaultValue>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Image</value>
    +    </names>
    +    <descriptions>
    +        <value languageCode="eng-GB"></value>
    +    </descriptions>
    +    <fieldSettings/>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                                 
    @@ -40908,49 +41436,49 @@
    Types
    file_copy

    -
    -                                                {
    -    "FieldDefinition": {
    -        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    -        "id": 195,
    -        "identifier": "image",
    -        "fieldType": "ezimageasset",
    -        "fieldGroup": "content",
    -        "position": 7,
    -        "isTranslatable": false,
    -        "isRequired": false,
    -        "isInfoCollector": false,
    -        "defaultValue": {
    -            "destinationContentId": null,
    -            "alternativeText": null,
    -            "source": null
    -        },
    -        "isSearchable": false,
    -        "names": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": "Image"
    -                }
    -            ]
    -        },
    -        "descriptions": {
    -            "value": [
    -                {
    -                    "_languageCode": "eng-GB",
    -                    "#text": null
    -                }
    -            ]
    -        },
    -        "fieldSettings": [],
    -        "validatorConfiguration": []
    -    }
    -}
    +                                            
    +                                                {
    +    "FieldDefinition": {
    +        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/195",
    +        "id": 195,
    +        "identifier": "image",
    +        "fieldType": "ezimageasset",
    +        "fieldGroup": "content",
    +        "position": 7,
    +        "isTranslatable": false,
    +        "isRequired": false,
    +        "isInfoCollector": false,
    +        "defaultValue": {
    +            "destinationContentId": null,
    +            "alternativeText": null,
    +            "source": null
    +        },
    +        "isSearchable": false,
    +        "names": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": "Image"
    +                }
    +            ]
    +        },
    +        "descriptions": {
    +            "value": [
    +                {
    +                    "_languageCode": "eng-GB",
    +                    "#text": null
    +                }
    +            ]
    +        },
    +        "fieldSettings": [],
    +        "validatorConfiguration": []
    +    }
    +}
     
                                                 
    @@ -41174,16 +41702,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinitionUpdate>
    -    <fieldGroup>new_field_group</fieldGroup>
    -    <position>10</position>
    -</FieldDefinitionUpdate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinitionUpdate>
    +    <fieldGroup>new_field_group</fieldGroup>
    +    <position>10</position>
    +</FieldDefinitionUpdate>
     
                                 
    @@ -41236,16 +41764,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinitionUpdate>
    -    <fieldGroup>new_field_group</fieldGroup>
    -    <position>10</position>
    -</FieldDefinitionUpdate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinitionUpdate>
    +    <fieldGroup>new_field_group</fieldGroup>
    +    <position>10</position>
    +</FieldDefinitionUpdate>
     
                                                 
    @@ -41289,32 +41817,32 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
    -    <id>197</id>
    -    <identifier>author</identifier>
    -    <fieldType>ezauthor</fieldType>
    -    <fieldGroup>new_field_group</fieldGroup>
    -    <position>10</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Author</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings>
    -        <value key="defaultAuthor">1</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
    +    <id>197</id>
    +    <identifier>author</identifier>
    +    <fieldType>ezauthor</fieldType>
    +    <fieldGroup>new_field_group</fieldGroup>
    +    <position>10</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Author</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings>
    +        <value key="defaultAuthor">1</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                 
    @@ -41370,32 +41898,32 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
    -    <id>197</id>
    -    <identifier>author</identifier>
    -    <fieldType>ezauthor</fieldType>
    -    <fieldGroup>new_field_group</fieldGroup>
    -    <position>10</position>
    -    <isTranslatable>true</isTranslatable>
    -    <isRequired>false</isRequired>
    -    <isInfoCollector>false</isInfoCollector>
    -    <defaultValue/>
    -    <isSearchable>false</isSearchable>
    -    <names>
    -        <value languageCode="eng-GB">Author</value>
    -    </names>
    -    <descriptions/>
    -    <fieldSettings>
    -        <value key="defaultAuthor">1</value>
    -    </fieldSettings>
    -    <validatorConfiguration/>
    -</FieldDefinition>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
    +    <id>197</id>
    +    <identifier>author</identifier>
    +    <fieldType>ezauthor</fieldType>
    +    <fieldGroup>new_field_group</fieldGroup>
    +    <position>10</position>
    +    <isTranslatable>true</isTranslatable>
    +    <isRequired>false</isRequired>
    +    <isInfoCollector>false</isInfoCollector>
    +    <defaultValue/>
    +    <isSearchable>false</isSearchable>
    +    <names>
    +        <value languageCode="eng-GB">Author</value>
    +    </names>
    +    <descriptions/>
    +    <fieldSettings>
    +        <value key="defaultAuthor">1</value>
    +    </fieldSettings>
    +    <validatorConfiguration/>
    +</FieldDefinition>
     
                                                 
    @@ -41671,15 +42199,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    -</ContentTypeGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    +</ContentTypeGroupRefList>
     
                                 
    @@ -41692,23 +42220,23 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    -        "ContentTypeGroupRef": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1"
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "ContentTypeGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    +        "ContentTypeGroupRef": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1"
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -41777,15 +42305,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    -</ContentTypeGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    +</ContentTypeGroupRefList>
     
                                                 
    @@ -41798,23 +42326,23 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    -        "ContentTypeGroupRef": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    +        "ContentTypeGroupRef": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -42032,23 +42560,23 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/3" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -</ContentTypeGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/3" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +</ContentTypeGroupRefList>
     
                                 
    @@ -42104,23 +42632,23 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/3" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -</ContentTypeGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/3">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/3" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +</ContentTypeGroupRefList>
     
                                                 
    @@ -42329,20 +42857,20 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -</ContentTypeGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +</ContentTypeGroupRefList>
     
                                 
    @@ -42355,35 +42883,35 @@
    Types
    file_copy

    -
    -                                {
    -    "ContentTypeGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    -        "ContentTypeGroupRef": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1",
    -                "unlink": {
    -                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
    -                    "_method": "DELETE"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/2",
    -                "unlink": {
    -                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
    -                    "_method": "DELETE"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "ContentTypeGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    +        "ContentTypeGroupRef": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1",
    +                "unlink": {
    +                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
    +                    "_method": "DELETE"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/2",
    +                "unlink": {
    +                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
    +                    "_method": "DELETE"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -42452,20 +42980,20 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    -        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    -    </ContentTypeGroupRef>
    -</ContentTypeGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/1" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +    <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2">
    +        <unlink href="/api/ibexa/v2/content/types/15/groups/2" method="DELETE"/>
    +    </ContentTypeGroupRef>
    +</ContentTypeGroupRefList>
     
                                                 
    @@ -42478,35 +43006,35 @@
    Types
    file_copy

    -
    -                                                {
    -    "ContentTypeGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    -        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    -        "ContentTypeGroupRef": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/1",
    -                "unlink": {
    -                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
    -                    "_method": "DELETE"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    -                "_href": "/api/ibexa/v2/content/typegroups/2",
    -                "unlink": {
    -                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
    -                    "_method": "DELETE"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ContentTypeGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    +        "_href": "/api/ibexa/v2/content/typegroups/2/types",
    +        "ContentTypeGroupRef": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/1",
    +                "unlink": {
    +                    "_href": "/api/ibexa/v2/content/types/2/groups/1",
    +                    "_method": "DELETE"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    +                "_href": "/api/ibexa/v2/content/typegroups/2",
    +                "unlink": {
    +                    "_href": "/api/ibexa/v2/content/types/2/groups/2",
    +                    "_method": "DELETE"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -42699,26 +43227,26 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
    -    <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    -    <assetId>UtrE5DcgEyg</assetId>
    -    <assetSource>unsplash</assetSource>
    -    <assetMetadata>
    -        <alternativeText>medium-coated brown dog during daytime</alternativeText>
    -        <width>5184</width>
    -        <height>3888</height>
    -        <created_at>2018-12-11T17:46:12-05:00</created_at>
    -        <updated_at>2020-10-23T23:08:44-04:00</updated_at>
    -        <author>Jamie Street</author>
    -        <author_link_html>https://unsplash.com/@jamie452?utm_source=Ibexa+Platform+DAM+Connector&amp;utm_medium=referral&amp;utm_campaign=api-credit</author_link_html>
    -    </assetMetadata>
    -</Asset>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
    +    <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    +    <assetId>UtrE5DcgEyg</assetId>
    +    <assetSource>unsplash</assetSource>
    +    <assetMetadata>
    +        <alternativeText>medium-coated brown dog during daytime</alternativeText>
    +        <width>5184</width>
    +        <height>3888</height>
    +        <created_at>2018-12-11T17:46:12-05:00</created_at>
    +        <updated_at>2020-10-23T23:08:44-04:00</updated_at>
    +        <author>Jamie Street</author>
    +        <author_link_html>https://unsplash.com/@jamie452?utm_source=Ibexa+Platform+DAM+Connector&amp;utm_medium=referral&amp;utm_campaign=api-credit</author_link_html>
    +    </assetMetadata>
    +</Asset>
     
                                 
    @@ -42774,26 +43302,26 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
    -    <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    -    <assetId>UtrE5DcgEyg</assetId>
    -    <assetSource>unsplash</assetSource>
    -    <assetMetadata>
    -        <alternativeText>medium-coated brown dog during daytime</alternativeText>
    -        <width>5184</width>
    -        <height>3888</height>
    -        <created_at>2018-12-11T17:46:12-05:00</created_at>
    -        <updated_at>2020-10-23T23:08:44-04:00</updated_at>
    -        <author>Jamie Street</author>
    -        <author_link_html>https://unsplash.com/@jamie452?utm_source=Ibexa+Platform+DAM+Connector&amp;utm_medium=referral&amp;utm_campaign=api-credit</author_link_html>
    -    </assetMetadata>
    -</Asset>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
    +    <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    +    <assetId>UtrE5DcgEyg</assetId>
    +    <assetSource>unsplash</assetSource>
    +    <assetMetadata>
    +        <alternativeText>medium-coated brown dog during daytime</alternativeText>
    +        <width>5184</width>
    +        <height>3888</height>
    +        <created_at>2018-12-11T17:46:12-05:00</created_at>
    +        <updated_at>2020-10-23T23:08:44-04:00</updated_at>
    +        <author>Jamie Street</author>
    +        <author_link_html>https://unsplash.com/@jamie452?utm_source=Ibexa+Platform+DAM+Connector&amp;utm_medium=referral&amp;utm_campaign=api-credit</author_link_html>
    +    </assetMetadata>
    +</Asset>
     
                                                 
    @@ -43102,15 +43630,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
    -    <totalCount>5</totalCount>
    -</EventList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
    +    <totalCount>5</totalCount>
    +</EventList>
     
                                 
    @@ -43123,19 +43651,19 @@
    Types
    file_copy

    -
    -                                {
    -    "EventList": {
    -        "_media-type": "application/vnd.ibexa.api.EventList+json",
    -        "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1598745600&count=10",
    -        "totalCount": 5,
    -        "events": []
    -    }
    -}
    +                            
    +                                {
    +    "EventList": {
    +        "_media-type": "application/vnd.ibexa.api.EventList+json",
    +        "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1598745600&count=10",
    +        "totalCount": 5,
    +        "events": []
    +    }
    +}
     
                                 
    @@ -43204,15 +43732,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
    -    <totalCount>5</totalCount>
    -</EventList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
    +    <totalCount>5</totalCount>
    +</EventList>
     
                                                 
    @@ -43225,19 +43753,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "EventList": {
    -        "_media-type": "application/vnd.ibexa.api.EventList+json",
    -        "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1598745600&count=10",
    -        "totalCount": 5,
    -        "events": []
    -    }
    -}
    +                                            
    +                                                {
    +    "EventList": {
    +        "_media-type": "application/vnd.ibexa.api.EventList+json",
    +        "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1598745600&count=10",
    +        "totalCount": 5,
    +        "events": []
    +    }
    +}
     
                                                 
    @@ -43540,28 +44068,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597104000</startDate>
    -            <endDate>1597190400</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597190400&amp;end=1597276800&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597190400</startDate>
    -            <endDate>1597276800</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" curr
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597104000</startDate>
    +            <endDate>1597190400</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597190400&amp;end=1597276800&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597190400</startDate>
    +            <endDate>1597276800</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ib
                                 
    View more @@ -43573,33 +44101,33 @@
    Types
    file_copy

    -
    -                                {
    -    "EventGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    -        "groups": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1597190400&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597104000",
    -                    "endDate": "1597190400"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597190400&end=1597276800&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597190400",
    -                 
    +                            
    +                                {
    +    "EventGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    +        "groups": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1597190400&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597104000",
    +                    "endDate": "1597190400"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597190400&end=1597276800&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597190400",
    +                    "endDate": "159727
                                 
    View more @@ -43667,147 +44195,147 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597104000</startDate>
    -            <endDate>1597190400</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597190400&amp;end=1597276800&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597190400</startDate>
    -            <endDate>1597276800</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597276800&amp;end=1597363200&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597276800</startDate>
    -            <endDate>1597363200</endDate>
    -        </DateRange>
    -        <totalCount>1</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597363200&amp;end=1597449600&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597363200</startDate>
    -            <endDate>1597449600</endDate>
    -        </DateRange>
    -        <totalCount>1</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597449600&amp;end=1597536000&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597449600</startDate>
    -            <endDate>1597536000</endDate>
    -        </DateRange>
    -        <totalCount>1</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597536000&amp;end=1597622400&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597536000</startDate>
    -            <endDate>1597622400</endDate>
    -        </DateRange>
    -        <totalCount>1</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597622400&amp;end=1597708800&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597622400</startDate>
    -            <endDate>1597708800</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597708800&amp;end=1597795200&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597708800</startDate>
    -            <endDate>1597795200</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597795200&amp;end=1597881600&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597795200</startDate>
    -            <endDate>1597881600</endDate>
    -        </DateRange>
    -        <totalCount>1</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597881600&amp;end=1597968000&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597881600</startDate>
    -            <endDate>1597968000</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597968000&amp;end=1598054400&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1597968000</startDate>
    -            <endDate>1598054400</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598054400&amp;end=1598140800&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598054400</startDate>
    -            <endDate>1598140800</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598140800&amp;end=1598227200&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598140800</startDate>
    -            <endDate>1598227200</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598227200&amp;end=1598313600&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598227200</startDate>
    -            <endDate>1598313600</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598313600&amp;end=1598400000&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598313600</startDate>
    -            <endDate>1598400000</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598400000&amp;end=1598486400&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598400000</startDate>
    -            <endDate>1598486400</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598486400&amp;end=1598572800&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598486400</startDate>
    -            <endDate>1598572800</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598572800&amp;end=1598659200&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598572800</startDate>
    -            <endDate>1598659200</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598659200&amp;end=1598745600&amp;count=10">
    -        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    -            <startDate>1598659200</startDate>
    -            <endDate>1598745600</endDate>
    -        </DateRange>
    -        <totalCount>0</totalCount>
    -    </EventGroup>
    -</EventGroupList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597104000</startDate>
    +            <endDate>1597190400</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597190400&amp;end=1597276800&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597190400</startDate>
    +            <endDate>1597276800</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597276800&amp;end=1597363200&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597276800</startDate>
    +            <endDate>1597363200</endDate>
    +        </DateRange>
    +        <totalCount>1</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597363200&amp;end=1597449600&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597363200</startDate>
    +            <endDate>1597449600</endDate>
    +        </DateRange>
    +        <totalCount>1</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597449600&amp;end=1597536000&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597449600</startDate>
    +            <endDate>1597536000</endDate>
    +        </DateRange>
    +        <totalCount>1</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597536000&amp;end=1597622400&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597536000</startDate>
    +            <endDate>1597622400</endDate>
    +        </DateRange>
    +        <totalCount>1</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597622400&amp;end=1597708800&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597622400</startDate>
    +            <endDate>1597708800</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597708800&amp;end=1597795200&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597708800</startDate>
    +            <endDate>1597795200</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597795200&amp;end=1597881600&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597795200</startDate>
    +            <endDate>1597881600</endDate>
    +        </DateRange>
    +        <totalCount>1</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597881600&amp;end=1597968000&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597881600</startDate>
    +            <endDate>1597968000</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597968000&amp;end=1598054400&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1597968000</startDate>
    +            <endDate>1598054400</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598054400&amp;end=1598140800&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598054400</startDate>
    +            <endDate>1598140800</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598140800&amp;end=1598227200&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598140800</startDate>
    +            <endDate>1598227200</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598227200&amp;end=1598313600&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598227200</startDate>
    +            <endDate>1598313600</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598313600&amp;end=1598400000&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598313600</startDate>
    +            <endDate>1598400000</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598400000&amp;end=1598486400&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598400000</startDate>
    +            <endDate>1598486400</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598486400&amp;end=1598572800&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598486400</startDate>
    +            <endDate>1598572800</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598572800&amp;end=1598659200&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598572800</startDate>
    +            <endDate>1598659200</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +    <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1598659200&amp;end=1598745600&amp;count=10">
    +        <DateRange media-type="application/vnd.ibexa.api.DateRange+xml">
    +            <startDate>1598659200</startDate>
    +            <endDate>1598745600</endDate>
    +        </DateRange>
    +        <totalCount>0</totalCount>
    +    </EventGroup>
    +</EventGroupList>
     
                                                 
    @@ -43820,227 +44348,227 @@
    Types
    file_copy

    -
    -                                                {
    -    "EventGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    -        "groups": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1597190400&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597104000",
    -                    "endDate": "1597190400"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597190400&end=1597276800&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597190400",
    -                    "endDate": "1597276800"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597276800&end=1597363200&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597276800",
    -                    "endDate": "1597363200"
    -                },
    -                "totalCount": 1,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597363200&end=1597449600&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597363200",
    -                    "endDate": "1597449600"
    -                },
    -                "totalCount": 1,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597449600&end=1597536000&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597449600",
    -                    "endDate": "1597536000"
    -                },
    -                "totalCount": 1,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597536000&end=1597622400&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597536000",
    -                    "endDate": "1597622400"
    -                },
    -                "totalCount": 1,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597622400&end=1597708800&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597622400",
    -                    "endDate": "1597708800"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597708800&end=1597795200&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597708800",
    -                    "endDate": "1597795200"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597795200&end=1597881600&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597795200",
    -                    "endDate": "1597881600"
    -                },
    -                "totalCount": 1,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597881600&end=1597968000&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597881600",
    -                    "endDate": "1597968000"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597968000&end=1598054400&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1597968000",
    -                    "endDate": "1598054400"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598054400&end=1598140800&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598054400",
    -                    "endDate": "1598140800"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598140800&end=1598227200&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598140800",
    -                    "endDate": "1598227200"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598227200&end=1598313600&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598227200",
    -                    "endDate": "1598313600"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598313600&end=1598400000&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598313600",
    -                    "endDate": "1598400000"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598400000&end=1598486400&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598400000",
    -                    "endDate": "1598486400"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598486400&end=1598572800&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598486400",
    -                    "endDate": "1598572800"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598572800&end=1598659200&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598572800",
    -                    "endDate": "1598659200"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    -                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598659200&end=1598745600&count=10",
    -                "DateRange": {
    -                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    -                    "startDate": "1598659200",
    -                    "endDate": "1598745600"
    -                },
    -                "totalCount": 0,
    -                "events": []
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "EventGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    +        "groups": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597104000&end=1597190400&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597104000",
    +                    "endDate": "1597190400"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597190400&end=1597276800&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597190400",
    +                    "endDate": "1597276800"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597276800&end=1597363200&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597276800",
    +                    "endDate": "1597363200"
    +                },
    +                "totalCount": 1,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597363200&end=1597449600&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597363200",
    +                    "endDate": "1597449600"
    +                },
    +                "totalCount": 1,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597449600&end=1597536000&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597449600",
    +                    "endDate": "1597536000"
    +                },
    +                "totalCount": 1,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597536000&end=1597622400&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597536000",
    +                    "endDate": "1597622400"
    +                },
    +                "totalCount": 1,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597622400&end=1597708800&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597622400",
    +                    "endDate": "1597708800"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597708800&end=1597795200&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597708800",
    +                    "endDate": "1597795200"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597795200&end=1597881600&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597795200",
    +                    "endDate": "1597881600"
    +                },
    +                "totalCount": 1,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597881600&end=1597968000&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597881600",
    +                    "endDate": "1597968000"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1597968000&end=1598054400&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1597968000",
    +                    "endDate": "1598054400"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598054400&end=1598140800&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598054400",
    +                    "endDate": "1598140800"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598140800&end=1598227200&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598140800",
    +                    "endDate": "1598227200"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598227200&end=1598313600&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598227200",
    +                    "endDate": "1598313600"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598313600&end=1598400000&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598313600",
    +                    "endDate": "1598400000"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598400000&end=1598486400&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598400000",
    +                    "endDate": "1598486400"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598486400&end=1598572800&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598486400",
    +                    "endDate": "1598572800"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598572800&end=1598659200&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598572800",
    +                    "endDate": "1598659200"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.EventGroup+json",
    +                "_currentPage": "/api/ibexa/v2/calendar/event?start=1598659200&end=1598745600&count=10",
    +                "DateRange": {
    +                    "_media-type": "application/vnd.ibexa.api.DateRange+json",
    +                    "startDate": "1598659200",
    +                    "endDate": "1598745600"
    +                },
    +                "totalCount": 0,
    +                "events": []
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -44206,17 +44734,17 @@
    Types
    file_copy

    -
    -                                {
    -  "UnscheduleAction": {
    -    "events": [
    -      "future_publication:2"
    -    ]
    -  }
    +                            
    +                                {
    +  "UnscheduleAction": {
    +    "events": [
    +      "future_publication:2"
    +    ]
    +  }
     }
                                 
    @@ -44269,17 +44797,17 @@
    Types
    file_copy

    -
    -                                                {
    -  "UnscheduleAction": {
    -    "events": [
    -      "future_publication:2"
    -    ]
    -  }
    +                                            
    +                                                {
    +  "UnscheduleAction": {
    +    "events": [
    +      "future_publication:2"
    +    ]
    +  }
     }
                                                 
    @@ -44513,29 +45041,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ViewInput>
    -  <identifier>TitleView</identifier>
    -  <ContentQuery>
    -    <Filter>
    -      <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
    -      <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
    -    </Filter>
    -    <limit>10</limit>
    -    <offset>0</offset>
    -    <SortClauses>
    -      <ContentName>ascending</ContentName>
    -    </SortClauses>
    -    <FacetBuilders>
    -      <contentTypeFacetBuilder/>
    -    </FacetBuilders>
    -  </ContentQuery>
    -</ViewInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ViewInput>
    +  <identifier>TitleView</identifier>
    +  <ContentQuery>
    +    <Filter>
    +      <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
    +      <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
    +    </Filter>
    +    <limit>10</limit>
    +    <offset>0</offset>
    +    <SortClauses>
    +      <ContentName>ascending</ContentName>
    +    </SortClauses>
    +    <FacetBuilders>
    +      <contentTypeFacetBuilder/>
    +    </FacetBuilders>
    +  </ContentQuery>
    +</ViewInput>
     
                                 
    @@ -44588,29 +45116,29 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ViewInput>
    -  <identifier>TitleView</identifier>
    -  <ContentQuery>
    -    <Filter>
    -      <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
    -      <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
    -    </Filter>
    -    <limit>10</limit>
    -    <offset>0</offset>
    -    <SortClauses>
    -      <ContentName>ascending</ContentName>
    -    </SortClauses>
    -    <FacetBuilders>
    -      <contentTypeFacetBuilder/>
    -    </FacetBuilders>
    -  </ContentQuery>
    -</ViewInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ViewInput>
    +  <identifier>TitleView</identifier>
    +  <ContentQuery>
    +    <Filter>
    +      <ContentTypeIdentifierCriterion>image</ContentTypeIdentifierCriterion>
    +      <SectionIdentifierCriterion>media</SectionIdentifierCriterion>
    +    </Filter>
    +    <limit>10</limit>
    +    <offset>0</offset>
    +    <SortClauses>
    +      <ContentName>ascending</ContentName>
    +    </SortClauses>
    +    <FacetBuilders>
    +      <contentTypeFacetBuilder/>
    +    </FacetBuilders>
    +  </ContentQuery>
    +</ViewInput>
     
                                                 
    @@ -44654,37 +45182,38 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
    -  <identifier>TitleView</identifier>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -  <public>false</public>
    -  <LocationQuery>
    -    <Filter>
    -      <ParentLocationIdCriterion>2</ParentLocationIdCriterion>
    -    </Filter>
    -    <limit>10</limit>
    -    <offset>0</offset>
    -    <SortClauses>
    -      <ContentName>ascending</ContentName>
    -    </SortClauses>
    -    <FacetBuilders>
    -      <contentTypeFacetBuilder/>
    -    </FacetBuilders>
    -  </LocationQuery>
    -  <Result href="/content/views/view1234/results"
    -    media-type="application/vnd.ibexa.api.ViewResult+xml" count="34" time="31" maxScore="1.0">
    -    <searchHits>
    -      <searchHit score="1.0" index="installid1234567890">
    -        <hightlight/>
    -        <value>
    -          <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2">
    -            <id
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
    +  <identifier>TitleView</identifier>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +  <public>false</public>
    +  <LocationQuery>
    +    <Filter>
    +      <ParentLocationIdCriterion>2</ParentLocationIdCriterion>
    +    </Filter>
    +    <limit>10</limit>
    +    <offset>0</offset>
    +    <SortClauses>
    +      <ContentName>ascending</ContentName>
    +    </SortClauses>
    +    <FacetBuilders>
    +      <contentTypeFacetBuilder/>
    +    </FacetBuilders>
    +  </LocationQuery>
    +  <Result href="/content/views/view1234/results"
    +    media-type="application/vnd.ibexa.api.ViewResult+xml" count="34" time="31" maxScore="1.0">
    +    <searchHits>
    +      <searchHit score="1.0" index="installid1234567890">
    +        <hightlight/>
    +        <value>
    +          <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2">
    +            <id>2</id>
    +            <prio
                                 
    View more @@ -44739,78 +45268,78 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
    -  <identifier>TitleView</identifier>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -  <public>false</public>
    -  <LocationQuery>
    -    <Filter>
    -      <ParentLocationIdCriterion>2</ParentLocationIdCriterion>
    -    </Filter>
    -    <limit>10</limit>
    -    <offset>0</offset>
    -    <SortClauses>
    -      <ContentName>ascending</ContentName>
    -    </SortClauses>
    -    <FacetBuilders>
    -      <contentTypeFacetBuilder/>
    -    </FacetBuilders>
    -  </LocationQuery>
    -  <Result href="/content/views/view1234/results"
    -    media-type="application/vnd.ibexa.api.ViewResult+xml" count="34" time="31" maxScore="1.0">
    -    <searchHits>
    -      <searchHit score="1.0" index="installid1234567890">
    -        <hightlight/>
    -        <value>
    -          <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2">
    -            <id>2</id>
    -            <priority>0</priority>
    -            <hidden>false</hidden>
    -            <invisible>false</invisible>
    -            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1"/>
    -            <pathString>/1/2/</pathString>
    -            <depth>1</depth>
    -            <childCount>8</childCount>
    -            <remoteId>f3e90596361e31d496d4026eb624c983</remoteId>
    -            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/children"/>
    -            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
    -            <sortField>PRIORITY</sortField>
    -            <sortOrder>ASC</sortOrder>
    -            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/urlaliases"/>
    -          </Location>
    -
    -        </value>
    -      </searchHit>
    -      <!-- ... -->
    -    </searchHits>
    -    <facets>
    -      <contentTypeFacet>
    -        <contentTypeFacetEntry>
    -          <contentType href="/content/types/1"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    -          <count>3</count>
    -        </contentTypeFacetEntry>
    -        <contentTypeFacetEntry>
    -          <contentType href="/content/types/7"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    -          <count>9</count>
    -        </contentTypeFacetEntry>
    -        <contentTypeFacetEntry>
    -          <contentType href="/content/types/11"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    -          <count>1</count>
    -        </contentTypeFacetEntry>
    -        <contentTypeFacetEntry>
    -          <contentType href="/content/types/15"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    -          <count>8</count>
    -        </contentTypeFacetEntry>
    -      </contentTypeFacet>
    -    </facets>
    -  </Result>
    -</View>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
    +  <identifier>TitleView</identifier>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +  <public>false</public>
    +  <LocationQuery>
    +    <Filter>
    +      <ParentLocationIdCriterion>2</ParentLocationIdCriterion>
    +    </Filter>
    +    <limit>10</limit>
    +    <offset>0</offset>
    +    <SortClauses>
    +      <ContentName>ascending</ContentName>
    +    </SortClauses>
    +    <FacetBuilders>
    +      <contentTypeFacetBuilder/>
    +    </FacetBuilders>
    +  </LocationQuery>
    +  <Result href="/content/views/view1234/results"
    +    media-type="application/vnd.ibexa.api.ViewResult+xml" count="34" time="31" maxScore="1.0">
    +    <searchHits>
    +      <searchHit score="1.0" index="installid1234567890">
    +        <hightlight/>
    +        <value>
    +          <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2">
    +            <id>2</id>
    +            <priority>0</priority>
    +            <hidden>false</hidden>
    +            <invisible>false</invisible>
    +            <ParentLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1"/>
    +            <pathString>/1/2/</pathString>
    +            <depth>1</depth>
    +            <childCount>8</childCount>
    +            <remoteId>f3e90596361e31d496d4026eb624c983</remoteId>
    +            <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/children"/>
    +            <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/57"/>
    +            <sortField>PRIORITY</sortField>
    +            <sortOrder>ASC</sortOrder>
    +            <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/urlaliases"/>
    +          </Location>
    +
    +        </value>
    +      </searchHit>
    +      <!-- ... -->
    +    </searchHits>
    +    <facets>
    +      <contentTypeFacet>
    +        <contentTypeFacetEntry>
    +          <contentType href="/content/types/1"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    +          <count>3</count>
    +        </contentTypeFacetEntry>
    +        <contentTypeFacetEntry>
    +          <contentType href="/content/types/7"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    +          <count>9</count>
    +        </contentTypeFacetEntry>
    +        <contentTypeFacetEntry>
    +          <contentType href="/content/types/11"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    +          <count>1</count>
    +        </contentTypeFacetEntry>
    +        <contentTypeFacetEntry>
    +          <contentType href="/content/types/15"  media-type="application/vnd.ibexa.api.ContentType+xml"/>
    +          <count>8</count>
    +        </contentTypeFacetEntry>
    +      </contentTypeFacet>
    +    </facets>
    +  </Result>
    +</View>
     
                                                 
    @@ -44934,7 +45463,7 @@
    Query parameters
    - Lists User Groups assigned to the given Role. + Lists User Groups assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). @@ -45081,21 +45610,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    -        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -        <name>Administrator User</name>
    -        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/14/versions"/>
    -        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13/15"/>
    -        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/14/locations"/>
    -        <Owner media-type="application/vn
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    +        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +        <name>Administrator User</name>
    +        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/14/versions"/>
    +        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13/15"/>
    +        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/14/locations"/>
    +        <Owner media-type="application/vnd.ibexa.a
                                 
    View more @@ -45107,33 +45636,33 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -        "_href": "/api/ibexa/v2/user/groups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
    -                "_id": 14,
    -                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Administrator User",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    
    +                            
    +                                {
    +    "UserGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +        "_href": "/api/ibexa/v2/user/groups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
    +                "_id": 14,
    +                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Administrator User",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/
                                 
    View more @@ -45201,105 +45730,105 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    -        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -        <name>Administrator User</name>
    -        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/14/versions"/>
    -        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13/15"/>
    -        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/14/locations"/>
    -        <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <publishDate>2002-10-06T16:13:50+00:00</publishDate>
    -        <lastModificationDate>2011-03-25T14:07:04+00:00</lastModificationDate>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <alwaysAvailable>true</alwaysAvailable>
    -        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/14/versions/3">
    -            <VersionInfo>
    -                <id>499</id>
    -                <versionNo>3</versionNo>
    -                <status>PUBLISHED</status>
    -                <modificationDate>2011-03-25T14:07:04+00:00</modificationDate>
    -                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -                <creationDate>2011-03-25T14:03:03+00:00</creationDate>
    -                <initialLanguageCode>eng-GB</initialLanguageCode>
    -                <languageCodes>eng-GB</languageCodes>
    -                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                    <Language>
    -                        <languageCode>eng-GB</languageCode>
    -                    </Language>
    -                </VersionTranslationInfo>
    -                <names>
    -                    <value languageCode="eng-GB">Administrator User</value>
    -                </names>
    -                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/14"/>
    -            </VersionInfo>
    -            <Fields>
    -                <field>
    -                    <id>28</id>
    -                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                    <fieldValue>Administrator</fieldValue>
    -                </field>
    -                <field>
    -                    <id>29</id>
    -                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                    <fieldValue>User</fieldValue>
    -                </field>
    -                <field>
    -                    <id>30</id>
    -                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    -                    <fieldValue>
    -                        <value key="hasStoredLogin">true</value>
    -                        <value key="contentId">14</value>
    -                        <value key="login">admin</value>
    -                        <value key="email">admin@link.invalid</value>
    -                        <value key="passwordUpdatedAt"/>
    -                        <value key="enabled">true</value>
    -                        <value key="maxLogin">10</value>
    -                        <value key="plainPassword"/>
    -                    </fieldValue>
    -                </field>
    -                <field>
    -                    <id>178</id>
    -                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    -                    <fieldValue/>
    -                </field>
    -                <field>
    -                    <id>180</id>
    -                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    -                    <fieldValue/>
    -                </field>
    -            </Fields>
    -            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/14/versions/3/relations"/>
    -            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    -                <width></width>
    -                <height></height>
    -                <mimeType>image/svg+xml</mimeType>
    -            </Thumbnail>
    -        </Version>
    -        <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13"/>
    -        <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/subgroups"/>
    -        <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/users"/>
    -        <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/roles"/>
    -    </UserGroup>
    -</UserGroupList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    +        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +        <name>Administrator User</name>
    +        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/14/versions"/>
    +        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13/15"/>
    +        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/14/locations"/>
    +        <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <publishDate>2002-10-06T16:13:50+00:00</publishDate>
    +        <lastModificationDate>2011-03-25T14:07:04+00:00</lastModificationDate>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <alwaysAvailable>true</alwaysAvailable>
    +        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/14/versions/3">
    +            <VersionInfo>
    +                <id>499</id>
    +                <versionNo>3</versionNo>
    +                <status>PUBLISHED</status>
    +                <modificationDate>2011-03-25T14:07:04+00:00</modificationDate>
    +                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +                <creationDate>2011-03-25T14:03:03+00:00</creationDate>
    +                <initialLanguageCode>eng-GB</initialLanguageCode>
    +                <languageCodes>eng-GB</languageCodes>
    +                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                    <Language>
    +                        <languageCode>eng-GB</languageCode>
    +                    </Language>
    +                </VersionTranslationInfo>
    +                <names>
    +                    <value languageCode="eng-GB">Administrator User</value>
    +                </names>
    +                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/14"/>
    +            </VersionInfo>
    +            <Fields>
    +                <field>
    +                    <id>28</id>
    +                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                    <fieldValue>Administrator</fieldValue>
    +                </field>
    +                <field>
    +                    <id>29</id>
    +                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                    <fieldValue>User</fieldValue>
    +                </field>
    +                <field>
    +                    <id>30</id>
    +                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    +                    <fieldValue>
    +                        <value key="hasStoredLogin">true</value>
    +                        <value key="contentId">14</value>
    +                        <value key="login">admin</value>
    +                        <value key="email">admin@link.invalid</value>
    +                        <value key="passwordUpdatedAt"/>
    +                        <value key="enabled">true</value>
    +                        <value key="maxLogin">10</value>
    +                        <value key="plainPassword"/>
    +                    </fieldValue>
    +                </field>
    +                <field>
    +                    <id>178</id>
    +                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    +                    <fieldValue/>
    +                </field>
    +                <field>
    +                    <id>180</id>
    +                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    +                    <fieldValue/>
    +                </field>
    +            </Fields>
    +            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/14/versions/3/relations"/>
    +            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    +                <width></width>
    +                <height></height>
    +                <mimeType>image/svg+xml</mimeType>
    +            </Thumbnail>
    +        </Version>
    +        <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13"/>
    +        <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/subgroups"/>
    +        <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/users"/>
    +        <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/15/roles"/>
    +    </UserGroup>
    +</UserGroupList>
     
                                                 
    @@ -45312,167 +45841,167 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -        "_href": "/api/ibexa/v2/user/groups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
    -                "_id": 14,
    -                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Administrator User",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sections/2"
    -                },
    -                "MainLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
    -                },
    -                "Locations": {
    -                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/locations"
    -                },
    -                "Owner": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "publishDate": "2002-10-06T16:13:50+00:00",
    -                "lastModificationDate": "2011-03-25T14:07:04+00:00",
    -                "mainLanguageCode": "eng-GB",
    -                "alwaysAvailable": true,
    -                "Version": {
    -                    "_media-type": "application/vnd.ibexa.api.Version+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
    -                    "VersionInfo": {
    -                        "id": 499,
    -                        "versionNo": 3,
    -                        "status": "PUBLISHED",
    -                        "modificationDate": "2011-03-25T14:07:04+00:00",
    -                        "Creator": {
    -                            "_media-type": "application/vnd.ibexa.api.User+json",
    -                            "_href": "/api/ibexa/v2/user/users/14"
    -                        },
    -                        "creationDate": "2011-03-25T14:03:03+00:00",
    -                        "initialLanguageCode": "eng-GB",
    -                        "languageCodes": "eng-GB",
    -                        "VersionTranslationInfo": {
    -                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                            "Language": [
    -                                {
    -                                    "languageCode": "eng-GB"
    -                                }
    -                            ]
    -                        },
    -                        "names": {
    -                            "value": [
    -                                {
    -                                    "_languageCode": "eng-GB",
    -                                    "#text": "Administrator User"
    -                                }
    -                            ]
    -                        },
    -                        "Content": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                            "_href": "/api/ibexa/v2/content/objects/14"
    -                        }
    -                    },
    -                    "Fields": {
    -                        "field": [
    -                            {
    -                                "id": 28,
    -                                "fieldDefinitionIdentifier": "first_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "Administrator"
    -                            },
    -                            {
    -                                "id": 29,
    -                                "fieldDefinitionIdentifier": "last_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "User"
    -                            },
    -                            {
    -                                "id": 30,
    -                                "fieldDefinitionIdentifier": "user_account",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezuser",
    -                                "fieldValue": {
    -                                    "hasStoredLogin": true,
    -                                    "contentId": 14,
    -                                    "login": "admin",
    -                                    "email": "admin@link.invalid",
    -                                    "passwordUpdatedAt": null,
    -                                    "enabled": true,
    -                                    "maxLogin": 10,
    -                                    "plainPassword": null
    -                                }
    -                            },
    -                            {
    -                                "id": 178,
    -                                "fieldDefinitionIdentifier": "signature",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "eztext",
    -                                "fieldValue": null
    -                            },
    -                            {
    -                                "id": 180,
    -                                "fieldDefinitionIdentifier": "image",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezimage",
    -                                "fieldValue": null
    -                            }
    -                        ]
    -                    },
    -                    "Relations": {
    -                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
    -                        "Relation": []
    -                    },
    -                    "Thumbnail": {
    -                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    -                        "width": null,
    -                        "height": null,
    -                        "mimeType": "image/svg+xml"
    -                    }
    -                },
    -                "ParentUserGroup": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                    "_href": "/api/ibexa/v2/user/groups/1/5/13"
    -                },
    -                "Subgroups": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/subgroups"
    -                },
    -                "Users": {
    -                    "_media-type": "application/vnd.ibexa.api.UserList+json",
    -                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/users"
    -                },
    -                "Roles": {
    -                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/roles"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +        "_href": "/api/ibexa/v2/user/groups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13/15",
    +                "_id": 14,
    +                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Administrator User",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/2"
    +                },
    +                "MainLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
    +                },
    +                "Locations": {
    +                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/locations"
    +                },
    +                "Owner": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "publishDate": "2002-10-06T16:13:50+00:00",
    +                "lastModificationDate": "2011-03-25T14:07:04+00:00",
    +                "mainLanguageCode": "eng-GB",
    +                "alwaysAvailable": true,
    +                "Version": {
    +                    "_media-type": "application/vnd.ibexa.api.Version+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
    +                    "VersionInfo": {
    +                        "id": 499,
    +                        "versionNo": 3,
    +                        "status": "PUBLISHED",
    +                        "modificationDate": "2011-03-25T14:07:04+00:00",
    +                        "Creator": {
    +                            "_media-type": "application/vnd.ibexa.api.User+json",
    +                            "_href": "/api/ibexa/v2/user/users/14"
    +                        },
    +                        "creationDate": "2011-03-25T14:03:03+00:00",
    +                        "initialLanguageCode": "eng-GB",
    +                        "languageCodes": "eng-GB",
    +                        "VersionTranslationInfo": {
    +                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                            "Language": [
    +                                {
    +                                    "languageCode": "eng-GB"
    +                                }
    +                            ]
    +                        },
    +                        "names": {
    +                            "value": [
    +                                {
    +                                    "_languageCode": "eng-GB",
    +                                    "#text": "Administrator User"
    +                                }
    +                            ]
    +                        },
    +                        "Content": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                            "_href": "/api/ibexa/v2/content/objects/14"
    +                        }
    +                    },
    +                    "Fields": {
    +                        "field": [
    +                            {
    +                                "id": 28,
    +                                "fieldDefinitionIdentifier": "first_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "Administrator"
    +                            },
    +                            {
    +                                "id": 29,
    +                                "fieldDefinitionIdentifier": "last_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "User"
    +                            },
    +                            {
    +                                "id": 30,
    +                                "fieldDefinitionIdentifier": "user_account",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezuser",
    +                                "fieldValue": {
    +                                    "hasStoredLogin": true,
    +                                    "contentId": 14,
    +                                    "login": "admin",
    +                                    "email": "admin@link.invalid",
    +                                    "passwordUpdatedAt": null,
    +                                    "enabled": true,
    +                                    "maxLogin": 10,
    +                                    "plainPassword": null
    +                                }
    +                            },
    +                            {
    +                                "id": 178,
    +                                "fieldDefinitionIdentifier": "signature",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "eztext",
    +                                "fieldValue": null
    +                            },
    +                            {
    +                                "id": 180,
    +                                "fieldDefinitionIdentifier": "image",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezimage",
    +                                "fieldValue": null
    +                            }
    +                        ]
    +                    },
    +                    "Relations": {
    +                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
    +                        "Relation": []
    +                    },
    +                    "Thumbnail": {
    +                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    +                        "width": null,
    +                        "height": null,
    +                        "mimeType": "image/svg+xml"
    +                    }
    +                },
    +                "ParentUserGroup": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                    "_href": "/api/ibexa/v2/user/groups/1/5/13"
    +                },
    +                "Subgroups": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/subgroups"
    +                },
    +                "Users": {
    +                    "_media-type": "application/vnd.ibexa.api.UserList+json",
    +                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/users"
    +                },
    +                "Roles": {
    +                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +                    "_href": "/api/ibexa/v2/user/groups/1/5/13/15/roles"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -45788,22 +46317,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>Administrator users</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    -    <lastModificationDate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>Administrator users</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    +    <lastModificationDate>2002-10-06
                                 
    View more @@ -45815,36 +46344,36 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -        "_id": 12,
    -        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "Administrator users",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    -        },
    -        "Locations": {
    -            "_media-type": "applicatio
    +                            
    +                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +        "_id": 12,
    +        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "Administrator users",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.Location
                                 
    View more @@ -45912,73 +46441,73 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>Administrator users</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    -    <lastModificationDate>2002-10-06T16:12:55+00:00</lastModificationDate>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/12/versions/1">
    -        <VersionInfo>
    -            <id>440</id>
    -            <versionNo>1</versionNo>
    -            <status>PUBLISHED</status>
    -            <modificationDate>2002-10-06T16:12:55+00:00</modificationDate>
    -            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <creationDate>2002-10-06T16:12:40+00:00</creationDate>
    -            <initialLanguageCode>eng-GB</initialLanguageCode>
    -            <languageCodes>eng-GB</languageCodes>
    -            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                <Language>
    -                    <languageCode>eng-GB</languageCode>
    -                </Language>
    -            </VersionTranslationInfo>
    -            <names>
    -                <value languageCode="eng-GB">Administrator users</value>
    -            </names>
    -            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/12"/>
    -        </VersionInfo>
    -        <Fields>
    -            <field>
    -                <id>24</id>
    -                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>Administrator users</fieldValue>
    -            </field>
    -            <field>
    -                <id>25</id>
    -                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue/>
    -            </field>
    -        </Fields>
    -        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/12/versions/1/relations"/>
    -        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    -            <width></width>
    -            <height></height>
    -            <mimeType>image/svg+xml</mimeType>
    -        </Thumbnail>
    -    </Version>
    -    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    -    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/subgroups"/>
    -    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/users"/>
    -    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/roles"/>
    -</UserGroup>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>Administrator users</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    +    <lastModificationDate>2002-10-06T16:12:55+00:00</lastModificationDate>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/12/versions/1">
    +        <VersionInfo>
    +            <id>440</id>
    +            <versionNo>1</versionNo>
    +            <status>PUBLISHED</status>
    +            <modificationDate>2002-10-06T16:12:55+00:00</modificationDate>
    +            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <creationDate>2002-10-06T16:12:40+00:00</creationDate>
    +            <initialLanguageCode>eng-GB</initialLanguageCode>
    +            <languageCodes>eng-GB</languageCodes>
    +            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                <Language>
    +                    <languageCode>eng-GB</languageCode>
    +                </Language>
    +            </VersionTranslationInfo>
    +            <names>
    +                <value languageCode="eng-GB">Administrator users</value>
    +            </names>
    +            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/12"/>
    +        </VersionInfo>
    +        <Fields>
    +            <field>
    +                <id>24</id>
    +                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>Administrator users</fieldValue>
    +            </field>
    +            <field>
    +                <id>25</id>
    +                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue/>
    +            </field>
    +        </Fields>
    +        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/12/versions/1/relations"/>
    +        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    +            <width></width>
    +            <height></height>
    +            <mimeType>image/svg+xml</mimeType>
    +        </Thumbnail>
    +    </Version>
    +    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    +    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/subgroups"/>
    +    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/users"/>
    +    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/roles"/>
    +</UserGroup>
     
                                                 
    @@ -45991,131 +46520,131 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -        "_id": 12,
    -        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "Administrator users",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/locations"
    -        },
    -        "Owner": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "publishDate": "2002-10-06T16:12:55+00:00",
    -        "lastModificationDate": "2002-10-06T16:12:55+00:00",
    -        "mainLanguageCode": "eng-GB",
    -        "alwaysAvailable": true,
    -        "Version": {
    -            "_media-type": "application/vnd.ibexa.api.Version+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions/1",
    -            "VersionInfo": {
    -                "id": 440,
    -                "versionNo": 1,
    -                "status": "PUBLISHED",
    -                "modificationDate": "2002-10-06T16:12:55+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "creationDate": "2002-10-06T16:12:40+00:00",
    -                "initialLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "VersionTranslationInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                    "Language": [
    -                        {
    -                            "languageCode": "eng-GB"
    -                        }
    -                    ]
    -                },
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Administrator users"
    -                        }
    -                    ]
    -                },
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/12"
    -                }
    -            },
    -            "Fields": {
    -                "field": [
    -                    {
    -                        "id": 24,
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Administrator users"
    -                    },
    -                    {
    -                        "id": 25,
    -                        "fieldDefinitionIdentifier": "description",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": null
    -                    }
    -                ]
    -            },
    -            "Relations": {
    -                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                "_href": "/api/ibexa/v2/content/objects/12/versions/1/relations",
    -                "Relation": []
    -            },
    -            "Thumbnail": {
    -                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    -                "width": null,
    -                "height": null,
    -                "mimeType": "image/svg+xml"
    -            }
    -        },
    -        "ParentUserGroup": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5"
    -        },
    -        "Subgroups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/subgroups"
    -        },
    -        "Users": {
    -            "_media-type": "application/vnd.ibexa.api.UserList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/users"
    -        },
    -        "Roles": {
    -            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/roles"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +        "_id": 12,
    +        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "Administrator users",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/locations"
    +        },
    +        "Owner": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "publishDate": "2002-10-06T16:12:55+00:00",
    +        "lastModificationDate": "2002-10-06T16:12:55+00:00",
    +        "mainLanguageCode": "eng-GB",
    +        "alwaysAvailable": true,
    +        "Version": {
    +            "_media-type": "application/vnd.ibexa.api.Version+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions/1",
    +            "VersionInfo": {
    +                "id": 440,
    +                "versionNo": 1,
    +                "status": "PUBLISHED",
    +                "modificationDate": "2002-10-06T16:12:55+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "creationDate": "2002-10-06T16:12:40+00:00",
    +                "initialLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "VersionTranslationInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                    "Language": [
    +                        {
    +                            "languageCode": "eng-GB"
    +                        }
    +                    ]
    +                },
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Administrator users"
    +                        }
    +                    ]
    +                },
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/12"
    +                }
    +            },
    +            "Fields": {
    +                "field": [
    +                    {
    +                        "id": 24,
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Administrator users"
    +                    },
    +                    {
    +                        "id": 25,
    +                        "fieldDefinitionIdentifier": "description",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": null
    +                    }
    +                ]
    +            },
    +            "Relations": {
    +                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                "_href": "/api/ibexa/v2/content/objects/12/versions/1/relations",
    +                "Relation": []
    +            },
    +            "Thumbnail": {
    +                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    +                "width": null,
    +                "height": null,
    +                "mimeType": "image/svg+xml"
    +            }
    +        },
    +        "ParentUserGroup": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5"
    +        },
    +        "Subgroups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/subgroups"
    +        },
    +        "Users": {
    +            "_media-type": "application/vnd.ibexa.api.UserList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/users"
    +        },
    +        "Roles": {
    +            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/roles"
    +        }
    +    }
    +}
     
                                                 
    @@ -46383,15 +46912,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupUpdate>
    -	<Section href="/api/ibexa/v2/content/sections/2" />
    -</UserGroupUpdate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupUpdate>
    +	<Section href="/api/ibexa/v2/content/sections/2" />
    +</UserGroupUpdate>
     
                                 
    @@ -46404,18 +46933,18 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroupUpdate":{
    -        "Section": {
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "UserGroupUpdate":{
    +        "Section": {
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        }
    +    }
    +}
     
                                 
    @@ -46481,15 +47010,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupUpdate>
    -	<Section href="/api/ibexa/v2/content/sections/2" />
    -</UserGroupUpdate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupUpdate>
    +	<Section href="/api/ibexa/v2/content/sections/2" />
    +</UserGroupUpdate>
     
                                                 
    @@ -46502,18 +47031,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroupUpdate":{
    -        "Section": {
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroupUpdate":{
    +        "Section": {
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        }
    +    }
    +}
     
                                                 
    @@ -46567,22 +47096,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>Administrator users</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    -    <lastModificationDate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>Administrator users</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    +    <lastModificationDate>2002-10-06
                                 
    View more @@ -46594,36 +47123,36 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -        "_id": 12,
    -        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "Administrator users",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    -        },
    -        "Locations": {
    -            "_media-type": "applicatio
    +                            
    +                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +        "_id": 12,
    +        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "Administrator users",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.Location
                                 
    View more @@ -46691,73 +47220,73 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>Administrator users</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    -    <lastModificationDate>2002-10-06T16:12:55+00:00</lastModificationDate>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/12/versions/1">
    -        <VersionInfo>
    -            <id>440</id>
    -            <versionNo>1</versionNo>
    -            <status>PUBLISHED</status>
    -            <modificationDate>2002-10-06T16:12:55+00:00</modificationDate>
    -            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <creationDate>2002-10-06T16:12:40+00:00</creationDate>
    -            <initialLanguageCode>eng-GB</initialLanguageCode>
    -            <languageCodes>eng-GB</languageCodes>
    -            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                <Language>
    -                    <languageCode>eng-GB</languageCode>
    -                </Language>
    -            </VersionTranslationInfo>
    -            <names>
    -                <value languageCode="eng-GB">Administrator users</value>
    -            </names>
    -            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/12"/>
    -        </VersionInfo>
    -        <Fields>
    -            <field>
    -                <id>24</id>
    -                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>Administrator users</fieldValue>
    -            </field>
    -            <field>
    -                <id>25</id>
    -                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue/>
    -            </field>
    -        </Fields>
    -        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/12/versions/1/relations"/>
    -        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    -            <width></width>
    -            <height></height>
    -            <mimeType>image/svg+xml</mimeType>
    -        </Thumbnail>
    -    </Version>
    -    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    -    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/subgroups"/>
    -    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/users"/>
    -    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/roles"/>
    -</UserGroup>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>Administrator users</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/12/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/13"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/12/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2002-10-06T16:12:55+00:00</publishDate>
    +    <lastModificationDate>2002-10-06T16:12:55+00:00</lastModificationDate>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/12/versions/1">
    +        <VersionInfo>
    +            <id>440</id>
    +            <versionNo>1</versionNo>
    +            <status>PUBLISHED</status>
    +            <modificationDate>2002-10-06T16:12:55+00:00</modificationDate>
    +            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <creationDate>2002-10-06T16:12:40+00:00</creationDate>
    +            <initialLanguageCode>eng-GB</initialLanguageCode>
    +            <languageCodes>eng-GB</languageCodes>
    +            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                <Language>
    +                    <languageCode>eng-GB</languageCode>
    +                </Language>
    +            </VersionTranslationInfo>
    +            <names>
    +                <value languageCode="eng-GB">Administrator users</value>
    +            </names>
    +            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/12"/>
    +        </VersionInfo>
    +        <Fields>
    +            <field>
    +                <id>24</id>
    +                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>Administrator users</fieldValue>
    +            </field>
    +            <field>
    +                <id>25</id>
    +                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue/>
    +            </field>
    +        </Fields>
    +        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/12/versions/1/relations"/>
    +        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    +            <width></width>
    +            <height></height>
    +            <mimeType>image/svg+xml</mimeType>
    +        </Thumbnail>
    +    </Version>
    +    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    +    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/13/subgroups"/>
    +    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/13/users"/>
    +    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/13/roles"/>
    +</UserGroup>
     
                                                 
    @@ -46770,131 +47299,131 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -        "_id": 12,
    -        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "Administrator users",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/locations"
    -        },
    -        "Owner": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "publishDate": "2002-10-06T16:12:55+00:00",
    -        "lastModificationDate": "2002-10-06T16:12:55+00:00",
    -        "mainLanguageCode": "eng-GB",
    -        "alwaysAvailable": true,
    -        "Version": {
    -            "_media-type": "application/vnd.ibexa.api.Version+json",
    -            "_href": "/api/ibexa/v2/content/objects/12/versions/1",
    -            "VersionInfo": {
    -                "id": 440,
    -                "versionNo": 1,
    -                "status": "PUBLISHED",
    -                "modificationDate": "2002-10-06T16:12:55+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "creationDate": "2002-10-06T16:12:40+00:00",
    -                "initialLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "VersionTranslationInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                    "Language": [
    -                        {
    -                            "languageCode": "eng-GB"
    -                        }
    -                    ]
    -                },
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Administrator users"
    -                        }
    -                    ]
    -                },
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/12"
    -                }
    -            },
    -            "Fields": {
    -                "field": [
    -                    {
    -                        "id": 24,
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Administrator users"
    -                    },
    -                    {
    -                        "id": 25,
    -                        "fieldDefinitionIdentifier": "description",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": null
    -                    }
    -                ]
    -            },
    -            "Relations": {
    -                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                "_href": "/api/ibexa/v2/content/objects/12/versions/1/relations",
    -                "Relation": []
    -            },
    -            "Thumbnail": {
    -                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    -                "width": null,
    -                "height": null,
    -                "mimeType": "image/svg+xml"
    -            }
    -        },
    -        "ParentUserGroup": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5"
    -        },
    -        "Subgroups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/subgroups"
    -        },
    -        "Users": {
    -            "_media-type": "application/vnd.ibexa.api.UserList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/users"
    -        },
    -        "Roles": {
    -            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/13/roles"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +        "_id": 12,
    +        "_remoteId": "9b47a45624b023b1a76c73b74d704acf",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "Administrator users",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/locations"
    +        },
    +        "Owner": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "publishDate": "2002-10-06T16:12:55+00:00",
    +        "lastModificationDate": "2002-10-06T16:12:55+00:00",
    +        "mainLanguageCode": "eng-GB",
    +        "alwaysAvailable": true,
    +        "Version": {
    +            "_media-type": "application/vnd.ibexa.api.Version+json",
    +            "_href": "/api/ibexa/v2/content/objects/12/versions/1",
    +            "VersionInfo": {
    +                "id": 440,
    +                "versionNo": 1,
    +                "status": "PUBLISHED",
    +                "modificationDate": "2002-10-06T16:12:55+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "creationDate": "2002-10-06T16:12:40+00:00",
    +                "initialLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "VersionTranslationInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                    "Language": [
    +                        {
    +                            "languageCode": "eng-GB"
    +                        }
    +                    ]
    +                },
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Administrator users"
    +                        }
    +                    ]
    +                },
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/12"
    +                }
    +            },
    +            "Fields": {
    +                "field": [
    +                    {
    +                        "id": 24,
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Administrator users"
    +                    },
    +                    {
    +                        "id": 25,
    +                        "fieldDefinitionIdentifier": "description",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": null
    +                    }
    +                ]
    +            },
    +            "Relations": {
    +                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                "_href": "/api/ibexa/v2/content/objects/12/versions/1/relations",
    +                "Relation": []
    +            },
    +            "Thumbnail": {
    +                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    +                "width": null,
    +                "height": null,
    +                "mimeType": "image/svg+xml"
    +            }
    +        },
    +        "ParentUserGroup": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5"
    +        },
    +        "Subgroups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/subgroups"
    +        },
    +        "Users": {
    +            "_media-type": "application/vnd.ibexa.api.UserList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/users"
    +        },
    +        "Roles": {
    +            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/13/roles"
    +        }
    +    }
    +}
     
                                                 
    @@ -47327,30 +47856,30 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserCreate>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <remoteId>remoteId-qwert426</remoteId>
    -  <login>yura</login>
    -  <email>yurarajzer@example.net</email>
    -  <password>Secrepassword5!</password>
    -  <fields>
    -    <field>
    -      <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>Yura</fieldValue>
    -    </field>
    -    <field>
    -      <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>Rajzer</fieldValue>
    -    </field>
    -  </fields>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserCreate>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <remoteId>remoteId-qwert426</remoteId>
    +  <login>yura</login>
    +  <email>yurarajzer@example.net</email>
    +  <password>Secrepassword5!</password>
    +  <fields>
    +    <field>
    +      <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>Yura</fieldValue>
    +    </field>
    +    <field>
    +      <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>Rajzer</fieldValue>
    +    </field>
    +  </fields>
     </UserCreate>
                                 
    @@ -47363,33 +47892,33 @@
    Types
    file_copy

    -
    -                                {
    -  "UserCreate": {
    -    "mainLanguageCode": "eng-GB",
    -    "remoteId": "remoteId-qwert426",
    -    "login": "yura",
    -    "email": "yurarajzer@example.net",
    -    "password": "Password1!",
    -    "fields": {
    -      "field": [
    -        {
    -          "fieldDefinitionIdentifier": "first_name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "Yura"
    -        },
    -        {
    -          "fieldDefinitionIdentifier": "last_name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "Rajzer"
    -        }
    -      ]
    -    }
    -  }
    +                            
    +                                {
    +  "UserCreate": {
    +    "mainLanguageCode": "eng-GB",
    +    "remoteId": "remoteId-qwert426",
    +    "login": "yura",
    +    "email": "yurarajzer@example.net",
    +    "password": "Password1!",
    +    "fields": {
    +      "field": [
    +        {
    +          "fieldDefinitionIdentifier": "first_name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "Yura"
    +        },
    +        {
    +          "fieldDefinitionIdentifier": "last_name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "Rajzer"
    +        }
    +      ]
    +    }
    +  }
     }
                                 
    @@ -47455,30 +47984,30 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserCreate>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <remoteId>remoteId-qwert426</remoteId>
    -  <login>yura</login>
    -  <email>yurarajzer@example.net</email>
    -  <password>Secrepassword5!</password>
    -  <fields>
    -    <field>
    -      <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>Yura</fieldValue>
    -    </field>
    -    <field>
    -      <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>Rajzer</fieldValue>
    -    </field>
    -  </fields>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserCreate>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <remoteId>remoteId-qwert426</remoteId>
    +  <login>yura</login>
    +  <email>yurarajzer@example.net</email>
    +  <password>Secrepassword5!</password>
    +  <fields>
    +    <field>
    +      <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>Yura</fieldValue>
    +    </field>
    +    <field>
    +      <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>Rajzer</fieldValue>
    +    </field>
    +  </fields>
     </UserCreate>
                                                 
    @@ -47491,33 +48020,33 @@
    Types
    file_copy

    -
    -                                                {
    -  "UserCreate": {
    -    "mainLanguageCode": "eng-GB",
    -    "remoteId": "remoteId-qwert426",
    -    "login": "yura",
    -    "email": "yurarajzer@example.net",
    -    "password": "Password1!",
    -    "fields": {
    -      "field": [
    -        {
    -          "fieldDefinitionIdentifier": "first_name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "Yura"
    -        },
    -        {
    -          "fieldDefinitionIdentifier": "last_name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "Rajzer"
    -        }
    -      ]
    -    }
    -  }
    +                                            
    +                                                {
    +  "UserCreate": {
    +    "mainLanguageCode": "eng-GB",
    +    "remoteId": "remoteId-qwert426",
    +    "login": "yura",
    +    "email": "yurarajzer@example.net",
    +    "password": "Password1!",
    +    "fields": {
    +      "field": [
    +        {
    +          "fieldDefinitionIdentifier": "first_name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "Yura"
    +        },
    +        {
    +          "fieldDefinitionIdentifier": "last_name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "Rajzer"
    +        }
    +      ]
    +    }
    +  }
     }
                                                 
    @@ -47571,22 +48100,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -<name>Yura Rajzer</name>
    -<Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/59/versions"/>
    -<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -<MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/65/67"/>
    -<Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/59/locations"/>
    -<Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    -<Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -<publishDate>2019-02-27T11:23:42+0
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +<name>Yura Rajzer</name>
    +<Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/59/versions"/>
    +<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +<MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/65/67"/>
    +<Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/59/locations"/>
    +<Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    +<Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +<publishDate>2019-02-27T11:23:42+01:00</publ
                                 
    View more @@ -47598,36 +48127,37 @@
    Types
    file_copy

    -
    -                                {
    -    "User": {
    -        "_media-type": "application/vnd.ibexa.api.User+json",
    -        "_href": "/api/ibexa/v2/user/users/57",
    -        "_id": 57,
    -        "_remoteId": "remoteId-qwert426",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/4"
    -        },
    -        "name": "Yura Rajzer",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/57/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13/58"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                            
    +                                {
    +    "User": {
    +        "_media-type": "application/vnd.ibexa.api.User+json",
    +        "_href": "/api/ibexa/v2/user/users/57",
    +        "_id": 57,
    +        "_remoteId": "remoteId-qwert426",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/4"
    +        },
    +        "name": "Yura Rajzer",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/57/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13/58"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/
                                 
    View more @@ -47695,97 +48225,97 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
    -<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -<name>Yura Rajzer</name>
    -<Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/59/versions"/>
    -<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -<MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/65/67"/>
    -<Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/59/locations"/>
    -<Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    -<Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -<publishDate>2019-02-27T11:23:42+01:00</publishDate>
    -<lastModificationDate>2019-02-27T11:23:42+01:00</lastModificationDate>
    -<mainLanguageCode>eng-GB</mainLanguageCode>
    -<alwaysAvailable>true</alwaysAvailable>
    -<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
    -    <VersionInfo>
    -        <id>515</id>
    -        <versionNo>1</versionNo>
    -        <status>PUBLISHED</status>
    -        <modificationDate>2019-02-27T11:23:42+01:00</modificationDate>
    -        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -        <creationDate>2019-02-27T11:23:42+01:00</creationDate>
    -        <initialLanguageCode>eng-GB</initialLanguageCode>
    -        <languageCodes>eng-GB</languageCodes>
    -        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -            <Language>
    -                <languageCode>eng-GB</languageCode>
    -            </Language>
    -        </VersionTranslationInfo>
    -        <names>
    -            <value languageCode="eng-GB">Yura Rajzer</value>
    -        </names>
    -        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    -    </VersionInfo>
    -    <Fields>
    -        <field>
    -            <id>207</id>
    -            <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -            <languageCode>eng-GB</languageCode>
    -            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -            <fieldValue>Yura</fieldValue>
    -        </field>
    -        <field>
    -            <id>208</id>
    -            <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -            <languageCode>eng-GB</languageCode>
    -            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -            <fieldValue>Rajzer</fieldValue>
    -        </field>
    -        <field>
    -            <id>209</id>
    -            <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    -            <languageCode>eng-GB</languageCode>
    -            <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    -            <fieldValue>
    -                <value key="hasStoredLogin">true</value>
    -                <value key="contentId">59</value>
    -                <value key="login">yura</value>
    -                <value key="email">yurarajzer@example.net</value>
    -                <value key="enabled">true</value>
    -                <value key="maxLogin">0</value>
    -            </fieldValue>
    -        </field>
    -        <field>
    -            <id>210</id>
    -            <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    -            <languageCode>eng-GB</languageCode>
    -            <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    -            <fieldValue/>
    -        </field>
    -        <field>
    -            <id>211</id>
    -            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    -            <languageCode>eng-GB</languageCode>
    -            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    -            <fieldValue/>
    -        </field>
    -    </Fields>
    -    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations"/>
    -</Version>
    -<login>yura</login>
    -<email>yurarajzer@example.net</email>
    -<enabled>true</enabled>
    -<UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    -<Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/59/roles"/>
    -</User>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
    +<ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +<name>Yura Rajzer</name>
    +<Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/59/versions"/>
    +<Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +<MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/65/67"/>
    +<Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/59/locations"/>
    +<Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    +<Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +<publishDate>2019-02-27T11:23:42+01:00</publishDate>
    +<lastModificationDate>2019-02-27T11:23:42+01:00</lastModificationDate>
    +<mainLanguageCode>eng-GB</mainLanguageCode>
    +<alwaysAvailable>true</alwaysAvailable>
    +<Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
    +    <VersionInfo>
    +        <id>515</id>
    +        <versionNo>1</versionNo>
    +        <status>PUBLISHED</status>
    +        <modificationDate>2019-02-27T11:23:42+01:00</modificationDate>
    +        <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +        <creationDate>2019-02-27T11:23:42+01:00</creationDate>
    +        <initialLanguageCode>eng-GB</initialLanguageCode>
    +        <languageCodes>eng-GB</languageCodes>
    +        <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +            <Language>
    +                <languageCode>eng-GB</languageCode>
    +            </Language>
    +        </VersionTranslationInfo>
    +        <names>
    +            <value languageCode="eng-GB">Yura Rajzer</value>
    +        </names>
    +        <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    +    </VersionInfo>
    +    <Fields>
    +        <field>
    +            <id>207</id>
    +            <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +            <languageCode>eng-GB</languageCode>
    +            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +            <fieldValue>Yura</fieldValue>
    +        </field>
    +        <field>
    +            <id>208</id>
    +            <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +            <languageCode>eng-GB</languageCode>
    +            <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +            <fieldValue>Rajzer</fieldValue>
    +        </field>
    +        <field>
    +            <id>209</id>
    +            <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    +            <languageCode>eng-GB</languageCode>
    +            <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    +            <fieldValue>
    +                <value key="hasStoredLogin">true</value>
    +                <value key="contentId">59</value>
    +                <value key="login">yura</value>
    +                <value key="email">yurarajzer@example.net</value>
    +                <value key="enabled">true</value>
    +                <value key="maxLogin">0</value>
    +            </fieldValue>
    +        </field>
    +        <field>
    +            <id>210</id>
    +            <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    +            <languageCode>eng-GB</languageCode>
    +            <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    +            <fieldValue/>
    +        </field>
    +        <field>
    +            <id>211</id>
    +            <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    +            <languageCode>eng-GB</languageCode>
    +            <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    +            <fieldValue/>
    +        </field>
    +    </Fields>
    +    <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/59/versions/1/relations"/>
    +</Version>
    +<login>yura</login>
    +<email>yurarajzer@example.net</email>
    +<enabled>true</enabled>
    +<UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/59/groups"/>
    +<Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/59/roles"/>
    +</User>
     
                                                 
    @@ -47798,160 +48328,160 @@
    Types
    file_copy

    -
    -                                                {
    -    "User": {
    -        "_media-type": "application/vnd.ibexa.api.User+json",
    -        "_href": "/api/ibexa/v2/user/users/57",
    -        "_id": 57,
    -        "_remoteId": "remoteId-qwert426",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/4"
    -        },
    -        "name": "Yura Rajzer",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/57/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/13/58"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/objects/57/locations"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -            "_href": "/api/ibexa/v2/user/users/57/groups"
    -        },
    -        "Owner": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "publishDate": "2021-08-11T13:52:13+00:00",
    -        "lastModificationDate": "2021-08-11T13:52:13+00:00",
    -        "mainLanguageCode": "eng-GB",
    -        "alwaysAvailable": true,
    -        "Version": {
    -            "_media-type": "application/vnd.ibexa.api.Version+json",
    -            "_href": "/api/ibexa/v2/content/objects/57/versions/1",
    -            "VersionInfo": {
    -                "id": 517,
    -                "versionNo": 1,
    -                "status": "PUBLISHED",
    -                "modificationDate": "2021-08-11T13:52:13+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "creationDate": "2021-08-11T13:52:13+00:00",
    -                "initialLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "VersionTranslationInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                    "Language": [
    -                        {
    -                            "languageCode": "eng-GB"
    -                        }
    -                    ]
    -                },
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Yura Rajzer"
    -                        }
    -                    ]
    -                },
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/57"
    -                }
    -            },
    -            "Fields": {
    -                "field": [
    -                    {
    -                        "id": 262,
    -                        "fieldDefinitionIdentifier": "first_name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Yura"
    -                    },
    -                    {
    -                        "id": 263,
    -                        "fieldDefinitionIdentifier": "last_name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Rajzer"
    -                    },
    -                    {
    -                        "id": 264,
    -                        "fieldDefinitionIdentifier": "user_account",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezuser",
    -                        "fieldValue": {
    -                            "hasStoredLogin": true,
    -                            "contentId": 57,
    -                            "login": "yura",
    -                            "email": "yurarajzer@example.net",
    -                            "passwordUpdatedAt": 1628689933,
    -                            "enabled": true,
    -                            "maxLogin": 0,
    -                            "plainPassword": null
    -                        }
    -                    },
    -                    {
    -                        "id": 265,
    -                        "fieldDefinitionIdentifier": "signature",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "eztext",
    -                        "fieldValue": null
    -                    },
    -                    {
    -                        "id": 266,
    -                        "fieldDefinitionIdentifier": "image",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezimage",
    -                        "fieldValue": null
    -                    }
    -                ]
    -            },
    -            "Relations": {
    -                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
    -                "Relation": []
    -            },
    -            "Thumbnail": {
    -                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    -                "width": null,
    -                "height": null,
    -                "mimeType": "image/svg+xml"
    -            }
    -        },
    -        "login": "yura",
    -        "email": "yurarajzer@example.net",
    -        "enabled": true,
    -        "UserGroups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -            "_href": "/api/ibexa/v2/user/users/57/groups"
    -        },
    -        "Roles": {
    -            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -            "_href": "/api/ibexa/v2/user/users/57/roles"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "User": {
    +        "_media-type": "application/vnd.ibexa.api.User+json",
    +        "_href": "/api/ibexa/v2/user/users/57",
    +        "_id": 57,
    +        "_remoteId": "remoteId-qwert426",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/4"
    +        },
    +        "name": "Yura Rajzer",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/57/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/13/58"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/objects/57/locations"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +            "_href": "/api/ibexa/v2/user/users/57/groups"
    +        },
    +        "Owner": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "publishDate": "2021-08-11T13:52:13+00:00",
    +        "lastModificationDate": "2021-08-11T13:52:13+00:00",
    +        "mainLanguageCode": "eng-GB",
    +        "alwaysAvailable": true,
    +        "Version": {
    +            "_media-type": "application/vnd.ibexa.api.Version+json",
    +            "_href": "/api/ibexa/v2/content/objects/57/versions/1",
    +            "VersionInfo": {
    +                "id": 517,
    +                "versionNo": 1,
    +                "status": "PUBLISHED",
    +                "modificationDate": "2021-08-11T13:52:13+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "creationDate": "2021-08-11T13:52:13+00:00",
    +                "initialLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "VersionTranslationInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                    "Language": [
    +                        {
    +                            "languageCode": "eng-GB"
    +                        }
    +                    ]
    +                },
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Yura Rajzer"
    +                        }
    +                    ]
    +                },
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/57"
    +                }
    +            },
    +            "Fields": {
    +                "field": [
    +                    {
    +                        "id": 262,
    +                        "fieldDefinitionIdentifier": "first_name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Yura"
    +                    },
    +                    {
    +                        "id": 263,
    +                        "fieldDefinitionIdentifier": "last_name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Rajzer"
    +                    },
    +                    {
    +                        "id": 264,
    +                        "fieldDefinitionIdentifier": "user_account",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezuser",
    +                        "fieldValue": {
    +                            "hasStoredLogin": true,
    +                            "contentId": 57,
    +                            "login": "yura",
    +                            "email": "yurarajzer@example.net",
    +                            "passwordUpdatedAt": 1628689933,
    +                            "enabled": true,
    +                            "maxLogin": 0,
    +                            "plainPassword": null
    +                        }
    +                    },
    +                    {
    +                        "id": 265,
    +                        "fieldDefinitionIdentifier": "signature",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "eztext",
    +                        "fieldValue": null
    +                    },
    +                    {
    +                        "id": 266,
    +                        "fieldDefinitionIdentifier": "image",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezimage",
    +                        "fieldValue": null
    +                    }
    +                ]
    +            },
    +            "Relations": {
    +                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                "_href": "/api/ibexa/v2/content/objects/57/versions/1/relations",
    +                "Relation": []
    +            },
    +            "Thumbnail": {
    +                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    +                "width": null,
    +                "height": null,
    +                "mimeType": "image/svg+xml"
    +            }
    +        },
    +        "login": "yura",
    +        "email": "yurarajzer@example.net",
    +        "enabled": true,
    +        "UserGroups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +            "_href": "/api/ibexa/v2/user/users/57/groups"
    +        },
    +        "Roles": {
    +            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +            "_href": "/api/ibexa/v2/user/users/57/roles"
    +        }
    +    }
    +}
     
                                                 
    @@ -48191,27 +48721,27 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupCreate>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <remoteId>remoteId-qwert098</remoteId>
    -  <fields>
    -    <field>
    -      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>UserGroup</fieldValue>
    -    </field>
    -    <field>
    -      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>This is the description of the user group</fieldValue>
    -    </field>
    -  </fields>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupCreate>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <remoteId>remoteId-qwert098</remoteId>
    +  <fields>
    +    <field>
    +      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>UserGroup</fieldValue>
    +    </field>
    +    <field>
    +      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>This is the description of the user group</fieldValue>
    +    </field>
    +  </fields>
     </UserGroupCreate>
                                 
    @@ -48224,30 +48754,30 @@
    Types
    file_copy

    -
    -                                {
    -  "UserGroupCreate": {
    -    "mainLanguageCode": "eng-GB",
    -    "remoteId": "remoteId-qwert098",
    -    "fields": {
    -      "field": [
    -        {
    -          "fieldDefinitionIdentifier": "name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "UserGroup2"
    -        },
    -        {
    -          "fieldDefinitionIdentifier": "description",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "This is the description of the user group"
    -        }
    -      ]
    -    }
    -  }
    +                            
    +                                {
    +  "UserGroupCreate": {
    +    "mainLanguageCode": "eng-GB",
    +    "remoteId": "remoteId-qwert098",
    +    "fields": {
    +      "field": [
    +        {
    +          "fieldDefinitionIdentifier": "name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "UserGroup2"
    +        },
    +        {
    +          "fieldDefinitionIdentifier": "description",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "This is the description of the user group"
    +        }
    +      ]
    +    }
    +  }
     }
                                 
    @@ -48313,27 +48843,27 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupCreate>
    -  <mainLanguageCode>eng-GB</mainLanguageCode>
    -  <remoteId>remoteId-qwert098</remoteId>
    -  <fields>
    -    <field>
    -      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>UserGroup</fieldValue>
    -    </field>
    -    <field>
    -      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    -      <languageCode>eng-GB</languageCode>
    -      <fieldValue>This is the description of the user group</fieldValue>
    -    </field>
    -  </fields>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupCreate>
    +  <mainLanguageCode>eng-GB</mainLanguageCode>
    +  <remoteId>remoteId-qwert098</remoteId>
    +  <fields>
    +    <field>
    +      <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>UserGroup</fieldValue>
    +    </field>
    +    <field>
    +      <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    +      <languageCode>eng-GB</languageCode>
    +      <fieldValue>This is the description of the user group</fieldValue>
    +    </field>
    +  </fields>
     </UserGroupCreate>
                                                 
    @@ -48346,30 +48876,30 @@
    Types
    file_copy

    -
    -                                                {
    -  "UserGroupCreate": {
    -    "mainLanguageCode": "eng-GB",
    -    "remoteId": "remoteId-qwert098",
    -    "fields": {
    -      "field": [
    -        {
    -          "fieldDefinitionIdentifier": "name",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "UserGroup2"
    -        },
    -        {
    -          "fieldDefinitionIdentifier": "description",
    -          "languageCode": "eng-GB",
    -          "fieldValue": "This is the description of the user group"
    -        }
    -      ]
    -    }
    -  }
    +                                            
    +                                                {
    +  "UserGroupCreate": {
    +    "mainLanguageCode": "eng-GB",
    +    "remoteId": "remoteId-qwert098",
    +    "fields": {
    +      "field": [
    +        {
    +          "fieldDefinitionIdentifier": "name",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "UserGroup2"
    +        },
    +        {
    +          "fieldDefinitionIdentifier": "description",
    +          "languageCode": "eng-GB",
    +          "fieldValue": "This is the description of the user group"
    +        }
    +      ]
    +    }
    +  }
     }
                                                 
    @@ -48423,22 +48953,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>UserGroup2</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/85/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/79"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/85/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2021-08-09T09:03:35+00:00</publishDate>
    -    <lastModificationDate>2021-08-09T09:03:35+00:0
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>UserGroup2</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/85/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/79"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/85/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2021-08-09T09:03:35+00:00</publishDate>
    +    <lastModificationDate>2021-08-09T09:03:35+00:00</lastMod
                                 
    View more @@ -48450,36 +48980,37 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/81",
    -        "_id": 87,
    -        "_remoteId": "remoteId-qwert098",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "UserGroup2",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/87/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/81"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.Location
    +                            
    +                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/81",
    +        "_id": 87,
    +        "_remoteId": "remoteId-qwert098",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "UserGroup2",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/87/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/81"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            
                                 
    View more @@ -48547,73 +49078,73 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    -    <name>UserGroup2</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/85/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/79"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/85/locations"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -    <publishDate>2021-08-09T09:03:35+00:00</publishDate>
    -    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/85/versions/1">
    -        <VersionInfo>
    -            <id>576</id>
    -            <versionNo>1</versionNo>
    -            <status>PUBLISHED</status>
    -            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>
    -            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <creationDate>2021-08-09T09:03:35+00:00</creationDate>
    -            <initialLanguageCode>eng-GB</initialLanguageCode>
    -            <languageCodes>eng-GB</languageCodes>
    -            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                <Language>
    -                    <languageCode>eng-GB</languageCode>
    -                </Language>
    -            </VersionTranslationInfo>
    -            <names>
    -                <value languageCode="eng-GB">UserGroup2</value>
    -            </names>
    -            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/85"/>
    -        </VersionInfo>
    -        <Fields>
    -            <field>
    -                <id>380</id>
    -                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>UserGroup2</fieldValue>
    -            </field>
    -            <field>
    -                <id>381</id>
    -                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>This is the description of the user group</fieldValue>
    -            </field>
    -        </Fields>
    -        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/85/versions/1/relations"/>
    -        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    -            <width></width>
    -            <height></height>
    -            <mimeType>image/svg+xml</mimeType>
    -        </Thumbnail>
    -    </Version>
    -    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    -    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/79/subgroups"/>
    -    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/79/users"/>
    -    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/79/roles"/>
    -</UserGroup>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    +    <name>UserGroup2</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/85/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/79"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/85/locations"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +    <publishDate>2021-08-09T09:03:35+00:00</publishDate>
    +    <lastModificationDate>2021-08-09T09:03:35+00:00</lastModificationDate>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/85/versions/1">
    +        <VersionInfo>
    +            <id>576</id>
    +            <versionNo>1</versionNo>
    +            <status>PUBLISHED</status>
    +            <modificationDate>2021-08-09T09:03:35+00:00</modificationDate>
    +            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <creationDate>2021-08-09T09:03:35+00:00</creationDate>
    +            <initialLanguageCode>eng-GB</initialLanguageCode>
    +            <languageCodes>eng-GB</languageCodes>
    +            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                <Language>
    +                    <languageCode>eng-GB</languageCode>
    +                </Language>
    +            </VersionTranslationInfo>
    +            <names>
    +                <value languageCode="eng-GB">UserGroup2</value>
    +            </names>
    +            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/85"/>
    +        </VersionInfo>
    +        <Fields>
    +            <field>
    +                <id>380</id>
    +                <fieldDefinitionIdentifier>name</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>UserGroup2</fieldValue>
    +            </field>
    +            <field>
    +                <id>381</id>
    +                <fieldDefinitionIdentifier>description</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>This is the description of the user group</fieldValue>
    +            </field>
    +        </Fields>
    +        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/85/versions/1/relations"/>
    +        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user_group</resource>
    +            <width></width>
    +            <height></height>
    +            <mimeType>image/svg+xml</mimeType>
    +        </Thumbnail>
    +    </Version>
    +    <ParentUserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5"/>
    +    <Subgroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups/1/5/79/subgroups"/>
    +    <Users media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/groups/1/5/79/users"/>
    +    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/79/roles"/>
    +</UserGroup>
     
                                                 
    @@ -48626,131 +49157,131 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroup": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/5/81",
    -        "_id": 87,
    -        "_remoteId": "remoteId-qwert098",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/3"
    -        },
    -        "name": "UserGroup2",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/87/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/81"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/objects/87/locations"
    -        },
    -        "Owner": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/14"
    -        },
    -        "publishDate": "2021-08-09T09:06:49+00:00",
    -        "lastModificationDate": "2021-08-09T09:06:49+00:00",
    -        "mainLanguageCode": "eng-GB",
    -        "alwaysAvailable": true,
    -        "Version": {
    -            "_media-type": "application/vnd.ibexa.api.Version+json",
    -            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
    -            "VersionInfo": {
    -                "id": 578,
    -                "versionNo": 1,
    -                "status": "PUBLISHED",
    -                "modificationDate": "2021-08-09T09:06:49+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "creationDate": "2021-08-09T09:06:49+00:00",
    -                "initialLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "VersionTranslationInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                    "Language": [
    -                        {
    -                            "languageCode": "eng-GB"
    -                        }
    -                    ]
    -                },
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "UserGroup2"
    -                        }
    -                    ]
    -                },
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/87"
    -                }
    -            },
    -            "Fields": {
    -                "field": [
    -                    {
    -                        "id": 384,
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "UserGroup2"
    -                    },
    -                    {
    -                        "id": 385,
    -                        "fieldDefinitionIdentifier": "description",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "This is the description of the user group"
    -                    }
    -                ]
    -            },
    -            "Relations": {
    -                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
    -                "Relation": []
    -            },
    -            "Thumbnail": {
    -                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    -                "width": null,
    -                "height": null,
    -                "mimeType": "image/svg+xml"
    -            }
    -        },
    -        "ParentUserGroup": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5"
    -        },
    -        "Subgroups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
    -        },
    -        "Users": {
    -            "_media-type": "application/vnd.ibexa.api.UserList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
    -        },
    -        "Roles": {
    -            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroup": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/5/81",
    +        "_id": 87,
    +        "_remoteId": "remoteId-qwert098",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/3"
    +        },
    +        "name": "UserGroup2",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/87/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/81"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/objects/87/locations"
    +        },
    +        "Owner": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/14"
    +        },
    +        "publishDate": "2021-08-09T09:06:49+00:00",
    +        "lastModificationDate": "2021-08-09T09:06:49+00:00",
    +        "mainLanguageCode": "eng-GB",
    +        "alwaysAvailable": true,
    +        "Version": {
    +            "_media-type": "application/vnd.ibexa.api.Version+json",
    +            "_href": "/api/ibexa/v2/content/objects/87/versions/1",
    +            "VersionInfo": {
    +                "id": 578,
    +                "versionNo": 1,
    +                "status": "PUBLISHED",
    +                "modificationDate": "2021-08-09T09:06:49+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "creationDate": "2021-08-09T09:06:49+00:00",
    +                "initialLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "VersionTranslationInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                    "Language": [
    +                        {
    +                            "languageCode": "eng-GB"
    +                        }
    +                    ]
    +                },
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "UserGroup2"
    +                        }
    +                    ]
    +                },
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/87"
    +                }
    +            },
    +            "Fields": {
    +                "field": [
    +                    {
    +                        "id": 384,
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "UserGroup2"
    +                    },
    +                    {
    +                        "id": 385,
    +                        "fieldDefinitionIdentifier": "description",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "This is the description of the user group"
    +                    }
    +                ]
    +            },
    +            "Relations": {
    +                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                "_href": "/api/ibexa/v2/content/objects/87/versions/1/relations",
    +                "Relation": []
    +            },
    +            "Thumbnail": {
    +                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user_group",
    +                "width": null,
    +                "height": null,
    +                "mimeType": "image/svg+xml"
    +            }
    +        },
    +        "ParentUserGroup": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5"
    +        },
    +        "Subgroups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/81/subgroups"
    +        },
    +        "Users": {
    +            "_media-type": "application/vnd.ibexa.api.UserList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/81/users"
    +        },
    +        "Roles": {
    +            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +            "_href": "/api/ibexa/v2/user/groups/1/5/81/roles"
    +        }
    +    }
    +}
     
                                                 
    @@ -48940,15 +49471,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    -</RoleAssignment>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    +</RoleAssignment>
     
                                 
    @@ -49004,15 +49535,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    -</RoleAssignment>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    +</RoleAssignment>
     
                                                 
    @@ -49238,21 +49769,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignInput>
    -  <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    -  <limitation identifier="Section">
    -      <values>
    -          <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -          <ref href="/api/ibexa/v2/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    -      </values>
    -  </limitation>
    -</RoleAssignInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignInput>
    +  <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    +  <limitation identifier="Section">
    +      <values>
    +          <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +          <ref href="/api/ibexa/v2/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    +      </values>
    +  </limitation>
    +</RoleAssignInput>
     
                                 
    @@ -49265,37 +49796,37 @@
    Types
    file_copy

    -
    -                                {
    -  "RoleAssignInput": {
    -    "Role": {
    -      "_href": "/api/ibexa/v2/user/roles/2",
    -      "media-type": "application/vnd.ibexa.api.RoleAssignInput+json",
    -      "self-closing": "true"
    -    },
    -    "Limitation": {
    -      "identifier": "Section",
    -      "values": {
    -        "ref": [
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/1",
    -            "media-type": "application/vnd.ibexa.api.Section+json",
    -            "self-closing": "true"
    -          },
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/4",
    -            "media-type": "application/vnd.ibexa.api.Section+json",
    -            "self-closing": "true"
    -          }
    -        ]
    -      }
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "RoleAssignInput": {
    +    "Role": {
    +      "_href": "/api/ibexa/v2/user/roles/2",
    +      "media-type": "application/vnd.ibexa.api.RoleAssignInput+json",
    +      "self-closing": "true"
    +    },
    +    "Limitation": {
    +      "identifier": "Section",
    +      "values": {
    +        "ref": [
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/1",
    +            "media-type": "application/vnd.ibexa.api.Section+json",
    +            "self-closing": "true"
    +          },
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/4",
    +            "media-type": "application/vnd.ibexa.api.Section+json",
    +            "self-closing": "true"
    +          }
    +        ]
    +      }
    +    }
    +  }
    +}
     
                                 
    @@ -49361,21 +49892,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignInput>
    -  <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    -  <limitation identifier="Section">
    -      <values>
    -          <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -          <ref href="/api/ibexa/v2/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    -      </values>
    -  </limitation>
    -</RoleAssignInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignInput>
    +  <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    +  <limitation identifier="Section">
    +      <values>
    +          <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +          <ref href="/api/ibexa/v2/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    +      </values>
    +  </limitation>
    +</RoleAssignInput>
     
                                                 
    @@ -49388,37 +49919,37 @@
    Types
    file_copy

    -
    -                                                {
    -  "RoleAssignInput": {
    -    "Role": {
    -      "_href": "/api/ibexa/v2/user/roles/2",
    -      "media-type": "application/vnd.ibexa.api.RoleAssignInput+json",
    -      "self-closing": "true"
    -    },
    -    "Limitation": {
    -      "identifier": "Section",
    -      "values": {
    -        "ref": [
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/1",
    -            "media-type": "application/vnd.ibexa.api.Section+json",
    -            "self-closing": "true"
    -          },
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/4",
    -            "media-type": "application/vnd.ibexa.api.Section+json",
    -            "self-closing": "true"
    -          }
    -        ]
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "RoleAssignInput": {
    +    "Role": {
    +      "_href": "/api/ibexa/v2/user/roles/2",
    +      "media-type": "application/vnd.ibexa.api.RoleAssignInput+json",
    +      "self-closing": "true"
    +    },
    +    "Limitation": {
    +      "identifier": "Section",
    +      "values": {
    +        "ref": [
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/1",
    +            "media-type": "application/vnd.ibexa.api.Section+json",
    +            "self-closing": "true"
    +          },
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/4",
    +            "media-type": "application/vnd.ibexa.api.Section+json",
    +            "self-closing": "true"
    +          }
    +        ]
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -49472,30 +50003,30 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    -</RoleAssignment>
    -<RoleAssig
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    +</RoleAssignment>
    +<RoleAssignment media-type="
                                 
    View more @@ -49507,27 +50038,27 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/12/2/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/12/2/roles/2",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/12/2/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/12/2/roles/2",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -49596,38 +50127,38 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    -</RoleAssignment>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="4"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    -</RoleAssignment>
    -</RoleAssignmentList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    +</RoleAssignment>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/10">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="4"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/>
    +</RoleAssignment>
    +</RoleAssignmentList>
     
                                                 
    @@ -49640,27 +50171,27 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/12/2/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/12/2/roles/2",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/12/2/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/12/2/roles/2",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -49860,15 +50391,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    -</RoleAssignment>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    +</RoleAssignment>
     
                                 
    @@ -49881,21 +50412,21 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignment": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/11/12/roles/1",
    -        "Role": {
    -            "_media-type": "application/vnd.ibexa.api.Role+json",
    -            "_href": "/api/ibexa/v2/user/roles/1"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignment": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/11/12/roles/1",
    +        "Role": {
    +            "_media-type": "application/vnd.ibexa.api.Role+json",
    +            "_href": "/api/ibexa/v2/user/roles/1"
    +        }
    +    }
    +}
     
                                 
    @@ -49964,15 +50495,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    -</RoleAssignment>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    +</RoleAssignment>
     
                                                 
    @@ -49985,21 +50516,21 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignment": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/11/12/roles/1",
    -        "Role": {
    -            "_media-type": "application/vnd.ibexa.api.Role+json",
    -            "_href": "/api/ibexa/v2/user/roles/1"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignment": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/11/12/roles/1",
    +        "Role": {
    +            "_media-type": "application/vnd.ibexa.api.Role+json",
    +            "_href": "/api/ibexa/v2/user/roles/1"
    +        }
    +    }
    +}
     
                                                 
    @@ -50178,22 +50709,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    -</RoleAssignmentList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
    +</RoleAssignmentList>
     
                                 
    @@ -50206,38 +50737,38 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/57/58/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/57/58/roles/3",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "1"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/3"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/57/58/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/57/58/roles/3",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "1"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/3"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -50306,22 +50837,22 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    -</RoleAssignmentList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
    +</RoleAssignmentList>
     
                                                 
    @@ -50334,38 +50865,38 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/groups/1/57/58/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/57/58/roles/3",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "1"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/3"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/groups/1/57/58/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/57/58/roles/3",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "1"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/3"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -50618,16 +51149,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -</UserRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +</UserRefList>
     
                                 
    @@ -50640,27 +51171,27 @@
    Types
    file_copy

    -
    -                                {
    -    "UserRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    -        "_href": "/api/ibexa/v2/user/groups/13/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/113"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/14"
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "UserRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    +        "_href": "/api/ibexa/v2/user/groups/13/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/113"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/14"
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -50729,16 +51260,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -</UserRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +</UserRefList>
     
                                                 
    @@ -50751,27 +51282,27 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    -        "_href": "/api/ibexa/v2/user/groups/13/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/113"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/14"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    +        "_href": "/api/ibexa/v2/user/groups/13/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/113"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/14"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -51024,15 +51555,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    -</UserGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    +</UserGroupRefList>
     
                                 
    @@ -51045,23 +51576,23 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -        "_href": "/api/ibexa/v2/user/groups/13/subgroups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13/112"
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "UserGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +        "_href": "/api/ibexa/v2/user/groups/13/subgroups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13/112"
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -51130,15 +51661,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    -</UserGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    +</UserGroupRefList>
     
                                                 
    @@ -51151,23 +51682,23 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -        "_href": "/api/ibexa/v2/user/groups/13/subgroups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13/112"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +        "_href": "/api/ibexa/v2/user/groups/13/subgroups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13/112"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -51464,15 +51995,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -</UserRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +</UserRefList>
     
                                 
    @@ -51485,33 +52016,34 @@
    Types
    file_copy

    -
    -                                {
    -    "UserList": {
    -        "_media-type": "application/vnd.ibexa.api.UserList+json",
    -        "_href": "/api/ibexa/v2/user/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/14",
    -                "_id": 14,
    -                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Administrator User",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/conte
    +                            
    +                                {
    +    "UserList": {
    +        "_media-type": "application/vnd.ibexa.api.UserList+json",
    +        "_href": "/api/ibexa/v2/user/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/14",
    +                "_id": 14,
    +                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Administrator User",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/2"
    +      
                                 
    View more @@ -51579,15 +52111,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -</UserRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +</UserRefList>
     
                                                 
    @@ -51600,166 +52132,166 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserList": {
    -        "_media-type": "application/vnd.ibexa.api.UserList+json",
    -        "_href": "/api/ibexa/v2/user/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/14",
    -                "_id": 14,
    -                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Administrator User",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sections/2"
    -                },
    -                "MainLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
    -                },
    -                "Locations": {
    -                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/locations"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/user/users/14/groups"
    -                },
    -                "Owner": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "publishDate": "2002-10-06T16:13:50+00:00",
    -                "lastModificationDate": "2011-03-25T14:07:04+00:00",
    -                "mainLanguageCode": "eng-GB",
    -                "alwaysAvailable": true,
    -                "Version": {
    -                    "_media-type": "application/vnd.ibexa.api.Version+json",
    -                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
    -                    "VersionInfo": {
    -                        "id": 499,
    -                        "versionNo": 3,
    -                        "status": "PUBLISHED",
    -                        "modificationDate": "2011-03-25T14:07:04+00:00",
    -                        "Creator": {
    -                            "_media-type": "application/vnd.ibexa.api.User+json",
    -                            "_href": "/api/ibexa/v2/user/users/14"
    -                        },
    -                        "creationDate": "2011-03-25T14:03:03+00:00",
    -                        "initialLanguageCode": "eng-GB",
    -                        "languageCodes": "eng-GB",
    -                        "VersionTranslationInfo": {
    -                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                            "Language": [
    -                                {
    -                                    "languageCode": "eng-GB"
    -                                }
    -                            ]
    -                        },
    -                        "names": {
    -                            "value": [
    -                                {
    -                                    "_languageCode": "eng-GB",
    -                                    "#text": "Administrator User"
    -                                }
    -                            ]
    -                        },
    -                        "Content": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                            "_href": "/api/ibexa/v2/content/objects/14"
    -                        }
    -                    },
    -                    "Fields": {
    -                        "field": [
    -                            {
    -                                "id": 28,
    -                                "fieldDefinitionIdentifier": "first_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "Administrator"
    -                            },
    -                            {
    -                                "id": 29,
    -                                "fieldDefinitionIdentifier": "last_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "User"
    -                            },
    -                            {
    -                                "id": 30,
    -                                "fieldDefinitionIdentifier": "user_account",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezuser",
    -                                "fieldValue": {
    -                                    "hasStoredLogin": true,
    -                                    "contentId": 14,
    -                                    "login": "admin",
    -                                    "email": "admin@link.invalid",
    -                                    "passwordUpdatedAt": null,
    -                                    "enabled": true,
    -                                    "maxLogin": 10,
    -                                    "plainPassword": null
    -                                }
    -                            },
    -                            {
    -                                "id": 178,
    -                                "fieldDefinitionIdentifier": "signature",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "eztext",
    -                                "fieldValue": null
    -                            },
    -                            {
    -                                "id": 180,
    -                                "fieldDefinitionIdentifier": "image",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezimage",
    -                                "fieldValue": null
    -                            }
    -                        ]
    -                    },
    -                    "Relations": {
    -                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
    -                        "Relation": []
    -                    },
    -                    "Thumbnail": {
    -                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    -                        "width": null,
    -                        "height": null,
    -                        "mimeType": "image/svg+xml"
    -                    }
    -                },
    -                "login": "admin",
    -                "email": "admin@link.invalid",
    -                "enabled": true,
    -                "UserGroups": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -                    "_href": "/api/ibexa/v2/user/users/14/groups"
    -                },
    -                "Roles": {
    -                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -                    "_href": "/api/ibexa/v2/user/users/14/roles"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserList": {
    +        "_media-type": "application/vnd.ibexa.api.UserList+json",
    +        "_href": "/api/ibexa/v2/user/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/14",
    +                "_id": 14,
    +                "_remoteId": "1bb4fe25487f05527efa8bfd394cecc7",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Administrator User",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/2"
    +                },
    +                "MainLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/5/13/15"
    +                },
    +                "Locations": {
    +                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/locations"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/user/users/14/groups"
    +                },
    +                "Owner": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "publishDate": "2002-10-06T16:13:50+00:00",
    +                "lastModificationDate": "2011-03-25T14:07:04+00:00",
    +                "mainLanguageCode": "eng-GB",
    +                "alwaysAvailable": true,
    +                "Version": {
    +                    "_media-type": "application/vnd.ibexa.api.Version+json",
    +                    "_href": "/api/ibexa/v2/content/objects/14/versions/3",
    +                    "VersionInfo": {
    +                        "id": 499,
    +                        "versionNo": 3,
    +                        "status": "PUBLISHED",
    +                        "modificationDate": "2011-03-25T14:07:04+00:00",
    +                        "Creator": {
    +                            "_media-type": "application/vnd.ibexa.api.User+json",
    +                            "_href": "/api/ibexa/v2/user/users/14"
    +                        },
    +                        "creationDate": "2011-03-25T14:03:03+00:00",
    +                        "initialLanguageCode": "eng-GB",
    +                        "languageCodes": "eng-GB",
    +                        "VersionTranslationInfo": {
    +                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                            "Language": [
    +                                {
    +                                    "languageCode": "eng-GB"
    +                                }
    +                            ]
    +                        },
    +                        "names": {
    +                            "value": [
    +                                {
    +                                    "_languageCode": "eng-GB",
    +                                    "#text": "Administrator User"
    +                                }
    +                            ]
    +                        },
    +                        "Content": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                            "_href": "/api/ibexa/v2/content/objects/14"
    +                        }
    +                    },
    +                    "Fields": {
    +                        "field": [
    +                            {
    +                                "id": 28,
    +                                "fieldDefinitionIdentifier": "first_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "Administrator"
    +                            },
    +                            {
    +                                "id": 29,
    +                                "fieldDefinitionIdentifier": "last_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "User"
    +                            },
    +                            {
    +                                "id": 30,
    +                                "fieldDefinitionIdentifier": "user_account",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezuser",
    +                                "fieldValue": {
    +                                    "hasStoredLogin": true,
    +                                    "contentId": 14,
    +                                    "login": "admin",
    +                                    "email": "admin@link.invalid",
    +                                    "passwordUpdatedAt": null,
    +                                    "enabled": true,
    +                                    "maxLogin": 10,
    +                                    "plainPassword": null
    +                                }
    +                            },
    +                            {
    +                                "id": 178,
    +                                "fieldDefinitionIdentifier": "signature",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "eztext",
    +                                "fieldValue": null
    +                            },
    +                            {
    +                                "id": 180,
    +                                "fieldDefinitionIdentifier": "image",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezimage",
    +                                "fieldValue": null
    +                            }
    +                        ]
    +                    },
    +                    "Relations": {
    +                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                        "_href": "/api/ibexa/v2/content/objects/14/versions/3/relations",
    +                        "Relation": []
    +                    },
    +                    "Thumbnail": {
    +                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    +                        "width": null,
    +                        "height": null,
    +                        "mimeType": "image/svg+xml"
    +                    }
    +                },
    +                "login": "admin",
    +                "email": "admin@link.invalid",
    +                "enabled": true,
    +                "UserGroups": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +                    "_href": "/api/ibexa/v2/user/users/14/groups"
    +                },
    +                "Roles": {
    +                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +                    "_href": "/api/ibexa/v2/user/users/14/roles"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -51819,7 +52351,7 @@
    Query parameters
    - Lists Users assigned to the given Role (e.g. GET /user/users?roleId=/user/roles/1). + Check is there are Users directly assigned to the given Role. @@ -51836,7 +52368,7 @@
    Query parameters
    - Retrieves the User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). + Checks if there is a User for the given remote ID (e.g. GET /user/users?remoteId=55dd9713db75145f374bbd0b4f60ad29). @@ -51853,7 +52385,7 @@
    Query parameters
    - Retrieves the User for the given login (e.g. GET /user/users?login=editor). + Checks if there is a User for the given login (e.g. GET /user/users?login=editor). @@ -51870,7 +52402,7 @@
    Query parameters
    - Lists Users with the given email (e.g. GET /user/users?email=editor@example.com). + Check if there is a User with the given email (e.g. GET /user/users?email=editor@example.com). @@ -52148,21 +52680,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    -        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -        <name>Jose Vargas</name>
    -        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    -        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    -        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    -        <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" h
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    +        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +        <name>Jose Vargas</name>
    +        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    +        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    +        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    +        <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api
                                 
    View more @@ -52174,33 +52706,34 @@
    Types
    file_copy

    -
    -                                {
    -    "UserList": {
    -        "_media-type": "application/vnd.ibexa.api.UserList+json",
    -        "_href": "/api/ibexa/v2/user/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/79",
    -                "_id": 79,
    -                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Jose Vargas",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/79/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sect
    +                            
    +                                {
    +    "UserList": {
    +        "_media-type": "application/vnd.ibexa.api.UserList+json",
    +        "_href": "/api/ibexa/v2/user/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/79",
    +                "_id": 79,
    +                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Jose Vargas",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/79/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/2"
    +             
                                 
    View more @@ -52268,107 +52801,107 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
    -    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    -        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -        <name>Jose Vargas</name>
    -        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    -        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    -        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    -        <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    -        <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    -        <publishDate>2021-06-29T08:23:42+00:00</publishDate>
    -        <lastModificationDate>2021-06-29T08:23:42+00:00</lastModificationDate>
    -        <mainLanguageCode>eng-GB</mainLanguageCode>
    -        <alwaysAvailable>true</alwaysAvailable>
    -        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/79/versions/1">
    -            <VersionInfo>
    -                <id>547</id>
    -                <versionNo>1</versionNo>
    -                <status>PUBLISHED</status>
    -                <modificationDate>2021-06-29T08:23:42+00:00</modificationDate>
    -                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    -                <creationDate>2021-06-29T08:23:42+00:00</creationDate>
    -                <initialLanguageCode>eng-GB</initialLanguageCode>
    -                <languageCodes>eng-GB</languageCodes>
    -                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                    <Language>
    -                        <languageCode>eng-GB</languageCode>
    -                    </Language>
    -                </VersionTranslationInfo>
    -                <names>
    -                    <value languageCode="eng-GB">Jose Vargas</value>
    -                </names>
    -                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/79"/>
    -            </VersionInfo>
    -            <Fields>
    -                <field>
    -                    <id>342</id>
    -                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                    <fieldValue>Jose</fieldValue>
    -                </field>
    -                <field>
    -                    <id>343</id>
    -                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                    <fieldValue>Vargas</fieldValue>
    -                </field>
    -                <field>
    -                    <id>344</id>
    -                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    -                    <fieldValue>
    -                        <value key="hasStoredLogin">true</value>
    -                        <value key="contentId">79</value>
    -                        <value key="login">josevargas</value>
    -                        <value key="email">aa@bb.cc</value>
    -                        <value key="passwordUpdatedAt">1624955022</value>
    -                        <value key="enabled">true</value>
    -                        <value key="maxLogin">0</value>
    -                        <value key="plainPassword"/>
    -                    </fieldValue>
    -                </field>
    -                <field>
    -                    <id>345</id>
    -                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    -                    <fieldValue/>
    -                </field>
    -                <field>
    -                    <id>346</id>
    -                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    -                    <languageCode>eng-GB</languageCode>
    -                    <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    -                    <fieldValue/>
    -                </field>
    -            </Fields>
    -            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/79/versions/1/relations"/>
    -            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    -                <width></width>
    -                <height></height>
    -                <mimeType>image/svg+xml</mimeType>
    -            </Thumbnail>
    -        </Version>
    -        <login>josevargas</login>
    -        <email>aa@bb.cc</email>
    -        <enabled>true</enabled>
    -        <UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    -        <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/79/roles"/>
    -    </User>
    -</UserList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
    +    <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    +        <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +        <name>Jose Vargas</name>
    +        <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    +        <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +        <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    +        <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    +        <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    +        <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    +        <publishDate>2021-06-29T08:23:42+00:00</publishDate>
    +        <lastModificationDate>2021-06-29T08:23:42+00:00</lastModificationDate>
    +        <mainLanguageCode>eng-GB</mainLanguageCode>
    +        <alwaysAvailable>true</alwaysAvailable>
    +        <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/79/versions/1">
    +            <VersionInfo>
    +                <id>547</id>
    +                <versionNo>1</versionNo>
    +                <status>PUBLISHED</status>
    +                <modificationDate>2021-06-29T08:23:42+00:00</modificationDate>
    +                <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    +                <creationDate>2021-06-29T08:23:42+00:00</creationDate>
    +                <initialLanguageCode>eng-GB</initialLanguageCode>
    +                <languageCodes>eng-GB</languageCodes>
    +                <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                    <Language>
    +                        <languageCode>eng-GB</languageCode>
    +                    </Language>
    +                </VersionTranslationInfo>
    +                <names>
    +                    <value languageCode="eng-GB">Jose Vargas</value>
    +                </names>
    +                <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/79"/>
    +            </VersionInfo>
    +            <Fields>
    +                <field>
    +                    <id>342</id>
    +                    <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                    <fieldValue>Jose</fieldValue>
    +                </field>
    +                <field>
    +                    <id>343</id>
    +                    <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                    <fieldValue>Vargas</fieldValue>
    +                </field>
    +                <field>
    +                    <id>344</id>
    +                    <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    +                    <fieldValue>
    +                        <value key="hasStoredLogin">true</value>
    +                        <value key="contentId">79</value>
    +                        <value key="login">josevargas</value>
    +                        <value key="email">aa@bb.cc</value>
    +                        <value key="passwordUpdatedAt">1624955022</value>
    +                        <value key="enabled">true</value>
    +                        <value key="maxLogin">0</value>
    +                        <value key="plainPassword"/>
    +                    </fieldValue>
    +                </field>
    +                <field>
    +                    <id>345</id>
    +                    <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    +                    <fieldValue/>
    +                </field>
    +                <field>
    +                    <id>346</id>
    +                    <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    +                    <languageCode>eng-GB</languageCode>
    +                    <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    +                    <fieldValue/>
    +                </field>
    +            </Fields>
    +            <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/79/versions/1/relations"/>
    +            <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +                <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    +                <width></width>
    +                <height></height>
    +                <mimeType>image/svg+xml</mimeType>
    +            </Thumbnail>
    +        </Version>
    +        <login>josevargas</login>
    +        <email>aa@bb.cc</email>
    +        <enabled>true</enabled>
    +        <UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    +        <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/79/roles"/>
    +    </User>
    +</UserList>
     
                                                 
    @@ -52381,166 +52914,166 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserList": {
    -        "_media-type": "application/vnd.ibexa.api.UserList+json",
    -        "_href": "/api/ibexa/v2/user/users",
    -        "User": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.User+json",
    -                "_href": "/api/ibexa/v2/user/users/79",
    -                "_id": 79,
    -                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    -                "ContentType": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -                    "_href": "/api/ibexa/v2/content/types/4"
    -                },
    -                "name": "Jose Vargas",
    -                "Versions": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/79/versions"
    -                },
    -                "Section": {
    -                    "_media-type": "application/vnd.ibexa.api.Section+json",
    -                    "_href": "/api/ibexa/v2/content/sections/2"
    -                },
    -                "MainLocation": {
    -                    "_media-type": "application/vnd.ibexa.api.Location+json",
    -                    "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    -                },
    -                "Locations": {
    -                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -                    "_href": "/api/ibexa/v2/content/objects/79/locations"
    -                },
    -                "Groups": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -                    "_href": "/api/ibexa/v2/user/users/79/groups"
    -                },
    -                "Owner": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/10"
    -                },
    -                "publishDate": "2021-06-29T08:23:42+00:00",
    -                "lastModificationDate": "2021-06-29T08:23:42+00:00",
    -                "mainLanguageCode": "eng-GB",
    -                "alwaysAvailable": true,
    -                "Version": {
    -                    "_media-type": "application/vnd.ibexa.api.Version+json",
    -                    "_href": "/api/ibexa/v2/content/objects/79/versions/1",
    -                    "VersionInfo": {
    -                        "id": 547,
    -                        "versionNo": 1,
    -                        "status": "PUBLISHED",
    -                        "modificationDate": "2021-06-29T08:23:42+00:00",
    -                        "Creator": {
    -                            "_media-type": "application/vnd.ibexa.api.User+json",
    -                            "_href": "/api/ibexa/v2/user/users/10"
    -                        },
    -                        "creationDate": "2021-06-29T08:23:42+00:00",
    -                        "initialLanguageCode": "eng-GB",
    -                        "languageCodes": "eng-GB",
    -                        "VersionTranslationInfo": {
    -                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                            "Language": [
    -                                {
    -                                    "languageCode": "eng-GB"
    -                                }
    -                            ]
    -                        },
    -                        "names": {
    -                            "value": [
    -                                {
    -                                    "_languageCode": "eng-GB",
    -                                    "#text": "Jose Vargas"
    -                                }
    -                            ]
    -                        },
    -                        "Content": {
    -                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                            "_href": "/api/ibexa/v2/content/objects/79"
    -                        }
    -                    },
    -                    "Fields": {
    -                        "field": [
    -                            {
    -                                "id": 342,
    -                                "fieldDefinitionIdentifier": "first_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "Jose"
    -                            },
    -                            {
    -                                "id": 343,
    -                                "fieldDefinitionIdentifier": "last_name",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezstring",
    -                                "fieldValue": "Vargas"
    -                            },
    -                            {
    -                                "id": 344,
    -                                "fieldDefinitionIdentifier": "user_account",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezuser",
    -                                "fieldValue": {
    -                                    "hasStoredLogin": true,
    -                                    "contentId": 79,
    -                                    "login": "josevargas",
    -                                    "email": "aa@bb.cc",
    -                                    "passwordUpdatedAt": 1624955022,
    -                                    "enabled": true,
    -                                    "maxLogin": 0,
    -                                    "plainPassword": null
    -                                }
    -                            },
    -                            {
    -                                "id": 345,
    -                                "fieldDefinitionIdentifier": "signature",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "eztext",
    -                                "fieldValue": null
    -                            },
    -                            {
    -                                "id": 346,
    -                                "fieldDefinitionIdentifier": "image",
    -                                "languageCode": "eng-GB",
    -                                "fieldTypeIdentifier": "ezimage",
    -                                "fieldValue": null
    -                            }
    -                        ]
    -                    },
    -                    "Relations": {
    -                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                        "_href": "/api/ibexa/v2/content/objects/79/versions/1/relations",
    -                        "Relation": []
    -                    },
    -                    "Thumbnail": {
    -                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    -                        "width": null,
    -                        "height": null,
    -                        "mimeType": "image/svg+xml"
    -                    }
    -                },
    -                "login": "josevargas",
    -                "email": "aa@bb.cc",
    -                "enabled": true,
    -                "UserGroups": {
    -                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -                    "_href": "/api/ibexa/v2/user/users/79/groups"
    -                },
    -                "Roles": {
    -                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -                    "_href": "/api/ibexa/v2/user/users/79/roles"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserList": {
    +        "_media-type": "application/vnd.ibexa.api.UserList+json",
    +        "_href": "/api/ibexa/v2/user/users",
    +        "User": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.User+json",
    +                "_href": "/api/ibexa/v2/user/users/79",
    +                "_id": 79,
    +                "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    +                "ContentType": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +                    "_href": "/api/ibexa/v2/content/types/4"
    +                },
    +                "name": "Jose Vargas",
    +                "Versions": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/79/versions"
    +                },
    +                "Section": {
    +                    "_media-type": "application/vnd.ibexa.api.Section+json",
    +                    "_href": "/api/ibexa/v2/content/sections/2"
    +                },
    +                "MainLocation": {
    +                    "_media-type": "application/vnd.ibexa.api.Location+json",
    +                    "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    +                },
    +                "Locations": {
    +                    "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +                    "_href": "/api/ibexa/v2/content/objects/79/locations"
    +                },
    +                "Groups": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +                    "_href": "/api/ibexa/v2/user/users/79/groups"
    +                },
    +                "Owner": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/10"
    +                },
    +                "publishDate": "2021-06-29T08:23:42+00:00",
    +                "lastModificationDate": "2021-06-29T08:23:42+00:00",
    +                "mainLanguageCode": "eng-GB",
    +                "alwaysAvailable": true,
    +                "Version": {
    +                    "_media-type": "application/vnd.ibexa.api.Version+json",
    +                    "_href": "/api/ibexa/v2/content/objects/79/versions/1",
    +                    "VersionInfo": {
    +                        "id": 547,
    +                        "versionNo": 1,
    +                        "status": "PUBLISHED",
    +                        "modificationDate": "2021-06-29T08:23:42+00:00",
    +                        "Creator": {
    +                            "_media-type": "application/vnd.ibexa.api.User+json",
    +                            "_href": "/api/ibexa/v2/user/users/10"
    +                        },
    +                        "creationDate": "2021-06-29T08:23:42+00:00",
    +                        "initialLanguageCode": "eng-GB",
    +                        "languageCodes": "eng-GB",
    +                        "VersionTranslationInfo": {
    +                            "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                            "Language": [
    +                                {
    +                                    "languageCode": "eng-GB"
    +                                }
    +                            ]
    +                        },
    +                        "names": {
    +                            "value": [
    +                                {
    +                                    "_languageCode": "eng-GB",
    +                                    "#text": "Jose Vargas"
    +                                }
    +                            ]
    +                        },
    +                        "Content": {
    +                            "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                            "_href": "/api/ibexa/v2/content/objects/79"
    +                        }
    +                    },
    +                    "Fields": {
    +                        "field": [
    +                            {
    +                                "id": 342,
    +                                "fieldDefinitionIdentifier": "first_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "Jose"
    +                            },
    +                            {
    +                                "id": 343,
    +                                "fieldDefinitionIdentifier": "last_name",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezstring",
    +                                "fieldValue": "Vargas"
    +                            },
    +                            {
    +                                "id": 344,
    +                                "fieldDefinitionIdentifier": "user_account",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezuser",
    +                                "fieldValue": {
    +                                    "hasStoredLogin": true,
    +                                    "contentId": 79,
    +                                    "login": "josevargas",
    +                                    "email": "aa@bb.cc",
    +                                    "passwordUpdatedAt": 1624955022,
    +                                    "enabled": true,
    +                                    "maxLogin": 0,
    +                                    "plainPassword": null
    +                                }
    +                            },
    +                            {
    +                                "id": 345,
    +                                "fieldDefinitionIdentifier": "signature",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "eztext",
    +                                "fieldValue": null
    +                            },
    +                            {
    +                                "id": 346,
    +                                "fieldDefinitionIdentifier": "image",
    +                                "languageCode": "eng-GB",
    +                                "fieldTypeIdentifier": "ezimage",
    +                                "fieldValue": null
    +                            }
    +                        ]
    +                    },
    +                    "Relations": {
    +                        "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                        "_href": "/api/ibexa/v2/content/objects/79/versions/1/relations",
    +                        "Relation": []
    +                    },
    +                    "Thumbnail": {
    +                        "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                        "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    +                        "width": null,
    +                        "height": null,
    +                        "mimeType": "image/svg+xml"
    +                    }
    +                },
    +                "login": "josevargas",
    +                "email": "aa@bb.cc",
    +                "enabled": true,
    +                "UserGroups": {
    +                    "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +                    "_href": "/api/ibexa/v2/user/users/79/groups"
    +                },
    +                "Roles": {
    +                    "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +                    "_href": "/api/ibexa/v2/user/users/79/roles"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -52755,6 +53288,14 @@
    Types
    + + + UserUpdate + + + + + User @@ -52771,6 +53312,183 @@
    Types
    +
    + +
    +
    +
    +
    +

    + file_copy + +

    +
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserUpdate>
    +  <login>josevargas</login>
    +  <enabled>false</enabled>
    +</UserUpdate>
    +
    +                            
    +
    + View more +
    +
    +
    +

    + file_copy + +

    +
    +                                {
    +    "UserUpdate": {
    +        "login": "josevargas",
    +        "enabled": false
    +    }
    +}
    +                            
    +
    + View more +
    +
    +
    + +
    @@ -52813,21 +53531,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -    <name>Jose Vargas</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    -    <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +    <name>Jose Vargas</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    +    <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"
                                 
    View more @@ -52839,36 +53557,37 @@
    Types
    file_copy

    -
    -                                {
    -    "User": {
    -        "_media-type": "application/vnd.ibexa.api.User+json",
    -        "_href": "/api/ibexa/v2/user/users/79",
    -        "_id": 79,
    -        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/4"
    -        },
    -        "name": "Jose Vargas",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/79/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.Loca
    +                            
    +                                {
    +    "User": {
    +        "_media-type": "application/vnd.ibexa.api.User+json",
    +        "_href": "/api/ibexa/v2/user/users/79",
    +        "_id": 79,
    +        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/4"
    +        },
    +        "name": "Jose Vargas",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/79/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +        
                                 
    View more @@ -52936,105 +53655,105 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    -    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    -    <name>Jose Vargas</name>
    -    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    -    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    -    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    -    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    -    <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    -    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    -    <publishDate>2021-06-29T08:23:42+00:00</publishDate>
    -    <lastModificationDate>2021-07-29T11:45:07+00:00</lastModificationDate>
    -    <mainLanguageCode>eng-GB</mainLanguageCode>
    -    <alwaysAvailable>true</alwaysAvailable>
    -    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/79/versions/6">
    -        <VersionInfo>
    -            <id>609</id>
    -            <versionNo>6</versionNo>
    -            <status>PUBLISHED</status>
    -            <modificationDate>2021-07-29T11:45:07+00:00</modificationDate>
    -            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    -            <creationDate>2021-07-29T11:45:07+00:00</creationDate>
    -            <initialLanguageCode>eng-GB</initialLanguageCode>
    -            <languageCodes>eng-GB</languageCodes>
    -            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    -                <Language>
    -                    <languageCode>eng-GB</languageCode>
    -                </Language>
    -            </VersionTranslationInfo>
    -            <names>
    -                <value languageCode="eng-GB">Jose Vargas</value>
    -            </names>
    -            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/79"/>
    -        </VersionInfo>
    -        <Fields>
    -            <field>
    -                <id>342</id>
    -                <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>Jose</fieldValue>
    -            </field>
    -            <field>
    -                <id>343</id>
    -                <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    -                <fieldValue>Vargas</fieldValue>
    -            </field>
    -            <field>
    -                <id>344</id>
    -                <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    -                <fieldValue>
    -                    <value key="hasStoredLogin">true</value>
    -                    <value key="contentId">79</value>
    -                    <value key="login">josevargas</value>
    -                    <value key="email">aa@bb.cc</value>
    -                    <value key="passwordUpdatedAt"/>
    -                    <value key="enabled">false</value>
    -                    <value key="maxLogin">0</value>
    -                    <value key="plainPassword"/>
    -                </fieldValue>
    -            </field>
    -            <field>
    -                <id>345</id>
    -                <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    -                <fieldValue/>
    -            </field>
    -            <field>
    -                <id>346</id>
    -                <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    -                <languageCode>eng-GB</languageCode>
    -                <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    -                <fieldValue/>
    -            </field>
    -        </Fields>
    -        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/79/versions/6/relations"/>
    -        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    -            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    -            <width></width>
    -            <height></height>
    -            <mimeType>image/svg+xml</mimeType>
    -        </Thumbnail>
    -    </Version>
    -    <login>josevargas</login>
    -    <email>aa@bb.cc</email>
    -    <enabled>false</enabled>
    -    <UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    -    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/79/roles"/>
    -</User>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    +    <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    +    <name>Jose Vargas</name>
    +    <Versions media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/79/versions"/>
    +    <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/2"/>
    +    <MainLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/5/12/79"/>
    +    <Locations media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/79/locations"/>
    +    <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    +    <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"/>
    +    <publishDate>2021-06-29T08:23:42+00:00</publishDate>
    +    <lastModificationDate>2021-07-29T11:45:07+00:00</lastModificationDate>
    +    <mainLanguageCode>eng-GB</mainLanguageCode>
    +    <alwaysAvailable>true</alwaysAvailable>
    +    <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/79/versions/6">
    +        <VersionInfo>
    +            <id>609</id>
    +            <versionNo>6</versionNo>
    +            <status>PUBLISHED</status>
    +            <modificationDate>2021-07-29T11:45:07+00:00</modificationDate>
    +            <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    +            <creationDate>2021-07-29T11:45:07+00:00</creationDate>
    +            <initialLanguageCode>eng-GB</initialLanguageCode>
    +            <languageCodes>eng-GB</languageCodes>
    +            <VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml">
    +                <Language>
    +                    <languageCode>eng-GB</languageCode>
    +                </Language>
    +            </VersionTranslationInfo>
    +            <names>
    +                <value languageCode="eng-GB">Jose Vargas</value>
    +            </names>
    +            <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/79"/>
    +        </VersionInfo>
    +        <Fields>
    +            <field>
    +                <id>342</id>
    +                <fieldDefinitionIdentifier>first_name</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>Jose</fieldValue>
    +            </field>
    +            <field>
    +                <id>343</id>
    +                <fieldDefinitionIdentifier>last_name</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezstring</fieldTypeIdentifier>
    +                <fieldValue>Vargas</fieldValue>
    +            </field>
    +            <field>
    +                <id>344</id>
    +                <fieldDefinitionIdentifier>user_account</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezuser</fieldTypeIdentifier>
    +                <fieldValue>
    +                    <value key="hasStoredLogin">true</value>
    +                    <value key="contentId">79</value>
    +                    <value key="login">josevargas</value>
    +                    <value key="email">aa@bb.cc</value>
    +                    <value key="passwordUpdatedAt"/>
    +                    <value key="enabled">false</value>
    +                    <value key="maxLogin">0</value>
    +                    <value key="plainPassword"/>
    +                </fieldValue>
    +            </field>
    +            <field>
    +                <id>345</id>
    +                <fieldDefinitionIdentifier>signature</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>eztext</fieldTypeIdentifier>
    +                <fieldValue/>
    +            </field>
    +            <field>
    +                <id>346</id>
    +                <fieldDefinitionIdentifier>image</fieldDefinitionIdentifier>
    +                <languageCode>eng-GB</languageCode>
    +                <fieldTypeIdentifier>ezimage</fieldTypeIdentifier>
    +                <fieldValue/>
    +            </field>
    +        </Fields>
    +        <Relations media-type="application/vnd.ibexa.api.RelationList+xml" href="/api/ibexa/v2/content/objects/79/versions/6/relations"/>
    +        <Thumbnail media-type="application/vnd.ibexa.api.Thumbnail+xml">
    +            <resource>/bundles/ezplatformadminui/img/ez-icons.svg#user</resource>
    +            <width></width>
    +            <height></height>
    +            <mimeType>image/svg+xml</mimeType>
    +        </Thumbnail>
    +    </Version>
    +    <login>josevargas</login>
    +    <email>aa@bb.cc</email>
    +    <enabled>false</enabled>
    +    <UserGroups media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/users/79/groups"/>
    +    <Roles media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/79/roles"/>
    +</User>
     
                                                 
    @@ -53047,160 +53766,160 @@
    Types
    file_copy

    -
    -                                                {
    -    "User": {
    -        "_media-type": "application/vnd.ibexa.api.User+json",
    -        "_href": "/api/ibexa/v2/user/users/79",
    -        "_id": 79,
    -        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    -        "ContentType": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/4"
    -        },
    -        "name": "Jose Vargas",
    -        "Versions": {
    -            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    -            "_href": "/api/ibexa/v2/content/objects/79/versions"
    -        },
    -        "Section": {
    -            "_media-type": "application/vnd.ibexa.api.Section+json",
    -            "_href": "/api/ibexa/v2/content/sections/2"
    -        },
    -        "MainLocation": {
    -            "_media-type": "application/vnd.ibexa.api.Location+json",
    -            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    -        },
    -        "Locations": {
    -            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    -            "_href": "/api/ibexa/v2/content/objects/79/locations"
    -        },
    -        "Groups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -            "_href": "/api/ibexa/v2/user/users/79/groups"
    -        },
    -        "Owner": {
    -            "_media-type": "application/vnd.ibexa.api.User+json",
    -            "_href": "/api/ibexa/v2/user/users/10"
    -        },
    -        "publishDate": "2021-06-29T08:23:42+00:00",
    -        "lastModificationDate": "2021-07-29T12:00:24+00:00",
    -        "mainLanguageCode": "eng-GB",
    -        "alwaysAvailable": true,
    -        "Version": {
    -            "_media-type": "application/vnd.ibexa.api.Version+json",
    -            "_href": "/api/ibexa/v2/content/objects/79/versions/11",
    -            "VersionInfo": {
    -                "id": 614,
    -                "versionNo": 11,
    -                "status": "PUBLISHED",
    -                "modificationDate": "2021-07-29T12:00:24+00:00",
    -                "Creator": {
    -                    "_media-type": "application/vnd.ibexa.api.User+json",
    -                    "_href": "/api/ibexa/v2/user/users/14"
    -                },
    -                "creationDate": "2021-07-29T12:00:24+00:00",
    -                "initialLanguageCode": "eng-GB",
    -                "languageCodes": "eng-GB",
    -                "VersionTranslationInfo": {
    -                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    -                    "Language": [
    -                        {
    -                            "languageCode": "eng-GB"
    -                        }
    -                    ]
    -                },
    -                "names": {
    -                    "value": [
    -                        {
    -                            "_languageCode": "eng-GB",
    -                            "#text": "Jose Vargas"
    -                        }
    -                    ]
    -                },
    -                "Content": {
    -                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    -                    "_href": "/api/ibexa/v2/content/objects/79"
    -                }
    -            },
    -            "Fields": {
    -                "field": [
    -                    {
    -                        "id": 342,
    -                        "fieldDefinitionIdentifier": "first_name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Jose"
    -                    },
    -                    {
    -                        "id": 343,
    -                        "fieldDefinitionIdentifier": "last_name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "Vargas"
    -                    },
    -                    {
    -                        "id": 344,
    -                        "fieldDefinitionIdentifier": "user_account",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezuser",
    -                        "fieldValue": {
    -                            "hasStoredLogin": true,
    -                            "contentId": 79,
    -                            "login": "josevargas",
    -                            "email": "aa@bb.cc",
    -                            "passwordUpdatedAt": null,
    -                            "enabled": false,
    -                            "maxLogin": 0,
    -                            "plainPassword": null
    -                        }
    -                    },
    -                    {
    -                        "id": 345,
    -                        "fieldDefinitionIdentifier": "signature",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "eztext",
    -                        "fieldValue": null
    -                    },
    -                    {
    -                        "id": 346,
    -                        "fieldDefinitionIdentifier": "image",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezimage",
    -                        "fieldValue": null
    -                    }
    -                ]
    -            },
    -            "Relations": {
    -                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    -                "_href": "/api/ibexa/v2/content/objects/79/versions/11/relations",
    -                "Relation": []
    -            },
    -            "Thumbnail": {
    -                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    -                "width": null,
    -                "height": null,
    -                "mimeType": "image/svg+xml"
    -            }
    -        },
    -        "login": "josevargas",
    -        "email": "aa@bb.cc",
    -        "enabled": false,
    -        "UserGroups": {
    -            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    -            "_href": "/api/ibexa/v2/user/users/79/groups"
    -        },
    -        "Roles": {
    -            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -            "_href": "/api/ibexa/v2/user/users/79/roles"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "User": {
    +        "_media-type": "application/vnd.ibexa.api.User+json",
    +        "_href": "/api/ibexa/v2/user/users/79",
    +        "_id": 79,
    +        "_remoteId": "bcf0764b417f05af21852a1f03fb1f13",
    +        "ContentType": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/4"
    +        },
    +        "name": "Jose Vargas",
    +        "Versions": {
    +            "_media-type": "application/vnd.ibexa.api.VersionList+json",
    +            "_href": "/api/ibexa/v2/content/objects/79/versions"
    +        },
    +        "Section": {
    +            "_media-type": "application/vnd.ibexa.api.Section+json",
    +            "_href": "/api/ibexa/v2/content/sections/2"
    +        },
    +        "MainLocation": {
    +            "_media-type": "application/vnd.ibexa.api.Location+json",
    +            "_href": "/api/ibexa/v2/content/locations/1/5/12/79"
    +        },
    +        "Locations": {
    +            "_media-type": "application/vnd.ibexa.api.LocationList+json",
    +            "_href": "/api/ibexa/v2/content/objects/79/locations"
    +        },
    +        "Groups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +            "_href": "/api/ibexa/v2/user/users/79/groups"
    +        },
    +        "Owner": {
    +            "_media-type": "application/vnd.ibexa.api.User+json",
    +            "_href": "/api/ibexa/v2/user/users/10"
    +        },
    +        "publishDate": "2021-06-29T08:23:42+00:00",
    +        "lastModificationDate": "2021-07-29T12:00:24+00:00",
    +        "mainLanguageCode": "eng-GB",
    +        "alwaysAvailable": true,
    +        "Version": {
    +            "_media-type": "application/vnd.ibexa.api.Version+json",
    +            "_href": "/api/ibexa/v2/content/objects/79/versions/11",
    +            "VersionInfo": {
    +                "id": 614,
    +                "versionNo": 11,
    +                "status": "PUBLISHED",
    +                "modificationDate": "2021-07-29T12:00:24+00:00",
    +                "Creator": {
    +                    "_media-type": "application/vnd.ibexa.api.User+json",
    +                    "_href": "/api/ibexa/v2/user/users/14"
    +                },
    +                "creationDate": "2021-07-29T12:00:24+00:00",
    +                "initialLanguageCode": "eng-GB",
    +                "languageCodes": "eng-GB",
    +                "VersionTranslationInfo": {
    +                    "_media-type": "application/vnd.ibexa.api.VersionTranslationInfo+json",
    +                    "Language": [
    +                        {
    +                            "languageCode": "eng-GB"
    +                        }
    +                    ]
    +                },
    +                "names": {
    +                    "value": [
    +                        {
    +                            "_languageCode": "eng-GB",
    +                            "#text": "Jose Vargas"
    +                        }
    +                    ]
    +                },
    +                "Content": {
    +                    "_media-type": "application/vnd.ibexa.api.ContentInfo+json",
    +                    "_href": "/api/ibexa/v2/content/objects/79"
    +                }
    +            },
    +            "Fields": {
    +                "field": [
    +                    {
    +                        "id": 342,
    +                        "fieldDefinitionIdentifier": "first_name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Jose"
    +                    },
    +                    {
    +                        "id": 343,
    +                        "fieldDefinitionIdentifier": "last_name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "Vargas"
    +                    },
    +                    {
    +                        "id": 344,
    +                        "fieldDefinitionIdentifier": "user_account",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezuser",
    +                        "fieldValue": {
    +                            "hasStoredLogin": true,
    +                            "contentId": 79,
    +                            "login": "josevargas",
    +                            "email": "aa@bb.cc",
    +                            "passwordUpdatedAt": null,
    +                            "enabled": false,
    +                            "maxLogin": 0,
    +                            "plainPassword": null
    +                        }
    +                    },
    +                    {
    +                        "id": 345,
    +                        "fieldDefinitionIdentifier": "signature",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "eztext",
    +                        "fieldValue": null
    +                    },
    +                    {
    +                        "id": 346,
    +                        "fieldDefinitionIdentifier": "image",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezimage",
    +                        "fieldValue": null
    +                    }
    +                ]
    +            },
    +            "Relations": {
    +                "_media-type": "application/vnd.ibexa.api.RelationList+json",
    +                "_href": "/api/ibexa/v2/content/objects/79/versions/11/relations",
    +                "Relation": []
    +            },
    +            "Thumbnail": {
    +                "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                "resource": "/bundles/ezplatformadminui/img/ez-icons.svg#user",
    +                "width": null,
    +                "height": null,
    +                "mimeType": "image/svg+xml"
    +            }
    +        },
    +        "login": "josevargas",
    +        "email": "aa@bb.cc",
    +        "enabled": false,
    +        "UserGroups": {
    +            "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    +            "_href": "/api/ibexa/v2/user/users/79/groups"
    +        },
    +        "Roles": {
    +            "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +            "_href": "/api/ibexa/v2/user/users/79/roles"
    +        }
    +    }
    +}
     
                                                 
    @@ -53524,20 +54243,20 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    -        <unassign href="/api/ibexa/v2/user/users/55/groups/12" method="DELETE"/>
    -    </UserGroup>
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/14">
    -        <unassign href="/api/ibexa/v2/user/users/55/groups/14" method="DELETE"/>
    -    </UserGroup>
    -</UserGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    +        <unassign href="/api/ibexa/v2/user/users/55/groups/12" method="DELETE"/>
    +    </UserGroup>
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/14">
    +        <unassign href="/api/ibexa/v2/user/users/55/groups/14" method="DELETE"/>
    +    </UserGroup>
    +</UserGroupRefList>
     
                                 
    @@ -53593,20 +54312,20 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    -        <unassign href="/api/ibexa/v2/user/users/55/groups/12" method="DELETE"/>
    -    </UserGroup>
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/14">
    -        <unassign href="/api/ibexa/v2/user/users/55/groups/14" method="DELETE"/>
    -    </UserGroup>
    -</UserGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    +        <unassign href="/api/ibexa/v2/user/users/55/groups/12" method="DELETE"/>
    +    </UserGroup>
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/14">
    +        <unassign href="/api/ibexa/v2/user/users/55/groups/14" method="DELETE"/>
    +    </UserGroup>
    +</UserGroupRefList>
     
                                                 
    @@ -53834,20 +54553,20 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    -        <unassign href="/api/ibexa/v2/user/users/79/groups/12" method="DELETE"/>
    -    </UserGroup>
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13">
    -        <unassign href="/api/ibexa/v2/user/users/115/groups/13" method="DELETE"/>
    -    </UserGroup>
    -</UserGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    +        <unassign href="/api/ibexa/v2/user/users/79/groups/12" method="DELETE"/>
    +    </UserGroup>
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13">
    +        <unassign href="/api/ibexa/v2/user/users/115/groups/13" method="DELETE"/>
    +    </UserGroup>
    +</UserGroupRefList>
     
                                 
    @@ -53860,35 +54579,35 @@
    Types
    file_copy

    -
    -                                {
    -    "UserGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/groups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/12",
    -                "unassign": {
    -                    "_href": "/api/ibexa/v2/user/users/115/groups/12",
    -                    "_method": "DELETE"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -                "unassign": {
    -                    "_href": "/api/ibexa/v2/user/users/115/groups/13",
    -                    "_method": "DELETE"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "UserGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/groups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/12",
    +                "unassign": {
    +                    "_href": "/api/ibexa/v2/user/users/115/groups/12",
    +                    "_method": "DELETE"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +                "unassign": {
    +                    "_href": "/api/ibexa/v2/user/users/115/groups/13",
    +                    "_method": "DELETE"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -53957,20 +54676,20 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    -        <unassign href="/api/ibexa/v2/user/users/79/groups/12" method="DELETE"/>
    -    </UserGroup>
    -    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13">
    -        <unassign href="/api/ibexa/v2/user/users/115/groups/13" method="DELETE"/>
    -    </UserGroup>
    -</UserGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    +        <unassign href="/api/ibexa/v2/user/users/79/groups/12" method="DELETE"/>
    +    </UserGroup>
    +    <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13">
    +        <unassign href="/api/ibexa/v2/user/users/115/groups/13" method="DELETE"/>
    +    </UserGroup>
    +</UserGroupRefList>
     
                                                 
    @@ -53983,35 +54702,35 @@
    Types
    file_copy

    -
    -                                                {
    -    "UserGroupRefList": {
    -        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/groups",
    -        "UserGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/12",
    -                "unassign": {
    -                    "_href": "/api/ibexa/v2/user/users/115/groups/12",
    -                    "_method": "DELETE"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    -                "_href": "/api/ibexa/v2/user/groups/1/5/13",
    -                "unassign": {
    -                    "_href": "/api/ibexa/v2/user/users/115/groups/13",
    -                    "_method": "DELETE"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "UserGroupRefList": {
    +        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/groups",
    +        "UserGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/12",
    +                "unassign": {
    +                    "_href": "/api/ibexa/v2/user/users/115/groups/12",
    +                    "_method": "DELETE"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    +                "_href": "/api/ibexa/v2/user/groups/1/5/13",
    +                "unassign": {
    +                    "_href": "/api/ibexa/v2/user/users/115/groups/13",
    +                    "_method": "DELETE"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -54210,21 +54929,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList href="/user/users/45/groups"
    -  media-type="application/vnd.ibexa.api.UserGroupRefList">
    -  <UserGroup href="/user/groups/1/5/34" media-type="application/vnd.ibexa.api.UserGroup">
    -    <unassign href="/user/users/45/groups/34" method="DELETE" />
    -  </UserGroup>
    -  <UserGroup href="/user/groups/1/5/88" media-type="application/vnd.ibexa.api.UserGroup">
    -    <unassign href="/user/users/45/groups/88" method="DELETE" />
    -  </UserGroup>
    -</UserGroupRefList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList href="/user/users/45/groups"
    +  media-type="application/vnd.ibexa.api.UserGroupRefList">
    +  <UserGroup href="/user/groups/1/5/34" media-type="application/vnd.ibexa.api.UserGroup">
    +    <unassign href="/user/users/45/groups/34" method="DELETE" />
    +  </UserGroup>
    +  <UserGroup href="/user/groups/1/5/88" media-type="application/vnd.ibexa.api.UserGroup">
    +    <unassign href="/user/users/45/groups/88" method="DELETE" />
    +  </UserGroup>
    +</UserGroupRefList>
     
                                 
    @@ -54280,21 +54999,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<UserGroupRefList href="/user/users/45/groups"
    -  media-type="application/vnd.ibexa.api.UserGroupRefList">
    -  <UserGroup href="/user/groups/1/5/34" media-type="application/vnd.ibexa.api.UserGroup">
    -    <unassign href="/user/users/45/groups/34" method="DELETE" />
    -  </UserGroup>
    -  <UserGroup href="/user/groups/1/5/88" media-type="application/vnd.ibexa.api.UserGroup">
    -    <unassign href="/user/users/45/groups/88" method="DELETE" />
    -  </UserGroup>
    -</UserGroupRefList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<UserGroupRefList href="/user/users/45/groups"
    +  media-type="application/vnd.ibexa.api.UserGroupRefList">
    +  <UserGroup href="/user/groups/1/5/34" media-type="application/vnd.ibexa.api.UserGroup">
    +    <unassign href="/user/users/45/groups/34" method="DELETE" />
    +  </UserGroup>
    +  <UserGroup href="/user/groups/1/5/88" media-type="application/vnd.ibexa.api.UserGroup">
    +    <unassign href="/user/users/45/groups/88" method="DELETE" />
    +  </UserGroup>
    +</UserGroupRefList>
     
                                                 
    @@ -54494,22 +55213,22 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    -    </RoleAssignment>
    -</RoleAssignmentList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +    </RoleAssignment>
    +</RoleAssignmentList>
     
                                 
    @@ -54522,38 +55241,38 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "1"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "1"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -54622,22 +55341,22 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    -    </RoleAssignment>
    -</RoleAssignmentList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +    </RoleAssignment>
    +</RoleAssignmentList>
     
                                                 
    @@ -54650,38 +55369,38 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "1"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "1"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -54907,21 +55626,21 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignInput>
    -    <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    -    <limitation identifier="Section">
    -        <values>
    -            <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -            <ref href="/api/ibexa/v2/content/sections/2" media-type="application/vnd.ibexa.api.Section+xml" />
    -        </values>
    -    </limitation>
    -</RoleAssignInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignInput>
    +    <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    +    <limitation identifier="Section">
    +        <values>
    +            <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +            <ref href="/api/ibexa/v2/content/sections/2" media-type="application/vnd.ibexa.api.Section+xml" />
    +        </values>
    +    </limitation>
    +</RoleAssignInput>
     
                                 
    @@ -54934,37 +55653,37 @@
    Types
    file_copy

    -
    -                                {
    -  "RoleAssignInput": {
    -    "Role": {
    -      "_href": "/api/ibexa/v2/user/roles/2",
    -      "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml",
    -      "self-closing": "true"
    -    },
    -    "limitation": {
    -      "_identifier": "Section",
    -      "values": {
    -        "ref": [
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/1",
    -            "media-type": "application/vnd.ibexa.api.Section+xml",
    -            "self-closing": "true"
    -          },
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/2",
    -            "_media-type": "application/vnd.ibexa.api.Section+xml",
    -            "self-closing": "true"
    -          }
    -        ]
    -      }
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "RoleAssignInput": {
    +    "Role": {
    +      "_href": "/api/ibexa/v2/user/roles/2",
    +      "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml",
    +      "self-closing": "true"
    +    },
    +    "limitation": {
    +      "_identifier": "Section",
    +      "values": {
    +        "ref": [
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/1",
    +            "media-type": "application/vnd.ibexa.api.Section+xml",
    +            "self-closing": "true"
    +          },
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/2",
    +            "_media-type": "application/vnd.ibexa.api.Section+xml",
    +            "self-closing": "true"
    +          }
    +        ]
    +      }
    +    }
    +  }
    +}
     
                                 
    @@ -55030,21 +55749,21 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignInput>
    -    <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    -    <limitation identifier="Section">
    -        <values>
    -            <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -            <ref href="/api/ibexa/v2/content/sections/2" media-type="application/vnd.ibexa.api.Section+xml" />
    -        </values>
    -    </limitation>
    -</RoleAssignInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignInput>
    +    <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    +    <limitation identifier="Section">
    +        <values>
    +            <ref href="/api/ibexa/v2/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +            <ref href="/api/ibexa/v2/content/sections/2" media-type="application/vnd.ibexa.api.Section+xml" />
    +        </values>
    +    </limitation>
    +</RoleAssignInput>
     
                                                 
    @@ -55057,37 +55776,37 @@
    Types
    file_copy

    -
    -                                                {
    -  "RoleAssignInput": {
    -    "Role": {
    -      "_href": "/api/ibexa/v2/user/roles/2",
    -      "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml",
    -      "self-closing": "true"
    -    },
    -    "limitation": {
    -      "_identifier": "Section",
    -      "values": {
    -        "ref": [
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/1",
    -            "media-type": "application/vnd.ibexa.api.Section+xml",
    -            "self-closing": "true"
    -          },
    -          {
    -            "_href": "/api/ibexa/v2/content/sections/2",
    -            "_media-type": "application/vnd.ibexa.api.Section+xml",
    -            "self-closing": "true"
    -          }
    -        ]
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "RoleAssignInput": {
    +    "Role": {
    +      "_href": "/api/ibexa/v2/user/roles/2",
    +      "_media-type": "application/vnd.ibexa.api.RoleAssignInput+xml",
    +      "self-closing": "true"
    +    },
    +    "limitation": {
    +      "_identifier": "Section",
    +      "values": {
    +        "ref": [
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/1",
    +            "media-type": "application/vnd.ibexa.api.Section+xml",
    +            "self-closing": "true"
    +          },
    +          {
    +            "_href": "/api/ibexa/v2/content/sections/2",
    +            "_media-type": "application/vnd.ibexa.api.Section+xml",
    +            "self-closing": "true"
    +          }
    +        ]
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -55141,28 +55860,29 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    -    </RoleAssignment>
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="2"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +    </RoleAssignment>
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="2"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +
                                 
    View more @@ -55174,37 +55894,37 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "2"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            },
    -            {
    -                "_medi
    +                            
    +                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "2"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd
                                 
    View more @@ -55272,30 +55992,30 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    -    </RoleAssignment>
    -    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    -        <limitation identifier="Section">
    -            <values>
    -                <ref media-type="application/vnd.ibexa.api.ref+xml" href="2"/>
    -            </values>
    -        </limitation>
    -        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    -    </RoleAssignment>
    -</RoleAssignmentList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +    </RoleAssignment>
    +    <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    +        <limitation identifier="Section">
    +            <values>
    +                <ref media-type="application/vnd.ibexa.api.ref+xml" href="2"/>
    +            </values>
    +        </limitation>
    +        <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/>
    +    </RoleAssignment>
    +</RoleAssignmentList>
     
                                                 
    @@ -55308,57 +56028,57 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/115/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "2"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    -                "limitation": {
    -                    "_identifier": "Section",
    -                    "values": {
    -                        "ref": [
    -                            {
    -                                "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                "_href": "1"
    -                            }
    -                        ]
    -                    }
    -                },
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/115/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "2"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/115/roles/2",
    +                "limitation": {
    +                    "_identifier": "Section",
    +                    "values": {
    +                        "ref": [
    +                            {
    +                                "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                "_href": "1"
    +                            }
    +                        ]
    +                    }
    +                },
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -55558,20 +56278,20 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
     
                                 
    @@ -55584,32 +56304,32 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignment": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -        "_href": "/api/ibexa/v2/user/users/113/roles/3",
    -        "limitation": {
    -            "_identifier": "Section",
    -            "values": {
    -                "ref": [
    -                    {
    -                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                        "_href": "6"
    -                    }
    -                ]
    -            }
    -        },
    -        "Role": {
    -            "_media-type": "application/vnd.ibexa.api.Role+json",
    -            "_href": "/api/ibexa/v2/user/roles/3"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignment": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +        "_href": "/api/ibexa/v2/user/users/113/roles/3",
    +        "limitation": {
    +            "_identifier": "Section",
    +            "values": {
    +                "ref": [
    +                    {
    +                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                        "_href": "6"
    +                    }
    +                ]
    +            }
    +        },
    +        "Role": {
    +            "_media-type": "application/vnd.ibexa.api.Role+json",
    +            "_href": "/api/ibexa/v2/user/roles/3"
    +        }
    +    }
    +}
     
                                 
    @@ -55678,20 +56398,20 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
    -    <limitation identifier="Section">
    -        <values>
    -            <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -        </values>
    -    </limitation>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    -</RoleAssignment>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
    +    <limitation identifier="Section">
    +        <values>
    +            <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +        </values>
    +    </limitation>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3"/>
    +</RoleAssignment>
     
                                                 
    @@ -55704,32 +56424,32 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignment": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -        "_href": "/api/ibexa/v2/user/users/113/roles/3",
    -        "limitation": {
    -            "_identifier": "Section",
    -            "values": {
    -                "ref": [
    -                    {
    -                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                        "_href": "6"
    -                    }
    -                ]
    -            }
    -        },
    -        "Role": {
    -            "_media-type": "application/vnd.ibexa.api.Role+json",
    -            "_href": "/api/ibexa/v2/user/roles/3"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignment": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +        "_href": "/api/ibexa/v2/user/users/113/roles/3",
    +        "limitation": {
    +            "_identifier": "Section",
    +            "values": {
    +                "ref": [
    +                    {
    +                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                        "_href": "6"
    +                    }
    +                ]
    +            }
    +        },
    +        "Role": {
    +            "_media-type": "application/vnd.ibexa.api.Role+json",
    +            "_href": "/api/ibexa/v2/user/roles/3"
    +        }
    +    }
    +}
     
                                                 
    @@ -55908,26 +56628,26 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
    -  <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    -    <Role href="/user/roles/5" media-type="application/vnd.ibexa.api.Role+xml"/>
    -  </RoleAssignment>
    -  <RoleAssignment href="/user/groups/1/5/65/roles/11" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    -    <limitation identifier="Section">
    -      <values>
    -          <ref href="/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -          <ref href="/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    -      </values>
    -    </limitation>
    -    <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.Role+xml"/>
    -  </RoleAssignment>
    -</RoleAssignmentList>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
    +  <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    +    <Role href="/user/roles/5" media-type="application/vnd.ibexa.api.Role+xml"/>
    +  </RoleAssignment>
    +  <RoleAssignment href="/user/groups/1/5/65/roles/11" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    +    <limitation identifier="Section">
    +      <values>
    +          <ref href="/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +          <ref href="/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    +      </values>
    +    </limitation>
    +    <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.Role+xml"/>
    +  </RoleAssignment>
    +</RoleAssignmentList>
     
                                 
    @@ -55940,35 +56660,35 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/57/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/57/roles/1",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/1"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/57/roles/2",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/57/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/57/roles/1",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/1"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/57/roles/2",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -56037,26 +56757,26 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
    -  <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    -    <Role href="/user/roles/5" media-type="application/vnd.ibexa.api.Role+xml"/>
    -  </RoleAssignment>
    -  <RoleAssignment href="/user/groups/1/5/65/roles/11" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    -    <limitation identifier="Section">
    -      <values>
    -          <ref href="/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    -          <ref href="/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    -      </values>
    -    </limitation>
    -    <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.Role+xml"/>
    -  </RoleAssignment>
    -</RoleAssignmentList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
    +  <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    +    <Role href="/user/roles/5" media-type="application/vnd.ibexa.api.Role+xml"/>
    +  </RoleAssignment>
    +  <RoleAssignment href="/user/groups/1/5/65/roles/11" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    +    <limitation identifier="Section">
    +      <values>
    +          <ref href="/content/sections/1" media-type="application/vnd.ibexa.api.Section+xml" />
    +          <ref href="/content/sections/4" media-type="application/vnd.ibexa.api.Section+xml" />
    +      </values>
    +    </limitation>
    +    <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.Role+xml"/>
    +  </RoleAssignment>
    +</RoleAssignmentList>
     
                                                 
    @@ -56069,35 +56789,35 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleAssignmentList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    -        "_href": "/api/ibexa/v2/user/users/57/roles",
    -        "RoleAssignment": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/57/roles/1",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/1"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    -                "_href": "/api/ibexa/v2/user/users/57/roles/2",
    -                "Role": {
    -                    "_media-type": "application/vnd.ibexa.api.Role+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleAssignmentList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    +        "_href": "/api/ibexa/v2/user/users/57/roles",
    +        "RoleAssignment": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/57/roles/1",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/1"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    +                "_href": "/api/ibexa/v2/user/users/57/roles/2",
    +                "Role": {
    +                    "_media-type": "application/vnd.ibexa.api.Role+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -56367,26 +57087,26 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    -        <identifier>Anonymous</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2">
    -        <identifier>Administrator</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/2/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3">
    -        <identifier>Editor</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/3/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    +        <identifier>Anonymous</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2">
    +        <identifier>Administrator</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/2/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3">
    +        <identifier>Editor</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/3/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/i
                                 
    View more @@ -56398,36 +57118,36 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleList+json",
    -        "_href": "/api/ibexa/v2/user/roles",
    -        "Role": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/1",
    -                "identifier": "Anonymous",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/1/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/2",
    -                "identifier": "Administrator",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2/policies"
    -                }
    -            },
    -            {
    -                "_media-t
    +                            
    +                                {
    +    "RoleList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleList+json",
    +        "_href": "/api/ibexa/v2/user/roles",
    +        "Role": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/1",
    +                "identifier": "Anonymous",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/1/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/2",
    +                "identifier": "Administrator",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.i
                                 
    View more @@ -56495,42 +57215,42 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    -        <identifier>Anonymous</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2">
    -        <identifier>Administrator</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/2/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3">
    -        <identifier>Editor</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/3/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/4">
    -        <identifier>Member</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/4/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10">
    -        <identifier>NewRole</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/10/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/14">
    -        <identifier>NewRole5</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/14/policies"/>
    -    </Role>
    -    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/15">
    -        <identifier>NewRole7</identifier>
    -        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/15/policies"/>
    -    </Role>
    -</RoleList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    +        <identifier>Anonymous</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2">
    +        <identifier>Administrator</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/2/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/3">
    +        <identifier>Editor</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/3/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/4">
    +        <identifier>Member</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/4/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10">
    +        <identifier>NewRole</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/10/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/14">
    +        <identifier>NewRole5</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/14/policies"/>
    +    </Role>
    +    <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/15">
    +        <identifier>NewRole7</identifier>
    +        <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/15/policies"/>
    +    </Role>
    +</RoleList>
     
                                                 
    @@ -56543,82 +57263,82 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleList": {
    -        "_media-type": "application/vnd.ibexa.api.RoleList+json",
    -        "_href": "/api/ibexa/v2/user/roles",
    -        "Role": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/1",
    -                "identifier": "Anonymous",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/1/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/2",
    -                "identifier": "Administrator",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/2/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/3",
    -                "identifier": "Editor",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/3/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/4",
    -                "identifier": "Member",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/4/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/10",
    -                "identifier": "NewRole",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/10/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/14",
    -                "identifier": "NewRole5",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/14/policies"
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Role+json",
    -                "_href": "/api/ibexa/v2/user/roles/15",
    -                "identifier": "NewRole7",
    -                "Policies": {
    -                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -                    "_href": "/api/ibexa/v2/user/roles/15/policies"
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "RoleList": {
    +        "_media-type": "application/vnd.ibexa.api.RoleList+json",
    +        "_href": "/api/ibexa/v2/user/roles",
    +        "Role": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/1",
    +                "identifier": "Anonymous",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/1/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/2",
    +                "identifier": "Administrator",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/2/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/3",
    +                "identifier": "Editor",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/3/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/4",
    +                "identifier": "Member",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/4/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/10",
    +                "identifier": "NewRole",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/10/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/14",
    +                "identifier": "NewRole5",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/14/policies"
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Role+json",
    +                "_href": "/api/ibexa/v2/user/roles/15",
    +                "identifier": "NewRole7",
    +                "Policies": {
    +                    "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +                    "_href": "/api/ibexa/v2/user/roles/15/policies"
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -56876,16 +57596,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
    -    <identifier>NewRole</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/19/policies"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
    +    <identifier>NewRole</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/19/policies"/>
    +</Role>
     
                                 
    @@ -56898,22 +57618,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewRole",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewRole",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -56982,16 +57702,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
    -    <identifier>NewRole</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/19/policies"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
    +    <identifier>NewRole</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/19/policies"/>
    +</Role>
     
                                                 
    @@ -57004,22 +57724,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewRole",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewRole",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -57269,16 +57989,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
    -    <identifier>NewRole</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/21/policies"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
    +    <identifier>NewRole</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/21/policies"/>
    +</Role>
     
                                 
    @@ -57291,22 +58011,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewRole",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewRole",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -57375,16 +58095,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
    -    <identifier>NewRole</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/21/policies"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
    +    <identifier>NewRole</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/21/policies"/>
    +</Role>
     
                                                 
    @@ -57397,22 +58117,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewRole",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewRole",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -57627,16 +58347,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
    -  <identifier>MyRole</identifier>
    -  <Policies href="/user/roles/11/policies" media-type="application/vnd.ibexa.api.PolicyList+xml"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
    +  <identifier>MyRole</identifier>
    +  <Policies href="/user/roles/11/policies" media-type="application/vnd.ibexa.api.PolicyList+xml"/>
    +</Role>
     
                                 
    @@ -57649,22 +58369,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/6",
    -        "identifier": "Editor",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/6/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/6",
    +        "identifier": "Editor",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/6/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -57733,16 +58453,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
    -  <identifier>MyRole</identifier>
    -  <Policies href="/user/roles/11/policies" media-type="application/vnd.ibexa.api.PolicyList+xml"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
    +  <identifier>MyRole</identifier>
    +  <Policies href="/user/roles/11/policies" media-type="application/vnd.ibexa.api.PolicyList+xml"/>
    +</Role>
     
                                                 
    @@ -57755,22 +58475,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/6",
    -        "identifier": "Editor",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/6/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/6",
    +        "identifier": "Editor",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/6/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -58032,15 +58752,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleInput>
    -    <identifier>NewIdentifier</identifier>
    -</RoleInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleInput>
    +    <identifier>NewIdentifier</identifier>
    +</RoleInput>
     
                                 
    @@ -58053,15 +58773,15 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleInput": {
    -        "identifier": "NewIdentifier"
    -    }
    +                            
    +                                {
    +    "RoleInput": {
    +        "identifier": "NewIdentifier"
    +    }
     }
                                 
    @@ -58127,15 +58847,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleInput>
    -    <identifier>NewIdentifier</identifier>
    -</RoleInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleInput>
    +    <identifier>NewIdentifier</identifier>
    +</RoleInput>
     
                                                 
    @@ -58148,15 +58868,15 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleInput": {
    -        "identifier": "NewIdentifier"
    -    }
    +                                            
    +                                                {
    +    "RoleInput": {
    +        "identifier": "NewIdentifier"
    +    }
     }
                                                 
    @@ -58210,16 +58930,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
    -    <identifier>NewIdentifier</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/5/policies"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
    +    <identifier>NewIdentifier</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/5/policies"/>
    +</Role>
     
                                 
    @@ -58232,22 +58952,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewIdentifier",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewIdentifier",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -58316,16 +59036,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
    -    <identifier>NewIdentifier</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/5/policies"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
    +    <identifier>NewIdentifier</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/5/policies"/>
    +</Role>
     
                                                 
    @@ -58338,22 +59058,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/21",
    -        "identifier": "NewIdentifier",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/21/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/21",
    +        "identifier": "NewIdentifier",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/21/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -58663,16 +59383,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
    -    <identifier>Anonymous</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/27/policies"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
    +    <identifier>Anonymous</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/27/policies"/>
    +</Role>
     
                                 
    @@ -58685,22 +59405,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/27",
    -        "identifier": "Anonymous",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/27/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/27",
    +        "identifier": "Anonymous",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/27/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -58769,16 +59489,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
    -    <identifier>Anonymous</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/27/policies"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
    +    <identifier>Anonymous</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/27/policies"/>
    +</Role>
     
                                                 
    @@ -58791,22 +59511,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/27",
    -        "identifier": "Anonymous",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/27/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/27",
    +        "identifier": "Anonymous",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/27/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -59076,15 +59796,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleInput>
    -    <identifier>UpdatedIdentifier</identifier>
    -</RoleInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleInput>
    +    <identifier>UpdatedIdentifier</identifier>
    +</RoleInput>
     
                                 
    @@ -59097,15 +59817,15 @@
    Types
    file_copy

    -
    -                                {
    -    "RoleInput": {
    -        "identifier": "UpdatedIdentifier"
    -    }
    +                            
    +                                {
    +    "RoleInput": {
    +        "identifier": "UpdatedIdentifier"
    +    }
     }
                                 
    @@ -59171,15 +59891,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<RoleInput>
    -    <identifier>UpdatedIdentifier</identifier>
    -</RoleInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<RoleInput>
    +    <identifier>UpdatedIdentifier</identifier>
    +</RoleInput>
     
                                                 
    @@ -59192,15 +59912,15 @@
    Types
    file_copy

    -
    -                                                {
    -    "RoleInput": {
    -        "identifier": "UpdatedIdentifier"
    -    }
    +                                            
    +                                                {
    +    "RoleInput": {
    +        "identifier": "UpdatedIdentifier"
    +    }
     }
                                                 
    @@ -59254,16 +59974,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
    -    <identifier>UpdatedIdentifier</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/9/policies"/>
    -</Role>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
    +    <identifier>UpdatedIdentifier</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/9/policies"/>
    +</Role>
     
                                 
    @@ -59276,22 +59996,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/6",
    -        "identifier": "UpdatedIdentifier",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/6/policies"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/6",
    +        "identifier": "UpdatedIdentifier",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/6/policies"
    +        }
    +    }
    +}
     
                                 
    @@ -59360,16 +60080,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
    -    <identifier>UpdatedIdentifier</identifier>
    -    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/9/policies"/>
    -</Role>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
    +    <identifier>UpdatedIdentifier</identifier>
    +    <Policies media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/9/policies"/>
    +</Role>
     
                                                 
    @@ -59382,22 +60102,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Role": {
    -        "_media-type": "application/vnd.ibexa.api.Role+json",
    -        "_href": "/api/ibexa/v2/user/roles/6",
    -        "identifier": "UpdatedIdentifier",
    -        "Policies": {
    -            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -            "_href": "/api/ibexa/v2/user/roles/6/policies"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "Role": {
    +        "_media-type": "application/vnd.ibexa.api.Role+json",
    +        "_href": "/api/ibexa/v2/user/roles/6",
    +        "identifier": "UpdatedIdentifier",
    +        "Policies": {
    +            "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +            "_href": "/api/ibexa/v2/user/roles/6/policies"
    +        }
    +    }
    +}
     
                                                 
    @@ -59748,32 +60468,33 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    -        <id>349</id>
    -        <module>content</module>
    -        <function>read</function>
    -        <limitations>
    -            <limitation identifier="Section">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    -        <id>350</id>
    -        <module>user</module>
    -        <function>login</function>
    -      
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    +        <id>349</id>
    +        <module>content</module>
    +        <function>read</function>
    +        <limitations>
    +            <limitation identifier="Section">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    +        <id>350</id>
    +        <module>user</module>
    +        <function>login</function>
    +        <limitations>
    +    
                                 
    View more @@ -59785,34 +60506,34 @@
    Types
    file_copy

    -
    -                                {
    -    "PolicyList": {
    -        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -        "_href": "/api/ibexa/v2/user/roles/1/policies",
    -        "Policy": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    -                "id": 349,
    -                "module": "content",
    -                "function": "read",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Section",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1"
    -                                    },
    -                                    {
    -                                        "_media-type": "application
    +                            
    +                                {
    +    "PolicyList": {
    +        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +        "_href": "/api/ibexa/v2/user/roles/1/policies",
    +        "Policy": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    +                "id": 349,
    +                "module": "content",
    +                "function": "read",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Section",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+jso
                                 
    View more @@ -59880,64 +60601,64 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    -        <id>349</id>
    -        <module>content</module>
    -        <function>read</function>
    -        <limitations>
    -            <limitation identifier="Section">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    -        <id>350</id>
    -        <module>user</module>
    -        <function>login</function>
    -        <limitations>
    -            <limitation identifier="SiteAccess">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="2282622326"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1766001124"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/351">
    -        <id>351</id>
    -        <module>content</module>
    -        <function>view_embed</function>
    -        <limitations>
    -            <limitation identifier="Class">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="5"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="12"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/352">
    -        <id>352</id>
    -        <module>user</module>
    -        <function>register</function>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/353">
    -        <id>353</id>
    -        <module>user</module>
    -        <function>password</function>
    -    </Policy>
    -</PolicyList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    +        <id>349</id>
    +        <module>content</module>
    +        <function>read</function>
    +        <limitations>
    +            <limitation identifier="Section">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    +        <id>350</id>
    +        <module>user</module>
    +        <function>login</function>
    +        <limitations>
    +            <limitation identifier="SiteAccess">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="2282622326"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1766001124"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/351">
    +        <id>351</id>
    +        <module>content</module>
    +        <function>view_embed</function>
    +        <limitations>
    +            <limitation identifier="Class">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="5"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="12"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/352">
    +        <id>352</id>
    +        <module>user</module>
    +        <function>register</function>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/353">
    +        <id>353</id>
    +        <module>user</module>
    +        <function>password</function>
    +    </Policy>
    +</PolicyList>
     
                                                 
    @@ -59950,115 +60671,115 @@
    Types
    file_copy

    -
    -                                                {
    -    "PolicyList": {
    -        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -        "_href": "/api/ibexa/v2/user/roles/1/policies",
    -        "Policy": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    -                "id": 349,
    -                "module": "content",
    -                "function": "read",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Section",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "3"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "6"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
    -                "id": 350,
    -                "module": "user",
    -                "function": "login",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "SiteAccess",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "2282622326"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1766001124"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
    -                "id": 351,
    -                "module": "content",
    -                "function": "view_embed",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Class",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "5"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "12"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    -                "id": 352,
    -                "module": "user",
    -                "function": "register"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
    -                "id": 353,
    -                "module": "user",
    -                "function": "password"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "PolicyList": {
    +        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +        "_href": "/api/ibexa/v2/user/roles/1/policies",
    +        "Policy": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    +                "id": 349,
    +                "module": "content",
    +                "function": "read",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Section",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "3"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "6"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
    +                "id": 350,
    +                "module": "user",
    +                "function": "login",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "SiteAccess",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "2282622326"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1766001124"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
    +                "id": 351,
    +                "module": "content",
    +                "function": "view_embed",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Class",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "5"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "12"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    +                "id": 352,
    +                "module": "user",
    +                "function": "register"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
    +                "id": 353,
    +                "module": "user",
    +                "function": "password"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -60342,28 +61063,28 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyCreate>
    -    <module>content</module>
    -    <function>create</function>
    -    <limitations>
    -        <limitation identifier="Class">
    -            <values>
    -                <ref href="/api/ibexa/v2/content/types/13"/>
    -            </values>
    -        </limitation>
    -        <limitation identifier="ParentClass">
    -            <values>
    -                <ref href="/api/ibexa/v2/content/types/12"/>
    -            </values>
    -        </limitation>
    -    </limitations>
    -</PolicyCreate>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyCreate>
    +    <module>content</module>
    +    <function>create</function>
    +    <limitations>
    +        <limitation identifier="Class">
    +            <values>
    +                <ref href="/api/ibexa/v2/content/types/13"/>
    +            </values>
    +        </limitation>
    +        <limitation identifier="ParentClass">
    +            <values>
    +                <ref href="/api/ibexa/v2/content/types/12"/>
    +            </values>
    +        </limitation>
    +    </limitations>
    +</PolicyCreate>
     
                                 
    @@ -60416,28 +61137,28 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyCreate>
    -    <module>content</module>
    -    <function>create</function>
    -    <limitations>
    -        <limitation identifier="Class">
    -            <values>
    -                <ref href="/api/ibexa/v2/content/types/13"/>
    -            </values>
    -        </limitation>
    -        <limitation identifier="ParentClass">
    -            <values>
    -                <ref href="/api/ibexa/v2/content/types/12"/>
    -            </values>
    -        </limitation>
    -    </limitations>
    -</PolicyCreate>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyCreate>
    +    <module>content</module>
    +    <function>create</function>
    +    <limitations>
    +        <limitation identifier="Class">
    +            <values>
    +                <ref href="/api/ibexa/v2/content/types/13"/>
    +            </values>
    +        </limitation>
    +        <limitation identifier="ParentClass">
    +            <values>
    +                <ref href="/api/ibexa/v2/content/types/12"/>
    +            </values>
    +        </limitation>
    +    </limitations>
    +</PolicyCreate>
     
                                                 
    @@ -60481,28 +61202,28 @@
    Types
    file_copy

    -
    -                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>55</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/13"/>
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/12"/>
    -      </values>
    -    </limitation>
    -  </limitations>
    - </Policy>
    +                            
    +                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>55</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/13"/>
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/12"/>
    +      </values>
    +    </limitation>
    +  </limitations>
    + </Policy>
     
                                 
    @@ -60558,28 +61279,28 @@
    Types
    file_copy

    -
    -                                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>55</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/13"/>
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/12"/>
    -      </values>
    -    </limitation>
    -  </limitations>
    - </Policy>
    +                                            
    +                                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>55</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/13"/>
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/12"/>
    +      </values>
    +    </limitation>
    +  </limitations>
    + </Policy>
     
                                                 
    @@ -60873,25 +61594,25 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyUpdate>
    -    <limitations>
    -        <limitation identifier="Class">
    -            <values>
    -                <ref href="/content/types/14"/>
    -            </values>
    -        </limitation>
    -        <limitation identifier="ParentClass">
    -            <values>
    -                <ref href="/content/types/10"/>
    -            </values>
    -        </limitation>
    -    </limitations>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyUpdate>
    +    <limitations>
    +        <limitation identifier="Class">
    +            <values>
    +                <ref href="/content/types/14"/>
    +            </values>
    +        </limitation>
    +        <limitation identifier="ParentClass">
    +            <values>
    +                <ref href="/content/types/10"/>
    +            </values>
    +        </limitation>
    +    </limitations>
     </PolicyUpdate>
                                 
    @@ -60944,25 +61665,25 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyUpdate>
    -    <limitations>
    -        <limitation identifier="Class">
    -            <values>
    -                <ref href="/content/types/14"/>
    -            </values>
    -        </limitation>
    -        <limitation identifier="ParentClass">
    -            <values>
    -                <ref href="/content/types/10"/>
    -            </values>
    -        </limitation>
    -    </limitations>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyUpdate>
    +    <limitations>
    +        <limitation identifier="Class">
    +            <values>
    +                <ref href="/content/types/14"/>
    +            </values>
    +        </limitation>
    +        <limitation identifier="ParentClass">
    +            <values>
    +                <ref href="/content/types/10"/>
    +            </values>
    +        </limitation>
    +    </limitations>
     </PolicyUpdate>
                                                 
    @@ -61006,28 +61727,28 @@
    Types
    file_copy

    -
    -                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>55</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/14"/>
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/10"/>
    -      </values>
    -    </limitation>
    -  </limitations>
    - </Policy>
    +                            
    +                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>55</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/14"/>
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/10"/>
    +      </values>
    +    </limitation>
    +  </limitations>
    + </Policy>
     
                                 
    @@ -61083,28 +61804,28 @@
    Types
    file_copy

    -
    -                                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>55</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/14"/>
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/10"/>
    -      </values>
    -    </limitation>
    -  </limitations>
    - </Policy>
    +                                            
    +                                                <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>55</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/14"/>
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/10"/>
    +      </values>
    +    </limitation>
    +  </limitations>
    + </Policy>
     
                                                 
    @@ -61319,30 +62040,30 @@
    Types
    file_copy

    -
    -                                <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>45</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/10" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -        <ref href="/content/types/11" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -        <ref href="/content/types/12" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/4" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -      </values>
    -    </limitation>
    -  </limitations>
    -</Policy>
    +                            
    +                                <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>45</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/10" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +        <ref href="/content/types/11" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +        <ref href="/content/types/12" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/4" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +      </values>
    +    </limitation>
    +  </limitations>
    +</Policy>
     
                                 
    @@ -61355,20 +62076,20 @@
    Types
    file_copy

    -
    -                                {
    -    "Policy": {
    -        "_media-type": "application/vnd.ibexa.api.Policy+json",
    -        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    -        "id": 352,
    -        "module": "user",
    -        "function": "register"
    -    }
    -}
    +                            
    +                                {
    +    "Policy": {
    +        "_media-type": "application/vnd.ibexa.api.Policy+json",
    +        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    +        "id": 352,
    +        "module": "user",
    +        "function": "register"
    +    }
    +}
     
                                 
    @@ -61437,30 +62158,30 @@
    Types
    file_copy

    -
    -                                                <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
    -  <id>45</id>
    -  <module>content</module>
    -  <function>create</function>
    -  <limitations>
    -    <limitation identifier="Class">
    -      <values>
    -        <ref href="/content/types/10" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -        <ref href="/content/types/11" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -        <ref href="/content/types/12" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -      </values>
    -    </limitation>
    -    <limitation identifier="ParentClass">
    -      <values>
    -        <ref href="/content/types/4" media-type="application/vnd.ibexa.api.ContentType+xml" />
    -      </values>
    -    </limitation>
    -  </limitations>
    -</Policy>
    +                                            
    +                                                <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
    +  <id>45</id>
    +  <module>content</module>
    +  <function>create</function>
    +  <limitations>
    +    <limitation identifier="Class">
    +      <values>
    +        <ref href="/content/types/10" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +        <ref href="/content/types/11" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +        <ref href="/content/types/12" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +      </values>
    +    </limitation>
    +    <limitation identifier="ParentClass">
    +      <values>
    +        <ref href="/content/types/4" media-type="application/vnd.ibexa.api.ContentType+xml" />
    +      </values>
    +    </limitation>
    +  </limitations>
    +</Policy>
     
                                                 
    @@ -61473,20 +62194,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "Policy": {
    -        "_media-type": "application/vnd.ibexa.api.Policy+json",
    -        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    -        "id": 352,
    -        "module": "user",
    -        "function": "register"
    -    }
    -}
    +                                            
    +                                                {
    +    "Policy": {
    +        "_media-type": "application/vnd.ibexa.api.Policy+json",
    +        "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    +        "id": 352,
    +        "module": "user",
    +        "function": "register"
    +    }
    +}
     
                                                 
    @@ -61783,32 +62504,33 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    -        <id>349</id>
    -        <module>content</module>
    -        <function>read</function>
    -        <limitations>
    -            <limitation identifier="Section">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    -        <id>350</id>
    -        <module>user</module>
    -        <function>login</function>
    -        <limit
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    +        <id>349</id>
    +        <module>content</module>
    +        <function>read</function>
    +        <limitations>
    +            <limitation identifier="Section">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    +        <id>350</id>
    +        <module>user</module>
    +        <function>login</function>
    +        <limitations>
    +            
                                 
    View more @@ -61820,34 +62542,35 @@
    Types
    file_copy

    -
    -                                {
    -    "PolicyList": {
    -        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -        "_href": "/api/ibexa/v2/user/policies",
    -        "Policy": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    -                "id": 349,
    -                "module": "content",
    -                "function": "read",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Section",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibe
    +                            
    +                                {
    +    "PolicyList": {
    +        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +        "_href": "/api/ibexa/v2/user/policies",
    +        "Policy": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    +                "id": 349,
    +                "module": "content",
    +                "function": "read",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Section",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +    
                                 
    View more @@ -61915,64 +62638,64 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    -        <id>349</id>
    -        <module>content</module>
    -        <function>read</function>
    -        <limitations>
    -            <limitation identifier="Section">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    -        <id>350</id>
    -        <module>user</module>
    -        <function>login</function>
    -        <limitations>
    -            <limitation identifier="SiteAccess">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="2282622326"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1766001124"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/351">
    -        <id>351</id>
    -        <module>content</module>
    -        <function>view_embed</function>
    -        <limitations>
    -            <limitation identifier="Class">
    -                <values>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="5"/>
    -                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="12"/>
    -                </values>
    -            </limitation>
    -        </limitations>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/352">
    -        <id>352</id>
    -        <module>user</module>
    -        <function>register</function>
    -    </Policy>
    -    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/353">
    -        <id>353</id>
    -        <module>user</module>
    -        <function>password</function>
    -    </Policy>
    -</PolicyList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    +        <id>349</id>
    +        <module>content</module>
    +        <function>read</function>
    +        <limitations>
    +            <limitation identifier="Section">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="3"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="6"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/350">
    +        <id>350</id>
    +        <module>user</module>
    +        <function>login</function>
    +        <limitations>
    +            <limitation identifier="SiteAccess">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="2282622326"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="1766001124"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/351">
    +        <id>351</id>
    +        <module>content</module>
    +        <function>view_embed</function>
    +        <limitations>
    +            <limitation identifier="Class">
    +                <values>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="5"/>
    +                    <ref media-type="application/vnd.ibexa.api.ref+xml" href="12"/>
    +                </values>
    +            </limitation>
    +        </limitations>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/352">
    +        <id>352</id>
    +        <module>user</module>
    +        <function>register</function>
    +    </Policy>
    +    <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/353">
    +        <id>353</id>
    +        <module>user</module>
    +        <function>password</function>
    +    </Policy>
    +</PolicyList>
     
                                                 
    @@ -61985,115 +62708,115 @@
    Types
    file_copy

    -
    -                                                {
    -    "PolicyList": {
    -        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    -        "_href": "/api/ibexa/v2/user/policies",
    -        "Policy": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    -                "id": 349,
    -                "module": "content",
    -                "function": "read",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Section",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "3"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "6"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
    -                "id": 350,
    -                "module": "user",
    -                "function": "login",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "SiteAccess",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "2282622326"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "1766001124"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
    -                "id": 351,
    -                "module": "content",
    -                "function": "view_embed",
    -                "limitations": {
    -                    "limitation": [
    -                        {
    -                            "_identifier": "Class",
    -                            "values": {
    -                                "ref": [
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "5"
    -                                    },
    -                                    {
    -                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    -                                        "_href": "12"
    -                                    }
    -                                ]
    -                            }
    -                        }
    -                    ]
    -                }
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    -                "id": 352,
    -                "module": "user",
    -                "function": "register"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Policy+json",
    -                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
    -                "id": 353,
    -                "module": "user",
    -                "function": "password"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "PolicyList": {
    +        "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    +        "_href": "/api/ibexa/v2/user/policies",
    +        "Policy": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/349",
    +                "id": 349,
    +                "module": "content",
    +                "function": "read",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Section",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "3"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "6"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/350",
    +                "id": 350,
    +                "module": "user",
    +                "function": "login",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "SiteAccess",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "2282622326"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "1766001124"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/351",
    +                "id": 351,
    +                "module": "content",
    +                "function": "view_embed",
    +                "limitations": {
    +                    "limitation": [
    +                        {
    +                            "_identifier": "Class",
    +                            "values": {
    +                                "ref": [
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "5"
    +                                    },
    +                                    {
    +                                        "_media-type": "application/vnd.ibexa.api.ref+json",
    +                                        "_href": "12"
    +                                    }
    +                                ]
    +                            }
    +                        }
    +                    ]
    +                }
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/352",
    +                "id": 352,
    +                "module": "user",
    +                "function": "register"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Policy+json",
    +                "_href": "/api/ibexa/v2/user/roles/1/policies/353",
    +                "id": 353,
    +                "module": "user",
    +                "function": "password"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -62411,16 +63134,16 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<SessionInput>
    -  <login>admin</login>
    -  <password>secret</password>
    -</SessionInput>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<SessionInput>
    +  <login>admin</login>
    +  <password>secret</password>
    +</SessionInput>
     
                                 
    @@ -62433,17 +63156,17 @@
    Types
    file_copy

    -
    -                                {
    -  "SessionInput": {
    -    "login": "admin",
    -    "password": "secret"
    -  }
    -}
    +                            
    +                                {
    +  "SessionInput": {
    +    "login": "admin",
    +    "password": "secret"
    +  }
    +}
     
                                 
    @@ -62509,16 +63232,16 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<SessionInput>
    -  <login>admin</login>
    -  <password>secret</password>
    -</SessionInput>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<SessionInput>
    +  <login>admin</login>
    +  <password>secret</password>
    +</SessionInput>
     
                                                 
    @@ -62531,17 +63254,17 @@
    Types
    file_copy

    -
    -                                                {
    -  "SessionInput": {
    -    "login": "admin",
    -    "password": "secret"
    -  }
    -}
    +                                            
    +                                                {
    +  "SessionInput": {
    +    "login": "admin",
    +    "password": "secret"
    +  }
    +}
     
                                                 
    @@ -62595,18 +63318,18 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                 
    @@ -62619,22 +63342,22 @@
    Types
    file_copy

    -
    -                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                 
    @@ -62703,18 +63426,18 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                                 
    @@ -62727,22 +63450,22 @@
    Types
    file_copy

    -
    -                                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                                 
    @@ -62794,18 +63517,18 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                 
    @@ -62818,22 +63541,22 @@
    Types
    file_copy

    -
    -                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                 
    @@ -62902,18 +63625,18 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                                 
    @@ -62926,22 +63649,22 @@
    Types
    file_copy

    -
    -                                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                                 
    @@ -63289,18 +64012,18 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                 
    @@ -63313,22 +64036,22 @@
    Types
    file_copy

    -
    -                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                 
    @@ -63397,18 +64120,18 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
    -  <name>eZSSID</name>
    -  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    -  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    -  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    -</Session>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
    +  <name>eZSSID</name>
    +  <identifier>go327ij2cirpo59pb6rrv2a4el2</identifier>
    +  <csrfToken>23lkneri34ijajedfw39orj3j93</csrfToken>
    +  <User href="/user/users/14" media-type="vnd.ibexa.api.User+xml"/>
    +</Session>
     
                                                 
    @@ -63421,22 +64144,22 @@
    Types
    file_copy

    -
    -                                                {
    -  "Session": {
    -    "name": "eZSSID",
    -    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    -    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    -    "User": {
    -      "_href": "/user/users/14",
    -      "_media-type": "application/vnd.ibexa.api.User+json"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Session": {
    +    "name": "eZSSID",
    +    "identifier": "go327ij2cirpo59pb6rrv2a4el2",
    +    "csrfToken": "23lkneri34ijajedfw39orj3j93",
    +    "User": {
    +      "_href": "/user/users/14",
    +      "_media-type": "application/vnd.ibexa.api.User+json"
    +    }
    +  }
    +}
     
                                                 
    @@ -63671,15 +64394,15 @@
    Types
    file_copy

    -
    -                                <JWTInput>
    -    <password>publish</password>
    -    <username>admin</username>
    -</JWTInput>
    +                            
    +                                <JWTInput>
    +    <password>publish</password>
    +    <username>admin</username>
    +</JWTInput>
     
                                 
    @@ -63692,17 +64415,17 @@
    Types
    file_copy

    -
    -                                {
    -    "JWTInput": {
    -        "username": "admin",
    -        "password": "publish"
    -    }
    -}
    +                            
    +                                {
    +    "JWTInput": {
    +        "username": "admin",
    +        "password": "publish"
    +    }
    +}
     
                                 
    @@ -63768,15 +64491,15 @@
    Types
    file_copy

    -
    -                                                <JWTInput>
    -    <password>publish</password>
    -    <username>admin</username>
    -</JWTInput>
    +                                            
    +                                                <JWTInput>
    +    <password>publish</password>
    +    <username>admin</username>
    +</JWTInput>
     
                                                 
    @@ -63789,17 +64512,17 @@
    Types
    file_copy

    -
    -                                                {
    -    "JWTInput": {
    -        "username": "admin",
    -        "password": "publish"
    -    }
    -}
    +                                            
    +                                                {
    +    "JWTInput": {
    +        "username": "admin",
    +        "password": "publish"
    +    }
    +}
     
                                                 
    @@ -63853,13 +64576,13 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
                                 
    @@ -63872,17 +64595,17 @@
    Types
    file_copy

    -
    -                                {
    -    "JWT": {
    -        "_media-type": "application/vnd.ibexa.api.JWT+json",
    -        "_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI"
    -    }
    -}
    +                            
    +                                {
    +    "JWT": {
    +        "_media-type": "application/vnd.ibexa.api.JWT+json",
    +        "_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI"
    +    }
    +}
     
                                 
    @@ -63951,13 +64674,13 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
                                                 
    @@ -63970,17 +64693,17 @@
    Types
    file_copy

    -
    -                                                {
    -    "JWT": {
    -        "_media-type": "application/vnd.ibexa.api.JWT+json",
    -        "_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI"
    -    }
    -}
    +                                            
    +                                                {
    +    "JWT": {
    +        "_media-type": "application/vnd.ibexa.api.JWT+json",
    +        "_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3ODAsImV4cCI6MTYwMjg0NDM4MCwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.0LHa799HwSwwfDBZd2V0q2xHwGt86PpyZamKnXHQyYI"
    +    }
    +}
     
                                                 
    @@ -64161,39 +64884,39 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    -        <name>Afghanistan</name>
    -        <Alpha2>AF</Alpha2>
    -        <Alpha3>AFG</Alpha3>
    -        <IDC>93</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AX">
    -        <name>Ã…land</name>
    -        <Alpha2>AX</Alpha2>
    -        <Alpha3>ALA</Alpha3>
    -        <IDC>358</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AL">
    -        <name>Albania</name>
    -        <Alpha2>AL</Alpha2>
    -        <Alpha3>ALB</Alpha3>
    -        <IDC>355</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DZ">
    -        <name>Algeria</name>
    -        <Alpha2>DZ</Alpha2>
    -        <Alpha3>DZA</Alpha3>
    -        <IDC>213</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AS">
    -   
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    +        <name>Afghanistan</name>
    +        <Alpha2>AF</Alpha2>
    +        <Alpha3>AFG</Alpha3>
    +        <IDC>93</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AX">
    +        <name>Ã…land</name>
    +        <Alpha2>AX</Alpha2>
    +        <Alpha3>ALA</Alpha3>
    +        <IDC>358</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AL">
    +        <name>Albania</name>
    +        <Alpha2>AL</Alpha2>
    +        <Alpha3>ALB</Alpha3>
    +        <IDC>355</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DZ">
    +        <name>Algeria</name>
    +        <Alpha2>DZ</Alpha2>
    +        <Alpha3>DZA</Alpha3>
    +        <IDC>213</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AS">
    +        <name>American Samoa</
                                 
    View more @@ -64248,1490 +64971,1490 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    -        <name>Afghanistan</name>
    -        <Alpha2>AF</Alpha2>
    -        <Alpha3>AFG</Alpha3>
    -        <IDC>93</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AX">
    -        <name>Ã…land</name>
    -        <Alpha2>AX</Alpha2>
    -        <Alpha3>ALA</Alpha3>
    -        <IDC>358</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AL">
    -        <name>Albania</name>
    -        <Alpha2>AL</Alpha2>
    -        <Alpha3>ALB</Alpha3>
    -        <IDC>355</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DZ">
    -        <name>Algeria</name>
    -        <Alpha2>DZ</Alpha2>
    -        <Alpha3>DZA</Alpha3>
    -        <IDC>213</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AS">
    -        <name>American Samoa</name>
    -        <Alpha2>AS</Alpha2>
    -        <Alpha3>ASM</Alpha3>
    -        <IDC>1684</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AD">
    -        <name>Andorra</name>
    -        <Alpha2>AD</Alpha2>
    -        <Alpha3>AND</Alpha3>
    -        <IDC>376</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AO">
    -        <name>Angola</name>
    -        <Alpha2>AO</Alpha2>
    -        <Alpha3>AGO</Alpha3>
    -        <IDC>244</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AI">
    -        <name>Anguilla</name>
    -        <Alpha2>AI</Alpha2>
    -        <Alpha3>AIA</Alpha3>
    -        <IDC>1264</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AQ">
    -        <name>Antarctica</name>
    -        <Alpha2>AQ</Alpha2>
    -        <Alpha3>ATA</Alpha3>
    -        <IDC>672</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AG">
    -        <name>Antigua and Barbuda</name>
    -        <Alpha2>AG</Alpha2>
    -        <Alpha3>ATG</Alpha3>
    -        <IDC>1268</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AR">
    -        <name>Argentina</name>
    -        <Alpha2>AR</Alpha2>
    -        <Alpha3>ARG</Alpha3>
    -        <IDC>54</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AM">
    -        <name>Armenia</name>
    -        <Alpha2>AM</Alpha2>
    -        <Alpha3>ARM</Alpha3>
    -        <IDC>374</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AW">
    -        <name>Aruba</name>
    -        <Alpha2>AW</Alpha2>
    -        <Alpha3>ABW</Alpha3>
    -        <IDC>297</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AU">
    -        <name>Australia</name>
    -        <Alpha2>AU</Alpha2>
    -        <Alpha3>AUS</Alpha3>
    -        <IDC>61</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AT">
    -        <name>Austria</name>
    -        <Alpha2>AT</Alpha2>
    -        <Alpha3>AUT</Alpha3>
    -        <IDC>43</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AZ">
    -        <name>Azerbaijan</name>
    -        <Alpha2>AZ</Alpha2>
    -        <Alpha3>AZE</Alpha3>
    -        <IDC>994</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BS">
    -        <name>Bahamas</name>
    -        <Alpha2>BS</Alpha2>
    -        <Alpha3>BHS</Alpha3>
    -        <IDC>1242</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BH">
    -        <name>Bahrain</name>
    -        <Alpha2>BH</Alpha2>
    -        <Alpha3>BHR</Alpha3>
    -        <IDC>973</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BD">
    -        <name>Bangladesh</name>
    -        <Alpha2>BD</Alpha2>
    -        <Alpha3>BGD</Alpha3>
    -        <IDC>880</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BB">
    -        <name>Barbados</name>
    -        <Alpha2>BB</Alpha2>
    -        <Alpha3>BRB</Alpha3>
    -        <IDC>1246</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BY">
    -        <name>Belarus</name>
    -        <Alpha2>BY</Alpha2>
    -        <Alpha3>BLR</Alpha3>
    -        <IDC>375</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BE">
    -        <name>Belgium</name>
    -        <Alpha2>BE</Alpha2>
    -        <Alpha3>BEL</Alpha3>
    -        <IDC>32</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BZ">
    -        <name>Belize</name>
    -        <Alpha2>BZ</Alpha2>
    -        <Alpha3>BLZ</Alpha3>
    -        <IDC>501</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BJ">
    -        <name>Benin</name>
    -        <Alpha2>BJ</Alpha2>
    -        <Alpha3>BEN</Alpha3>
    -        <IDC>229</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BM">
    -        <name>Bermuda</name>
    -        <Alpha2>BM</Alpha2>
    -        <Alpha3>BMU</Alpha3>
    -        <IDC>1441</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BT">
    -        <name>Bhutan</name>
    -        <Alpha2>BT</Alpha2>
    -        <Alpha3>BTN</Alpha3>
    -        <IDC>975</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BO">
    -        <name>Bolivia</name>
    -        <Alpha2>BO</Alpha2>
    -        <Alpha3>BOL</Alpha3>
    -        <IDC>591</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BA">
    -        <name>Bosnia and Herzegovina</name>
    -        <Alpha2>BA</Alpha2>
    -        <Alpha3>BIH</Alpha3>
    -        <IDC>387</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BW">
    -        <name>Botswana</name>
    -        <Alpha2>BW</Alpha2>
    -        <Alpha3>BWA</Alpha3>
    -        <IDC>267</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BV">
    -        <name>Bouvet Island</name>
    -        <Alpha2>BV</Alpha2>
    -        <Alpha3>BVT</Alpha3>
    -        <IDC>47</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BR">
    -        <name>Brazil</name>
    -        <Alpha2>BR</Alpha2>
    -        <Alpha3>BRA</Alpha3>
    -        <IDC>55</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IO">
    -        <name>British Indian Ocean Territory</name>
    -        <Alpha2>IO</Alpha2>
    -        <Alpha3>IOT</Alpha3>
    -        <IDC>246</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BN">
    -        <name>Brunei Darussalam</name>
    -        <Alpha2>BN</Alpha2>
    -        <Alpha3>BRN</Alpha3>
    -        <IDC>673</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BG">
    -        <name>Bulgaria</name>
    -        <Alpha2>BG</Alpha2>
    -        <Alpha3>BGR</Alpha3>
    -        <IDC>359</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BF">
    -        <name>Burkina Faso</name>
    -        <Alpha2>BF</Alpha2>
    -        <Alpha3>BFA</Alpha3>
    -        <IDC>226</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BI">
    -        <name>Burundi</name>
    -        <Alpha2>BI</Alpha2>
    -        <Alpha3>BDI</Alpha3>
    -        <IDC>257</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KH">
    -        <name>Cambodia</name>
    -        <Alpha2>KH</Alpha2>
    -        <Alpha3>KHM</Alpha3>
    -        <IDC>855</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CM">
    -        <name>Cameroon</name>
    -        <Alpha2>CM</Alpha2>
    -        <Alpha3>CMR</Alpha3>
    -        <IDC>237</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CA">
    -        <name>Canada</name>
    -        <Alpha2>CA</Alpha2>
    -        <Alpha3>CAN</Alpha3>
    -        <IDC>1</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CV">
    -        <name>Cape Verde</name>
    -        <Alpha2>CV</Alpha2>
    -        <Alpha3>CPV</Alpha3>
    -        <IDC>238</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KY">
    -        <name>Cayman Islands</name>
    -        <Alpha2>KY</Alpha2>
    -        <Alpha3>CYM</Alpha3>
    -        <IDC>1345</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CF">
    -        <name>Central African Republic</name>
    -        <Alpha2>CF</Alpha2>
    -        <Alpha3>CAF</Alpha3>
    -        <IDC>236</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TD">
    -        <name>Chad</name>
    -        <Alpha2>TD</Alpha2>
    -        <Alpha3>TCD</Alpha3>
    -        <IDC>235</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CL">
    -        <name>Chile</name>
    -        <Alpha2>CL</Alpha2>
    -        <Alpha3>CHL</Alpha3>
    -        <IDC>56</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CN">
    -        <name>China</name>
    -        <Alpha2>CN</Alpha2>
    -        <Alpha3>CHN</Alpha3>
    -        <IDC>86</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CX">
    -        <name>Christmas Island</name>
    -        <Alpha2>CX</Alpha2>
    -        <Alpha3>CXR</Alpha3>
    -        <IDC>61</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CC">
    -        <name>Cocos (Keeling) Islands</name>
    -        <Alpha2>CC</Alpha2>
    -        <Alpha3>CCK</Alpha3>
    -        <IDC>61</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CO">
    -        <name>Colombia</name>
    -        <Alpha2>CO</Alpha2>
    -        <Alpha3>COL</Alpha3>
    -        <IDC>57</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KM">
    -        <name>Comoros</name>
    -        <Alpha2>KM</Alpha2>
    -        <Alpha3>COM</Alpha3>
    -        <IDC>269</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CG">
    -        <name>Congo</name>
    -        <Alpha2>CG</Alpha2>
    -        <Alpha3>COG</Alpha3>
    -        <IDC>242</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CD">
    -        <name>Congo, The Democratic Republic Of The</name>
    -        <Alpha2>CD</Alpha2>
    -        <Alpha3>COD</Alpha3>
    -        <IDC>243</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CK">
    -        <name>Cook Islands</name>
    -        <Alpha2>CK</Alpha2>
    -        <Alpha3>COK</Alpha3>
    -        <IDC>682</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CR">
    -        <name>Costa Rica</name>
    -        <Alpha2>CR</Alpha2>
    -        <Alpha3>CRI</Alpha3>
    -        <IDC>506</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CI">
    -        <name>Côte d'Ivoire</name>
    -        <Alpha2>CI</Alpha2>
    -        <Alpha3>CIV</Alpha3>
    -        <IDC>225</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HR">
    -        <name>Croatia</name>
    -        <Alpha2>HR</Alpha2>
    -        <Alpha3>HRV</Alpha3>
    -        <IDC>385</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CU">
    -        <name>Cuba</name>
    -        <Alpha2>CU</Alpha2>
    -        <Alpha3>CUB</Alpha3>
    -        <IDC>53</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CY">
    -        <name>Cyprus</name>
    -        <Alpha2>CY</Alpha2>
    -        <Alpha3>CYP</Alpha3>
    -        <IDC>357</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CZ">
    -        <name>Czech Republic</name>
    -        <Alpha2>CZ</Alpha2>
    -        <Alpha3>CZE</Alpha3>
    -        <IDC>420</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DK">
    -        <name>Denmark</name>
    -        <Alpha2>DK</Alpha2>
    -        <Alpha3>DNK</Alpha3>
    -        <IDC>45</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DJ">
    -        <name>Djibouti</name>
    -        <Alpha2>DJ</Alpha2>
    -        <Alpha3>DJI</Alpha3>
    -        <IDC>253</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DM">
    -        <name>Dominica</name>
    -        <Alpha2>DM</Alpha2>
    -        <Alpha3>DMA</Alpha3>
    -        <IDC>1767</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DO">
    -        <name>Dominican Republic</name>
    -        <Alpha2>DO</Alpha2>
    -        <Alpha3>DOM</Alpha3>
    -        <IDC>1809</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EC">
    -        <name>Ecuador</name>
    -        <Alpha2>EC</Alpha2>
    -        <Alpha3>ECU</Alpha3>
    -        <IDC>593</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EG">
    -        <name>Egypt</name>
    -        <Alpha2>EG</Alpha2>
    -        <Alpha3>EGY</Alpha3>
    -        <IDC>20</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SV">
    -        <name>El Salvador</name>
    -        <Alpha2>SV</Alpha2>
    -        <Alpha3>SLV</Alpha3>
    -        <IDC>503</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GQ">
    -        <name>Equatorial Guinea</name>
    -        <Alpha2>GQ</Alpha2>
    -        <Alpha3>GNQ</Alpha3>
    -        <IDC>240</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ER">
    -        <name>Eritrea</name>
    -        <Alpha2>ER</Alpha2>
    -        <Alpha3>ERI</Alpha3>
    -        <IDC>291</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EE">
    -        <name>Estonia</name>
    -        <Alpha2>EE</Alpha2>
    -        <Alpha3>EST</Alpha3>
    -        <IDC>372</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ET">
    -        <name>Ethiopia</name>
    -        <Alpha2>ET</Alpha2>
    -        <Alpha3>ETH</Alpha3>
    -        <IDC>251</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FK">
    -        <name>Falkland Islands (Malvinas)</name>
    -        <Alpha2>FK</Alpha2>
    -        <Alpha3>FLK</Alpha3>
    -        <IDC>500</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FO">
    -        <name>Faroe Islands</name>
    -        <Alpha2>FO</Alpha2>
    -        <Alpha3>FRO</Alpha3>
    -        <IDC>298</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FJ">
    -        <name>Fiji</name>
    -        <Alpha2>FJ</Alpha2>
    -        <Alpha3>FJI</Alpha3>
    -        <IDC>679</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FI">
    -        <name>Finland</name>
    -        <Alpha2>FI</Alpha2>
    -        <Alpha3>FIN</Alpha3>
    -        <IDC>358</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FR">
    -        <name>France</name>
    -        <Alpha2>FR</Alpha2>
    -        <Alpha3>FRA</Alpha3>
    -        <IDC>33</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GF">
    -        <name>French Guiana</name>
    -        <Alpha2>GF</Alpha2>
    -        <Alpha3>GUF</Alpha3>
    -        <IDC>594</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PF">
    -        <name>French Polynesia</name>
    -        <Alpha2>PF</Alpha2>
    -        <Alpha3>PYF</Alpha3>
    -        <IDC>689</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TF">
    -        <name>French Southern Territories</name>
    -        <Alpha2>TF</Alpha2>
    -        <Alpha3>ATF</Alpha3>
    -        <IDC>0</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GA">
    -        <name>Gabon</name>
    -        <Alpha2>GA</Alpha2>
    -        <Alpha3>GAB</Alpha3>
    -        <IDC>241</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GM">
    -        <name>Gambia</name>
    -        <Alpha2>GM</Alpha2>
    -        <Alpha3>GMB</Alpha3>
    -        <IDC>220</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GE">
    -        <name>Georgia</name>
    -        <Alpha2>GE</Alpha2>
    -        <Alpha3>GEO</Alpha3>
    -        <IDC>995</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DE">
    -        <name>Germany</name>
    -        <Alpha2>DE</Alpha2>
    -        <Alpha3>DEU</Alpha3>
    -        <IDC>49</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GH">
    -        <name>Ghana</name>
    -        <Alpha2>GH</Alpha2>
    -        <Alpha3>GHA</Alpha3>
    -        <IDC>233</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GI">
    -        <name>Gibraltar</name>
    -        <Alpha2>GI</Alpha2>
    -        <Alpha3>GIB</Alpha3>
    -        <IDC>350</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GR">
    -        <name>Greece</name>
    -        <Alpha2>GR</Alpha2>
    -        <Alpha3>GRC</Alpha3>
    -        <IDC>30</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GL">
    -        <name>Greenland</name>
    -        <Alpha2>GL</Alpha2>
    -        <Alpha3>GRL</Alpha3>
    -        <IDC>299</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GD">
    -        <name>Grenada</name>
    -        <Alpha2>GD</Alpha2>
    -        <Alpha3>GRD</Alpha3>
    -        <IDC>1473</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GP">
    -        <name>Guadeloupe</name>
    -        <Alpha2>GP</Alpha2>
    -        <Alpha3>GLP</Alpha3>
    -        <IDC>590</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GU">
    -        <name>Guam</name>
    -        <Alpha2>GU</Alpha2>
    -        <Alpha3>GUM</Alpha3>
    -        <IDC>1671</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GT">
    -        <name>Guatemala</name>
    -        <Alpha2>GT</Alpha2>
    -        <Alpha3>GTM</Alpha3>
    -        <IDC>502</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GG">
    -        <name>Guernsey</name>
    -        <Alpha2>GG</Alpha2>
    -        <Alpha3>GGY</Alpha3>
    -        <IDC>44</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GN">
    -        <name>Guinea</name>
    -        <Alpha2>GN</Alpha2>
    -        <Alpha3>GIN</Alpha3>
    -        <IDC>224</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GW">
    -        <name>Guinea-Bissau</name>
    -        <Alpha2>GW</Alpha2>
    -        <Alpha3>GNB</Alpha3>
    -        <IDC>245</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GY">
    -        <name>Guyana</name>
    -        <Alpha2>GY</Alpha2>
    -        <Alpha3>GUY</Alpha3>
    -        <IDC>592</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HT">
    -        <name>Haiti</name>
    -        <Alpha2>HT</Alpha2>
    -        <Alpha3>HTI</Alpha3>
    -        <IDC>509</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HM">
    -        <name>Heard Island and McDonald Islands</name>
    -        <Alpha2>HM</Alpha2>
    -        <Alpha3>HMD</Alpha3>
    -        <IDC>672</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HN">
    -        <name>Honduras</name>
    -        <Alpha2>HN</Alpha2>
    -        <Alpha3>HND</Alpha3>
    -        <IDC>504</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HK">
    -        <name>Hong Kong</name>
    -        <Alpha2>HK</Alpha2>
    -        <Alpha3>HKG</Alpha3>
    -        <IDC>852</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HU">
    -        <name>Hungary</name>
    -        <Alpha2>HU</Alpha2>
    -        <Alpha3>HUN</Alpha3>
    -        <IDC>36</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IS">
    -        <name>Iceland</name>
    -        <Alpha2>IS</Alpha2>
    -        <Alpha3>ISL</Alpha3>
    -        <IDC>354</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IN">
    -        <name>India</name>
    -        <Alpha2>IN</Alpha2>
    -        <Alpha3>IND</Alpha3>
    -        <IDC>91</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ID">
    -        <name>Indonesia</name>
    -        <Alpha2>ID</Alpha2>
    -        <Alpha3>IDN</Alpha3>
    -        <IDC>62</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IR">
    -        <name>Iran, Islamic Republic of</name>
    -        <Alpha2>IR</Alpha2>
    -        <Alpha3>IRN</Alpha3>
    -        <IDC>98</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IQ">
    -        <name>Iraq</name>
    -        <Alpha2>IQ</Alpha2>
    -        <Alpha3>IRQ</Alpha3>
    -        <IDC>964</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IE">
    -        <name>Ireland</name>
    -        <Alpha2>IE</Alpha2>
    -        <Alpha3>IRL</Alpha3>
    -        <IDC>353</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IM">
    -        <name>Isle of Man</name>
    -        <Alpha2>IM</Alpha2>
    -        <Alpha3>IMN</Alpha3>
    -        <IDC>44</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IL">
    -        <name>Israel</name>
    -        <Alpha2>IL</Alpha2>
    -        <Alpha3>ISR</Alpha3>
    -        <IDC>972</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IT">
    -        <name>Italy</name>
    -        <Alpha2>IT</Alpha2>
    -        <Alpha3>ITA</Alpha3>
    -        <IDC>39</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JM">
    -        <name>Jamaica</name>
    -        <Alpha2>JM</Alpha2>
    -        <Alpha3>JAM</Alpha3>
    -        <IDC>1876</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JP">
    -        <name>Japan</name>
    -        <Alpha2>JP</Alpha2>
    -        <Alpha3>JPN</Alpha3>
    -        <IDC>81</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JE">
    -        <name>Jersey</name>
    -        <Alpha2>JE</Alpha2>
    -        <Alpha3>JEY</Alpha3>
    -        <IDC>44</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JO">
    -        <name>Jordan</name>
    -        <Alpha2>JO</Alpha2>
    -        <Alpha3>JOR</Alpha3>
    -        <IDC>962</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KZ">
    -        <name>Kazakhstan</name>
    -        <Alpha2>KZ</Alpha2>
    -        <Alpha3>KAZ</Alpha3>
    -        <IDC>7</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KE">
    -        <name>Kenya</name>
    -        <Alpha2>KE</Alpha2>
    -        <Alpha3>KEN</Alpha3>
    -        <IDC>254</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KI">
    -        <name>Kiribati</name>
    -        <Alpha2>KI</Alpha2>
    -        <Alpha3>KIR</Alpha3>
    -        <IDC>686</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KP">
    -        <name>Korea, Democratic People's Republic of</name>
    -        <Alpha2>KP</Alpha2>
    -        <Alpha3>PRK</Alpha3>
    -        <IDC>850</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KR">
    -        <name>Korea, Republic of</name>
    -        <Alpha2>KR</Alpha2>
    -        <Alpha3>KOR</Alpha3>
    -        <IDC>82</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KW">
    -        <name>Kuwait</name>
    -        <Alpha2>KW</Alpha2>
    -        <Alpha3>KWT</Alpha3>
    -        <IDC>965</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KG">
    -        <name>Kyrgyzstan</name>
    -        <Alpha2>KG</Alpha2>
    -        <Alpha3>KGZ</Alpha3>
    -        <IDC>996</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LA">
    -        <name>Lao People's Democratic Republic</name>
    -        <Alpha2>LA</Alpha2>
    -        <Alpha3>LAO</Alpha3>
    -        <IDC>856</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LV">
    -        <name>Latvia</name>
    -        <Alpha2>LV</Alpha2>
    -        <Alpha3>LVA</Alpha3>
    -        <IDC>371</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LB">
    -        <name>Lebanon</name>
    -        <Alpha2>LB</Alpha2>
    -        <Alpha3>LBN</Alpha3>
    -        <IDC>961</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LS">
    -        <name>Lesotho</name>
    -        <Alpha2>LS</Alpha2>
    -        <Alpha3>LSO</Alpha3>
    -        <IDC>266</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LR">
    -        <name>Liberia</name>
    -        <Alpha2>LR</Alpha2>
    -        <Alpha3>LBR</Alpha3>
    -        <IDC>231</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LY">
    -        <name>Libyan Arab Jamahiriya</name>
    -        <Alpha2>LY</Alpha2>
    -        <Alpha3>LBY</Alpha3>
    -        <IDC>218</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LI">
    -        <name>Liechtenstein</name>
    -        <Alpha2>LI</Alpha2>
    -        <Alpha3>LIE</Alpha3>
    -        <IDC>423</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LT">
    -        <name>Lithuania</name>
    -        <Alpha2>LT</Alpha2>
    -        <Alpha3>LTU</Alpha3>
    -        <IDC>370</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LU">
    -        <name>Luxembourg</name>
    -        <Alpha2>LU</Alpha2>
    -        <Alpha3>LUX</Alpha3>
    -        <IDC>352</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MO">
    -        <name>Macau</name>
    -        <Alpha2>MO</Alpha2>
    -        <Alpha3>MAC</Alpha3>
    -        <IDC>853</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MK">
    -        <name>Macedonia, The Former Yugoslav Republic of</name>
    -        <Alpha2>MK</Alpha2>
    -        <Alpha3>MKD</Alpha3>
    -        <IDC>389</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MG">
    -        <name>Madagascar</name>
    -        <Alpha2>MG</Alpha2>
    -        <Alpha3>MDG</Alpha3>
    -        <IDC>261</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MW">
    -        <name>Malawi</name>
    -        <Alpha2>MW</Alpha2>
    -        <Alpha3>MWI</Alpha3>
    -        <IDC>265</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MY">
    -        <name>Malaysia</name>
    -        <Alpha2>MY</Alpha2>
    -        <Alpha3>MYS</Alpha3>
    -        <IDC>60</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MV">
    -        <name>Maldives</name>
    -        <Alpha2>MV</Alpha2>
    -        <Alpha3>MDV</Alpha3>
    -        <IDC>960</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ML">
    -        <name>Mali</name>
    -        <Alpha2>ML</Alpha2>
    -        <Alpha3>MLI</Alpha3>
    -        <IDC>223</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MT">
    -        <name>Malta</name>
    -        <Alpha2>MT</Alpha2>
    -        <Alpha3>MLT</Alpha3>
    -        <IDC>356</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MH">
    -        <name>Marshall Islands</name>
    -        <Alpha2>MH</Alpha2>
    -        <Alpha3>MHL</Alpha3>
    -        <IDC>692</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MQ">
    -        <name>Martinique</name>
    -        <Alpha2>MQ</Alpha2>
    -        <Alpha3>MTQ</Alpha3>
    -        <IDC>596</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MR">
    -        <name>Mauritania</name>
    -        <Alpha2>MR</Alpha2>
    -        <Alpha3>MRT</Alpha3>
    -        <IDC>222</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MU">
    -        <name>Mauritius</name>
    -        <Alpha2>MU</Alpha2>
    -        <Alpha3>MUS</Alpha3>
    -        <IDC>230</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="YT">
    -        <name>Mayotte</name>
    -        <Alpha2>YT</Alpha2>
    -        <Alpha3>MYT</Alpha3>
    -        <IDC>262</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MX">
    -        <name>Mexico</name>
    -        <Alpha2>MX</Alpha2>
    -        <Alpha3>MEX</Alpha3>
    -        <IDC>52</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FM">
    -        <name>Micronesia, Federated States of</name>
    -        <Alpha2>FM</Alpha2>
    -        <Alpha3>FSM</Alpha3>
    -        <IDC>691</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MD">
    -        <name>Moldova, Republic of</name>
    -        <Alpha2>MD</Alpha2>
    -        <Alpha3>MDA</Alpha3>
    -        <IDC>373</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MC">
    -        <name>Monaco</name>
    -        <Alpha2>MC</Alpha2>
    -        <Alpha3>MCO</Alpha3>
    -        <IDC>377</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MN">
    -        <name>Mongolia</name>
    -        <Alpha2>MN</Alpha2>
    -        <Alpha3>MNG</Alpha3>
    -        <IDC>976</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ME">
    -        <name>Montenegro</name>
    -        <Alpha2>ME</Alpha2>
    -        <Alpha3>MNE</Alpha3>
    -        <IDC>382</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MS">
    -        <name>Montserrat</name>
    -        <Alpha2>MS</Alpha2>
    -        <Alpha3>MSR</Alpha3>
    -        <IDC>1664</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MA">
    -        <name>Morocco</name>
    -        <Alpha2>MA</Alpha2>
    -        <Alpha3>MAR</Alpha3>
    -        <IDC>212</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MZ">
    -        <name>Mozambique</name>
    -        <Alpha2>MZ</Alpha2>
    -        <Alpha3>MOZ</Alpha3>
    -        <IDC>258</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MM">
    -        <name>Myanmar</name>
    -        <Alpha2>MM</Alpha2>
    -        <Alpha3>MMR</Alpha3>
    -        <IDC>95</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NA">
    -        <name>Namibia</name>
    -        <Alpha2>NA</Alpha2>
    -        <Alpha3>NAM</Alpha3>
    -        <IDC>264</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NR">
    -        <name>Nauru</name>
    -        <Alpha2>NR</Alpha2>
    -        <Alpha3>NRU</Alpha3>
    -        <IDC>674</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NP">
    -        <name>Nepal</name>
    -        <Alpha2>NP</Alpha2>
    -        <Alpha3>NPL</Alpha3>
    -        <IDC>977</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NL">
    -        <name>Netherlands</name>
    -        <Alpha2>NL</Alpha2>
    -        <Alpha3>NLD</Alpha3>
    -        <IDC>31</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AN">
    -        <name>Netherlands Antilles</name>
    -        <Alpha2>AN</Alpha2>
    -        <Alpha3>ANT</Alpha3>
    -        <IDC>599</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NC">
    -        <name>New Caledonia</name>
    -        <Alpha2>NC</Alpha2>
    -        <Alpha3>NCL</Alpha3>
    -        <IDC>687</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NZ">
    -        <name>New Zealand</name>
    -        <Alpha2>NZ</Alpha2>
    -        <Alpha3>NZL</Alpha3>
    -        <IDC>64</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NI">
    -        <name>Nicaragua</name>
    -        <Alpha2>NI</Alpha2>
    -        <Alpha3>NIC</Alpha3>
    -        <IDC>505</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NE">
    -        <name>Niger</name>
    -        <Alpha2>NE</Alpha2>
    -        <Alpha3>NER</Alpha3>
    -        <IDC>227</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NG">
    -        <name>Nigeria</name>
    -        <Alpha2>NG</Alpha2>
    -        <Alpha3>NGA</Alpha3>
    -        <IDC>234</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NU">
    -        <name>Niue</name>
    -        <Alpha2>NU</Alpha2>
    -        <Alpha3>NIU</Alpha3>
    -        <IDC>683</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NF">
    -        <name>Norfolk Island</name>
    -        <Alpha2>NF</Alpha2>
    -        <Alpha3>NFK</Alpha3>
    -        <IDC>6723</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MP">
    -        <name>Northern Mariana Islands</name>
    -        <Alpha2>MP</Alpha2>
    -        <Alpha3>MNP</Alpha3>
    -        <IDC>1670</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NO">
    -        <name>Norway</name>
    -        <Alpha2>NO</Alpha2>
    -        <Alpha3>NOR</Alpha3>
    -        <IDC>47</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="OM">
    -        <name>Oman</name>
    -        <Alpha2>OM</Alpha2>
    -        <Alpha3>OMN</Alpha3>
    -        <IDC>968</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PK">
    -        <name>Pakistan</name>
    -        <Alpha2>PK</Alpha2>
    -        <Alpha3>PAK</Alpha3>
    -        <IDC>92</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PW">
    -        <name>Palau</name>
    -        <Alpha2>PW</Alpha2>
    -        <Alpha3>PLW</Alpha3>
    -        <IDC>680</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PS">
    -        <name>Palestinian Territory, Occupied</name>
    -        <Alpha2>PS</Alpha2>
    -        <Alpha3>PSE</Alpha3>
    -        <IDC>970</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PA">
    -        <name>Panama</name>
    -        <Alpha2>PA</Alpha2>
    -        <Alpha3>PAN</Alpha3>
    -        <IDC>507</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PG">
    -        <name>Papua New Guinea</name>
    -        <Alpha2>PG</Alpha2>
    -        <Alpha3>PNG</Alpha3>
    -        <IDC>675</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PY">
    -        <name>Paraguay</name>
    -        <Alpha2>PY</Alpha2>
    -        <Alpha3>PRY</Alpha3>
    -        <IDC>595</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PE">
    -        <name>Peru</name>
    -        <Alpha2>PE</Alpha2>
    -        <Alpha3>PER</Alpha3>
    -        <IDC>51</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PH">
    -        <name>Philippines</name>
    -        <Alpha2>PH</Alpha2>
    -        <Alpha3>PHL</Alpha3>
    -        <IDC>63</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PN">
    -        <name>Pitcairn</name>
    -        <Alpha2>PN</Alpha2>
    -        <Alpha3>PCN</Alpha3>
    -        <IDC>64</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PL">
    -        <name>Poland</name>
    -        <Alpha2>PL</Alpha2>
    -        <Alpha3>POL</Alpha3>
    -        <IDC>48</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PT">
    -        <name>Portugal</name>
    -        <Alpha2>PT</Alpha2>
    -        <Alpha3>PRT</Alpha3>
    -        <IDC>351</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PR">
    -        <name>Puerto Rico</name>
    -        <Alpha2>PR</Alpha2>
    -        <Alpha3>PRI</Alpha3>
    -        <IDC>1787</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="QA">
    -        <name>Qatar</name>
    -        <Alpha2>QA</Alpha2>
    -        <Alpha3>QAT</Alpha3>
    -        <IDC>974</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RE">
    -        <name>Reunion</name>
    -        <Alpha2>RE</Alpha2>
    -        <Alpha3>REU</Alpha3>
    -        <IDC>262</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RO">
    -        <name>Romania</name>
    -        <Alpha2>RO</Alpha2>
    -        <Alpha3>ROU</Alpha3>
    -        <IDC>40</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RU">
    -        <name>Russian Federation</name>
    -        <Alpha2>RU</Alpha2>
    -        <Alpha3>RUS</Alpha3>
    -        <IDC>7</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RW">
    -        <name>Rwanda</name>
    -        <Alpha2>RW</Alpha2>
    -        <Alpha3>RWA</Alpha3>
    -        <IDC>250</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BL">
    -        <name>Saint Barthélemy</name>
    -        <Alpha2>BL</Alpha2>
    -        <Alpha3>BLM</Alpha3>
    -        <IDC>590</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SH">
    -        <name>Saint Helena</name>
    -        <Alpha2>SH</Alpha2>
    -        <Alpha3>SHN</Alpha3>
    -        <IDC>290</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KN">
    -        <name>Saint Kitts and Nevis</name>
    -        <Alpha2>KN</Alpha2>
    -        <Alpha3>KNA</Alpha3>
    -        <IDC>1869</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LC">
    -        <name>Saint Lucia</name>
    -        <Alpha2>LC</Alpha2>
    -        <Alpha3>LCA</Alpha3>
    -        <IDC>1758</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MF">
    -        <name>Saint Martin</name>
    -        <Alpha2>MF</Alpha2>
    -        <Alpha3>MAF</Alpha3>
    -        <IDC>590</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PM">
    -        <name>Saint Pierre and Miquelon</name>
    -        <Alpha2>PM</Alpha2>
    -        <Alpha3>SPM</Alpha3>
    -        <IDC>508</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VC">
    -        <name>Saint Vincent and The Grenadines</name>
    -        <Alpha2>VC</Alpha2>
    -        <Alpha3>VCT</Alpha3>
    -        <IDC>1784</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="WS">
    -        <name>Samoa</name>
    -        <Alpha2>WS</Alpha2>
    -        <Alpha3>WSM</Alpha3>
    -        <IDC>685</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SM">
    -        <name>San Marino</name>
    -        <Alpha2>SM</Alpha2>
    -        <Alpha3>SMR</Alpha3>
    -        <IDC>378</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ST">
    -        <name>Sao Tome and Principe</name>
    -        <Alpha2>ST</Alpha2>
    -        <Alpha3>STP</Alpha3>
    -        <IDC>239</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SA">
    -        <name>Saudi Arabia</name>
    -        <Alpha2>SA</Alpha2>
    -        <Alpha3>SAU</Alpha3>
    -        <IDC>966</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SN">
    -        <name>Senegal</name>
    -        <Alpha2>SN</Alpha2>
    -        <Alpha3>SEN</Alpha3>
    -        <IDC>221</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RS">
    -        <name>Serbia</name>
    -        <Alpha2>RS</Alpha2>
    -        <Alpha3>SRB</Alpha3>
    -        <IDC>381</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SC">
    -        <name>Seychelles</name>
    -        <Alpha2>SC</Alpha2>
    -        <Alpha3>SYC</Alpha3>
    -        <IDC>248</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SL">
    -        <name>Sierra Leone</name>
    -        <Alpha2>SL</Alpha2>
    -        <Alpha3>SLE</Alpha3>
    -        <IDC>232</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SG">
    -        <name>Singapore</name>
    -        <Alpha2>SG</Alpha2>
    -        <Alpha3>SGP</Alpha3>
    -        <IDC>65</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SK">
    -        <name>Slovakia</name>
    -        <Alpha2>SK</Alpha2>
    -        <Alpha3>SVK</Alpha3>
    -        <IDC>421</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SI">
    -        <name>Slovenia</name>
    -        <Alpha2>SI</Alpha2>
    -        <Alpha3>SVN</Alpha3>
    -        <IDC>386</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SB">
    -        <name>Solomon Islands</name>
    -        <Alpha2>SB</Alpha2>
    -        <Alpha3>SLB</Alpha3>
    -        <IDC>677</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SO">
    -        <name>Somalia</name>
    -        <Alpha2>SO</Alpha2>
    -        <Alpha3>SOM</Alpha3>
    -        <IDC>252</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZA">
    -        <name>South Africa</name>
    -        <Alpha2>ZA</Alpha2>
    -        <Alpha3>ZAF</Alpha3>
    -        <IDC>27</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GS">
    -        <name>South Georgia and The South Sandwich Islands</name>
    -        <Alpha2>GS</Alpha2>
    -        <Alpha3>SGS</Alpha3>
    -        <IDC>500</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ES">
    -        <name>Spain</name>
    -        <Alpha2>ES</Alpha2>
    -        <Alpha3>ESP</Alpha3>
    -        <IDC>34</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LK">
    -        <name>Sri Lanka</name>
    -        <Alpha2>LK</Alpha2>
    -        <Alpha3>LKA</Alpha3>
    -        <IDC>94</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SD">
    -        <name>Sudan</name>
    -        <Alpha2>SD</Alpha2>
    -        <Alpha3>SDN</Alpha3>
    -        <IDC>249</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SR">
    -        <name>Suriname</name>
    -        <Alpha2>SR</Alpha2>
    -        <Alpha3>SUR</Alpha3>
    -        <IDC>597</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SJ">
    -        <name>Svalbard and Jan Mayen</name>
    -        <Alpha2>SJ</Alpha2>
    -        <Alpha3>SJM</Alpha3>
    -        <IDC>47</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SZ">
    -        <name>Swaziland</name>
    -        <Alpha2>SZ</Alpha2>
    -        <Alpha3>SWZ</Alpha3>
    -        <IDC>268</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SE">
    -        <name>Sweden</name>
    -        <Alpha2>SE</Alpha2>
    -        <Alpha3>SWE</Alpha3>
    -        <IDC>46</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CH">
    -        <name>Switzerland</name>
    -        <Alpha2>CH</Alpha2>
    -        <Alpha3>CHE</Alpha3>
    -        <IDC>41</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SY">
    -        <name>Syrian Arab Republic</name>
    -        <Alpha2>SY</Alpha2>
    -        <Alpha3>SYR</Alpha3>
    -        <IDC>963</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TW">
    -        <name>Taiwan</name>
    -        <Alpha2>TW</Alpha2>
    -        <Alpha3>TWN</Alpha3>
    -        <IDC>886</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TJ">
    -        <name>Tajikistan</name>
    -        <Alpha2>TJ</Alpha2>
    -        <Alpha3>TJK</Alpha3>
    -        <IDC>992</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TZ">
    -        <name>Tanzania, United Republic of</name>
    -        <Alpha2>TZ</Alpha2>
    -        <Alpha3>TZA</Alpha3>
    -        <IDC>255</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TH">
    -        <name>Thailand</name>
    -        <Alpha2>TH</Alpha2>
    -        <Alpha3>THA</Alpha3>
    -        <IDC>66</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TL">
    -        <name>Timor-Leste</name>
    -        <Alpha2>TL</Alpha2>
    -        <Alpha3>TLS</Alpha3>
    -        <IDC>670</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TG">
    -        <name>Togo</name>
    -        <Alpha2>TG</Alpha2>
    -        <Alpha3>TGO</Alpha3>
    -        <IDC>228</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TK">
    -        <name>Tokelau</name>
    -        <Alpha2>TK</Alpha2>
    -        <Alpha3>TKL</Alpha3>
    -        <IDC>690</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TO">
    -        <name>Tonga</name>
    -        <Alpha2>TO</Alpha2>
    -        <Alpha3>TON</Alpha3>
    -        <IDC>676</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TT">
    -        <name>Trinidad and Tobago</name>
    -        <Alpha2>TT</Alpha2>
    -        <Alpha3>TTO</Alpha3>
    -        <IDC>1868</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TN">
    -        <name>Tunisia</name>
    -        <Alpha2>TN</Alpha2>
    -        <Alpha3>TUN</Alpha3>
    -        <IDC>216</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TR">
    -        <name>Turkey</name>
    -        <Alpha2>TR</Alpha2>
    -        <Alpha3>TUR</Alpha3>
    -        <IDC>90</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TM">
    -        <name>Turkmenistan</name>
    -        <Alpha2>TM</Alpha2>
    -        <Alpha3>TKM</Alpha3>
    -        <IDC>993</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TC">
    -        <name>Turks and Caicos Islands</name>
    -        <Alpha2>TC</Alpha2>
    -        <Alpha3>TCA</Alpha3>
    -        <IDC>1649</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TV">
    -        <name>Tuvalu</name>
    -        <Alpha2>TV</Alpha2>
    -        <Alpha3>TUV</Alpha3>
    -        <IDC>688</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UG">
    -        <name>Uganda</name>
    -        <Alpha2>UG</Alpha2>
    -        <Alpha3>UGA</Alpha3>
    -        <IDC>256</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UA">
    -        <name>Ukraine</name>
    -        <Alpha2>UA</Alpha2>
    -        <Alpha3>UKR</Alpha3>
    -        <IDC>380</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AE">
    -        <name>United Arab Emirates</name>
    -        <Alpha2>AE</Alpha2>
    -        <Alpha3>ARE</Alpha3>
    -        <IDC>971</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GB">
    -        <name>United Kingdom</name>
    -        <Alpha2>GB</Alpha2>
    -        <Alpha3>GBR</Alpha3>
    -        <IDC>44</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UM">
    -        <name>United States Minor Outlying Islands</name>
    -        <Alpha2>UM</Alpha2>
    -        <Alpha3>UMI</Alpha3>
    -        <IDC>1</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="US">
    -        <name>United States of America</name>
    -        <Alpha2>US</Alpha2>
    -        <Alpha3>USA</Alpha3>
    -        <IDC>1</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UY">
    -        <name>Uruguay</name>
    -        <Alpha2>UY</Alpha2>
    -        <Alpha3>URY</Alpha3>
    -        <IDC>598</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UZ">
    -        <name>Uzbekistan</name>
    -        <Alpha2>UZ</Alpha2>
    -        <Alpha3>UZB</Alpha3>
    -        <IDC>998</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VU">
    -        <name>Vanuatu</name>
    -        <Alpha2>VU</Alpha2>
    -        <Alpha3>VUT</Alpha3>
    -        <IDC>678</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VA">
    -        <name>Holy See (Vatican City State)</name>
    -        <Alpha2>VA</Alpha2>
    -        <Alpha3>VAT</Alpha3>
    -        <IDC>3906</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VE">
    -        <name>Venezuela</name>
    -        <Alpha2>VE</Alpha2>
    -        <Alpha3>VEN</Alpha3>
    -        <IDC>58</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VN">
    -        <name>Viet Nam</name>
    -        <Alpha2>VN</Alpha2>
    -        <Alpha3>VNM</Alpha3>
    -        <IDC>84</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VG">
    -        <name>Virgin Islands, British</name>
    -        <Alpha2>VG</Alpha2>
    -        <Alpha3>VGB</Alpha3>
    -        <IDC>1284</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VI">
    -        <name>Virgin Islands, U.S.</name>
    -        <Alpha2>VI</Alpha2>
    -        <Alpha3>VIR</Alpha3>
    -        <IDC>1340</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="WF">
    -        <name>Wallis and Futuna</name>
    -        <Alpha2>WF</Alpha2>
    -        <Alpha3>WLF</Alpha3>
    -        <IDC>681</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EH">
    -        <name>Western Sahara</name>
    -        <Alpha2>EH</Alpha2>
    -        <Alpha3>ESH</Alpha3>
    -        <IDC>212</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="YE">
    -        <name>Yemen</name>
    -        <Alpha2>YE</Alpha2>
    -        <Alpha3>YEM</Alpha3>
    -        <IDC>967</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZM">
    -        <name>Zambia</name>
    -        <Alpha2>ZM</Alpha2>
    -        <Alpha3>ZMB</Alpha3>
    -        <IDC>260</IDC>
    -    </Country>
    -    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZW">
    -        <name>Zimbabwe</name>
    -        <Alpha2>ZW</Alpha2>
    -        <Alpha3>ZWE</Alpha3>
    -        <IDC>263</IDC>
    -    </Country>
    -</CountryList>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    +        <name>Afghanistan</name>
    +        <Alpha2>AF</Alpha2>
    +        <Alpha3>AFG</Alpha3>
    +        <IDC>93</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AX">
    +        <name>Ã…land</name>
    +        <Alpha2>AX</Alpha2>
    +        <Alpha3>ALA</Alpha3>
    +        <IDC>358</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AL">
    +        <name>Albania</name>
    +        <Alpha2>AL</Alpha2>
    +        <Alpha3>ALB</Alpha3>
    +        <IDC>355</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DZ">
    +        <name>Algeria</name>
    +        <Alpha2>DZ</Alpha2>
    +        <Alpha3>DZA</Alpha3>
    +        <IDC>213</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AS">
    +        <name>American Samoa</name>
    +        <Alpha2>AS</Alpha2>
    +        <Alpha3>ASM</Alpha3>
    +        <IDC>1684</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AD">
    +        <name>Andorra</name>
    +        <Alpha2>AD</Alpha2>
    +        <Alpha3>AND</Alpha3>
    +        <IDC>376</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AO">
    +        <name>Angola</name>
    +        <Alpha2>AO</Alpha2>
    +        <Alpha3>AGO</Alpha3>
    +        <IDC>244</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AI">
    +        <name>Anguilla</name>
    +        <Alpha2>AI</Alpha2>
    +        <Alpha3>AIA</Alpha3>
    +        <IDC>1264</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AQ">
    +        <name>Antarctica</name>
    +        <Alpha2>AQ</Alpha2>
    +        <Alpha3>ATA</Alpha3>
    +        <IDC>672</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AG">
    +        <name>Antigua and Barbuda</name>
    +        <Alpha2>AG</Alpha2>
    +        <Alpha3>ATG</Alpha3>
    +        <IDC>1268</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AR">
    +        <name>Argentina</name>
    +        <Alpha2>AR</Alpha2>
    +        <Alpha3>ARG</Alpha3>
    +        <IDC>54</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AM">
    +        <name>Armenia</name>
    +        <Alpha2>AM</Alpha2>
    +        <Alpha3>ARM</Alpha3>
    +        <IDC>374</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AW">
    +        <name>Aruba</name>
    +        <Alpha2>AW</Alpha2>
    +        <Alpha3>ABW</Alpha3>
    +        <IDC>297</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AU">
    +        <name>Australia</name>
    +        <Alpha2>AU</Alpha2>
    +        <Alpha3>AUS</Alpha3>
    +        <IDC>61</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AT">
    +        <name>Austria</name>
    +        <Alpha2>AT</Alpha2>
    +        <Alpha3>AUT</Alpha3>
    +        <IDC>43</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AZ">
    +        <name>Azerbaijan</name>
    +        <Alpha2>AZ</Alpha2>
    +        <Alpha3>AZE</Alpha3>
    +        <IDC>994</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BS">
    +        <name>Bahamas</name>
    +        <Alpha2>BS</Alpha2>
    +        <Alpha3>BHS</Alpha3>
    +        <IDC>1242</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BH">
    +        <name>Bahrain</name>
    +        <Alpha2>BH</Alpha2>
    +        <Alpha3>BHR</Alpha3>
    +        <IDC>973</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BD">
    +        <name>Bangladesh</name>
    +        <Alpha2>BD</Alpha2>
    +        <Alpha3>BGD</Alpha3>
    +        <IDC>880</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BB">
    +        <name>Barbados</name>
    +        <Alpha2>BB</Alpha2>
    +        <Alpha3>BRB</Alpha3>
    +        <IDC>1246</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BY">
    +        <name>Belarus</name>
    +        <Alpha2>BY</Alpha2>
    +        <Alpha3>BLR</Alpha3>
    +        <IDC>375</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BE">
    +        <name>Belgium</name>
    +        <Alpha2>BE</Alpha2>
    +        <Alpha3>BEL</Alpha3>
    +        <IDC>32</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BZ">
    +        <name>Belize</name>
    +        <Alpha2>BZ</Alpha2>
    +        <Alpha3>BLZ</Alpha3>
    +        <IDC>501</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BJ">
    +        <name>Benin</name>
    +        <Alpha2>BJ</Alpha2>
    +        <Alpha3>BEN</Alpha3>
    +        <IDC>229</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BM">
    +        <name>Bermuda</name>
    +        <Alpha2>BM</Alpha2>
    +        <Alpha3>BMU</Alpha3>
    +        <IDC>1441</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BT">
    +        <name>Bhutan</name>
    +        <Alpha2>BT</Alpha2>
    +        <Alpha3>BTN</Alpha3>
    +        <IDC>975</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BO">
    +        <name>Bolivia</name>
    +        <Alpha2>BO</Alpha2>
    +        <Alpha3>BOL</Alpha3>
    +        <IDC>591</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BA">
    +        <name>Bosnia and Herzegovina</name>
    +        <Alpha2>BA</Alpha2>
    +        <Alpha3>BIH</Alpha3>
    +        <IDC>387</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BW">
    +        <name>Botswana</name>
    +        <Alpha2>BW</Alpha2>
    +        <Alpha3>BWA</Alpha3>
    +        <IDC>267</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BV">
    +        <name>Bouvet Island</name>
    +        <Alpha2>BV</Alpha2>
    +        <Alpha3>BVT</Alpha3>
    +        <IDC>47</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BR">
    +        <name>Brazil</name>
    +        <Alpha2>BR</Alpha2>
    +        <Alpha3>BRA</Alpha3>
    +        <IDC>55</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IO">
    +        <name>British Indian Ocean Territory</name>
    +        <Alpha2>IO</Alpha2>
    +        <Alpha3>IOT</Alpha3>
    +        <IDC>246</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BN">
    +        <name>Brunei Darussalam</name>
    +        <Alpha2>BN</Alpha2>
    +        <Alpha3>BRN</Alpha3>
    +        <IDC>673</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BG">
    +        <name>Bulgaria</name>
    +        <Alpha2>BG</Alpha2>
    +        <Alpha3>BGR</Alpha3>
    +        <IDC>359</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BF">
    +        <name>Burkina Faso</name>
    +        <Alpha2>BF</Alpha2>
    +        <Alpha3>BFA</Alpha3>
    +        <IDC>226</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BI">
    +        <name>Burundi</name>
    +        <Alpha2>BI</Alpha2>
    +        <Alpha3>BDI</Alpha3>
    +        <IDC>257</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KH">
    +        <name>Cambodia</name>
    +        <Alpha2>KH</Alpha2>
    +        <Alpha3>KHM</Alpha3>
    +        <IDC>855</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CM">
    +        <name>Cameroon</name>
    +        <Alpha2>CM</Alpha2>
    +        <Alpha3>CMR</Alpha3>
    +        <IDC>237</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CA">
    +        <name>Canada</name>
    +        <Alpha2>CA</Alpha2>
    +        <Alpha3>CAN</Alpha3>
    +        <IDC>1</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CV">
    +        <name>Cape Verde</name>
    +        <Alpha2>CV</Alpha2>
    +        <Alpha3>CPV</Alpha3>
    +        <IDC>238</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KY">
    +        <name>Cayman Islands</name>
    +        <Alpha2>KY</Alpha2>
    +        <Alpha3>CYM</Alpha3>
    +        <IDC>1345</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CF">
    +        <name>Central African Republic</name>
    +        <Alpha2>CF</Alpha2>
    +        <Alpha3>CAF</Alpha3>
    +        <IDC>236</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TD">
    +        <name>Chad</name>
    +        <Alpha2>TD</Alpha2>
    +        <Alpha3>TCD</Alpha3>
    +        <IDC>235</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CL">
    +        <name>Chile</name>
    +        <Alpha2>CL</Alpha2>
    +        <Alpha3>CHL</Alpha3>
    +        <IDC>56</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CN">
    +        <name>China</name>
    +        <Alpha2>CN</Alpha2>
    +        <Alpha3>CHN</Alpha3>
    +        <IDC>86</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CX">
    +        <name>Christmas Island</name>
    +        <Alpha2>CX</Alpha2>
    +        <Alpha3>CXR</Alpha3>
    +        <IDC>61</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CC">
    +        <name>Cocos (Keeling) Islands</name>
    +        <Alpha2>CC</Alpha2>
    +        <Alpha3>CCK</Alpha3>
    +        <IDC>61</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CO">
    +        <name>Colombia</name>
    +        <Alpha2>CO</Alpha2>
    +        <Alpha3>COL</Alpha3>
    +        <IDC>57</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KM">
    +        <name>Comoros</name>
    +        <Alpha2>KM</Alpha2>
    +        <Alpha3>COM</Alpha3>
    +        <IDC>269</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CG">
    +        <name>Congo</name>
    +        <Alpha2>CG</Alpha2>
    +        <Alpha3>COG</Alpha3>
    +        <IDC>242</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CD">
    +        <name>Congo, The Democratic Republic Of The</name>
    +        <Alpha2>CD</Alpha2>
    +        <Alpha3>COD</Alpha3>
    +        <IDC>243</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CK">
    +        <name>Cook Islands</name>
    +        <Alpha2>CK</Alpha2>
    +        <Alpha3>COK</Alpha3>
    +        <IDC>682</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CR">
    +        <name>Costa Rica</name>
    +        <Alpha2>CR</Alpha2>
    +        <Alpha3>CRI</Alpha3>
    +        <IDC>506</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CI">
    +        <name>Côte d'Ivoire</name>
    +        <Alpha2>CI</Alpha2>
    +        <Alpha3>CIV</Alpha3>
    +        <IDC>225</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HR">
    +        <name>Croatia</name>
    +        <Alpha2>HR</Alpha2>
    +        <Alpha3>HRV</Alpha3>
    +        <IDC>385</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CU">
    +        <name>Cuba</name>
    +        <Alpha2>CU</Alpha2>
    +        <Alpha3>CUB</Alpha3>
    +        <IDC>53</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CY">
    +        <name>Cyprus</name>
    +        <Alpha2>CY</Alpha2>
    +        <Alpha3>CYP</Alpha3>
    +        <IDC>357</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CZ">
    +        <name>Czech Republic</name>
    +        <Alpha2>CZ</Alpha2>
    +        <Alpha3>CZE</Alpha3>
    +        <IDC>420</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DK">
    +        <name>Denmark</name>
    +        <Alpha2>DK</Alpha2>
    +        <Alpha3>DNK</Alpha3>
    +        <IDC>45</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DJ">
    +        <name>Djibouti</name>
    +        <Alpha2>DJ</Alpha2>
    +        <Alpha3>DJI</Alpha3>
    +        <IDC>253</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DM">
    +        <name>Dominica</name>
    +        <Alpha2>DM</Alpha2>
    +        <Alpha3>DMA</Alpha3>
    +        <IDC>1767</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DO">
    +        <name>Dominican Republic</name>
    +        <Alpha2>DO</Alpha2>
    +        <Alpha3>DOM</Alpha3>
    +        <IDC>1809</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EC">
    +        <name>Ecuador</name>
    +        <Alpha2>EC</Alpha2>
    +        <Alpha3>ECU</Alpha3>
    +        <IDC>593</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EG">
    +        <name>Egypt</name>
    +        <Alpha2>EG</Alpha2>
    +        <Alpha3>EGY</Alpha3>
    +        <IDC>20</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SV">
    +        <name>El Salvador</name>
    +        <Alpha2>SV</Alpha2>
    +        <Alpha3>SLV</Alpha3>
    +        <IDC>503</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GQ">
    +        <name>Equatorial Guinea</name>
    +        <Alpha2>GQ</Alpha2>
    +        <Alpha3>GNQ</Alpha3>
    +        <IDC>240</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ER">
    +        <name>Eritrea</name>
    +        <Alpha2>ER</Alpha2>
    +        <Alpha3>ERI</Alpha3>
    +        <IDC>291</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EE">
    +        <name>Estonia</name>
    +        <Alpha2>EE</Alpha2>
    +        <Alpha3>EST</Alpha3>
    +        <IDC>372</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ET">
    +        <name>Ethiopia</name>
    +        <Alpha2>ET</Alpha2>
    +        <Alpha3>ETH</Alpha3>
    +        <IDC>251</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FK">
    +        <name>Falkland Islands (Malvinas)</name>
    +        <Alpha2>FK</Alpha2>
    +        <Alpha3>FLK</Alpha3>
    +        <IDC>500</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FO">
    +        <name>Faroe Islands</name>
    +        <Alpha2>FO</Alpha2>
    +        <Alpha3>FRO</Alpha3>
    +        <IDC>298</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FJ">
    +        <name>Fiji</name>
    +        <Alpha2>FJ</Alpha2>
    +        <Alpha3>FJI</Alpha3>
    +        <IDC>679</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FI">
    +        <name>Finland</name>
    +        <Alpha2>FI</Alpha2>
    +        <Alpha3>FIN</Alpha3>
    +        <IDC>358</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FR">
    +        <name>France</name>
    +        <Alpha2>FR</Alpha2>
    +        <Alpha3>FRA</Alpha3>
    +        <IDC>33</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GF">
    +        <name>French Guiana</name>
    +        <Alpha2>GF</Alpha2>
    +        <Alpha3>GUF</Alpha3>
    +        <IDC>594</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PF">
    +        <name>French Polynesia</name>
    +        <Alpha2>PF</Alpha2>
    +        <Alpha3>PYF</Alpha3>
    +        <IDC>689</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TF">
    +        <name>French Southern Territories</name>
    +        <Alpha2>TF</Alpha2>
    +        <Alpha3>ATF</Alpha3>
    +        <IDC>0</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GA">
    +        <name>Gabon</name>
    +        <Alpha2>GA</Alpha2>
    +        <Alpha3>GAB</Alpha3>
    +        <IDC>241</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GM">
    +        <name>Gambia</name>
    +        <Alpha2>GM</Alpha2>
    +        <Alpha3>GMB</Alpha3>
    +        <IDC>220</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GE">
    +        <name>Georgia</name>
    +        <Alpha2>GE</Alpha2>
    +        <Alpha3>GEO</Alpha3>
    +        <IDC>995</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="DE">
    +        <name>Germany</name>
    +        <Alpha2>DE</Alpha2>
    +        <Alpha3>DEU</Alpha3>
    +        <IDC>49</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GH">
    +        <name>Ghana</name>
    +        <Alpha2>GH</Alpha2>
    +        <Alpha3>GHA</Alpha3>
    +        <IDC>233</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GI">
    +        <name>Gibraltar</name>
    +        <Alpha2>GI</Alpha2>
    +        <Alpha3>GIB</Alpha3>
    +        <IDC>350</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GR">
    +        <name>Greece</name>
    +        <Alpha2>GR</Alpha2>
    +        <Alpha3>GRC</Alpha3>
    +        <IDC>30</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GL">
    +        <name>Greenland</name>
    +        <Alpha2>GL</Alpha2>
    +        <Alpha3>GRL</Alpha3>
    +        <IDC>299</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GD">
    +        <name>Grenada</name>
    +        <Alpha2>GD</Alpha2>
    +        <Alpha3>GRD</Alpha3>
    +        <IDC>1473</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GP">
    +        <name>Guadeloupe</name>
    +        <Alpha2>GP</Alpha2>
    +        <Alpha3>GLP</Alpha3>
    +        <IDC>590</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GU">
    +        <name>Guam</name>
    +        <Alpha2>GU</Alpha2>
    +        <Alpha3>GUM</Alpha3>
    +        <IDC>1671</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GT">
    +        <name>Guatemala</name>
    +        <Alpha2>GT</Alpha2>
    +        <Alpha3>GTM</Alpha3>
    +        <IDC>502</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GG">
    +        <name>Guernsey</name>
    +        <Alpha2>GG</Alpha2>
    +        <Alpha3>GGY</Alpha3>
    +        <IDC>44</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GN">
    +        <name>Guinea</name>
    +        <Alpha2>GN</Alpha2>
    +        <Alpha3>GIN</Alpha3>
    +        <IDC>224</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GW">
    +        <name>Guinea-Bissau</name>
    +        <Alpha2>GW</Alpha2>
    +        <Alpha3>GNB</Alpha3>
    +        <IDC>245</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GY">
    +        <name>Guyana</name>
    +        <Alpha2>GY</Alpha2>
    +        <Alpha3>GUY</Alpha3>
    +        <IDC>592</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HT">
    +        <name>Haiti</name>
    +        <Alpha2>HT</Alpha2>
    +        <Alpha3>HTI</Alpha3>
    +        <IDC>509</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HM">
    +        <name>Heard Island and McDonald Islands</name>
    +        <Alpha2>HM</Alpha2>
    +        <Alpha3>HMD</Alpha3>
    +        <IDC>672</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HN">
    +        <name>Honduras</name>
    +        <Alpha2>HN</Alpha2>
    +        <Alpha3>HND</Alpha3>
    +        <IDC>504</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HK">
    +        <name>Hong Kong</name>
    +        <Alpha2>HK</Alpha2>
    +        <Alpha3>HKG</Alpha3>
    +        <IDC>852</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="HU">
    +        <name>Hungary</name>
    +        <Alpha2>HU</Alpha2>
    +        <Alpha3>HUN</Alpha3>
    +        <IDC>36</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IS">
    +        <name>Iceland</name>
    +        <Alpha2>IS</Alpha2>
    +        <Alpha3>ISL</Alpha3>
    +        <IDC>354</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IN">
    +        <name>India</name>
    +        <Alpha2>IN</Alpha2>
    +        <Alpha3>IND</Alpha3>
    +        <IDC>91</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ID">
    +        <name>Indonesia</name>
    +        <Alpha2>ID</Alpha2>
    +        <Alpha3>IDN</Alpha3>
    +        <IDC>62</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IR">
    +        <name>Iran, Islamic Republic of</name>
    +        <Alpha2>IR</Alpha2>
    +        <Alpha3>IRN</Alpha3>
    +        <IDC>98</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IQ">
    +        <name>Iraq</name>
    +        <Alpha2>IQ</Alpha2>
    +        <Alpha3>IRQ</Alpha3>
    +        <IDC>964</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IE">
    +        <name>Ireland</name>
    +        <Alpha2>IE</Alpha2>
    +        <Alpha3>IRL</Alpha3>
    +        <IDC>353</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IM">
    +        <name>Isle of Man</name>
    +        <Alpha2>IM</Alpha2>
    +        <Alpha3>IMN</Alpha3>
    +        <IDC>44</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IL">
    +        <name>Israel</name>
    +        <Alpha2>IL</Alpha2>
    +        <Alpha3>ISR</Alpha3>
    +        <IDC>972</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="IT">
    +        <name>Italy</name>
    +        <Alpha2>IT</Alpha2>
    +        <Alpha3>ITA</Alpha3>
    +        <IDC>39</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JM">
    +        <name>Jamaica</name>
    +        <Alpha2>JM</Alpha2>
    +        <Alpha3>JAM</Alpha3>
    +        <IDC>1876</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JP">
    +        <name>Japan</name>
    +        <Alpha2>JP</Alpha2>
    +        <Alpha3>JPN</Alpha3>
    +        <IDC>81</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JE">
    +        <name>Jersey</name>
    +        <Alpha2>JE</Alpha2>
    +        <Alpha3>JEY</Alpha3>
    +        <IDC>44</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="JO">
    +        <name>Jordan</name>
    +        <Alpha2>JO</Alpha2>
    +        <Alpha3>JOR</Alpha3>
    +        <IDC>962</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KZ">
    +        <name>Kazakhstan</name>
    +        <Alpha2>KZ</Alpha2>
    +        <Alpha3>KAZ</Alpha3>
    +        <IDC>7</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KE">
    +        <name>Kenya</name>
    +        <Alpha2>KE</Alpha2>
    +        <Alpha3>KEN</Alpha3>
    +        <IDC>254</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KI">
    +        <name>Kiribati</name>
    +        <Alpha2>KI</Alpha2>
    +        <Alpha3>KIR</Alpha3>
    +        <IDC>686</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KP">
    +        <name>Korea, Democratic People's Republic of</name>
    +        <Alpha2>KP</Alpha2>
    +        <Alpha3>PRK</Alpha3>
    +        <IDC>850</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KR">
    +        <name>Korea, Republic of</name>
    +        <Alpha2>KR</Alpha2>
    +        <Alpha3>KOR</Alpha3>
    +        <IDC>82</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KW">
    +        <name>Kuwait</name>
    +        <Alpha2>KW</Alpha2>
    +        <Alpha3>KWT</Alpha3>
    +        <IDC>965</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KG">
    +        <name>Kyrgyzstan</name>
    +        <Alpha2>KG</Alpha2>
    +        <Alpha3>KGZ</Alpha3>
    +        <IDC>996</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LA">
    +        <name>Lao People's Democratic Republic</name>
    +        <Alpha2>LA</Alpha2>
    +        <Alpha3>LAO</Alpha3>
    +        <IDC>856</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LV">
    +        <name>Latvia</name>
    +        <Alpha2>LV</Alpha2>
    +        <Alpha3>LVA</Alpha3>
    +        <IDC>371</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LB">
    +        <name>Lebanon</name>
    +        <Alpha2>LB</Alpha2>
    +        <Alpha3>LBN</Alpha3>
    +        <IDC>961</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LS">
    +        <name>Lesotho</name>
    +        <Alpha2>LS</Alpha2>
    +        <Alpha3>LSO</Alpha3>
    +        <IDC>266</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LR">
    +        <name>Liberia</name>
    +        <Alpha2>LR</Alpha2>
    +        <Alpha3>LBR</Alpha3>
    +        <IDC>231</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LY">
    +        <name>Libyan Arab Jamahiriya</name>
    +        <Alpha2>LY</Alpha2>
    +        <Alpha3>LBY</Alpha3>
    +        <IDC>218</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LI">
    +        <name>Liechtenstein</name>
    +        <Alpha2>LI</Alpha2>
    +        <Alpha3>LIE</Alpha3>
    +        <IDC>423</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LT">
    +        <name>Lithuania</name>
    +        <Alpha2>LT</Alpha2>
    +        <Alpha3>LTU</Alpha3>
    +        <IDC>370</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LU">
    +        <name>Luxembourg</name>
    +        <Alpha2>LU</Alpha2>
    +        <Alpha3>LUX</Alpha3>
    +        <IDC>352</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MO">
    +        <name>Macau</name>
    +        <Alpha2>MO</Alpha2>
    +        <Alpha3>MAC</Alpha3>
    +        <IDC>853</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MK">
    +        <name>Macedonia, The Former Yugoslav Republic of</name>
    +        <Alpha2>MK</Alpha2>
    +        <Alpha3>MKD</Alpha3>
    +        <IDC>389</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MG">
    +        <name>Madagascar</name>
    +        <Alpha2>MG</Alpha2>
    +        <Alpha3>MDG</Alpha3>
    +        <IDC>261</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MW">
    +        <name>Malawi</name>
    +        <Alpha2>MW</Alpha2>
    +        <Alpha3>MWI</Alpha3>
    +        <IDC>265</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MY">
    +        <name>Malaysia</name>
    +        <Alpha2>MY</Alpha2>
    +        <Alpha3>MYS</Alpha3>
    +        <IDC>60</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MV">
    +        <name>Maldives</name>
    +        <Alpha2>MV</Alpha2>
    +        <Alpha3>MDV</Alpha3>
    +        <IDC>960</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ML">
    +        <name>Mali</name>
    +        <Alpha2>ML</Alpha2>
    +        <Alpha3>MLI</Alpha3>
    +        <IDC>223</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MT">
    +        <name>Malta</name>
    +        <Alpha2>MT</Alpha2>
    +        <Alpha3>MLT</Alpha3>
    +        <IDC>356</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MH">
    +        <name>Marshall Islands</name>
    +        <Alpha2>MH</Alpha2>
    +        <Alpha3>MHL</Alpha3>
    +        <IDC>692</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MQ">
    +        <name>Martinique</name>
    +        <Alpha2>MQ</Alpha2>
    +        <Alpha3>MTQ</Alpha3>
    +        <IDC>596</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MR">
    +        <name>Mauritania</name>
    +        <Alpha2>MR</Alpha2>
    +        <Alpha3>MRT</Alpha3>
    +        <IDC>222</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MU">
    +        <name>Mauritius</name>
    +        <Alpha2>MU</Alpha2>
    +        <Alpha3>MUS</Alpha3>
    +        <IDC>230</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="YT">
    +        <name>Mayotte</name>
    +        <Alpha2>YT</Alpha2>
    +        <Alpha3>MYT</Alpha3>
    +        <IDC>262</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MX">
    +        <name>Mexico</name>
    +        <Alpha2>MX</Alpha2>
    +        <Alpha3>MEX</Alpha3>
    +        <IDC>52</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="FM">
    +        <name>Micronesia, Federated States of</name>
    +        <Alpha2>FM</Alpha2>
    +        <Alpha3>FSM</Alpha3>
    +        <IDC>691</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MD">
    +        <name>Moldova, Republic of</name>
    +        <Alpha2>MD</Alpha2>
    +        <Alpha3>MDA</Alpha3>
    +        <IDC>373</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MC">
    +        <name>Monaco</name>
    +        <Alpha2>MC</Alpha2>
    +        <Alpha3>MCO</Alpha3>
    +        <IDC>377</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MN">
    +        <name>Mongolia</name>
    +        <Alpha2>MN</Alpha2>
    +        <Alpha3>MNG</Alpha3>
    +        <IDC>976</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ME">
    +        <name>Montenegro</name>
    +        <Alpha2>ME</Alpha2>
    +        <Alpha3>MNE</Alpha3>
    +        <IDC>382</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MS">
    +        <name>Montserrat</name>
    +        <Alpha2>MS</Alpha2>
    +        <Alpha3>MSR</Alpha3>
    +        <IDC>1664</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MA">
    +        <name>Morocco</name>
    +        <Alpha2>MA</Alpha2>
    +        <Alpha3>MAR</Alpha3>
    +        <IDC>212</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MZ">
    +        <name>Mozambique</name>
    +        <Alpha2>MZ</Alpha2>
    +        <Alpha3>MOZ</Alpha3>
    +        <IDC>258</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MM">
    +        <name>Myanmar</name>
    +        <Alpha2>MM</Alpha2>
    +        <Alpha3>MMR</Alpha3>
    +        <IDC>95</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NA">
    +        <name>Namibia</name>
    +        <Alpha2>NA</Alpha2>
    +        <Alpha3>NAM</Alpha3>
    +        <IDC>264</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NR">
    +        <name>Nauru</name>
    +        <Alpha2>NR</Alpha2>
    +        <Alpha3>NRU</Alpha3>
    +        <IDC>674</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NP">
    +        <name>Nepal</name>
    +        <Alpha2>NP</Alpha2>
    +        <Alpha3>NPL</Alpha3>
    +        <IDC>977</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NL">
    +        <name>Netherlands</name>
    +        <Alpha2>NL</Alpha2>
    +        <Alpha3>NLD</Alpha3>
    +        <IDC>31</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AN">
    +        <name>Netherlands Antilles</name>
    +        <Alpha2>AN</Alpha2>
    +        <Alpha3>ANT</Alpha3>
    +        <IDC>599</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NC">
    +        <name>New Caledonia</name>
    +        <Alpha2>NC</Alpha2>
    +        <Alpha3>NCL</Alpha3>
    +        <IDC>687</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NZ">
    +        <name>New Zealand</name>
    +        <Alpha2>NZ</Alpha2>
    +        <Alpha3>NZL</Alpha3>
    +        <IDC>64</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NI">
    +        <name>Nicaragua</name>
    +        <Alpha2>NI</Alpha2>
    +        <Alpha3>NIC</Alpha3>
    +        <IDC>505</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NE">
    +        <name>Niger</name>
    +        <Alpha2>NE</Alpha2>
    +        <Alpha3>NER</Alpha3>
    +        <IDC>227</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NG">
    +        <name>Nigeria</name>
    +        <Alpha2>NG</Alpha2>
    +        <Alpha3>NGA</Alpha3>
    +        <IDC>234</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NU">
    +        <name>Niue</name>
    +        <Alpha2>NU</Alpha2>
    +        <Alpha3>NIU</Alpha3>
    +        <IDC>683</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NF">
    +        <name>Norfolk Island</name>
    +        <Alpha2>NF</Alpha2>
    +        <Alpha3>NFK</Alpha3>
    +        <IDC>6723</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MP">
    +        <name>Northern Mariana Islands</name>
    +        <Alpha2>MP</Alpha2>
    +        <Alpha3>MNP</Alpha3>
    +        <IDC>1670</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="NO">
    +        <name>Norway</name>
    +        <Alpha2>NO</Alpha2>
    +        <Alpha3>NOR</Alpha3>
    +        <IDC>47</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="OM">
    +        <name>Oman</name>
    +        <Alpha2>OM</Alpha2>
    +        <Alpha3>OMN</Alpha3>
    +        <IDC>968</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PK">
    +        <name>Pakistan</name>
    +        <Alpha2>PK</Alpha2>
    +        <Alpha3>PAK</Alpha3>
    +        <IDC>92</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PW">
    +        <name>Palau</name>
    +        <Alpha2>PW</Alpha2>
    +        <Alpha3>PLW</Alpha3>
    +        <IDC>680</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PS">
    +        <name>Palestinian Territory, Occupied</name>
    +        <Alpha2>PS</Alpha2>
    +        <Alpha3>PSE</Alpha3>
    +        <IDC>970</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PA">
    +        <name>Panama</name>
    +        <Alpha2>PA</Alpha2>
    +        <Alpha3>PAN</Alpha3>
    +        <IDC>507</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PG">
    +        <name>Papua New Guinea</name>
    +        <Alpha2>PG</Alpha2>
    +        <Alpha3>PNG</Alpha3>
    +        <IDC>675</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PY">
    +        <name>Paraguay</name>
    +        <Alpha2>PY</Alpha2>
    +        <Alpha3>PRY</Alpha3>
    +        <IDC>595</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PE">
    +        <name>Peru</name>
    +        <Alpha2>PE</Alpha2>
    +        <Alpha3>PER</Alpha3>
    +        <IDC>51</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PH">
    +        <name>Philippines</name>
    +        <Alpha2>PH</Alpha2>
    +        <Alpha3>PHL</Alpha3>
    +        <IDC>63</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PN">
    +        <name>Pitcairn</name>
    +        <Alpha2>PN</Alpha2>
    +        <Alpha3>PCN</Alpha3>
    +        <IDC>64</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PL">
    +        <name>Poland</name>
    +        <Alpha2>PL</Alpha2>
    +        <Alpha3>POL</Alpha3>
    +        <IDC>48</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PT">
    +        <name>Portugal</name>
    +        <Alpha2>PT</Alpha2>
    +        <Alpha3>PRT</Alpha3>
    +        <IDC>351</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PR">
    +        <name>Puerto Rico</name>
    +        <Alpha2>PR</Alpha2>
    +        <Alpha3>PRI</Alpha3>
    +        <IDC>1787</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="QA">
    +        <name>Qatar</name>
    +        <Alpha2>QA</Alpha2>
    +        <Alpha3>QAT</Alpha3>
    +        <IDC>974</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RE">
    +        <name>Reunion</name>
    +        <Alpha2>RE</Alpha2>
    +        <Alpha3>REU</Alpha3>
    +        <IDC>262</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RO">
    +        <name>Romania</name>
    +        <Alpha2>RO</Alpha2>
    +        <Alpha3>ROU</Alpha3>
    +        <IDC>40</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RU">
    +        <name>Russian Federation</name>
    +        <Alpha2>RU</Alpha2>
    +        <Alpha3>RUS</Alpha3>
    +        <IDC>7</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RW">
    +        <name>Rwanda</name>
    +        <Alpha2>RW</Alpha2>
    +        <Alpha3>RWA</Alpha3>
    +        <IDC>250</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="BL">
    +        <name>Saint Barthélemy</name>
    +        <Alpha2>BL</Alpha2>
    +        <Alpha3>BLM</Alpha3>
    +        <IDC>590</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SH">
    +        <name>Saint Helena</name>
    +        <Alpha2>SH</Alpha2>
    +        <Alpha3>SHN</Alpha3>
    +        <IDC>290</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="KN">
    +        <name>Saint Kitts and Nevis</name>
    +        <Alpha2>KN</Alpha2>
    +        <Alpha3>KNA</Alpha3>
    +        <IDC>1869</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LC">
    +        <name>Saint Lucia</name>
    +        <Alpha2>LC</Alpha2>
    +        <Alpha3>LCA</Alpha3>
    +        <IDC>1758</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="MF">
    +        <name>Saint Martin</name>
    +        <Alpha2>MF</Alpha2>
    +        <Alpha3>MAF</Alpha3>
    +        <IDC>590</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="PM">
    +        <name>Saint Pierre and Miquelon</name>
    +        <Alpha2>PM</Alpha2>
    +        <Alpha3>SPM</Alpha3>
    +        <IDC>508</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VC">
    +        <name>Saint Vincent and The Grenadines</name>
    +        <Alpha2>VC</Alpha2>
    +        <Alpha3>VCT</Alpha3>
    +        <IDC>1784</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="WS">
    +        <name>Samoa</name>
    +        <Alpha2>WS</Alpha2>
    +        <Alpha3>WSM</Alpha3>
    +        <IDC>685</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SM">
    +        <name>San Marino</name>
    +        <Alpha2>SM</Alpha2>
    +        <Alpha3>SMR</Alpha3>
    +        <IDC>378</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ST">
    +        <name>Sao Tome and Principe</name>
    +        <Alpha2>ST</Alpha2>
    +        <Alpha3>STP</Alpha3>
    +        <IDC>239</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SA">
    +        <name>Saudi Arabia</name>
    +        <Alpha2>SA</Alpha2>
    +        <Alpha3>SAU</Alpha3>
    +        <IDC>966</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SN">
    +        <name>Senegal</name>
    +        <Alpha2>SN</Alpha2>
    +        <Alpha3>SEN</Alpha3>
    +        <IDC>221</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="RS">
    +        <name>Serbia</name>
    +        <Alpha2>RS</Alpha2>
    +        <Alpha3>SRB</Alpha3>
    +        <IDC>381</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SC">
    +        <name>Seychelles</name>
    +        <Alpha2>SC</Alpha2>
    +        <Alpha3>SYC</Alpha3>
    +        <IDC>248</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SL">
    +        <name>Sierra Leone</name>
    +        <Alpha2>SL</Alpha2>
    +        <Alpha3>SLE</Alpha3>
    +        <IDC>232</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SG">
    +        <name>Singapore</name>
    +        <Alpha2>SG</Alpha2>
    +        <Alpha3>SGP</Alpha3>
    +        <IDC>65</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SK">
    +        <name>Slovakia</name>
    +        <Alpha2>SK</Alpha2>
    +        <Alpha3>SVK</Alpha3>
    +        <IDC>421</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SI">
    +        <name>Slovenia</name>
    +        <Alpha2>SI</Alpha2>
    +        <Alpha3>SVN</Alpha3>
    +        <IDC>386</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SB">
    +        <name>Solomon Islands</name>
    +        <Alpha2>SB</Alpha2>
    +        <Alpha3>SLB</Alpha3>
    +        <IDC>677</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SO">
    +        <name>Somalia</name>
    +        <Alpha2>SO</Alpha2>
    +        <Alpha3>SOM</Alpha3>
    +        <IDC>252</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZA">
    +        <name>South Africa</name>
    +        <Alpha2>ZA</Alpha2>
    +        <Alpha3>ZAF</Alpha3>
    +        <IDC>27</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GS">
    +        <name>South Georgia and The South Sandwich Islands</name>
    +        <Alpha2>GS</Alpha2>
    +        <Alpha3>SGS</Alpha3>
    +        <IDC>500</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ES">
    +        <name>Spain</name>
    +        <Alpha2>ES</Alpha2>
    +        <Alpha3>ESP</Alpha3>
    +        <IDC>34</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="LK">
    +        <name>Sri Lanka</name>
    +        <Alpha2>LK</Alpha2>
    +        <Alpha3>LKA</Alpha3>
    +        <IDC>94</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SD">
    +        <name>Sudan</name>
    +        <Alpha2>SD</Alpha2>
    +        <Alpha3>SDN</Alpha3>
    +        <IDC>249</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SR">
    +        <name>Suriname</name>
    +        <Alpha2>SR</Alpha2>
    +        <Alpha3>SUR</Alpha3>
    +        <IDC>597</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SJ">
    +        <name>Svalbard and Jan Mayen</name>
    +        <Alpha2>SJ</Alpha2>
    +        <Alpha3>SJM</Alpha3>
    +        <IDC>47</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SZ">
    +        <name>Swaziland</name>
    +        <Alpha2>SZ</Alpha2>
    +        <Alpha3>SWZ</Alpha3>
    +        <IDC>268</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SE">
    +        <name>Sweden</name>
    +        <Alpha2>SE</Alpha2>
    +        <Alpha3>SWE</Alpha3>
    +        <IDC>46</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="CH">
    +        <name>Switzerland</name>
    +        <Alpha2>CH</Alpha2>
    +        <Alpha3>CHE</Alpha3>
    +        <IDC>41</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="SY">
    +        <name>Syrian Arab Republic</name>
    +        <Alpha2>SY</Alpha2>
    +        <Alpha3>SYR</Alpha3>
    +        <IDC>963</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TW">
    +        <name>Taiwan</name>
    +        <Alpha2>TW</Alpha2>
    +        <Alpha3>TWN</Alpha3>
    +        <IDC>886</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TJ">
    +        <name>Tajikistan</name>
    +        <Alpha2>TJ</Alpha2>
    +        <Alpha3>TJK</Alpha3>
    +        <IDC>992</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TZ">
    +        <name>Tanzania, United Republic of</name>
    +        <Alpha2>TZ</Alpha2>
    +        <Alpha3>TZA</Alpha3>
    +        <IDC>255</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TH">
    +        <name>Thailand</name>
    +        <Alpha2>TH</Alpha2>
    +        <Alpha3>THA</Alpha3>
    +        <IDC>66</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TL">
    +        <name>Timor-Leste</name>
    +        <Alpha2>TL</Alpha2>
    +        <Alpha3>TLS</Alpha3>
    +        <IDC>670</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TG">
    +        <name>Togo</name>
    +        <Alpha2>TG</Alpha2>
    +        <Alpha3>TGO</Alpha3>
    +        <IDC>228</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TK">
    +        <name>Tokelau</name>
    +        <Alpha2>TK</Alpha2>
    +        <Alpha3>TKL</Alpha3>
    +        <IDC>690</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TO">
    +        <name>Tonga</name>
    +        <Alpha2>TO</Alpha2>
    +        <Alpha3>TON</Alpha3>
    +        <IDC>676</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TT">
    +        <name>Trinidad and Tobago</name>
    +        <Alpha2>TT</Alpha2>
    +        <Alpha3>TTO</Alpha3>
    +        <IDC>1868</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TN">
    +        <name>Tunisia</name>
    +        <Alpha2>TN</Alpha2>
    +        <Alpha3>TUN</Alpha3>
    +        <IDC>216</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TR">
    +        <name>Turkey</name>
    +        <Alpha2>TR</Alpha2>
    +        <Alpha3>TUR</Alpha3>
    +        <IDC>90</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TM">
    +        <name>Turkmenistan</name>
    +        <Alpha2>TM</Alpha2>
    +        <Alpha3>TKM</Alpha3>
    +        <IDC>993</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TC">
    +        <name>Turks and Caicos Islands</name>
    +        <Alpha2>TC</Alpha2>
    +        <Alpha3>TCA</Alpha3>
    +        <IDC>1649</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="TV">
    +        <name>Tuvalu</name>
    +        <Alpha2>TV</Alpha2>
    +        <Alpha3>TUV</Alpha3>
    +        <IDC>688</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UG">
    +        <name>Uganda</name>
    +        <Alpha2>UG</Alpha2>
    +        <Alpha3>UGA</Alpha3>
    +        <IDC>256</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UA">
    +        <name>Ukraine</name>
    +        <Alpha2>UA</Alpha2>
    +        <Alpha3>UKR</Alpha3>
    +        <IDC>380</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="AE">
    +        <name>United Arab Emirates</name>
    +        <Alpha2>AE</Alpha2>
    +        <Alpha3>ARE</Alpha3>
    +        <IDC>971</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="GB">
    +        <name>United Kingdom</name>
    +        <Alpha2>GB</Alpha2>
    +        <Alpha3>GBR</Alpha3>
    +        <IDC>44</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UM">
    +        <name>United States Minor Outlying Islands</name>
    +        <Alpha2>UM</Alpha2>
    +        <Alpha3>UMI</Alpha3>
    +        <IDC>1</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="US">
    +        <name>United States of America</name>
    +        <Alpha2>US</Alpha2>
    +        <Alpha3>USA</Alpha3>
    +        <IDC>1</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UY">
    +        <name>Uruguay</name>
    +        <Alpha2>UY</Alpha2>
    +        <Alpha3>URY</Alpha3>
    +        <IDC>598</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="UZ">
    +        <name>Uzbekistan</name>
    +        <Alpha2>UZ</Alpha2>
    +        <Alpha3>UZB</Alpha3>
    +        <IDC>998</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VU">
    +        <name>Vanuatu</name>
    +        <Alpha2>VU</Alpha2>
    +        <Alpha3>VUT</Alpha3>
    +        <IDC>678</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VA">
    +        <name>Holy See (Vatican City State)</name>
    +        <Alpha2>VA</Alpha2>
    +        <Alpha3>VAT</Alpha3>
    +        <IDC>3906</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VE">
    +        <name>Venezuela</name>
    +        <Alpha2>VE</Alpha2>
    +        <Alpha3>VEN</Alpha3>
    +        <IDC>58</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VN">
    +        <name>Viet Nam</name>
    +        <Alpha2>VN</Alpha2>
    +        <Alpha3>VNM</Alpha3>
    +        <IDC>84</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VG">
    +        <name>Virgin Islands, British</name>
    +        <Alpha2>VG</Alpha2>
    +        <Alpha3>VGB</Alpha3>
    +        <IDC>1284</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="VI">
    +        <name>Virgin Islands, U.S.</name>
    +        <Alpha2>VI</Alpha2>
    +        <Alpha3>VIR</Alpha3>
    +        <IDC>1340</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="WF">
    +        <name>Wallis and Futuna</name>
    +        <Alpha2>WF</Alpha2>
    +        <Alpha3>WLF</Alpha3>
    +        <IDC>681</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="EH">
    +        <name>Western Sahara</name>
    +        <Alpha2>EH</Alpha2>
    +        <Alpha3>ESH</Alpha3>
    +        <IDC>212</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="YE">
    +        <name>Yemen</name>
    +        <Alpha2>YE</Alpha2>
    +        <Alpha3>YEM</Alpha3>
    +        <IDC>967</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZM">
    +        <name>Zambia</name>
    +        <Alpha2>ZM</Alpha2>
    +        <Alpha3>ZMB</Alpha3>
    +        <IDC>260</IDC>
    +    </Country>
    +    <Country media-type="application/vnd.ibexa.api.Country+xml" id="ZW">
    +        <name>Zimbabwe</name>
    +        <Alpha2>ZW</Alpha2>
    +        <Alpha3>ZWE</Alpha3>
    +        <IDC>263</IDC>
    +    </Country>
    +</CountryList>
     
                                                 
    @@ -65929,42 +66652,42 @@
    Types
    file_copy

    -
    -                                {
    -  "BasketListResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    -    "basketList": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.stdClass+json",
    -        "basketId": 5,
    -        "state": "new",
    -        "type": "storedBasket",
    -        "sessionId": "mrt02u8u2rbh6aeeibm7rj0i1j",
    -        "userId": 14,
    -        "basketName": "test",
    -        "dateCreated": {
    -          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    -        },
    -        "dateLastModified": {
    -          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    -        },
    -        "totals": [
    -          {
    -            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -          },
    -          {
    -            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -          }
    -        ],
    -        "totalsSum": {
    -          "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -        },
    -        "dateLastPriceCalculation": {
    -       
    +                            
    +                                {
    +  "BasketListResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    +    "basketList": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.stdClass+json",
    +        "basketId": 5,
    +        "state": "new",
    +        "type": "storedBasket",
    +        "sessionId": "mrt02u8u2rbh6aeeibm7rj0i1j",
    +        "userId": 14,
    +        "basketName": "test",
    +        "dateCreated": {
    +          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    +        },
    +        "dateLastModified": {
    +          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    +        },
    +        "totals": [
    +          {
    +            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +          },
    +          {
    +            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +          }
    +        ],
    +        "totalsSum": {
    +          "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +        },
    +        "dateLastPriceCalculation": {
    +          "_media-type": "application
                                 
    View more @@ -66019,56 +66742,56 @@
    Types
    file_copy

    -
    -                                                {
    -  "BasketListResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    -    "basketList": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.stdClass+json",
    -        "basketId": 5,
    -        "state": "new",
    -        "type": "storedBasket",
    -        "sessionId": "mrt02u8u2rbh6aeeibm7rj0i1j",
    -        "userId": 14,
    -        "basketName": "test",
    -        "dateCreated": {
    -          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    -        },
    -        "dateLastModified": {
    -          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    -        },
    -        "totals": [
    -          {
    -            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -          },
    -          {
    -            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -          }
    -        ],
    -        "totalsSum": {
    -          "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    -        },
    -        "dateLastPriceCalculation": {
    -          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    -        },
    -        "allProductsAvailable": true,
    -        "dataMap": {
    -          "dateLastCatalogUpdate": {
    -            "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -            "date": "2021-03-10 11:11:06.291444",
    -            "timezone_type": 3,
    -            "timezone": "UTC"
    -          }
    -        }
    -      }
    -    ]
    -  }
    -}
    +                                            
    +                                                {
    +  "BasketListResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    +    "basketList": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.stdClass+json",
    +        "basketId": 5,
    +        "state": "new",
    +        "type": "storedBasket",
    +        "sessionId": "mrt02u8u2rbh6aeeibm7rj0i1j",
    +        "userId": 14,
    +        "basketName": "test",
    +        "dateCreated": {
    +          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    +        },
    +        "dateLastModified": {
    +          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    +        },
    +        "totals": [
    +          {
    +            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +          },
    +          {
    +            "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +          }
    +        ],
    +        "totalsSum": {
    +          "_media-type": "application\/vnd.ibexa.api.BasketTotals+json"
    +        },
    +        "dateLastPriceCalculation": {
    +          "_media-type": "application\/vnd.ibexa.api.DateTime+json"
    +        },
    +        "allProductsAvailable": true,
    +        "dataMap": {
    +          "dateLastCatalogUpdate": {
    +            "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +            "date": "2021-03-10 11:11:06.291444",
    +            "timezone_type": 3,
    +            "timezone": "UTC"
    +          }
    +        }
    +      }
    +    ]
    +  }
    +}
     
                                                 
    @@ -66083,13 +66806,9 @@
    Types
    +
    - -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
    + @@ -66252,48 +66971,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -66348,223 +67069,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -66718,48 +67439,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -66814,223 +67537,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -67072,21 +67795,21 @@
    Types
    file_copy

    -
    -                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Access denied"
    -      ]
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Access denied"
    +      ]
    +    }
    +  }
    +}
     
                                 
    @@ -67142,21 +67865,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Access denied"
    -      ]
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Access denied"
    +      ]
    +    }
    +  }
    +}
     
                                                 
    @@ -67396,46 +68119,46 @@
    Types
    file_copy

    -
    -                                {
    -  "PartyData": {
    -    "_data-type":"invoice",
    -    "_media-type":"application/vnd.ibexa.api.Party+json",
    -    "PartyIdentification":[],
    -    "PartyName":[
    -      {
    -        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    -        "Name":"Testerin"
    -      },
    -      {
    -        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    -        "Name":""
    -      }
    -    ],
    -    "PostalAddress":{
    -      "_media-type":"application/vnd.ibexa.api.PartyPostalAddress+json",
    -      "StreetName":"Teststr. 11",
    -      "AdditionalStreetName":"",
    -      "BuildingNumber":null,
    -      "CityName":"Testingen",
    -      "PostalZone":"1111",
    -      "CountrySubentity":"Dummy",
    -      "CountrySubentityCode":null,
    -      "AddressLine":[],
    -      "Country":{
    -        "_media-type":"application/vnd.ibexa.api.PartyPostalAddressCountry+json",
    -        "IdentificationCode":"NO",
    -        "Name":null
    -      },
    -      "Department":null,
    -      "SesExtension":{}
    -    },
    -    "Contact":{
    -      "_me
    +                            
    +                                {
    +  "PartyData": {
    +    "_data-type":"invoice",
    +    "_media-type":"application/vnd.ibexa.api.Party+json",
    +    "PartyIdentification":[],
    +    "PartyName":[
    +      {
    +        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    +        "Name":"Testerin"
    +      },
    +      {
    +        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    +        "Name":""
    +      }
    +    ],
    +    "PostalAddress":{
    +      "_media-type":"application/vnd.ibexa.api.PartyPostalAddress+json",
    +      "StreetName":"Teststr. 11",
    +      "AdditionalStreetName":"",
    +      "BuildingNumber":null,
    +      "CityName":"Testingen",
    +      "PostalZone":"1111",
    +      "CountrySubentity":"Dummy",
    +      "CountrySubentityCode":null,
    +      "AddressLine":[],
    +      "Country":{
    +        "_media-type":"application/vnd.ibexa.api.PartyPostalAddressCountry+json",
    +        "IdentificationCode":"NO",
    +        "Name":null
    +      },
    +      "Department":null,
    +      "SesExtension":{}
    +    },
    +    "Contact":{
    +      "_media-type":"application/vnd.ibexa.a
                                 
    View more @@ -67487,69 +68210,69 @@
    Types
    file_copy

    -
    -                                                {
    -  "PartyData": {
    -    "_data-type":"invoice",
    -    "_media-type":"application/vnd.ibexa.api.Party+json",
    -    "PartyIdentification":[],
    -    "PartyName":[
    -      {
    -        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    -        "Name":"Testerin"
    -      },
    -      {
    -        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    -        "Name":""
    -      }
    -    ],
    -    "PostalAddress":{
    -      "_media-type":"application/vnd.ibexa.api.PartyPostalAddress+json",
    -      "StreetName":"Teststr. 11",
    -      "AdditionalStreetName":"",
    -      "BuildingNumber":null,
    -      "CityName":"Testingen",
    -      "PostalZone":"1111",
    -      "CountrySubentity":"Dummy",
    -      "CountrySubentityCode":null,
    -      "AddressLine":[],
    -      "Country":{
    -        "_media-type":"application/vnd.ibexa.api.PartyPostalAddressCountry+json",
    -        "IdentificationCode":"NO",
    -        "Name":null
    -      },
    -      "Department":null,
    -      "SesExtension":{}
    -    },
    -    "Contact":{
    -      "_media-type":"application/vnd.ibexa.api.Contact+json",
    -      "ID":null,
    -      "Name":null,
    -      "Telephone":"",
    -      "Telefax":null,
    -      "ElectronicMail":"contact@silversolutions.de",
    -      "OtherCommunication":null,
    -      "Note":null,
    -      "SesExtension":{}
    -    },
    -    "Person":{
    -      "_media-type":"application/vnd.ibexa.api.PartyPerson+json",
    -      "FirstName":null,
    -      "FamilyName":null,
    -      "Title":null,
    -      "MiddleName":null,
    -      "SesExtension":{}
    -    },
    -    "SesExtension":{
    -      "forceInvoice":false,
    -      "customer_type":"private"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "PartyData": {
    +    "_data-type":"invoice",
    +    "_media-type":"application/vnd.ibexa.api.Party+json",
    +    "PartyIdentification":[],
    +    "PartyName":[
    +      {
    +        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    +        "Name":"Testerin"
    +      },
    +      {
    +        "_media-type":"application/vnd.ibexa.api.PartyPartyName+json",
    +        "Name":""
    +      }
    +    ],
    +    "PostalAddress":{
    +      "_media-type":"application/vnd.ibexa.api.PartyPostalAddress+json",
    +      "StreetName":"Teststr. 11",
    +      "AdditionalStreetName":"",
    +      "BuildingNumber":null,
    +      "CityName":"Testingen",
    +      "PostalZone":"1111",
    +      "CountrySubentity":"Dummy",
    +      "CountrySubentityCode":null,
    +      "AddressLine":[],
    +      "Country":{
    +        "_media-type":"application/vnd.ibexa.api.PartyPostalAddressCountry+json",
    +        "IdentificationCode":"NO",
    +        "Name":null
    +      },
    +      "Department":null,
    +      "SesExtension":{}
    +    },
    +    "Contact":{
    +      "_media-type":"application/vnd.ibexa.api.Contact+json",
    +      "ID":null,
    +      "Name":null,
    +      "Telephone":"",
    +      "Telefax":null,
    +      "ElectronicMail":"contact@silversolutions.de",
    +      "OtherCommunication":null,
    +      "Note":null,
    +      "SesExtension":{}
    +    },
    +    "Person":{
    +      "_media-type":"application/vnd.ibexa.api.PartyPerson+json",
    +      "FirstName":null,
    +      "FamilyName":null,
    +      "Title":null,
    +      "MiddleName":null,
    +      "SesExtension":{}
    +    },
    +    "SesExtension":{
    +      "forceInvoice":false,
    +      "customer_type":"private"
    +    }
    +  }
    +}
     
                                                 
    @@ -67593,48 +68316,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -67689,223 +68414,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -67920,13 +68645,9 @@
    Types
    +
    - -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
    + @@ -68073,16 +68794,16 @@
    Types
    file_copy

    -
    -                                {
    -  "ShippingMethodData": {
    -    "shippingMethod": "mail"
    -  }
    -}
    +                            
    +                                {
    +  "ShippingMethodData": {
    +    "shippingMethod": "mail"
    +  }
    +}
     
                                 
    @@ -68135,16 +68856,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "ShippingMethodData": {
    -    "shippingMethod": "mail"
    -  }
    -}
    +                                            
    +                                                {
    +  "ShippingMethodData": {
    +    "shippingMethod": "mail"
    +  }
    +}
     
                                                 
    @@ -68188,48 +68909,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -68284,223 +69007,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -68515,13 +69238,9 @@
    Types
    +
    - -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
    + @@ -68668,16 +69387,16 @@
    Types
    file_copy

    -
    -                                {
    -  "PaymentMethodData": {
    -    "paymentMethod": "invoice"
    -  }
    -}
    +                            
    +                                {
    +  "PaymentMethodData": {
    +    "paymentMethod": "invoice"
    +  }
    +}
     
                                 
    @@ -68730,16 +69449,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "PaymentMethodData": {
    -    "paymentMethod": "invoice"
    -  }
    -}
    +                                            
    +                                                {
    +  "PaymentMethodData": {
    +    "paymentMethod": "invoice"
    +  }
    +}
     
                                                 
    @@ -68783,48 +69502,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -68879,223 +69600,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -69110,13 +69831,9 @@
    Types
    +
    - -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
    + @@ -69263,16 +69980,16 @@
    Types
    file_copy

    -
    -                                {
    -  "VoucherData": {
    -    "voucherCode": "1234567"
    -  }
    -}
    +                            
    +                                {
    +  "VoucherData": {
    +    "voucherCode": "1234567"
    +  }
    +}
     
                                 
    @@ -69325,16 +70042,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "VoucherData": {
    -    "voucherCode": "1234567"
    -  }
    -}
    +                                            
    +                                                {
    +  "VoucherData": {
    +    "voucherCode": "1234567"
    +  }
    +}
     
                                                 
    @@ -69378,48 +70095,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -69474,223 +70193,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -69705,13 +70424,9 @@
    Types
    +
    - -Notice: Trying to access array offset on value of type null in C:\DK\Repositories\developer-documentation\tools\raml2html\vendor\raml-org\raml-php-parser\src\Body.php on line 231 -
    + @@ -69858,21 +70573,21 @@
    Types
    file_copy

    -
    -                                {
    -  "BasketLineData": [
    -    {
    -      "sku":"1000",
    -      "quantity":"3",
    -      "isVariant":"0",
    -      "variantCode":""
    -    }
    -  ]
    -}
    +                            
    +                                {
    +  "BasketLineData": [
    +    {
    +      "sku":"1000",
    +      "quantity":"3",
    +      "isVariant":"0",
    +      "variantCode":""
    +    }
    +  ]
    +}
     
                                 
    @@ -69925,21 +70640,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "BasketLineData": [
    -    {
    -      "sku":"1000",
    -      "quantity":"3",
    -      "isVariant":"0",
    -      "variantCode":""
    -    }
    -  ]
    -}
    +                                            
    +                                                {
    +  "BasketLineData": [
    +    {
    +      "sku":"1000",
    +      "quantity":"3",
    +      "isVariant":"0",
    +      "variantCode":""
    +    }
    +  ]
    +}
     
                                                 
    @@ -69983,48 +70698,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -70079,223 +70796,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -70337,21 +71054,21 @@
    Types
    file_copy

    -
    -                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Product with the sku: foo not found"
    -      ]
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Product with the sku: foo not found"
    +      ]
    +    }
    +  }
    +}
     
                                 
    @@ -70407,21 +71124,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Product with the sku: foo not found"
    -      ]
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Product with the sku: foo not found"
    +      ]
    +    }
    +  }
    +}
     
                                                 
    @@ -70555,47 +71272,48 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 7,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "storedBasket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": "sbnla08g8seeoua51v46jns3vc",
    -    "userId": 14,
    -    "basketName": "foo",
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 07:40:00"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 07:40:00"
    -    },
    -    "shop": null,
    -    "requirePriceUpdate": false,
    -    "totals": null,
    -    "totalsSum": null,
    -    "currency": null,
    -    "totalsSumNet": null,
    -    "totalsSumGross": null,
    -    "additionalLines": null,
    -    "lines": [],
    -    "dateLastPriceCalculation"
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 7,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "storedBasket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": "sbnla08g8seeoua51v46jns3vc",
    +    "userId": 14,
    +    "basketName": "foo",
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 07:40:00"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 07:40:00"
    +    },
    +    "shop": null,
    +    "requirePriceUpdate": false,
    +    "totals": null,
    +    "totalsSum": null,
    +    "currency": null,
    +    "totalsSumNet": null,
    +    "totalsSumGross": null,
    +    "additionalLines": null,
    +    "lines": [],
    +    "dateLastPriceCalculation": null,
    +    "shippingMethod": null,
                                 
    View more @@ -70650,61 +71368,61 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 7,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "storedBasket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": "sbnla08g8seeoua51v46jns3vc",
    -    "userId": 14,
    -    "basketName": "foo",
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 07:40:00"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 07:40:00"
    -    },
    -    "shop": null,
    -    "requirePriceUpdate": false,
    -    "totals": null,
    -    "totalsSum": null,
    -    "currency": null,
    -    "totalsSumNet": null,
    -    "totalsSumGross": null,
    -    "additionalLines": null,
    -    "lines": [],
    -    "dateLastPriceCalculation": null,
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": true,
    -    "dataMap": {
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 07:40:00"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 7,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "storedBasket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": "sbnla08g8seeoua51v46jns3vc",
    +    "userId": 14,
    +    "basketName": "foo",
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 07:40:00"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 07:40:00"
    +    },
    +    "shop": null,
    +    "requirePriceUpdate": false,
    +    "totals": null,
    +    "totalsSum": null,
    +    "currency": null,
    +    "totalsSumNet": null,
    +    "totalsSumGross": null,
    +    "additionalLines": null,
    +    "lines": [],
    +    "dateLastPriceCalculation": null,
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": true,
    +    "dataMap": {
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 07:40:00"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -70844,16 +71562,16 @@
    Types
    file_copy

    -
    -                                {
    -  "BasketHeaderData": {
    -    "value": "foobar"
    -  }
    -}
    +                            
    +                                {
    +  "BasketHeaderData": {
    +    "value": "foobar"
    +  }
    +}
     
                                 
    @@ -70906,16 +71624,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "BasketHeaderData": {
    -    "value": "foobar"
    -  }
    -}
    +                                            
    +                                                {
    +  "BasketHeaderData": {
    +    "value": "foobar"
    +  }
    +}
     
                                                 
    @@ -70959,48 +71677,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -71055,223 +71775,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -71411,16 +72131,16 @@
    Types
    file_copy

    -
    -                                {
    -  "BasketHeaderData": {
    -    "value": "foobar"
    -  }
    -}
    +                            
    +                                {
    +  "BasketHeaderData": {
    +    "value": "foobar"
    +  }
    +}
     
                                 
    @@ -71473,16 +72193,16 @@
    Types
    file_copy

    -
    -                                                {
    -  "BasketHeaderData": {
    -    "value": "foobar"
    -  }
    -}
    +                                            
    +                                                {
    +  "BasketHeaderData": {
    +    "value": "foobar"
    +  }
    +}
     
                                                 
    @@ -71526,48 +72246,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -71622,223 +72344,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -71996,21 +72718,21 @@
    Types
    file_copy

    -
    -                                {
    -  "BasketLineData": [
    -    {
    -      "sku":"1000",
    -      "quantity":"3",
    -      "isVariant":"0",
    -      "variantCode":""
    -    }
    -  ]
    -}
    +                            
    +                                {
    +  "BasketLineData": [
    +    {
    +      "sku":"1000",
    +      "quantity":"3",
    +      "isVariant":"0",
    +      "variantCode":""
    +    }
    +  ]
    +}
     
                                 
    @@ -72063,21 +72785,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "BasketLineData": [
    -    {
    -      "sku":"1000",
    -      "quantity":"3",
    -      "isVariant":"0",
    -      "variantCode":""
    -    }
    -  ]
    -}
    +                                            
    +                                                {
    +  "BasketLineData": [
    +    {
    +      "sku":"1000",
    +      "quantity":"3",
    +      "isVariant":"0",
    +      "variantCode":""
    +    }
    +  ]
    +}
     
                                                 
    @@ -72121,48 +72843,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -72217,223 +72941,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -72475,21 +73199,21 @@
    Types
    file_copy

    -
    -                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Product with the sku: foo not found"
    -      ]
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Product with the sku: foo not found"
    +      ]
    +    }
    +  }
    +}
     
                                 
    @@ -72545,21 +73269,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "Product with the sku: foo not found"
    -      ]
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "Product with the sku: foo not found"
    +      ]
    +    }
    +  }
    +}
     
                                                 
    @@ -72712,48 +73436,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -72808,223 +73534,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -73066,21 +73792,21 @@
    Types
    file_copy

    -
    -                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "msg.invalid_basket_line_data"
    -      ]
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "msg.invalid_basket_line_data"
    +      ]
    +    }
    +  }
    +}
     
                                 
    @@ -73136,21 +73862,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "msg.invalid_basket_line_data"
    -      ]
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "msg.invalid_basket_line_data"
    +      ]
    +    }
    +  }
    +}
     
                                                 
    @@ -73303,48 +74029,50 @@
    Types
    file_copy

    -
    -                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -       
    +                            
    +                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +  
                                 
    View more @@ -73399,223 +74127,223 @@
    Types
    file_copy

    -
    -                                                {
    -  "Basket": {
    -    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    -    "basketId": 1,
    -    "originId": null,
    -    "erpOrderId": null,
    -    "guid": null,
    -    "state": "new",
    -    "type": "basket",
    -    "erpFailCounter": null,
    -    "erpFailErrorLog": null,
    -    "sessionId": null,
    -    "userId": 14,
    -    "basketName": null,
    -    "invoiceParty": null,
    -    "deliveryParty": null,
    -    "buyerParty": null,
    -    "remark": null,
    -    "dateCreated": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:33:26"
    -    },
    -    "dateLastModified": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shop": "MAIN",
    -    "requirePriceUpdate": false,
    -    "totals": {
    -      "lines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "lines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {
    -          "19": 0
    -        },
    -        "groupType": "order",
    -        "currency": "EUR"
    -      },
    -      "additionalLines": {
    -        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -        "name": "additionalLines",
    -        "totalNet": 0,
    -        "totalGross": 0,
    -        "vatList": {},
    -        "groupType": "order",
    -        "currency": "EUR"
    -      }
    -    },
    -    "totalsSum": {
    -      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    -      "name": "",
    -      "totalNet": 0,
    -      "totalGross": 0,
    -      "vatList": {
    -        "19": 0
    -      },
    -      "groupType": "order",
    -      "currency": "EUR"
    -    },
    -    "currency": "EUR",
    -    "totalsSumNet": 0,
    -    "totalsSumGross": 0,
    -    "additionalLines": {},
    -    "lines": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    -        "basketLineId": 2,
    -        "lineNumber": 1,
    -        "sku": "test",
    -        "variantCode": null,
    -        "productType": "OrderableProductNode",
    -        "quantity": 9,
    -        "unit": null,
    -        "price": 0,
    -        "priceNet": 0,
    -        "priceGross": 0,
    -        "linePriceAmountNet": 0,
    -        "linePriceAmountGross": 0,
    -        "vat": 19,
    -        "isIncVat": true,
    -        "currency": "EUR",
    -        "catalogElement": {
    -          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    -          "seoUrl": "\/product-catalog\/test",
    -          "permanentUrl": "\/Products\/test",
    -          "dataMap": {
    -            "discontinued": {
    -              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    -              "_exception": {
    -                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -              }
    -            }
    -          },
    -          "subtitle": null,
    -          "displayInSearch": false,
    -          "displayInProductList": false,
    -          "sku": "test",
    -          "manufacturerSku": "",
    -          "ean": "",
    -          "type": "",
    -          "isOrderable": null,
    -          "price": {
    -            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    -            "price": {
    -              "_media-type": "application\/vnd.ibexa.api.Price+json",
    -              "price": 0,
    -              "priceInclVat": 0,
    -              "priceExclVat": 0,
    -              "isVatPrice": true,
    -              "vatPercent": 19,
    -              "currency": "EUR",
    -              "discount": null,
    -              "timestamp": "1615545324",
    -              "campaign": null,
    -              "source": "eZ",
    -              "quantityDiscount": null
    -            }
    -          },
    -          "customerPrice": null,
    -          "scaledPrices": null,
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "shortDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "longDescription": {
    -            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "specifications": null,
    -          "imageList": null,
    -          "minOrderQuantity": null,
    -          "maxOrderQuantity": null,
    -          "allowedQuantity": "#^[0-9]+$#",
    -          "packagingUnit": null,
    -          "unit": "",
    -          "vatCode": "VATNORMAL",
    -          "name": "test",
    -          "section": null,
    -          "text": "test",
    -          "image": {
    -            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "path": null,
    -          "url": "\/product-catalog\/test",
    -          "parentElementIdentifier": "126",
    -          "identifier": "130",
    -          "cacheIdentifier": null
    -        },
    -        "groupCalc": null,
    -        "groupOrder": null,
    -        "remark": null,
    -        "remoteDataMap": {
    -          "lineRemark": null,
    -          "scaledPrices": null,
    -          "special_offers": {
    -            "0": "Buy 3 pay 2",
    -            "1": "Customer price"
    -          },
    -          "stockSign": "",
    -          "stock": {
    -            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    -            "_exception": {
    -              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    -              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    -            }
    -          },
    -          "isPriceValid": true
    -        },
    -        "variantCharacteristics": null,
    -        "assignedLines": null
    -      }
    -    ],
    -    "dateLastPriceCalculation": {
    -      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -      "string": "2021-03-12 10:35:22"
    -    },
    -    "shippingMethod": null,
    -    "paymentMethod": null,
    -    "paymentTransactionId": null,
    -    "confirmationEmail": null,
    -    "salesConfirmationEmail": null,
    -    "allProductsAvailable": false,
    -    "dataMap": {
    -      "pricesValid": true,
    -      "priceResponseSourceType": "ShopMaster",
    -      "dateLastCatalogUpdate": {
    -        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    -        "string": "2021-03-12 10:35:22"
    -      }
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "Basket": {
    +    "_media-type": "application\/vnd.ibexa.api.Basket+json",
    +    "basketId": 1,
    +    "originId": null,
    +    "erpOrderId": null,
    +    "guid": null,
    +    "state": "new",
    +    "type": "basket",
    +    "erpFailCounter": null,
    +    "erpFailErrorLog": null,
    +    "sessionId": null,
    +    "userId": 14,
    +    "basketName": null,
    +    "invoiceParty": null,
    +    "deliveryParty": null,
    +    "buyerParty": null,
    +    "remark": null,
    +    "dateCreated": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:33:26"
    +    },
    +    "dateLastModified": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shop": "MAIN",
    +    "requirePriceUpdate": false,
    +    "totals": {
    +      "lines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "lines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {
    +          "19": 0
    +        },
    +        "groupType": "order",
    +        "currency": "EUR"
    +      },
    +      "additionalLines": {
    +        "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +        "name": "additionalLines",
    +        "totalNet": 0,
    +        "totalGross": 0,
    +        "vatList": {},
    +        "groupType": "order",
    +        "currency": "EUR"
    +      }
    +    },
    +    "totalsSum": {
    +      "_media-type": "application\/vnd.ibexa.api.BasketTotals+json",
    +      "name": "",
    +      "totalNet": 0,
    +      "totalGross": 0,
    +      "vatList": {
    +        "19": 0
    +      },
    +      "groupType": "order",
    +      "currency": "EUR"
    +    },
    +    "currency": "EUR",
    +    "totalsSumNet": 0,
    +    "totalsSumGross": 0,
    +    "additionalLines": {},
    +    "lines": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.BasketLine+json",
    +        "basketLineId": 2,
    +        "lineNumber": 1,
    +        "sku": "test",
    +        "variantCode": null,
    +        "productType": "OrderableProductNode",
    +        "quantity": 9,
    +        "unit": null,
    +        "price": 0,
    +        "priceNet": 0,
    +        "priceGross": 0,
    +        "linePriceAmountNet": 0,
    +        "linePriceAmountGross": 0,
    +        "vat": 19,
    +        "isIncVat": true,
    +        "currency": "EUR",
    +        "catalogElement": {
    +          "_media-type": "application\/vnd.ibexa.api.OrderableProductNode+json",
    +          "seoUrl": "\/product-catalog\/test",
    +          "permanentUrl": "\/Products\/test",
    +          "dataMap": {
    +            "discontinued": {
    +              "_media-type": "application\/vnd.ibexa.api.BoolField+json",
    +              "_exception": {
    +                "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +                "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\BoolField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +              }
    +            }
    +          },
    +          "subtitle": null,
    +          "displayInSearch": false,
    +          "displayInProductList": false,
    +          "sku": "test",
    +          "manufacturerSku": "",
    +          "ean": "",
    +          "type": "",
    +          "isOrderable": null,
    +          "price": {
    +            "_media-type": "application\/vnd.ibexa.api.PriceField+json",
    +            "price": {
    +              "_media-type": "application\/vnd.ibexa.api.Price+json",
    +              "price": 0,
    +              "priceInclVat": 0,
    +              "priceExclVat": 0,
    +              "isVatPrice": true,
    +              "vatPercent": 19,
    +              "currency": "EUR",
    +              "discount": null,
    +              "timestamp": "1615545324",
    +              "campaign": null,
    +              "source": "eZ",
    +              "quantityDiscount": null
    +            }
    +          },
    +          "customerPrice": null,
    +          "scaledPrices": null,
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "shortDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "longDescription": {
    +            "_media-type": "application\/vnd.ibexa.api.TextBlockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\TextBlockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "specifications": null,
    +          "imageList": null,
    +          "minOrderQuantity": null,
    +          "maxOrderQuantity": null,
    +          "allowedQuantity": "#^[0-9]+$#",
    +          "packagingUnit": null,
    +          "unit": "",
    +          "vatCode": "VATNORMAL",
    +          "name": "test",
    +          "section": null,
    +          "text": "test",
    +          "image": {
    +            "_media-type": "application\/vnd.ibexa.api.ImageField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\ImageField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "path": null,
    +          "url": "\/product-catalog\/test",
    +          "parentElementIdentifier": "126",
    +          "identifier": "130",
    +          "cacheIdentifier": null
    +        },
    +        "groupCalc": null,
    +        "groupOrder": null,
    +        "remark": null,
    +        "remoteDataMap": {
    +          "lineRemark": null,
    +          "scaledPrices": null,
    +          "special_offers": {
    +            "0": "Buy 3 pay 2",
    +            "1": "Customer price"
    +          },
    +          "stockSign": "",
    +          "stock": {
    +            "_media-type": "application\/vnd.ibexa.api.StockField+json",
    +            "_exception": {
    +              "Name": "EzSystems\\EzPlatformRest\\Output\\Exceptions\\NoVisitorFoundException",
    +              "Message": "No visitor found for Silversolutions\\Bundle\\EshopBundle\\Content\\Fields\\StockField, Silversolutions\\Bundle\\EshopBundle\\Content\\AbstractField, Silversolutions\\Bundle\\EshopBundle\\Content\\ValueObject."
    +            }
    +          },
    +          "isPriceValid": true
    +        },
    +        "variantCharacteristics": null,
    +        "assignedLines": null
    +      }
    +    ],
    +    "dateLastPriceCalculation": {
    +      "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +      "string": "2021-03-12 10:35:22"
    +    },
    +    "shippingMethod": null,
    +    "paymentMethod": null,
    +    "paymentTransactionId": null,
    +    "confirmationEmail": null,
    +    "salesConfirmationEmail": null,
    +    "allProductsAvailable": false,
    +    "dataMap": {
    +      "pricesValid": true,
    +      "priceResponseSourceType": "ShopMaster",
    +      "dateLastCatalogUpdate": {
    +        "_media-type": "application\/vnd.ibexa.api.DateTime+json",
    +        "string": "2021-03-12 10:35:22"
    +      }
    +    }
    +  }
    +}
     
                                                 
    @@ -73657,21 +74385,21 @@
    Types
    file_copy

    -
    -                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "msg.duplicate_basket_name_not_allowed"
    -      ]
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "msg.duplicate_basket_name_not_allowed"
    +      ]
    +    }
    +  }
    +}
     
                                 
    @@ -73727,21 +74455,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "ValidationResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    -    "messages": {
    -      "_error": [
    -        "msg.duplicate_basket_name_not_allowed"
    -      ]
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "ValidationResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    +    "messages": {
    +      "_error": [
    +        "msg.duplicate_basket_name_not_allowed"
    +      ]
    +    }
    +  }
    +}
     
                                                 
    @@ -73878,21 +74606,21 @@
    Types
    file_copy

    -
    -                                {
    -  "PaymentMethodDataResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    -    "paymentMethods": {
    -      "paypal": "paypal",
    -      "invoice": "invoice"
    -    },
    -    "defaultMethod": "invoice"
    -  }
    -}
    +                            
    +                                {
    +  "PaymentMethodDataResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    +    "paymentMethods": {
    +      "paypal": "paypal",
    +      "invoice": "invoice"
    +    },
    +    "defaultMethod": "invoice"
    +  }
    +}
     
                                 
    @@ -73948,21 +74676,21 @@
    Types
    file_copy

    -
    -                                                {
    -  "PaymentMethodDataResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    -    "paymentMethods": {
    -      "paypal": "paypal",
    -      "invoice": "invoice"
    -    },
    -    "defaultMethod": "invoice"
    -  }
    -}
    +                                            
    +                                                {
    +  "PaymentMethodDataResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    +    "paymentMethods": {
    +      "paypal": "paypal",
    +      "invoice": "invoice"
    +    },
    +    "defaultMethod": "invoice"
    +  }
    +}
     
                                                 
    @@ -74096,22 +74824,22 @@
    Types
    file_copy

    -
    -                                {
    -  "ShippingMethodDataResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    -    "shippingMethods": {
    -      "standard": "standard",
    -      "expressDel": "express_delivery"
    -    },
    -    "defaultMethod": "standard",
    -    "shippingMethodsSorted": []
    -  }
    -}
    +                            
    +                                {
    +  "ShippingMethodDataResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    +    "shippingMethods": {
    +      "standard": "standard",
    +      "expressDel": "express_delivery"
    +    },
    +    "defaultMethod": "standard",
    +    "shippingMethodsSorted": []
    +  }
    +}
     
                                 
    @@ -74167,22 +74895,22 @@
    Types
    file_copy

    -
    -                                                {
    -  "ShippingMethodDataResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    -    "shippingMethods": {
    -      "standard": "standard",
    -      "expressDel": "express_delivery"
    -    },
    -    "defaultMethod": "standard",
    -    "shippingMethodsSorted": []
    -  }
    -}
    +                                            
    +                                                {
    +  "ShippingMethodDataResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    +    "shippingMethods": {
    +      "standard": "standard",
    +      "expressDel": "express_delivery"
    +    },
    +    "defaultMethod": "standard",
    +    "shippingMethodsSorted": []
    +  }
    +}
     
                                                 
    @@ -74319,39 +75047,40 @@
    Types
    file_copy

    -
    -                                {
    -  "ShippingAddressesResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    -    "Parties": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.Party+json",
    -        "PartyIdentification": [],
    -        "PartyName": [],
    -        "PostalAddress": {
    -          "_media-type": "application\/vnd.ibexa.api.PartyPostalAddress+json",
    -          "StreetName": null,
    -          "AdditionalStreetName": null,
    -          "BuildingNumber": null,
    -          "CityName": null,
    -          "PostalZone": null,
    -          "CountrySubentity": null,
    -          "CountrySubentityCode": null,
    -          "AddressLine": [],
    -          "Country": {
    -            "_media-type": "application\/vnd.ibexa.api.PartyPostalAddressCountry+json",
    -            "IdentificationCode": null,
    -            "Name": null
    -          },
    -          "Department": null,
    -          "SesExtension": {}
    -        },
    -        "Contact": {
    -          "_media-type": "application\/vnd.ibexa.api.Con
    +                            
    +                                {
    +  "ShippingAddressesResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    +    "Parties": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.Party+json",
    +        "PartyIdentification": [],
    +        "PartyName": [],
    +        "PostalAddress": {
    +          "_media-type": "application\/vnd.ibexa.api.PartyPostalAddress+json",
    +          "StreetName": null,
    +          "AdditionalStreetName": null,
    +          "BuildingNumber": null,
    +          "CityName": null,
    +          "PostalZone": null,
    +          "CountrySubentity": null,
    +          "CountrySubentityCode": null,
    +          "AddressLine": [],
    +          "Country": {
    +            "_media-type": "application\/vnd.ibexa.api.PartyPostalAddressCountry+json",
    +            "IdentificationCode": null,
    +            "Name": null
    +          },
    +          "Department": null,
    +          "SesExtension": {}
    +        },
    +        "Contact": {
    +          "_media-type": "application\/vnd.ibexa.api.Contact+json",
    +          "ID":
                                 
    View more @@ -74406,61 +75135,61 @@
    Types
    file_copy

    -
    -                                                {
    -  "ShippingAddressesResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    -    "Parties": [
    -      {
    -        "_media-type": "application\/vnd.ibexa.api.Party+json",
    -        "PartyIdentification": [],
    -        "PartyName": [],
    -        "PostalAddress": {
    -          "_media-type": "application\/vnd.ibexa.api.PartyPostalAddress+json",
    -          "StreetName": null,
    -          "AdditionalStreetName": null,
    -          "BuildingNumber": null,
    -          "CityName": null,
    -          "PostalZone": null,
    -          "CountrySubentity": null,
    -          "CountrySubentityCode": null,
    -          "AddressLine": [],
    -          "Country": {
    -            "_media-type": "application\/vnd.ibexa.api.PartyPostalAddressCountry+json",
    -            "IdentificationCode": null,
    -            "Name": null
    -          },
    -          "Department": null,
    -          "SesExtension": {}
    -        },
    -        "Contact": {
    -          "_media-type": "application\/vnd.ibexa.api.Contact+json",
    -          "ID": null,
    -          "Name": null,
    -          "Telephone": null,
    -          "Telefax": null,
    -          "ElectronicMail": null,
    -          "OtherCommunication": null,
    -          "Note": null,
    -          "SesExtension": {}
    -        },
    -        "Person": {
    -          "_media-type": "application\/vnd.ibexa.api.PartyPerson+json",
    -          "FirstName": null,
    -          "FamilyName": null,
    -          "Title": null,
    -          "MiddleName": null,
    -          "SesExtension": {}
    -        },
    -        "SesExtension": {}
    -      }
    -    ]
    -  }
    -}
    +                                            
    +                                                {
    +  "ShippingAddressesResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    +    "Parties": [
    +      {
    +        "_media-type": "application\/vnd.ibexa.api.Party+json",
    +        "PartyIdentification": [],
    +        "PartyName": [],
    +        "PostalAddress": {
    +          "_media-type": "application\/vnd.ibexa.api.PartyPostalAddress+json",
    +          "StreetName": null,
    +          "AdditionalStreetName": null,
    +          "BuildingNumber": null,
    +          "CityName": null,
    +          "PostalZone": null,
    +          "CountrySubentity": null,
    +          "CountrySubentityCode": null,
    +          "AddressLine": [],
    +          "Country": {
    +            "_media-type": "application\/vnd.ibexa.api.PartyPostalAddressCountry+json",
    +            "IdentificationCode": null,
    +            "Name": null
    +          },
    +          "Department": null,
    +          "SesExtension": {}
    +        },
    +        "Contact": {
    +          "_media-type": "application\/vnd.ibexa.api.Contact+json",
    +          "ID": null,
    +          "Name": null,
    +          "Telephone": null,
    +          "Telefax": null,
    +          "ElectronicMail": null,
    +          "OtherCommunication": null,
    +          "Note": null,
    +          "SesExtension": {}
    +        },
    +        "Person": {
    +          "_media-type": "application\/vnd.ibexa.api.PartyPerson+json",
    +          "FirstName": null,
    +          "FamilyName": null,
    +          "Title": null,
    +          "MiddleName": null,
    +          "SesExtension": {}
    +        },
    +        "SesExtension": {}
    +      }
    +    ]
    +  }
    +}
     
                                                 
    @@ -74602,19 +75331,19 @@
    Types
    file_copy

    -
    -                                {
    -  "PriceResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    -    "priceResponse": {
    -      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "PriceResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    +    "priceResponse": {
    +      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    +    }
    +  }
    +}
     
                                 
    @@ -74667,19 +75396,19 @@
    Types
    file_copy

    -
    -                                                {
    -  "PriceResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    -    "priceResponse": {
    -      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "PriceResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    +    "priceResponse": {
    +      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    +    }
    +  }
    +}
     
                                                 
    @@ -74723,19 +75452,19 @@
    Types
    file_copy

    -
    -                                {
    -  "PriceResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    -    "priceResponse": {
    -      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    -    }
    -  }
    -}
    +                            
    +                                {
    +  "PriceResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    +    "priceResponse": {
    +      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    +    }
    +  }
    +}
     
                                 
    @@ -74791,19 +75520,19 @@
    Types
    file_copy

    -
    -                                                {
    -  "PriceResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    -    "priceResponse": {
    -      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    -    }
    -  }
    -}
    +                                            
    +                                                {
    +  "PriceResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    +    "priceResponse": {
    +      "_media-type": "application\/vnd.ibexa.api.priceResponse+json"
    +    }
    +  }
    +}
     
                                                 
    @@ -74984,51 +75713,52 @@
    Types
    file_copy

    -
    -                                {
    -  "CountrySelectionResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    -    "countryOptions": {
    -      "DZ": "Algeria",
    -      "AU": "Australia",
    -      "AT": "Austria",
    -      "BE": "Belgium",
    -      "BR": "Brazil",
    -      "BG": "Bulgaria",
    -      "CA": "Canada",
    -      "CY": "Cyprus",
    -      "CZ": "Czechia",
    -      "DK": "Denmark",
    -      "EE": "Estonia",
    -      "SZ": "Eswatini",
    -      "FI": "Finland",
    -      "FR": "France",
    -      "DE": "Germany",
    -      "GR": "Greece",
    -      "HU": "Hungary",
    -      "IS": "Iceland",
    -      "IN": "India",
    -      "ID": "Indonesia",
    -      "IE": "Ireland",
    -      "IT": "Italy",
    -      "KE": "Kenya",
    -      "LV": "Latvia",
    -      "LT": "Lithuania",
    -      "MO": "Macao SAR China",
    -      "MY": "Malaysia",
    -      "MT": "Malta",
    -      "MX": "Mexico",
    -      "MZ": "Mozambique",
    -      "NL": "Netherlands",
    -      "NZ": "New Zealand",
    -      "NG": "Nigeria",
    -      "NO": "Norway",
    -      "PH": "Philippines",
    -   
    +                            
    +                                {
    +  "CountrySelectionResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    +    "countryOptions": {
    +      "DZ": "Algeria",
    +      "AU": "Australia",
    +      "AT": "Austria",
    +      "BE": "Belgium",
    +      "BR": "Brazil",
    +      "BG": "Bulgaria",
    +      "CA": "Canada",
    +      "CY": "Cyprus",
    +      "CZ": "Czechia",
    +      "DK": "Denmark",
    +      "EE": "Estonia",
    +      "SZ": "Eswatini",
    +      "FI": "Finland",
    +      "FR": "France",
    +      "DE": "Germany",
    +      "GR": "Greece",
    +      "HU": "Hungary",
    +      "IS": "Iceland",
    +      "IN": "India",
    +      "ID": "Indonesia",
    +      "IE": "Ireland",
    +      "IT": "Italy",
    +      "KE": "Kenya",
    +      "LV": "Latvia",
    +      "LT": "Lithuania",
    +      "MO": "Macao SAR China",
    +      "MY": "Malaysia",
    +      "MT": "Malta",
    +      "MX": "Mexico",
    +      "MZ": "Mozambique",
    +      "NL": "Netherlands",
    +      "NZ": "New Zealand",
    +      "NG": "Nigeria",
    +      "NO": "Norway",
    +      "PH": "Philippines",
    +      "PL": "Poland",
    +      "PT": "Portuga
                                 
    View more @@ -75083,74 +75813,74 @@
    Types
    file_copy

    -
    -                                                {
    -  "CountrySelectionResponse": {
    -    "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    -    "countryOptions": {
    -      "DZ": "Algeria",
    -      "AU": "Australia",
    -      "AT": "Austria",
    -      "BE": "Belgium",
    -      "BR": "Brazil",
    -      "BG": "Bulgaria",
    -      "CA": "Canada",
    -      "CY": "Cyprus",
    -      "CZ": "Czechia",
    -      "DK": "Denmark",
    -      "EE": "Estonia",
    -      "SZ": "Eswatini",
    -      "FI": "Finland",
    -      "FR": "France",
    -      "DE": "Germany",
    -      "GR": "Greece",
    -      "HU": "Hungary",
    -      "IS": "Iceland",
    -      "IN": "India",
    -      "ID": "Indonesia",
    -      "IE": "Ireland",
    -      "IT": "Italy",
    -      "KE": "Kenya",
    -      "LV": "Latvia",
    -      "LT": "Lithuania",
    -      "MO": "Macao SAR China",
    -      "MY": "Malaysia",
    -      "MT": "Malta",
    -      "MX": "Mexico",
    -      "MZ": "Mozambique",
    -      "NL": "Netherlands",
    -      "NZ": "New Zealand",
    -      "NG": "Nigeria",
    -      "NO": "Norway",
    -      "PH": "Philippines",
    -      "PL": "Poland",
    -      "PT": "Portugal",
    -      "RO": "Romania",
    -      "RU": "Russia",
    -      "SG": "Singapore",
    -      "SK": "Slovakia",
    -      "SI": "Slovenia",
    -      "ZA": "South Africa",
    -      "ES": "Spain",
    -      "SE": "Sweden",
    -      "CH": "Switzerland",
    -      "TZ": "Tanzania",
    -      "TH": "Thailand",
    -      "TN": "Tunisia",
    -      "TR": "Turkey",
    -      "UG": "Uganda",
    -      "AE": "United Arab Emirates",
    -      "GB": "United Kingdom",
    -      "US": "United States"
    -    },
    -    "defaultCountry": "DE",
    -    "countryCodeStates": []
    -  }
    -}
    +                                            
    +                                                {
    +  "CountrySelectionResponse": {
    +    "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    +    "countryOptions": {
    +      "DZ": "Algeria",
    +      "AU": "Australia",
    +      "AT": "Austria",
    +      "BE": "Belgium",
    +      "BR": "Brazil",
    +      "BG": "Bulgaria",
    +      "CA": "Canada",
    +      "CY": "Cyprus",
    +      "CZ": "Czechia",
    +      "DK": "Denmark",
    +      "EE": "Estonia",
    +      "SZ": "Eswatini",
    +      "FI": "Finland",
    +      "FR": "France",
    +      "DE": "Germany",
    +      "GR": "Greece",
    +      "HU": "Hungary",
    +      "IS": "Iceland",
    +      "IN": "India",
    +      "ID": "Indonesia",
    +      "IE": "Ireland",
    +      "IT": "Italy",
    +      "KE": "Kenya",
    +      "LV": "Latvia",
    +      "LT": "Lithuania",
    +      "MO": "Macao SAR China",
    +      "MY": "Malaysia",
    +      "MT": "Malta",
    +      "MX": "Mexico",
    +      "MZ": "Mozambique",
    +      "NL": "Netherlands",
    +      "NZ": "New Zealand",
    +      "NG": "Nigeria",
    +      "NO": "Norway",
    +      "PH": "Philippines",
    +      "PL": "Poland",
    +      "PT": "Portugal",
    +      "RO": "Romania",
    +      "RU": "Russia",
    +      "SG": "Singapore",
    +      "SK": "Slovakia",
    +      "SI": "Slovenia",
    +      "ZA": "South Africa",
    +      "ES": "Spain",
    +      "SE": "Sweden",
    +      "CH": "Switzerland",
    +      "TZ": "Tanzania",
    +      "TH": "Thailand",
    +      "TN": "Tunisia",
    +      "TR": "Turkey",
    +      "UG": "Uganda",
    +      "AE": "United Arab Emirates",
    +      "GB": "United Kingdom",
    +      "US": "United States"
    +    },
    +    "defaultCountry": "DE",
    +    "countryCodeStates": []
    +  }
    +}
     
                                                 
    @@ -75394,18 +76124,18 @@
    Types
    file_copy

    -
    -                                {
    -    "CurrencyCreate": {
    -        "code": "cur",
    -        "subunits": 1,
    -        "enabled": true
    -    }
    -}
    +                            
    +                                {
    +    "CurrencyCreate": {
    +        "code": "cur",
    +        "subunits": 1,
    +        "enabled": true
    +    }
    +}
     
                                 
    @@ -75458,18 +76188,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "CurrencyCreate": {
    -        "code": "cur",
    -        "subunits": 1,
    -        "enabled": true
    -    }
    -}
    +                                            
    +                                                {
    +    "CurrencyCreate": {
    +        "code": "cur",
    +        "subunits": 1,
    +        "enabled": true
    +    }
    +}
     
                                                 
    @@ -75513,19 +76243,19 @@
    Types
    file_copy

    -
    -                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 181,
    -        "code": "cur",
    -        "subunits": 1,
    -        "enabled": true
    -    }
    +                            
    +                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 181,
    +        "code": "cur",
    +        "subunits": 1,
    +        "enabled": true
    +    }
     }
                                 
    @@ -75581,19 +76311,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 181,
    -        "code": "cur",
    -        "subunits": 1,
    -        "enabled": true
    -    }
    +                                            
    +                                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 181,
    +        "code": "cur",
    +        "subunits": 1,
    +        "enabled": true
    +    }
     }
                                                 
    @@ -75796,42 +76526,43 @@
    Types
    file_copy

    -
    -                                {
    -    "CurrencyList": {
    -        "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    -        "Currency": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 1,
    -                "code": "AFN",
    -                "subunits": 1,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 2,
    -                "code": "EUR",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 3,
    -                "code": "ALL",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 4,
    -                "code": "DZD",
    -                "subunits": 2,
    -          
    +                            
    +                                {
    +    "CurrencyList": {
    +        "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    +        "Currency": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 1,
    +                "code": "AFN",
    +                "subunits": 1,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 2,
    +                "code": "EUR",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 3,
    +                "code": "ALL",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 4,
    +                "code": "DZD",
    +                "subunits": 2,
    +                "enabled": false
    +       
                                 
    View more @@ -75886,61 +76617,61 @@
    Types
    file_copy

    -
    -                                                {
    -    "CurrencyList": {
    -        "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    -        "Currency": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 1,
    -                "code": "AFN",
    -                "subunits": 1,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 2,
    -                "code": "EUR",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 3,
    -                "code": "ALL",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 4,
    -                "code": "DZD",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 5,
    -                "code": "USD",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Currency+json",
    -                "id": 6,
    -                "code": "AOA",
    -                "subunits": 2,
    -                "enabled": false
    -            },
    -            ...
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "CurrencyList": {
    +        "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    +        "Currency": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 1,
    +                "code": "AFN",
    +                "subunits": 1,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 2,
    +                "code": "EUR",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 3,
    +                "code": "ALL",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 4,
    +                "code": "DZD",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 5,
    +                "code": "USD",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Currency+json",
    +                "id": 6,
    +                "code": "AOA",
    +                "subunits": 2,
    +                "enabled": false
    +            },
    +            ...
    +        ]
    +    }
    +}
     
                                                 
    @@ -76144,20 +76875,20 @@
    Types
    file_copy

    -
    -                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 3,
    -        "code": "ALL",
    -        "subunits": 2,
    -        "enabled": false
    -    }
    -}
    +                            
    +                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 3,
    +        "code": "ALL",
    +        "subunits": 2,
    +        "enabled": false
    +    }
    +}
     
                                 
    @@ -76213,20 +76944,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 3,
    -        "code": "ALL",
    -        "subunits": 2,
    -        "enabled": false
    -    }
    -}
    +                                            
    +                                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 3,
    +        "code": "ALL",
    +        "subunits": 2,
    +        "enabled": false
    +    }
    +}
     
                                                 
    @@ -76448,16 +77179,16 @@
    Types
    file_copy

    -
    -                                {
    -    "CurrencyUpdate": {
    -        "subunits": 1,
    -        "enabled": false
    -    }
    +                            
    +                                {
    +    "CurrencyUpdate": {
    +        "subunits": 1,
    +        "enabled": false
    +    }
     }
                                 
    @@ -76510,16 +77241,16 @@
    Types
    file_copy

    -
    -                                                {
    -    "CurrencyUpdate": {
    -        "subunits": 1,
    -        "enabled": false
    -    }
    +                                            
    +                                                {
    +    "CurrencyUpdate": {
    +        "subunits": 1,
    +        "enabled": false
    +    }
     }
                                                 
    @@ -76563,19 +77294,19 @@
    Types
    file_copy

    -
    -                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 1,
    -        "code": "AFN",
    -        "subunits": 1,
    -        "enabled": false
    -    }
    +                            
    +                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 1,
    +        "code": "AFN",
    +        "subunits": 1,
    +        "enabled": false
    +    }
     }
                                 
    @@ -76631,19 +77362,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "Currency": {
    -        "_media-type": "application/vnd.ibexa.api.Currency+json",
    -        "id": 1,
    -        "code": "AFN",
    -        "subunits": 1,
    -        "enabled": false
    -    }
    +                                            
    +                                                {
    +    "Currency": {
    +        "_media-type": "application/vnd.ibexa.api.Currency+json",
    +        "id": 1,
    +        "code": "AFN",
    +        "subunits": 1,
    +        "enabled": false
    +    }
     }
                                                 
    @@ -76914,20 +77645,20 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "CurrencyQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "CurrencyQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                 
    @@ -76980,20 +77711,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "CurrencyQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "CurrencyQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                                 
    @@ -77188,37 +77919,37 @@
    Types
    file_copy

    -
    -                                {
    -    "RegionList": {
    -        "_media-type": "application/vnd.ibexa.api.RegionList+json",
    -        "Region": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "france"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "__REGION_2__"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "__REGION_1__"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "foo"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "bar"
    -            }
    -        ]
    -    }
    +                            
    +                                {
    +    "RegionList": {
    +        "_media-type": "application/vnd.ibexa.api.RegionList+json",
    +        "Region": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "france"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "__REGION_2__"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "__REGION_1__"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "foo"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "bar"
    +            }
    +        ]
    +    }
     }
                                 
    @@ -77274,37 +78005,37 @@
    Types
    file_copy

    -
    -                                                {
    -    "RegionList": {
    -        "_media-type": "application/vnd.ibexa.api.RegionList+json",
    -        "Region": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "france"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "__REGION_2__"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "__REGION_1__"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "foo"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Region+json",
    -                "identifier": "bar"
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "RegionList": {
    +        "_media-type": "application/vnd.ibexa.api.RegionList+json",
    +        "Region": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "france"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "__REGION_2__"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "__REGION_1__"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "foo"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Region+json",
    +                "identifier": "bar"
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -77515,20 +78246,20 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "RegionQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "RegionQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                 
    @@ -77581,20 +78312,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "RegionQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "RegionQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                                 
    @@ -77826,29 +78557,29 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    -        "AttributeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Attribute Group Test",
    -                "identifier": "attr_group_test",
    -                "position": 0
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Dimensions",
    -                "identifier": "ag_dimensions",
    -                "position": 0
    -            }
    -        ]
    -    }
    +                            
    +                                {
    +    "AttributeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    +        "AttributeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Attribute Group Test",
    +                "identifier": "attr_group_test",
    +                "position": 0
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Dimensions",
    +                "identifier": "ag_dimensions",
    +                "position": 0
    +            }
    +        ]
    +    }
     }
                                 
    @@ -77901,29 +78632,29 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    -        "AttributeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Attribute Group Test",
    -                "identifier": "attr_group_test",
    -                "position": 0
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Dimensions",
    -                "identifier": "ag_dimensions",
    -                "position": 0
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "AttributeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    +        "AttributeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Attribute Group Test",
    +                "identifier": "attr_group_test",
    +                "position": 0
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Dimensions",
    +                "identifier": "ag_dimensions",
    +                "position": 0
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -77967,29 +78698,29 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    -        "AttributeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Attribute Group Test",
    -                "identifier": "attr_group_test",
    -                "position": 0
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Dimensions",
    -                "identifier": "ag_dimensions",
    -                "position": 0
    -            }
    -        ]
    -    }
    +                            
    +                                {
    +    "AttributeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    +        "AttributeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Attribute Group Test",
    +                "identifier": "attr_group_test",
    +                "position": 0
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Dimensions",
    +                "identifier": "ag_dimensions",
    +                "position": 0
    +            }
    +        ]
    +    }
     }
                                 
    @@ -78045,29 +78776,29 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    -        "AttributeGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Attribute Group Test",
    -                "identifier": "attr_group_test",
    -                "position": 0
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -                "name": "Dimensions",
    -                "identifier": "ag_dimensions",
    -                "position": 0
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "AttributeGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    +        "AttributeGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Attribute Group Test",
    +                "identifier": "attr_group_test",
    +                "position": 0
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +                "name": "Dimensions",
    +                "identifier": "ag_dimensions",
    +                "position": 0
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -78218,7 +78949,7 @@
    Possible responses
    403 -

    Error - an attribute group.

    +

    Error - an attribute group with the same identifier already exists.

    @@ -78289,19 +79020,19 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroupCreate": {
    -        "identifier": "attr_group_test",
    -        "names": {
    -            "eng-GB": "Attribute Group Test" 
    -        },
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroupCreate": {
    +        "identifier": "attr_group_test",
    +        "names": {
    +            "eng-GB": "Attribute Group Test" 
    +        },
    +        "position": 0
    +    }
     }
                                 
    @@ -78354,19 +79085,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroupCreate": {
    -        "identifier": "attr_group_test",
    -        "names": {
    -            "eng-GB": "Attribute Group Test" 
    -        },
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroupCreate": {
    +        "identifier": "attr_group_test",
    +        "names": {
    +            "eng-GB": "Attribute Group Test" 
    +        },
    +        "position": 0
    +    }
     }
                                                 
    @@ -78410,18 +79141,18 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                 
    @@ -78477,18 +79208,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                                 
    @@ -78722,18 +79453,18 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                 
    @@ -78786,18 +79517,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                                 
    @@ -78841,18 +79572,18 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                 
    @@ -78908,18 +79639,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Attribute Group Test",
    -        "identifier": "attr_group_test",
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Attribute Group Test",
    +        "identifier": "attr_group_test",
    +        "position": 0
    +    }
     }
                                                 
    @@ -79070,7 +79801,7 @@
    Possible responses
    403 -

    Error - an attribute group with the same login already exists.

    +

    Error - an attribute group with the same identifier already exists.

    @@ -79149,19 +79880,19 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroupUpdate": {
    -        "identifier": "ag_colors",
    -        "names": {
    -            "eng-GB": "Colors Group"
    -        },
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroupUpdate": {
    +        "identifier": "ag_colors",
    +        "names": {
    +            "eng-GB": "Colors Group"
    +        },
    +        "position": 0
    +    }
     }
                                 
    @@ -79214,19 +79945,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroupUpdate": {
    -        "identifier": "ag_colors",
    -        "names": {
    -            "eng-GB": "Colors Group"
    -        },
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroupUpdate": {
    +        "identifier": "ag_colors",
    +        "names": {
    +            "eng-GB": "Colors Group"
    +        },
    +        "position": 0
    +    }
     }
                                                 
    @@ -79270,18 +80001,18 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Colors Group",
    -        "identifier": "ag_colors",
    -        "position": 0
    -    }
    +                            
    +                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Colors Group",
    +        "identifier": "ag_colors",
    +        "position": 0
    +    }
     }
                                 
    @@ -79337,18 +80068,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeGroup": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    -        "name": "Colors Group",
    -        "identifier": "ag_colors",
    -        "position": 0
    -    }
    +                                            
    +                                                {
    +    "AttributeGroup": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    +        "name": "Colors Group",
    +        "identifier": "ag_colors",
    +        "position": 0
    +    }
     }
                                                 
    @@ -79693,21 +80424,21 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "AttributeGroupQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "name_prefix": "test"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "AttributeGroupQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "name_prefix": "test"
    +        }
    +    }
    +}
     
                                 
    @@ -79760,21 +80491,21 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "AttributeGroupQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "name_prefix": "test"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "AttributeGroupQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "name_prefix": "test"
    +        }
    +    }
    +}
     
                                                 
    @@ -80022,28 +80753,28 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeCreate": {
    -        "identifier": "foo",
    -        "type": "checkbox",
    -        "group": "attr_group_test",
    -        "names": {
    -            "eng-GB": "Attribute" 
    -        },
    -        "descriptions": {
    -            "eng-GB": "description" 
    -        },
    -        "position": 0,
    -        "options": {
    -            "foo": "bar"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "AttributeCreate": {
    +        "identifier": "foo",
    +        "type": "checkbox",
    +        "group": "attr_group_test",
    +        "names": {
    +            "eng-GB": "Attribute" 
    +        },
    +        "descriptions": {
    +            "eng-GB": "description" 
    +        },
    +        "position": 0,
    +        "options": {
    +            "foo": "bar"
    +        }
    +    }
    +}
     
                                 
    @@ -80096,28 +80827,28 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeCreate": {
    -        "identifier": "foo",
    -        "type": "checkbox",
    -        "group": "attr_group_test",
    -        "names": {
    -            "eng-GB": "Attribute" 
    -        },
    -        "descriptions": {
    -            "eng-GB": "description" 
    -        },
    -        "position": 0,
    -        "options": {
    -            "foo": "bar"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "AttributeCreate": {
    +        "identifier": "foo",
    +        "type": "checkbox",
    +        "group": "attr_group_test",
    +        "names": {
    +            "eng-GB": "Attribute" 
    +        },
    +        "descriptions": {
    +            "eng-GB": "description" 
    +        },
    +        "position": 0,
    +        "options": {
    +            "foo": "bar"
    +        }
    +    }
    +}
     
                                                 
    @@ -80161,23 +80892,23 @@
    Types
    file_copy

    -
    -                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "foo",
    -        "name": "Attribute",
    -        "description": "description",
    -        "type": "Checkbox",
    -        "group": "Attribute Test",
    -        "position": 0,
    -        "options": "bar"
    -    }
    -}
    +                            
    +                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "foo",
    +        "name": "Attribute",
    +        "description": "description",
    +        "type": "Checkbox",
    +        "group": "Attribute Test",
    +        "position": 0,
    +        "options": "bar"
    +    }
    +}
     
                                 
    @@ -80233,23 +80964,23 @@
    Types
    file_copy

    -
    -                                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "foo",
    -        "name": "Attribute",
    -        "description": "description",
    -        "type": "Checkbox",
    -        "group": "Attribute Test",
    -        "position": 0,
    -        "options": "bar"
    -    }
    -}
    +                                            
    +                                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "foo",
    +        "name": "Attribute",
    +        "description": "description",
    +        "type": "Checkbox",
    +        "group": "Attribute Test",
    +        "position": 0,
    +        "options": "bar"
    +    }
    +}
     
                                                 
    @@ -80447,18 +81178,18 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeListGet": {
    -    "group_name_prefix": "a",
    -        "name_prefix": "a",
    -        "offset": 0, 
    -        "limit": 10
    -    }
    +                            
    +                                {
    +    "AttributeListGet": {
    +    "group_name_prefix": "a",
    +        "name_prefix": "a",
    +        "offset": 0, 
    +        "limit": 10
    +    }
     }
                                 
    @@ -80511,18 +81242,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeListGet": {
    -    "group_name_prefix": "a",
    -        "name_prefix": "a",
    -        "offset": 0, 
    -        "limit": 10
    -    }
    +                                            
    +                                                {
    +    "AttributeListGet": {
    +    "group_name_prefix": "a",
    +        "name_prefix": "a",
    +        "offset": 0, 
    +        "limit": 10
    +    }
     }
                                                 
    @@ -80566,39 +81297,39 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    -        "Attribute": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib1",
    -                "name": "Attrib1",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Attribute Group Test",
    -                "position": 0,
    -                "options": ""
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib2",
    -                "name": "Attrib2",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Attribute Group Test",
    -                "position": 0,
    -                "options": ""
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib3",
    -  
    +                            
    +                                {
    +    "AttributeList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    +        "Attribute": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib1",
    +                "name": "Attrib1",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Attribute Group Test",
    +                "position": 0,
    +                "options": ""
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib2",
    +                "name": "Attrib2",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Attribute Group Test",
    +                "position": 0,
    +                "options": ""
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib3",
    +                "name": "Attr
                                 
    View more @@ -80653,47 +81384,47 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeList": {
    -        "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    -        "Attribute": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib1",
    -                "name": "Attrib1",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Attribute Group Test",
    -                "position": 0,
    -                "options": ""
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib2",
    -                "name": "Attrib2",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Attribute Group Test",
    -                "position": 0,
    -                "options": ""
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "attrib3",
    -                "name": "Attrib3",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Attribute Group Test",
    -                "position": 0,
    -                "options": ""
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "AttributeList": {
    +        "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    +        "Attribute": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib1",
    +                "name": "Attrib1",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Attribute Group Test",
    +                "position": 0,
    +                "options": ""
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib2",
    +                "name": "Attrib2",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Attribute Group Test",
    +                "position": 0,
    +                "options": ""
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "attrib3",
    +                "name": "Attrib3",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Attribute Group Test",
    +                "position": 0,
    +                "options": ""
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -80917,22 +81648,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "attrib2",
    -        "name": "Attrib2",
    -        "description": "",
    -        "type": "Checkbox",
    -        "group": "Attribute Group Test",
    -        "position": 0,
    -        "options": ""
    -    }
    +                            
    +                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "attrib2",
    +        "name": "Attrib2",
    +        "description": "",
    +        "type": "Checkbox",
    +        "group": "Attribute Group Test",
    +        "position": 0,
    +        "options": ""
    +    }
     }
                                 
    @@ -80988,22 +81719,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "attrib2",
    -        "name": "Attrib2",
    -        "description": "",
    -        "type": "Checkbox",
    -        "group": "Attribute Group Test",
    -        "position": 0,
    -        "options": ""
    -    }
    +                                            
    +                                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "attrib2",
    +        "name": "Attrib2",
    +        "description": "",
    +        "type": "Checkbox",
    +        "group": "Attribute Group Test",
    +        "position": 0,
    +        "options": ""
    +    }
     }
                                                 
    @@ -81307,24 +82038,24 @@
    Types
    file_copy

    -
    -                                {
    -    "AttributeUpdate": {
    -        "identifier": "attr_group",
    -            "eng-GB": "Attribute Group"
    -        },
    -        "descriptions": {
    -            "eng-GB": "description" 
    -        },
    -        "position": 0, 
    -        "options": { 
    -            "foo": "bar"
    -        }
    -}
    +                            
    +                                {
    +    "AttributeUpdate": {
    +        "identifier": "attr_group",
    +            "eng-GB": "Attribute Group"
    +        },
    +        "descriptions": {
    +            "eng-GB": "description" 
    +        },
    +        "position": 0, 
    +        "options": { 
    +            "foo": "bar"
    +        }
    +}
     
                                 
    @@ -81377,24 +82108,24 @@
    Types
    file_copy

    -
    -                                                {
    -    "AttributeUpdate": {
    -        "identifier": "attr_group",
    -            "eng-GB": "Attribute Group"
    -        },
    -        "descriptions": {
    -            "eng-GB": "description" 
    -        },
    -        "position": 0, 
    -        "options": { 
    -            "foo": "bar"
    -        }
    -}
    +                                            
    +                                                {
    +    "AttributeUpdate": {
    +        "identifier": "attr_group",
    +            "eng-GB": "Attribute Group"
    +        },
    +        "descriptions": {
    +            "eng-GB": "description" 
    +        },
    +        "position": 0, 
    +        "options": { 
    +            "foo": "bar"
    +        }
    +}
     
                                                 
    @@ -81438,22 +82169,22 @@
    Types
    file_copy

    -
    -                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "attr_group",
    -        "name": "Attribute Group",
    -        "description": "description",
    -        "type": "Checkbox",
    -        "group": "Attribute Group",
    -        "position": 0,
    -        "options": ""
    -    }
    +                            
    +                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "attr_group",
    +        "name": "Attribute Group",
    +        "description": "description",
    +        "type": "Checkbox",
    +        "group": "Attribute Group",
    +        "position": 0,
    +        "options": ""
    +    }
     }
                                 
    @@ -81509,22 +82240,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "Attribute": {
    -        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -        "identifier": "attr_group",
    -        "name": "Attribute Group",
    -        "description": "description",
    -        "type": "Checkbox",
    -        "group": "Attribute Group",
    -        "position": 0,
    -        "options": ""
    -    }
    +                                            
    +                                                {
    +    "Attribute": {
    +        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +        "identifier": "attr_group",
    +        "name": "Attribute Group",
    +        "description": "description",
    +        "type": "Checkbox",
    +        "group": "Attribute Group",
    +        "position": 0,
    +        "options": ""
    +    }
     }
                                                 
    @@ -81809,24 +82540,24 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "AttributeQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "Query": {
    -                "AttributeNameCriterion": "measure",
    -                "AttributeGroupIdentifierCriterion": "test_attribute_group"
    -            }
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "AttributeQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "Query": {
    +                "AttributeNameCriterion": "measure",
    +                "AttributeGroupIdentifierCriterion": "test_attribute_group"
    +            }
    +        }
    +    }
    +}
     
                                 
    @@ -81879,24 +82610,24 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "AttributeQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "Query": {
    -                "AttributeNameCriterion": "measure",
    -                "AttributeGroupIdentifierCriterion": "test_attribute_group"
    -            }
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "AttributeQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "Query": {
    +                "AttributeNameCriterion": "measure",
    +                "AttributeGroupIdentifierCriterion": "test_attribute_group"
    +            }
    +        }
    +    }
    +}
     
                                                 
    @@ -82125,36 +82856,36 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    -        "CustomerGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -                "id": 1,
    -                "name": "Resellers",
    -                "identifier": "resellers",
    -                "description": "",
    -                "users": [],
    -                "global_price_rate": "0.00"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -                "id": 2,
    -                "name": "Contractors",
    -                "identifier": "contractors",
    -                "description": "",
    -                "users": [],
    -                "global_price_rate": "-20.00"
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "CustomerGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    +        "CustomerGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +                "id": 1,
    +                "name": "Resellers",
    +                "identifier": "resellers",
    +                "description": "",
    +                "users": [],
    +                "global_price_rate": "0.00"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +                "id": 2,
    +                "name": "Contractors",
    +                "identifier": "contractors",
    +                "description": "",
    +                "users": [],
    +                "global_price_rate": "-20.00"
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -82210,36 +82941,36 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroupList": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    -        "CustomerGroup": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -                "id": 1,
    -                "name": "Resellers",
    -                "identifier": "resellers",
    -                "description": "",
    -                "users": [],
    -                "global_price_rate": "0.00"
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -                "id": 2,
    -                "name": "Contractors",
    -                "identifier": "contractors",
    -                "description": "",
    -                "users": [],
    -                "global_price_rate": "-20.00"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "CustomerGroupList": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    +        "CustomerGroup": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +                "id": 1,
    +                "name": "Resellers",
    +                "identifier": "resellers",
    +                "description": "",
    +                "users": [],
    +                "global_price_rate": "0.00"
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +                "id": 2,
    +                "name": "Contractors",
    +                "identifier": "contractors",
    +                "description": "",
    +                "users": [],
    +                "global_price_rate": "-20.00"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -82461,22 +83192,22 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroupCreate": {
    -        "identifier": "customer_group",
    -        "names": {
    -            "eng-GB": "Customer Group"
    -        },
    -    "descriptions:": {
    -            "eng-GB": "Customer Group description"
    -        },
    -        "global_price_rate": "1"
    -    }
    +                            
    +                                {
    +    "CustomerGroupCreate": {
    +        "identifier": "customer_group",
    +        "names": {
    +            "eng-GB": "Customer Group"
    +        },
    +    "descriptions:": {
    +            "eng-GB": "Customer Group description"
    +        },
    +        "global_price_rate": "1"
    +    }
     }
                                 
    @@ -82529,22 +83260,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroupCreate": {
    -        "identifier": "customer_group",
    -        "names": {
    -            "eng-GB": "Customer Group"
    -        },
    -    "descriptions:": {
    -            "eng-GB": "Customer Group description"
    -        },
    -        "global_price_rate": "1"
    -    }
    +                                            
    +                                                {
    +    "CustomerGroupCreate": {
    +        "identifier": "customer_group",
    +        "names": {
    +            "eng-GB": "Customer Group"
    +        },
    +    "descriptions:": {
    +            "eng-GB": "Customer Group description"
    +        },
    +        "global_price_rate": "1"
    +    }
     }
                                                 
    @@ -82588,22 +83319,22 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 5,
    -        "name": "test-en",
    -        "identifier": "test",
    -        "description": "test-desc-en",
    -        "users": [],
    -        "global_price_rate": "1.00"
    -    }
    -}
    +                            
    +                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 5,
    +        "name": "test-en",
    +        "identifier": "test",
    +        "description": "test-desc-en",
    +        "users": [],
    +        "global_price_rate": "1.00"
    +    }
    +}
     
                                 
    @@ -82659,22 +83390,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 5,
    -        "name": "test-en",
    -        "identifier": "test",
    -        "description": "test-desc-en",
    -        "users": [],
    -        "global_price_rate": "1.00"
    -    }
    -}
    +                                            
    +                                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 5,
    +        "name": "test-en",
    +        "identifier": "test",
    +        "description": "test-desc-en",
    +        "users": [],
    +        "global_price_rate": "1.00"
    +    }
    +}
     
                                                 
    @@ -82905,22 +83636,22 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 1,
    -        "name": "Resellers",
    -        "identifier": "resellers",
    -        "description": "",
    -        "users": [],
    -        "global_price_rate": "0.00"
    -    }
    -}
    +                            
    +                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 1,
    +        "name": "Resellers",
    +        "identifier": "resellers",
    +        "description": "",
    +        "users": [],
    +        "global_price_rate": "0.00"
    +    }
    +}
     
                                 
    @@ -82976,22 +83707,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 1,
    -        "name": "Resellers",
    -        "identifier": "resellers",
    -        "description": "",
    -        "users": [],
    -        "global_price_rate": "0.00"
    -    }
    -}
    +                                            
    +                                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 1,
    +        "name": "Resellers",
    +        "identifier": "resellers",
    +        "description": "",
    +        "users": [],
    +        "global_price_rate": "0.00"
    +    }
    +}
     
                                                 
    @@ -83205,20 +83936,20 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroupUpdate": {
    -        "identifier": "customer_group",
    -        "names": {
    -            "eng-GB": "Customer Group"
    -        },
    -        "global_price_rate": "1"
    -    }
    -}
    +                            
    +                                {
    +    "CustomerGroupUpdate": {
    +        "identifier": "customer_group",
    +        "names": {
    +            "eng-GB": "Customer Group"
    +        },
    +        "global_price_rate": "1"
    +    }
    +}
     
                                 
    @@ -83271,20 +84002,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroupUpdate": {
    -        "identifier": "customer_group",
    -        "names": {
    -            "eng-GB": "Customer Group"
    -        },
    -        "global_price_rate": "1"
    -    }
    -}
    +                                            
    +                                                {
    +    "CustomerGroupUpdate": {
    +        "identifier": "customer_group",
    +        "names": {
    +            "eng-GB": "Customer Group"
    +        },
    +        "global_price_rate": "1"
    +    }
    +}
     
                                                 
    @@ -83328,22 +84059,22 @@
    Types
    file_copy

    -
    -                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 1,
    -        "name": "Customer Group",
    -        "identifier": "customer_group",
    -        "description": "",
    -        "users": [],
    -        "global_price_rate": "1.00"
    -    }
    -}
    +                            
    +                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 1,
    +        "name": "Customer Group",
    +        "identifier": "customer_group",
    +        "description": "",
    +        "users": [],
    +        "global_price_rate": "1.00"
    +    }
    +}
     
                                 
    @@ -83399,22 +84130,22 @@
    Types
    file_copy

    -
    -                                                {
    -    "CustomerGroup": {
    -        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    -        "id": 1,
    -        "name": "Customer Group",
    -        "identifier": "customer_group",
    -        "description": "",
    -        "users": [],
    -        "global_price_rate": "1.00"
    -    }
    -}
    +                                            
    +                                                {
    +    "CustomerGroup": {
    +        "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    +        "id": 1,
    +        "name": "Customer Group",
    +        "identifier": "customer_group",
    +        "description": "",
    +        "users": [],
    +        "global_price_rate": "1.00"
    +    }
    +}
     
                                                 
    @@ -83685,20 +84416,20 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "CustomerGroupQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "CustomerGroupQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                 
    @@ -83751,20 +84482,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "CustomerGroupQuery": {
    -            "limit": "10",
    -            "offset": "0"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "CustomerGroupQuery": {
    +            "limit": "10",
    +            "offset": "0"
    +        }
    +    }
    +}
     
                                                 
    @@ -84020,40 +84751,41 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductTypeCreate": {
    -        "ContentTypeCreateStruct": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/2",
    -            "id": 2,
    -            "status": "DEFINED",
    -            "identifier": "test_pt321",
    -            "names": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "Article"
    -                    }
    -                ]
    -            },
    -            "descriptions": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": null
    -                    }
    -                ]
    -            },
    -            "creationDate": "2002-06-18T09:21:38+00:00",
    -            "modificationDate": "2021-06-28T11:31:22+00:00",
    -            "remoteId": "c15b600eb9198b1924063b5a68758232",
    -            "urlAliasSchema": "",
    -            "nameSchema": "<s
    +                            
    +                                {
    +    "ProductTypeCreate": {
    +        "ContentTypeCreateStruct": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/2",
    +            "id": 2,
    +            "status": "DEFINED",
    +            "identifier": "test_pt321",
    +            "names": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "Article"
    +                    }
    +                ]
    +            },
    +            "descriptions": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": null
    +                    }
    +                ]
    +            },
    +            "creationDate": "2002-06-18T09:21:38+00:00",
    +            "modificationDate": "2021-06-28T11:31:22+00:00",
    +            "remoteId": "c15b600eb9198b1924063b5a68758232",
    +            "urlAliasSchema": "",
    +            "nameSchema": "<short_title|title>",
    +        
                                 
    View more @@ -84105,98 +84837,98 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductTypeCreate": {
    -        "ContentTypeCreateStruct": {
    -            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    -            "_href": "/api/ibexa/v2/content/types/2",
    -            "id": 2,
    -            "status": "DEFINED",
    -            "identifier": "test_pt321",
    -            "names": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "Article"
    -                    }
    -                ]
    -            },
    -            "descriptions": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": null
    -                    }
    -                ]
    -            },
    -            "creationDate": "2002-06-18T09:21:38+00:00",
    -            "modificationDate": "2021-06-28T11:31:22+00:00",
    -            "remoteId": "c15b600eb9198b1924063b5a68758232",
    -            "urlAliasSchema": "",
    -            "nameSchema": "<short_title|title>",
    -            "isContainer": true,
    -            "mainLanguageCode": "eng-GB",
    -            "defaultAlwaysAvailable": false,
    -            "defaultSortField": "PATH",
    -            "defaultSortOrder": "ASC",
    -            "FieldDefinitions": {
    -                "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    -                "FieldDefinition": [
    -                    {
    -                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    -                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    -                        "id": 1,
    -                        "identifier": "title",
    -                        "fieldType": "ezstring",
    -                        "fieldGroup": "",
    -                        "position": 1,
    -                        "isTranslatable": true,
    -                        "isRequired": true,
    -                        "isInfoCollector": false,
    -                        "defaultValue": "New article",
    -                        "isSearchable": true,
    -                        "names": {
    -                            "value": [
    -                                {
    -                                    "_languageCode": "eng-GB",
    -                                    "#text": "Title"
    -                                }
    -                            ]
    -                        },
    -                        "descriptions": {
    -                            "value": [
    -                                {
    -                                    "_languageCode": "eng-GB",
    -                                    "#text": null
    -                                }
    -                            ]
    -                        },
    -                        "fieldSettings": [],
    -                        "validatorConfiguration": {
    -                            "StringLengthValidator": {
    -                                "maxStringLength": 255,
    -                                "minStringLength": null
    -                            }
    -                        }
    -                   }
    -                ]
    -            }
    -        },
    -        "main_language_code": "eng-GB",
    -        "assigned_attributes": [
    -            {
    -                "identifier": "testAttr",
    -                "is_required": false,
    -                "is_discriminator": true
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "ProductTypeCreate": {
    +        "ContentTypeCreateStruct": {
    +            "_media-type": "application/vnd.ibexa.api.ContentType+json",
    +            "_href": "/api/ibexa/v2/content/types/2",
    +            "id": 2,
    +            "status": "DEFINED",
    +            "identifier": "test_pt321",
    +            "names": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "Article"
    +                    }
    +                ]
    +            },
    +            "descriptions": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": null
    +                    }
    +                ]
    +            },
    +            "creationDate": "2002-06-18T09:21:38+00:00",
    +            "modificationDate": "2021-06-28T11:31:22+00:00",
    +            "remoteId": "c15b600eb9198b1924063b5a68758232",
    +            "urlAliasSchema": "",
    +            "nameSchema": "<short_title|title>",
    +            "isContainer": true,
    +            "mainLanguageCode": "eng-GB",
    +            "defaultAlwaysAvailable": false,
    +            "defaultSortField": "PATH",
    +            "defaultSortOrder": "ASC",
    +            "FieldDefinitions": {
    +                "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions",
    +                "FieldDefinition": [
    +                    {
    +                        "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    +                        "_href": "/api/ibexa/v2/content/types/2/fieldDefinitions/1",
    +                        "id": 1,
    +                        "identifier": "title",
    +                        "fieldType": "ezstring",
    +                        "fieldGroup": "",
    +                        "position": 1,
    +                        "isTranslatable": true,
    +                        "isRequired": true,
    +                        "isInfoCollector": false,
    +                        "defaultValue": "New article",
    +                        "isSearchable": true,
    +                        "names": {
    +                            "value": [
    +                                {
    +                                    "_languageCode": "eng-GB",
    +                                    "#text": "Title"
    +                                }
    +                            ]
    +                        },
    +                        "descriptions": {
    +                            "value": [
    +                                {
    +                                    "_languageCode": "eng-GB",
    +                                    "#text": null
    +                                }
    +                            ]
    +                        },
    +                        "fieldSettings": [],
    +                        "validatorConfiguration": {
    +                            "StringLengthValidator": {
    +                                "maxStringLength": 255,
    +                                "minStringLength": null
    +                            }
    +                        }
    +                   }
    +                ]
    +            }
    +        },
    +        "main_language_code": "eng-GB",
    +        "assigned_attributes": [
    +            {
    +                "identifier": "testAttr",
    +                "is_required": false,
    +                "is_discriminator": true
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -84240,34 +84972,34 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "test_pt321",
    -        "name": "New Product Type",
    -        "AttributeAssignmentList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                "is_required": false,
    -                "is_discriminator": true,
    -                "Attribute": {
    -                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                    "identifier": "testAttr",
    -                    "name": "testAttr",
    -                    "description": "",
    -                    "type": "Checkbox",
    -                    "group": "Test Attribute group",
    -                    "position": 0,
    -                    "options": ""
    -                }
    -            }
    -        ]
    -    }
    +                            
    +                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "test_pt321",
    +        "name": "New Product Type",
    +        "AttributeAssignmentList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                "is_required": false,
    +                "is_discriminator": true,
    +                "Attribute": {
    +                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                    "identifier": "testAttr",
    +                    "name": "testAttr",
    +                    "description": "",
    +                    "type": "Checkbox",
    +                    "group": "Test Attribute group",
    +                    "position": 0,
    +                    "options": ""
    +                }
    +            }
    +        ]
    +    }
     }
                                 
    @@ -84323,34 +85055,34 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "test_pt321",
    -        "name": "New Product Type",
    -        "AttributeAssignmentList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                "is_required": false,
    -                "is_discriminator": true,
    -                "Attribute": {
    -                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                    "identifier": "testAttr",
    -                    "name": "testAttr",
    -                    "description": "",
    -                    "type": "Checkbox",
    -                    "group": "Test Attribute group",
    -                    "position": 0,
    -                    "options": ""
    -                }
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "test_pt321",
    +        "name": "New Product Type",
    +        "AttributeAssignmentList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                "is_required": false,
    +                "is_discriminator": true,
    +                "Attribute": {
    +                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                    "identifier": "testAttr",
    +                    "name": "testAttr",
    +                    "description": "",
    +                    "type": "Checkbox",
    +                    "group": "Test Attribute group",
    +                    "position": 0,
    +                    "options": ""
    +                }
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -84548,17 +85280,17 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductTypeListGet": {
    -        "name_prefix": "s",
    -        "offset": 0,
    -        "limit": 10
    -    }
    +                            
    +                                {
    +    "ProductTypeListGet": {
    +        "name_prefix": "s",
    +        "offset": 0,
    +        "limit": 10
    +    }
     }
                                 
    @@ -84611,17 +85343,17 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductTypeListGet": {
    -        "name_prefix": "s",
    -        "offset": 0,
    -        "limit": 10
    -    }
    +                                            
    +                                                {
    +    "ProductTypeListGet": {
    +        "name_prefix": "s",
    +        "offset": 0,
    +        "limit": 10
    +    }
     }
                                                 
    @@ -84665,23 +85397,23 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    -        "ProductType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -                "identifier": "s_rope",
    -                "name": "Static ropes",
    -                "AttributeAssignmentList": []
    -            }
    -        ]
    -    }
    +                            
    +                                {
    +    "ProductTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    +        "ProductType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +                "identifier": "s_rope",
    +                "name": "Static ropes",
    +                "AttributeAssignmentList": []
    +            }
    +        ]
    +    }
     }
                                 
    @@ -84737,23 +85469,23 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductTypeList": {
    -        "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    -        "ProductType": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -                "identifier": "s_rope",
    -                "name": "Static ropes",
    -                "AttributeAssignmentList": []
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "ProductTypeList": {
    +        "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    +        "ProductType": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +                "identifier": "s_rope",
    +                "name": "Static ropes",
    +                "AttributeAssignmentList": []
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -84895,15 +85627,15 @@
    Types
    file_copy

    -
    -                                <?xml version="1.0" encoding="UTF-8"?>
    -<ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
    -    <is_used>1</is_used>
    -</ProductTypeUsage>
    +                            
    +                                <?xml version="1.0" encoding="UTF-8"?>
    +<ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
    +    <is_used>1</is_used>
    +</ProductTypeUsage>
     
                                 
    @@ -84959,15 +85691,15 @@
    Types
    file_copy

    -
    -                                                <?xml version="1.0" encoding="UTF-8"?>
    -<ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
    -    <is_used>1</is_used>
    -</ProductTypeUsage>
    +                                            
    +                                                <?xml version="1.0" encoding="UTF-8"?>
    +<ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
    +    <is_used>1</is_used>
    +</ProductTypeUsage>
     
                                                 
    @@ -85198,18 +85930,18 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "d_rope",
    -        "name": "Dynamic ropes",
    -        "AttributeAssignmentList": []
    -    }
    +                            
    +                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "d_rope",
    +        "name": "Dynamic ropes",
    +        "AttributeAssignmentList": []
    +    }
     }
                                 
    @@ -85265,18 +85997,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "d_rope",
    -        "name": "Dynamic ropes",
    -        "AttributeAssignmentList": []
    -    }
    +                                            
    +                                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "d_rope",
    +        "name": "Dynamic ropes",
    +        "AttributeAssignmentList": []
    +    }
     }
                                                 
    @@ -85490,40 +86222,40 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductTypeUpdate": {
    -        "ContentTypeUpdateStruct": {
    -            "names": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "pt_1_updated"
    -                    }
    -                ]
    -            },
    -            "descriptions": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "updated"
    -                    }
    -                ]
    -            }
    -        },
    -        "assigned_attributes": [
    -            {
    -                "identifier": "size",
    -                "is_required": false,
    -                "is_discriminator": true
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "ProductTypeUpdate": {
    +        "ContentTypeUpdateStruct": {
    +            "names": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "pt_1_updated"
    +                    }
    +                ]
    +            },
    +            "descriptions": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "updated"
    +                    }
    +                ]
    +            }
    +        },
    +        "assigned_attributes": [
    +            {
    +                "identifier": "size",
    +                "is_required": false,
    +                "is_discriminator": true
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -85576,40 +86308,40 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductTypeUpdate": {
    -        "ContentTypeUpdateStruct": {
    -            "names": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "pt_1_updated"
    -                    }
    -                ]
    -            },
    -            "descriptions": {
    -                "value": [
    -                    {
    -                        "_languageCode": "eng-GB",
    -                        "#text": "updated"
    -                    }
    -                ]
    -            }
    -        },
    -        "assigned_attributes": [
    -            {
    -                "identifier": "size",
    -                "is_required": false,
    -                "is_discriminator": true
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ProductTypeUpdate": {
    +        "ContentTypeUpdateStruct": {
    +            "names": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "pt_1_updated"
    +                    }
    +                ]
    +            },
    +            "descriptions": {
    +                "value": [
    +                    {
    +                        "_languageCode": "eng-GB",
    +                        "#text": "updated"
    +                    }
    +                ]
    +            }
    +        },
    +        "assigned_attributes": [
    +            {
    +                "identifier": "size",
    +                "is_required": false,
    +                "is_discriminator": true
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -85653,35 +86385,35 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "NEW",
    -        "name": "pt_1_updated",
    -        "AttributeAssignmentList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                "is_required": false,
    -                "is_discriminator": true,
    -                "Attribute": {
    -                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                    "identifier": "size",
    -                    "name": "Size",
    -                    "description": "",
    -                    "type": "Integer",
    -                    "group": "Hat",
    -                    "position": 0,
    -                    "options": ""
    -                }
    -            }
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "NEW",
    +        "name": "pt_1_updated",
    +        "AttributeAssignmentList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                "is_required": false,
    +                "is_discriminator": true,
    +                "Attribute": {
    +                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                    "identifier": "size",
    +                    "name": "Size",
    +                    "description": "",
    +                    "type": "Integer",
    +                    "group": "Hat",
    +                    "position": 0,
    +                    "options": ""
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                 
    @@ -85737,35 +86469,35 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductType": {
    -        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -        "identifier": "NEW",
    -        "name": "pt_1_updated",
    -        "AttributeAssignmentList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                "is_required": false,
    -                "is_discriminator": true,
    -                "Attribute": {
    -                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                    "identifier": "size",
    -                    "name": "Size",
    -                    "description": "",
    -                    "type": "Integer",
    -                    "group": "Hat",
    -                    "position": 0,
    -                    "options": ""
    -                }
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ProductType": {
    +        "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +        "identifier": "NEW",
    +        "name": "pt_1_updated",
    +        "AttributeAssignmentList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                "is_required": false,
    +                "is_discriminator": true,
    +                "Attribute": {
    +                    "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                    "identifier": "size",
    +                    "name": "Size",
    +                    "description": "",
    +                    "type": "Integer",
    +                    "group": "Hat",
    +                    "position": 0,
    +                    "options": ""
    +                }
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -86036,21 +86768,21 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "ProductTypeQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "name_prefix": "new"
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "ProductTypeQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "name_prefix": "new"
    +        }
    +    }
    +}
     
                                 
    @@ -86103,21 +86835,21 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "ProductTypeQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "name_prefix": "new"
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "ProductTypeQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "name_prefix": "new"
    +        }
    +    }
    +}
     
                                                 
    @@ -86342,17 +87074,17 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductListGet": {
    -        "offset": 0, 
    -        "limit": 10,
    -        "languages": ["eng-GB"] 
    -    }
    +                            
    +                                {
    +    "ProductListGet": {
    +        "offset": 0, 
    +        "limit": 10,
    +        "languages": ["eng-GB"] 
    +    }
     }
                                 
    @@ -86405,17 +87137,17 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductListGet": {
    -        "offset": 0, 
    -        "limit": 10,
    -        "languages": ["eng-GB"] 
    -    }
    +                                            
    +                                                {
    +    "ProductListGet": {
    +        "offset": 0, 
    +        "limit": 10,
    +        "languages": ["eng-GB"] 
    +    }
     }
                                                 
    @@ -86459,35 +87191,35 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductList": {
    -        "_media-type": "application/vnd.ibexa.api.ProductList+json",
    -        "Product": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Product+json",
    -                "code": "wsk_98845",
    -                "name": "HUMMINGBIRD PRO DRY 9,2MM",
    -                "ProductType": {
    -                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -                    "identifier": "d_rope",
    -                    "name": "Dynamic ropes",
    -                    "AttributeAssignmentList": []
    -                },
    -                "Thumbnail": {
    -                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -                    "width": null,
    -                    "height": null,
    -                    "mimeType": "image/svg+xml"
    -                },
    -                "created_at": 1645787815,
    -                "updated_at": 1645787815,
    - 
    +                            
    +                                {
    +    "ProductList": {
    +        "_media-type": "application/vnd.ibexa.api.ProductList+json",
    +        "Product": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Product+json",
    +                "code": "wsk_98845",
    +                "name": "HUMMINGBIRD PRO DRY 9,2MM",
    +                "ProductType": {
    +                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +                    "identifier": "d_rope",
    +                    "name": "Dynamic ropes",
    +                    "AttributeAssignmentList": []
    +                },
    +                "Thumbnail": {
    +                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +                    "width": null,
    +                    "height": null,
    +                    "mimeType": "image/svg+xml"
    +                },
    +                "created_at": 1645787815,
    +                "updated_at": 1645787815,
    +                "Attribu
                                 
    View more @@ -86542,59 +87274,59 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductList": {
    -        "_media-type": "application/vnd.ibexa.api.ProductList+json",
    -        "Product": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Product+json",
    -                "code": "wsk_98845",
    -                "name": "HUMMINGBIRD PRO DRY 9,2MM",
    -                "ProductType": {
    -                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -                    "identifier": "d_rope",
    -                    "name": "Dynamic ropes",
    -                    "AttributeAssignmentList": []
    -                },
    -                "Thumbnail": {
    -                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -                    "width": null,
    -                    "height": null,
    -                    "mimeType": "image/svg+xml"
    -                },
    -                "created_at": 1645787815,
    -                "updated_at": 1645787815,
    -                "AttributesList": []
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Product+json",
    -                "code": "wsst_34456",
    -                "name": "Simond XC 60m",
    -                "ProductType": {
    -                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -                    "identifier": "s_rope",
    -                    "name": "Static ropes",
    -                    "AttributeAssignmentList": []
    -                },
    -                "Thumbnail": {
    -                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -                    "width": null,
    -                    "height": null,
    -                    "mimeType": "image/svg+xml"
    -                },
    -                "created_at": 1645787893,
    -                "updated_at": 1645787893,
    -                "AttributesList": []
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "ProductList": {
    +        "_media-type": "application/vnd.ibexa.api.ProductList+json",
    +        "Product": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Product+json",
    +                "code": "wsk_98845",
    +                "name": "HUMMINGBIRD PRO DRY 9,2MM",
    +                "ProductType": {
    +                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +                    "identifier": "d_rope",
    +                    "name": "Dynamic ropes",
    +                    "AttributeAssignmentList": []
    +                },
    +                "Thumbnail": {
    +                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +                    "width": null,
    +                    "height": null,
    +                    "mimeType": "image/svg+xml"
    +                },
    +                "created_at": 1645787815,
    +                "updated_at": 1645787815,
    +                "AttributesList": []
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Product+json",
    +                "code": "wsst_34456",
    +                "name": "Simond XC 60m",
    +                "ProductType": {
    +                    "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +                    "identifier": "s_rope",
    +                    "name": "Static ropes",
    +                    "AttributeAssignmentList": []
    +                },
    +                "Thumbnail": {
    +                    "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +                    "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +                    "width": null,
    +                    "height": null,
    +                    "mimeType": "image/svg+xml"
    +                },
    +                "created_at": 1645787893,
    +                "updated_at": 1645787893,
    +                "AttributesList": []
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -86838,38 +87570,38 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductCreate": {
    -        "ContentCreate": {
    -            "ContentType": {
    -                "_href": "/api/ibexa/v2/content/types/46",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    -                    "FieldDefinition": []
    -                }
    -            },
    -            "LocationCreate": {
    -                "ParentLocation": {
    -                    "_href": "/api/ibexa/v2/content/locations/1/2"
    -                },
    -                "priority": "0",
    -                "hidden": "false",
    -                "sortField": "PATH",
    -                "sortOrder": "ASC"
    -            },
    -            "alwaysAvailable": "true",
    -            "fields": {
    -                "field": [
    -                    {
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                   
    +                            
    +                                {
    +    "ProductCreate": {
    +        "ContentCreate": {
    +            "ContentType": {
    +                "_href": "/api/ibexa/v2/content/types/46",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    +                    "FieldDefinition": []
    +                }
    +            },
    +            "LocationCreate": {
    +                "ParentLocation": {
    +                    "_href": "/api/ibexa/v2/content/locations/1/2"
    +                },
    +                "priority": "0",
    +                "hidden": "false",
    +                "sortField": "PATH",
    +                "sortOrder": "ASC"
    +            },
    +            "alwaysAvailable": "true",
    +            "fields": {
    +                "field": [
    +                    {
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier"
                                 
    View more @@ -86921,52 +87653,52 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductCreate": {
    -        "ContentCreate": {
    -            "ContentType": {
    -                "_href": "/api/ibexa/v2/content/types/46",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    -                    "FieldDefinition": []
    -                }
    -            },
    -            "LocationCreate": {
    -                "ParentLocation": {
    -                    "_href": "/api/ibexa/v2/content/locations/1/2"
    -                },
    -                "priority": "0",
    -                "hidden": "false",
    -                "sortField": "PATH",
    -                "sortOrder": "ASC"
    -            },
    -            "alwaysAvailable": "true",
    -            "fields": {
    -                "field": [
    -                    {
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "new PT"
    -                    }
    -                ]
    -            },
    -            "mainLanguageCode": "eng-GB"
    -        },
    -        "code": "ggg",
    -        "attributes": [
    -            {
    -                "attr1": "fffffff"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ProductCreate": {
    +        "ContentCreate": {
    +            "ContentType": {
    +                "_href": "/api/ibexa/v2/content/types/46",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    +                    "FieldDefinition": []
    +                }
    +            },
    +            "LocationCreate": {
    +                "ParentLocation": {
    +                    "_href": "/api/ibexa/v2/content/locations/1/2"
    +                },
    +                "priority": "0",
    +                "hidden": "false",
    +                "sortField": "PATH",
    +                "sortOrder": "ASC"
    +            },
    +            "alwaysAvailable": "true",
    +            "fields": {
    +                "field": [
    +                    {
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "new PT"
    +                    }
    +                ]
    +            },
    +            "mainLanguageCode": "eng-GB"
    +        },
    +        "code": "ggg",
    +        "attributes": [
    +            {
    +                "attr1": "fffffff"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -87010,38 +87742,38 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductCreate": {
    -        "ContentCreate": {
    -            "ContentType": {
    -                "_href": "/api/ibexa/v2/content/types/46",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    -                    "FieldDefinition": []
    -                }
    -            },
    -            "LocationCreate": {
    -                "ParentLocation": {
    -                    "_href": "/api/ibexa/v2/content/locations/1/2"
    -                },
    -                "priority": "0",
    -                "hidden": "false",
    -                "sortField": "PATH",
    -                "sortOrder": "ASC"
    -            },
    -            "alwaysAvailable": "true",
    -            "fields": {
    -                "field": [
    -                    {
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                   
    +                            
    +                                {
    +    "ProductCreate": {
    +        "ContentCreate": {
    +            "ContentType": {
    +                "_href": "/api/ibexa/v2/content/types/46",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    +                    "FieldDefinition": []
    +                }
    +            },
    +            "LocationCreate": {
    +                "ParentLocation": {
    +                    "_href": "/api/ibexa/v2/content/locations/1/2"
    +                },
    +                "priority": "0",
    +                "hidden": "false",
    +                "sortField": "PATH",
    +                "sortOrder": "ASC"
    +            },
    +            "alwaysAvailable": "true",
    +            "fields": {
    +                "field": [
    +                    {
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier"
                                 
    View more @@ -87096,52 +87828,52 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductCreate": {
    -        "ContentCreate": {
    -            "ContentType": {
    -                "_href": "/api/ibexa/v2/content/types/46",
    -                "FieldDefinitions": {
    -                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    -                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    -                    "FieldDefinition": []
    -                }
    -            },
    -            "LocationCreate": {
    -                "ParentLocation": {
    -                    "_href": "/api/ibexa/v2/content/locations/1/2"
    -                },
    -                "priority": "0",
    -                "hidden": "false",
    -                "sortField": "PATH",
    -                "sortOrder": "ASC"
    -            },
    -            "alwaysAvailable": "true",
    -            "fields": {
    -                "field": [
    -                    {
    -                        "fieldDefinitionIdentifier": "name",
    -                        "languageCode": "eng-GB",
    -                        "fieldTypeIdentifier": "ezstring",
    -                        "fieldValue": "new PT"
    -                    }
    -                ]
    -            },
    -            "mainLanguageCode": "eng-GB"
    -        },
    -        "code": "ggg",
    -        "attributes": [
    -            {
    -                "attr1": "fffffff"
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "ProductCreate": {
    +        "ContentCreate": {
    +            "ContentType": {
    +                "_href": "/api/ibexa/v2/content/types/46",
    +                "FieldDefinitions": {
    +                    "_media-type": "application/vnd.ibexa.api.FieldDefinitionList+json",
    +                    "_href": "/api/ibexa/v2/content/types/260/fieldDefinitions",
    +                    "FieldDefinition": []
    +                }
    +            },
    +            "LocationCreate": {
    +                "ParentLocation": {
    +                    "_href": "/api/ibexa/v2/content/locations/1/2"
    +                },
    +                "priority": "0",
    +                "hidden": "false",
    +                "sortField": "PATH",
    +                "sortOrder": "ASC"
    +            },
    +            "alwaysAvailable": "true",
    +            "fields": {
    +                "field": [
    +                    {
    +                        "fieldDefinitionIdentifier": "name",
    +                        "languageCode": "eng-GB",
    +                        "fieldTypeIdentifier": "ezstring",
    +                        "fieldValue": "new PT"
    +                    }
    +                ]
    +            },
    +            "mainLanguageCode": "eng-GB"
    +        },
    +        "code": "ggg",
    +        "attributes": [
    +            {
    +                "attr1": "fffffff"
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -87450,36 +88182,37 @@
    Types
    file_copy

    -
    -                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "DRESUN",
    -        "name": "Yellow sundress",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "dress",
    -            "name": "Dress",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": false,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "size",
    -                        "name": "Size",
    -                        "description": "",
    -                        "type": "Integer",
    -                        "group": "Hat",
    -                        "position": 0,
    -                        "options": ""
    -                    }
    -   
    +                            
    +                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "DRESUN",
    +        "name": "Yellow sundress",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "dress",
    +            "name": "Dress",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": false,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "size",
    +                        "name": "Size",
    +                        "description": "",
    +                        "type": "Integer",
    +                        "group": "Hat",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +                }
    +         
                                 
    View more @@ -87531,61 +88264,61 @@
    Types
    file_copy

    -
    -                                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "DRESUN",
    -        "name": "Yellow sundress",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "dress",
    -            "name": "Dress",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": false,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "size",
    -                        "name": "Size",
    -                        "description": "",
    -                        "type": "Integer",
    -                        "group": "Hat",
    -                        "position": 0,
    -                        "options": ""
    -                    }
    -                }
    -            ]
    -        },
    -        "Thumbnail": {
    -            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -            "width": null,
    -            "height": null,
    -            "mimeType": "image/svg+xml"
    -        },
    -        "created_at": 1647006758,
    -        "updated_at": 1647006758,
    -        "AttributesList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "size",
    -                "name": "Size",
    -                "description": "",
    -                "type": "Integer",
    -                "group": "Clothes",
    -                "position": 0,
    -                "options": ""
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "DRESUN",
    +        "name": "Yellow sundress",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "dress",
    +            "name": "Dress",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": false,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "size",
    +                        "name": "Size",
    +                        "description": "",
    +                        "type": "Integer",
    +                        "group": "Hat",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +                }
    +            ]
    +        },
    +        "Thumbnail": {
    +            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +            "width": null,
    +            "height": null,
    +            "mimeType": "image/svg+xml"
    +        },
    +        "created_at": 1647006758,
    +        "updated_at": 1647006758,
    +        "AttributesList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "size",
    +                "name": "Size",
    +                "description": "",
    +                "type": "Integer",
    +                "group": "Clothes",
    +                "position": 0,
    +                "options": ""
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -87629,36 +88362,37 @@
    Types
    file_copy

    -
    -                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "DRESUN",
    -        "name": "Yellow sundress",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "dress",
    -            "name": "Dress",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": false,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "size",
    -                        "name": "Size",
    -                        "description": "",
    -                        "type": "Integer",
    -                        "group": "Hat",
    -                        "position": 0,
    -                        "options": ""
    -                    }
    -   
    +                            
    +                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "DRESUN",
    +        "name": "Yellow sundress",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "dress",
    +            "name": "Dress",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": false,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "size",
    +                        "name": "Size",
    +                        "description": "",
    +                        "type": "Integer",
    +                        "group": "Hat",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +                }
    +         
                                 
    View more @@ -87713,61 +88447,61 @@
    Types
    file_copy

    -
    -                                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "DRESUN",
    -        "name": "Yellow sundress",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "dress",
    -            "name": "Dress",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": false,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "size",
    -                        "name": "Size",
    -                        "description": "",
    -                        "type": "Integer",
    -                        "group": "Hat",
    -                        "position": 0,
    -                        "options": ""
    -                    }
    -                }
    -            ]
    -        },
    -        "Thumbnail": {
    -            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -            "width": null,
    -            "height": null,
    -            "mimeType": "image/svg+xml"
    -        },
    -        "created_at": 1647006758,
    -        "updated_at": 1647006758,
    -        "AttributesList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "size",
    -                "name": "Size",
    -                "description": "",
    -                "type": "Integer",
    -                "group": "Clothes",
    -                "position": 0,
    -                "options": ""
    -            }
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "DRESUN",
    +        "name": "Yellow sundress",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "dress",
    +            "name": "Dress",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": false,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "size",
    +                        "name": "Size",
    +                        "description": "",
    +                        "type": "Integer",
    +                        "group": "Hat",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +                }
    +            ]
    +        },
    +        "Thumbnail": {
    +            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +            "width": null,
    +            "height": null,
    +            "mimeType": "image/svg+xml"
    +        },
    +        "created_at": 1647006758,
    +        "updated_at": 1647006758,
    +        "AttributesList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "size",
    +                "name": "Size",
    +                "description": "",
    +                "type": "Integer",
    +                "group": "Clothes",
    +                "position": 0,
    +                "options": ""
    +            }
    +        ]
    +    }
    +}
     
                                                 
    @@ -87989,18 +88723,18 @@
    Types
    file_copy

    -
    -                                {
    -    "ProductUpdate": {
    -        "ContentUpdate": { 
    -        },
    -        "code": "NEWCODE"
    -    }
    -}
    +                            
    +                                {
    +    "ProductUpdate": {
    +        "ContentUpdate": { 
    +        },
    +        "code": "NEWCODE"
    +    }
    +}
     
                                 
    @@ -88053,18 +88787,18 @@
    Types
    file_copy

    -
    -                                                {
    -    "ProductUpdate": {
    -        "ContentUpdate": { 
    -        },
    -        "code": "NEWCODE"
    -    }
    -}
    +                                            
    +                                                {
    +    "ProductUpdate": {
    +        "ContentUpdate": { 
    +        },
    +        "code": "NEWCODE"
    +    }
    +}
     
                                                 
    @@ -88108,34 +88842,36 @@
    Types
    file_copy

    -
    -                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "bbbb",
    -        "name": "fgh",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "test_pt321",
    -            "name": "New Product Type",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": true,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "testAttr",
    -                        "name": "testAttr",
    -                        "description": "",
    -                        "type": "Checkbox",
    -                        "group": "Test Attribute group",
    -                        "position": 0,
    -                        "options": ""
    
    +                            
    +                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "bbbb",
    +        "name": "fgh",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "test_pt321",
    +            "name": "New Product Type",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": true,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "testAttr",
    +                        "name": "testAttr",
    +                        "description": "",
    +                        "type": "Checkbox",
    +                        "group": "Test Attribute group",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +
                                 
    View more @@ -88190,70 +88926,70 @@
    Types
    file_copy

    -
    -                                                {
    -    "Product": {
    -        "_media-type": "application/vnd.ibexa.api.Product+json",
    -        "code": "bbbb",
    -        "name": "fgh",
    -        "ProductType": {
    -            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    -            "identifier": "test_pt321",
    -            "name": "New Product Type",
    -            "AttributeAssignmentList": [
    -                {
    -                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    -                    "is_required": false,
    -                    "is_discriminator": true,
    -                    "Attribute": {
    -                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                        "identifier": "testAttr",
    -                        "name": "testAttr",
    -                        "description": "",
    -                        "type": "Checkbox",
    -                        "group": "Test Attribute group",
    -                        "position": 0,
    -                        "options": ""
    -                    }
    -                }
    -            ]
    -        },
    -        "Thumbnail": {
    -            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    -            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    -            "width": null,
    -            "height": null,
    -            "mimeType": "image/svg+xml"
    -        },
    -        "created_at": 1646398748,
    -        "updated_at": 1646398748,
    -        "AttributesList": [
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "testAttr",
    -                "name": "testAttr",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Test Attribute group",
    -                "position": 0,
    -                "options": ""
    -            },
    -            {
    -                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    -                "identifier": "nnnn",
    -                "name": "nnnn",
    -                "description": "",
    -                "type": "Checkbox",
    -                "group": "Test Attribute group",
    -                "position": 0,
    -                "options": ""
    -            }
    -        ]
    -    }
    +                                            
    +                                                {
    +    "Product": {
    +        "_media-type": "application/vnd.ibexa.api.Product+json",
    +        "code": "bbbb",
    +        "name": "fgh",
    +        "ProductType": {
    +            "_media-type": "application/vnd.ibexa.api.ProductType+json",
    +            "identifier": "test_pt321",
    +            "name": "New Product Type",
    +            "AttributeAssignmentList": [
    +                {
    +                    "_media-type": "application/vnd.ibexa.api.AttributeAssignment+json",
    +                    "is_required": false,
    +                    "is_discriminator": true,
    +                    "Attribute": {
    +                        "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                        "identifier": "testAttr",
    +                        "name": "testAttr",
    +                        "description": "",
    +                        "type": "Checkbox",
    +                        "group": "Test Attribute group",
    +                        "position": 0,
    +                        "options": ""
    +                    }
    +                }
    +            ]
    +        },
    +        "Thumbnail": {
    +            "_media-type": "application/vnd.ibexa.api.Thumbnail+json",
    +            "resource": "/bundles/ibexaadminui/img/ibexa-icons.svg#file",
    +            "width": null,
    +            "height": null,
    +            "mimeType": "image/svg+xml"
    +        },
    +        "created_at": 1646398748,
    +        "updated_at": 1646398748,
    +        "AttributesList": [
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "testAttr",
    +                "name": "testAttr",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Test Attribute group",
    +                "position": 0,
    +                "options": ""
    +            },
    +            {
    +                "_media-type": "application/vnd.ibexa.api.Attribute+json",
    +                "identifier": "nnnn",
    +                "name": "nnnn",
    +                "description": "",
    +                "type": "Checkbox",
    +                "group": "Test Attribute group",
    +                "position": 0,
    +                "options": ""
    +            }
    +        ]
    +    }
     }
                                                 
    @@ -88464,28 +89200,28 @@
    Types
    file_copy

    -
    -                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "ProductQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "Filter": {
    -                "ProductNameCriterion": "LaSportiva Solution",
    -                "ProductCodeCriterion": "solution",
    -                "ProductAvailabilityCriterion": false
    -            },
    -            "SortClauses": {
    -                "ProductName": "descending"
    -            }
    -        }
    -    }
    -}
    +                            
    +                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "ProductQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "Filter": {
    +                "ProductNameCriterion": "LaSportiva Solution",
    +                "ProductCodeCriterion": "solution",
    +                "ProductAvailabilityCriterion": false
    +            },
    +            "SortClauses": {
    +                "ProductName": "descending"
    +            }
    +        }
    +    }
    +}
     
                                 
    @@ -88538,28 +89274,28 @@
    Types
    file_copy

    -
    -                                                {
    -    "ViewInput": {
    -        "identifier": "TitleView",
    -        "ProductQuery": {
    -            "limit": "10",
    -            "offset": "0",
    -            "Filter": {
    -                "ProductNameCriterion": "LaSportiva Solution",
    -                "ProductCodeCriterion": "solution",
    -                "ProductAvailabilityCriterion": false
    -            },
    -            "SortClauses": {
    -                "ProductName": "descending"
    -            }
    -        }
    -    }
    -}
    +                                            
    +                                                {
    +    "ViewInput": {
    +        "identifier": "TitleView",
    +        "ProductQuery": {
    +            "limit": "10",
    +            "offset": "0",
    +            "Filter": {
    +                "ProductNameCriterion": "LaSportiva Solution",
    +                "ProductCodeCriterion": "solution",
    +                "ProductAvailabilityCriterion": false
    +            },
    +            "SortClauses": {
    +                "ProductName": "descending"
    +            }
    +        }
    +    }
    +}
     
                                                 
    @@ -88787,20 +89523,20 @@
    Types
    file_copy

    -
    -                                {
    -    "TaxonomyEntryAssignToContent": {
    -        "content": 130,
    -        "entries": 
    -        [
    -            2, 3
    -        ]
    -    }
    -}
    +                            
    +                                {
    +    "TaxonomyEntryAssignToContent": {
    +        "content": 130,
    +        "entries": 
    +        [
    +            2, 3
    +        ]
    +    }
    +}
     
                                 
    @@ -88853,20 +89589,20 @@
    Types
    file_copy

    -
    -                                                {
    -    "TaxonomyEntryAssignToContent": {
    -        "content": 130,
    -        "entries": 
    -        [
    -            2, 3
    -        ]
    -    }
    -}
    +                                            
    +                                                {
    +    "TaxonomyEntryAssignToContent": {
    +        "content": 130,
    +        "entries": 
    +        [
    +            2, 3
    +        ]
    +    }
    +}
     
                                                 
    @@ -89088,19 +89824,19 @@
    Types
    file_copy

    -
    -                                {
    -    "TaxonomyEntryUnassignFromContent": {
    -        "content": 130,
    -        "entries": 
    -        [
    -            2, 3
    -        ]
    -    }
    +                            
    +                                {
    +    "TaxonomyEntryUnassignFromContent": {
    +        "content": 130,
    +        "entries": 
    +        [
    +            2, 3
    +        ]
    +    }
     }
                                 
    @@ -89153,19 +89889,19 @@
    Types
    file_copy

    -
    -                                                {
    -    "TaxonomyEntryUnassignFromContent": {
    -        "content": 130,
    -        "entries": 
    -        [
    -            2, 3
    -        ]
    -    }
    +                                            
    +                                                {
    +    "TaxonomyEntryUnassignFromContent": {
    +        "content": 130,
    +        "entries": 
    +        [
    +            2, 3
    +        ]
    +    }
     }
                                                 
    From 00d39743e19ca06e17086dc841f31dad5cbe0352 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis Date: Mon, 6 Jun 2022 15:47:22 +0200 Subject: [PATCH 08/20] ez-product-attributes.raml: Fix missing colon string(150) "application/vnd.ibexa.api.AttributeGet+json type: AttributeList example: !include examples/product/catalog/attributes/id/GET/AttributeGet.json.example" PHP Warning: Invalid argument supplied for foreach() in /Users/adriendupuis/www/developer-documentation/tools/raml2html/vendor/raml-org/raml-php-parser/src/Method.php on line 147 --- .../input/ez-product-attributes.raml | 2 +- .../rest_api_reference.html | 2756 +++++++++-------- 2 files changed, 1437 insertions(+), 1321 deletions(-) diff --git a/docs/api/rest_api_reference/input/ez-product-attributes.raml b/docs/api/rest_api_reference/input/ez-product-attributes.raml index eb29e37126..2e32330053 100644 --- a/docs/api/rest_api_reference/input/ez-product-attributes.raml +++ b/docs/api/rest_api_reference/input/ez-product-attributes.raml @@ -40,7 +40,7 @@ post: example: | application/vnd.ibexa.api.AttributeGet+json body: - application/vnd.ibexa.api.AttributeGet+json + application/vnd.ibexa.api.AttributeGet+json: type: AttributeList example: !include examples/product/catalog/attributes/id/GET/AttributeGet.json.example responses: diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html index c240b30e62..12437363a7 100644 --- a/docs/api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_api_reference/rest_api_reference.html @@ -227,11 +227,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -254,11 +254,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -354,11 +354,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -396,11 +396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -742,11 +742,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -775,11 +775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -871,11 +871,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -1009,11 +1009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -1781,11 +1781,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1822,11 +1822,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -1927,11 +1927,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1980,11 +1980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -2086,11 +2086,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2112,11 +2112,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -2149,11 +2149,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -2245,11 +2245,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2362,11 +2362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -3588,11 +3588,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -3705,11 +3705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -4935,11 +4935,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5486,11 +5486,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5516,11 +5516,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5612,11 +5612,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5722,11 +5722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -6128,11 +6128,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6194,11 +6194,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6251,11 +6251,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6320,11 +6320,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6775,11 +6775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -6811,11 +6811,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -6911,11 +6911,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -7098,11 +7098,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7491,11 +7491,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7527,11 +7527,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7627,11 +7627,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7814,11 +7814,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -8205,11 +8205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8239,11 +8239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8334,11 +8334,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8420,11 +8420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8887,11 +8887,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -8923,11 +8923,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9023,11 +9023,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -9210,11 +9210,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9709,11 +9709,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"
    @@ -9787,11 +9787,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"
    @@ -9856,11 +9856,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -9941,11 +9941,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -10180,11 +10180,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10216,11 +10216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -10316,11 +10316,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10503,11 +10503,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11217,11 +11217,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11253,11 +11253,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11353,11 +11353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11540,11 +11540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11945,11 +11945,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -11968,11 +11968,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12056,11 +12056,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -12079,11 +12079,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12649,11 +12649,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12674,11 +12674,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12756,11 +12756,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12781,11 +12781,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12851,11 +12851,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -12884,11 +12884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -12984,11 +12984,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -13039,11 +13039,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -13338,11 +13338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13359,11 +13359,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13444,11 +13444,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13465,11 +13465,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13709,11 +13709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13733,11 +13733,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -13829,11 +13829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13853,11 +13853,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -14346,11 +14346,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14380,11 +14380,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14477,11 +14477,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14536,11 +14536,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14866,11 +14866,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -14893,11 +14893,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -14985,11 +14985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -15012,11 +15012,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -15092,11 +15092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15123,11 +15123,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15226,11 +15226,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15257,11 +15257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15534,11 +15534,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15565,11 +15565,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15668,11 +15668,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15699,11 +15699,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16000,11 +16000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16031,11 +16031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16134,11 +16134,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16165,11 +16165,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16495,11 +16495,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16529,11 +16529,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16625,11 +16625,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16673,11 +16673,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16975,11 +16975,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17004,11 +17004,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17097,11 +17097,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17126,11 +17126,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17207,11 +17207,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17239,11 +17239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17343,11 +17343,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17375,11 +17375,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17653,11 +17653,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17685,11 +17685,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17789,11 +17789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17821,11 +17821,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18126,11 +18126,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18151,11 +18151,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18232,11 +18232,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18257,11 +18257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18326,11 +18326,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18358,11 +18358,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18462,11 +18462,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18494,11 +18494,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18829,11 +18829,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -18863,11 +18863,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -18964,11 +18964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -19019,11 +19019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19367,11 +19367,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19400,11 +19400,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19501,11 +19501,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19552,11 +19552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20168,11 +20168,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20193,11 +20193,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20271,11 +20271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20296,11 +20296,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20362,11 +20362,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20396,11 +20396,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20497,11 +20497,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20552,11 +20552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20978,11 +20978,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -21045,11 +21045,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -22041,11 +22041,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -22062,11 +22062,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22141,11 +22141,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -22162,11 +22162,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22229,11 +22229,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22252,11 +22252,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22330,11 +22330,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22353,11 +22353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22602,11 +22602,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22639,11 +22639,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -22739,11 +22739,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22789,11 +22789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -23086,11 +23086,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23109,11 +23109,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23191,11 +23191,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23214,11 +23214,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23497,11 +23497,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23519,11 +23519,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23594,11 +23594,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23616,11 +23616,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23679,11 +23679,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23702,11 +23702,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23784,11 +23784,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23807,11 +23807,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -24141,11 +24141,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24174,11 +24174,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24271,11 +24271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24322,11 +24322,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24747,11 +24747,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24780,11 +24780,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -24879,11 +24879,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24929,11 +24929,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -25384,11 +25384,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25405,11 +25405,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25490,11 +25490,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25511,11 +25511,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25761,11 +25761,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25786,11 +25786,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25865,11 +25865,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25890,11 +25890,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25957,11 +25957,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -25984,11 +25984,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26072,11 +26072,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -26099,11 +26099,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26326,11 +26326,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26353,11 +26353,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26441,11 +26441,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26468,11 +26468,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26758,11 +26758,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26783,11 +26783,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -26872,11 +26872,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26897,11 +26897,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -27141,11 +27141,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27161,11 +27161,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27225,11 +27225,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27244,11 +27244,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27264,11 +27264,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27283,11 +27283,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27348,11 +27348,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27371,11 +27371,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27454,11 +27454,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27477,11 +27477,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27699,11 +27699,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27722,11 +27722,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27805,11 +27805,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27828,11 +27828,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -28162,11 +28162,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28192,11 +28192,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28286,11 +28286,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28333,11 +28333,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28639,11 +28639,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28660,11 +28660,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28734,11 +28734,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28755,11 +28755,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28817,11 +28817,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28844,11 +28844,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -28939,11 +28939,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28966,11 +28966,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -29235,11 +29235,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -29269,11 +29269,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -29369,11 +29369,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -30420,11 +30420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -32289,11 +32289,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32310,11 +32310,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32384,11 +32384,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32405,11 +32405,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32467,11 +32467,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32494,11 +32494,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32589,11 +32589,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32616,11 +32616,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32920,11 +32920,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -32952,11 +32952,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -33053,11 +33053,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -33119,11 +33119,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -35391,11 +35391,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35475,11 +35475,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35579,11 +35579,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -35656,11 +35656,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -36028,11 +36028,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -36060,11 +36060,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -36158,11 +36158,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -36655,11 +36655,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -37642,11 +37642,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37676,11 +37676,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -37781,11 +37781,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37980,11 +37980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -38581,11 +38581,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38602,11 +38602,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38676,11 +38676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38697,11 +38697,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38759,11 +38759,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38793,11 +38793,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -38896,11 +38896,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38937,11 +38937,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -39264,11 +39264,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39306,11 +39306,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39414,11 +39414,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39456,11 +39456,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39768,11 +39768,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39794,11 +39794,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39879,11 +39879,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39905,11 +39905,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39978,11 +39978,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -40011,11 +40011,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40114,11 +40114,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -40157,11 +40157,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40356,11 +40356,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40432,11 +40432,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40792,11 +40792,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40861,11 +40861,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40921,11 +40921,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -41003,11 +41003,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -41244,11 +41244,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41286,11 +41286,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41394,11 +41394,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41436,11 +41436,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41702,11 +41702,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41764,11 +41764,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41817,11 +41817,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -41898,11 +41898,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -42199,11 +42199,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42220,11 +42220,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42305,11 +42305,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42326,11 +42326,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42560,11 +42560,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42632,11 +42632,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42857,11 +42857,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42883,11 +42883,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42980,11 +42980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -43006,11 +43006,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -43227,11 +43227,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43302,11 +43302,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43630,11 +43630,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43651,11 +43651,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -43732,11 +43732,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43753,11 +43753,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -44068,11 +44068,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44101,11 +44101,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44195,11 +44195,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44348,11 +44348,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44734,11 +44734,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UnscheduleAction": {
         "events": [
    @@ -44797,11 +44797,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UnscheduleAction": {
         "events": [
    @@ -45041,11 +45041,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45116,11 +45116,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45182,11 +45182,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45268,11 +45268,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45610,11 +45610,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45636,11 +45636,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -45730,11 +45730,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45841,11 +45841,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -46317,11 +46317,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46344,11 +46344,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46441,11 +46441,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46520,11 +46520,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46912,11 +46912,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -46933,11 +46933,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -47010,11 +47010,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -47031,11 +47031,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -47096,11 +47096,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47123,11 +47123,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47220,11 +47220,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47299,11 +47299,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47856,11 +47856,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47892,11 +47892,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -47984,11 +47984,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48020,11 +48020,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48100,11 +48100,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48127,11 +48127,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48225,11 +48225,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48328,11 +48328,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48721,11 +48721,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48754,11 +48754,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48843,11 +48843,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48876,11 +48876,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48953,11 +48953,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -48980,11 +48980,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -49078,11 +49078,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -49157,11 +49157,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -49471,11 +49471,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49535,11 +49535,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49769,11 +49769,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49796,11 +49796,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -49892,11 +49892,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49919,11 +49919,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -50003,11 +50003,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50038,11 +50038,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50127,11 +50127,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50171,11 +50171,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50391,11 +50391,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50412,11 +50412,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50495,11 +50495,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50516,11 +50516,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50709,11 +50709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50737,11 +50737,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50837,11 +50837,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50865,11 +50865,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -51149,11 +51149,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51171,11 +51171,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51260,11 +51260,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51282,11 +51282,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51555,11 +51555,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51576,11 +51576,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51661,11 +51661,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51682,11 +51682,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51995,11 +51995,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -52016,11 +52016,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52111,11 +52111,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -52132,11 +52132,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52680,11 +52680,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52706,11 +52706,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52801,11 +52801,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52914,11 +52914,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -53349,11 +53349,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53371,11 +53371,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53446,11 +53446,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53468,11 +53468,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53531,11 +53531,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53557,11 +53557,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -53655,11 +53655,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53766,11 +53766,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -54243,11 +54243,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54312,11 +54312,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54553,11 +54553,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54579,11 +54579,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54676,11 +54676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54702,11 +54702,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54929,11 +54929,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -54999,11 +54999,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -55213,11 +55213,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55241,11 +55241,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55341,11 +55341,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55369,11 +55369,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55626,11 +55626,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55653,11 +55653,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55749,11 +55749,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55776,11 +55776,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55860,11 +55860,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55894,11 +55894,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55992,11 +55992,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -56028,11 +56028,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56278,11 +56278,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56304,11 +56304,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56398,11 +56398,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56424,11 +56424,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56628,11 +56628,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56660,11 +56660,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56757,11 +56757,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56789,11 +56789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -57087,11 +57087,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57118,11 +57118,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57215,11 +57215,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57263,11 +57263,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57596,11 +57596,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57618,11 +57618,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57702,11 +57702,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57724,11 +57724,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57989,11 +57989,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -58011,11 +58011,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58095,11 +58095,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -58117,11 +58117,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58347,11 +58347,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58369,11 +58369,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58453,11 +58453,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58475,11 +58475,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58752,11 +58752,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58773,11 +58773,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58847,11 +58847,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58868,11 +58868,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58930,11 +58930,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58952,11 +58952,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59036,11 +59036,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -59058,11 +59058,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59383,11 +59383,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59405,11 +59405,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59489,11 +59489,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59511,11 +59511,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59796,11 +59796,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59817,11 +59817,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59891,11 +59891,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59912,11 +59912,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59974,11 +59974,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -59996,11 +59996,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -60080,11 +60080,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -60102,11 +60102,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -60468,11 +60468,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60506,11 +60506,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -60601,11 +60601,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60671,11 +60671,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -61063,11 +61063,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61137,11 +61137,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61202,11 +61202,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61279,11 +61279,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61594,11 +61594,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61665,11 +61665,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61727,11 +61727,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61804,11 +61804,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -62040,11 +62040,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -62076,11 +62076,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62158,11 +62158,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -62194,11 +62194,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62504,11 +62504,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62542,11 +62542,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -62638,11 +62638,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62708,11 +62708,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -63134,11 +63134,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63156,11 +63156,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63232,11 +63232,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63254,11 +63254,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63318,11 +63318,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63342,11 +63342,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63426,11 +63426,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63450,11 +63450,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63517,11 +63517,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63541,11 +63541,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63625,11 +63625,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63649,11 +63649,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64012,11 +64012,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -64036,11 +64036,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64120,11 +64120,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -64144,11 +64144,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64394,11 +64394,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64415,11 +64415,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64491,11 +64491,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64512,11 +64512,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64576,11 +64576,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64595,11 +64595,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64674,11 +64674,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64693,11 +64693,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64884,11 +64884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -64971,11 +64971,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -66652,11 +66652,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66742,11 +66742,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66971,11 +66971,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67069,11 +67069,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67439,11 +67439,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67537,11 +67537,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67795,11 +67795,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -67865,11 +67865,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -68119,11 +68119,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68210,11 +68210,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68316,11 +68316,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68414,11 +68414,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68794,11 +68794,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68856,11 +68856,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68909,11 +68909,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69007,11 +69007,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69387,11 +69387,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69449,11 +69449,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69502,11 +69502,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69600,11 +69600,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69980,11 +69980,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -70042,11 +70042,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -70095,11 +70095,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70193,11 +70193,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70573,11 +70573,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -70640,11 +70640,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -70698,11 +70698,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70796,11 +70796,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71054,11 +71054,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71124,11 +71124,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71272,11 +71272,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71368,11 +71368,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71562,11 +71562,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71624,11 +71624,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71677,11 +71677,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71775,11 +71775,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72131,11 +72131,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72193,11 +72193,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72246,11 +72246,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72344,11 +72344,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72718,11 +72718,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -72785,11 +72785,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -72843,11 +72843,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72941,11 +72941,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73199,11 +73199,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73269,11 +73269,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73436,11 +73436,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73534,11 +73534,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73792,11 +73792,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73862,11 +73862,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74029,11 +74029,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74127,11 +74127,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74385,11 +74385,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74455,11 +74455,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74606,11 +74606,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74676,11 +74676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74824,11 +74824,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -74895,11 +74895,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -75047,11 +75047,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75135,11 +75135,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75331,11 +75331,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75396,11 +75396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75452,11 +75452,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75520,11 +75520,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75713,11 +75713,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -75813,11 +75813,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -76124,11 +76124,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76188,11 +76188,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76243,11 +76243,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76311,11 +76311,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76526,11 +76526,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76617,11 +76617,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76875,11 +76875,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76944,11 +76944,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77179,11 +77179,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77241,11 +77241,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77294,11 +77294,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77362,11 +77362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77645,11 +77645,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77711,11 +77711,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77919,11 +77919,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -78005,11 +78005,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -78246,11 +78246,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78312,11 +78312,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78557,11 +78557,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78632,11 +78632,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78698,11 +78698,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78776,11 +78776,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -79020,11 +79020,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -79085,11 +79085,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -79141,11 +79141,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79208,11 +79208,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79453,11 +79453,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79517,11 +79517,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79572,11 +79572,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79639,11 +79639,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79880,11 +79880,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -79945,11 +79945,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -80001,11 +80001,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -80068,11 +80068,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -80424,11 +80424,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80491,11 +80491,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80753,11 +80753,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80827,11 +80827,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80892,11 +80892,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -80964,11 +80964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81178,11 +81178,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81242,11 +81242,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81297,11 +81297,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81384,11 +81384,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81600,6 +81600,14 @@ 
    Types
    + + + AttributeList + + + + + Attribute @@ -81616,6 +81624,114 @@
    Types
    +
    + +
    +
    +
    +
    +

    + file_copy + +

    +
    +                                {
    +    "AttributeGroupGet": {
    +        "languages": ["eng-GB"]
    +    }
    +}
    +                            
    +
    + View more +
    +
    +
    + +
    @@ -81648,11 +81764,11 @@
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81719,11 +81835,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82038,11 +82154,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82108,11 +82224,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82169,11 +82285,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82240,11 +82356,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82540,11 +82656,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82610,11 +82726,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82856,11 +82972,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -82941,11 +83057,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -83192,11 +83308,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83260,11 +83376,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83319,11 +83435,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83390,11 +83506,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83636,11 +83752,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83707,11 +83823,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83936,11 +84052,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84002,11 +84118,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84059,11 +84175,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84130,11 +84246,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84416,11 +84532,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84482,11 +84598,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84751,11 +84867,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -84837,11 +84953,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -84972,11 +85088,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85055,11 +85171,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85280,11 +85396,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85343,11 +85459,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85397,11 +85513,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85469,11 +85585,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85627,11 +85743,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -85691,11 +85807,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -85930,11 +86046,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85997,11 +86113,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86222,11 +86338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86308,11 +86424,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86385,11 +86501,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86469,11 +86585,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86768,11 +86884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -86835,11 +86951,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -87074,11 +87190,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87137,11 +87253,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87191,11 +87307,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87274,11 +87390,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87570,11 +87686,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87653,11 +87769,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87742,11 +87858,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87828,11 +87944,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -88182,11 +88298,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88264,11 +88380,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88362,11 +88478,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88447,11 +88563,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88723,11 +88839,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88787,11 +88903,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88842,11 +88958,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88926,11 +89042,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -89200,11 +89316,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89274,11 +89390,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89523,11 +89639,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89589,11 +89705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89824,11 +89940,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    @@ -89889,11 +90005,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    
    From 01037de5fb8cf72dccc9f8d2c3ff9ccddfcc5482 Mon Sep 17 00:00:00 2001
    From: Adrien Dupuis 
    Date: Tue, 7 Jun 2022 13:25:00 +0200
    Subject: [PATCH 09/20] ez-content-views.raml: GET /content/views doesn't exist
    
    Only POST exists in 4.0 and 4.1
    https://github.com/ibexa/rest/blob/v4.0.0/src/bundle/Resources/config/routing.yml#L258
    ---
     .../input/ez-content-views.raml               |   12 -
     .../rest_api_reference.html                   | 2748 ++++++++---------
     2 files changed, 1324 insertions(+), 1436 deletions(-)
    
    diff --git a/docs/api/rest_api_reference/input/ez-content-views.raml b/docs/api/rest_api_reference/input/ez-content-views.raml
    index ccf01f520e..a3f3c8e05d 100644
    --- a/docs/api/rest_api_reference/input/ez-content-views.raml
    +++ b/docs/api/rest_api_reference/input/ez-content-views.raml
    @@ -21,18 +21,6 @@ post:
                 description: Moved permanently.
             400:
                 description: Error - the input does not match the input schema definition.
    -get:
    -    displayName: List Views
    -    description: Returns a list of View URIs. The list includes a public View and a private View of the authenticated user. - DEPRECATED
    -    headers:
    -        Accept:
    -            description: The view link list in XML or JSON format.
    -            example:  |
    -                application/vnd.ibexa.api.RefList+xml
    -                application/vnd.ibexa.api.RefList+json
    -    responses:
    -        200:
    -            description: OK - list of View URIs.
     /{identifier}:
         get:
             displayName: Get View
    diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html
    index 12437363a7..668e68692a 100644
    --- a/docs/api/rest_api_reference/rest_api_reference.html
    +++ b/docs/api/rest_api_reference/rest_api_reference.html
    @@ -227,11 +227,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -254,11 +254,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -354,11 +354,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -396,11 +396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -742,11 +742,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -775,11 +775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -871,11 +871,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -1009,11 +1009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -1781,11 +1781,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1822,11 +1822,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -1927,11 +1927,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1980,11 +1980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -2086,11 +2086,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2112,11 +2112,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -2149,11 +2149,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -2245,11 +2245,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2362,11 +2362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -3588,11 +3588,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -3705,11 +3705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -4935,11 +4935,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5486,11 +5486,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5516,11 +5516,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5612,11 +5612,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5722,11 +5722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -6128,11 +6128,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6194,11 +6194,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6251,11 +6251,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6320,11 +6320,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6775,11 +6775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -6811,11 +6811,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -6911,11 +6911,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -7098,11 +7098,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7491,11 +7491,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7527,11 +7527,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7627,11 +7627,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7814,11 +7814,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -8205,11 +8205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8239,11 +8239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8334,11 +8334,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8420,11 +8420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8887,11 +8887,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -8923,11 +8923,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9023,11 +9023,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -9210,11 +9210,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9709,11 +9709,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"
    @@ -9787,11 +9787,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"
    @@ -9856,11 +9856,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -9941,11 +9941,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -10180,11 +10180,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10216,11 +10216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -10316,11 +10316,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10503,11 +10503,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11217,11 +11217,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11253,11 +11253,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11353,11 +11353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11540,11 +11540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11945,11 +11945,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -11968,11 +11968,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12056,11 +12056,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -12079,11 +12079,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12649,11 +12649,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12674,11 +12674,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12756,11 +12756,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12781,11 +12781,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12851,11 +12851,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -12884,11 +12884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -12984,11 +12984,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -13039,11 +13039,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -13338,11 +13338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13359,11 +13359,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13444,11 +13444,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13465,11 +13465,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13709,11 +13709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13733,11 +13733,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -13829,11 +13829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13853,11 +13853,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -14346,11 +14346,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14380,11 +14380,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14477,11 +14477,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14536,11 +14536,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14866,11 +14866,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -14893,11 +14893,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -14985,11 +14985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -15012,11 +15012,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -15092,11 +15092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15123,11 +15123,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15226,11 +15226,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15257,11 +15257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15534,11 +15534,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15565,11 +15565,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15668,11 +15668,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15699,11 +15699,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16000,11 +16000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16031,11 +16031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16134,11 +16134,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16165,11 +16165,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16495,11 +16495,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16529,11 +16529,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16625,11 +16625,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16673,11 +16673,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16975,11 +16975,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17004,11 +17004,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17097,11 +17097,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17126,11 +17126,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17207,11 +17207,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17239,11 +17239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17343,11 +17343,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17375,11 +17375,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17653,11 +17653,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17685,11 +17685,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17789,11 +17789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17821,11 +17821,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18126,11 +18126,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18151,11 +18151,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18232,11 +18232,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18257,11 +18257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18326,11 +18326,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18358,11 +18358,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18462,11 +18462,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18494,11 +18494,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18829,11 +18829,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -18863,11 +18863,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -18964,11 +18964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -19019,11 +19019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19367,11 +19367,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19400,11 +19400,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19501,11 +19501,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19552,11 +19552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20168,11 +20168,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20193,11 +20193,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20271,11 +20271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20296,11 +20296,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20362,11 +20362,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20396,11 +20396,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20497,11 +20497,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20552,11 +20552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20978,11 +20978,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -21045,11 +21045,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -21273,13 +21273,6 @@ 

    /content/views

    POST - -
  • - - - GET - -
  • @@ -21424,99 +21417,6 @@
    Possible responses
    - -
    -
    -
    -
    - List Views - ¶ -
    -
    -
    -

    - GET - /content/views -

    -

    Returns a list of View URIs. The list includes a public View and a private View of the authenticated user. - DEPRECATED

    -
    -
    Header parameters
    -
    -

    Accept

    -

    The view link list in XML or JSON format.

    -
    - - - - - - - - - - - - - - - - - -
    PropertyValue
    Type - - - string - - - - -
    Examples - application/vnd.ibexa.api.RefList+xml -application/vnd.ibexa.api.RefList+json - -
    -
    -
    -
    - - -
    -
    Possible responses
    -
    - - - - - - - - - - - - - -
    CodeDescription
    - 200 - -

    OK - list of View URIs.

    -
    -
    -
    - - -
    -
    - -
    -
    -
    -
    -
    -
    @@ -22041,11 +21941,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -22062,11 +21962,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22141,11 +22041,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -22162,11 +22062,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22229,11 +22129,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22252,11 +22152,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22330,11 +22230,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22353,11 +22253,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22602,11 +22502,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22639,11 +22539,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -22739,11 +22639,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22789,11 +22689,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -23086,11 +22986,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23109,11 +23009,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23191,11 +23091,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23214,11 +23114,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23497,11 +23397,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23519,11 +23419,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23594,11 +23494,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23616,11 +23516,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23679,11 +23579,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23702,11 +23602,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23784,11 +23684,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23807,11 +23707,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -24141,11 +24041,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24174,11 +24074,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24271,11 +24171,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24322,11 +24222,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24747,11 +24647,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24780,11 +24680,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -24879,11 +24779,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24929,11 +24829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -25384,11 +25284,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25405,11 +25305,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25490,11 +25390,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25511,11 +25411,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25761,11 +25661,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25786,11 +25686,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25865,11 +25765,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25890,11 +25790,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25957,11 +25857,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -25984,11 +25884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26072,11 +25972,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -26099,11 +25999,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26326,11 +26226,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26353,11 +26253,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26441,11 +26341,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26468,11 +26368,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26758,11 +26658,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26783,11 +26683,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -26872,11 +26772,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26897,11 +26797,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -27141,11 +27041,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27161,11 +27061,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27225,11 +27125,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27244,11 +27144,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27264,11 +27164,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27283,11 +27183,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27348,11 +27248,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27371,11 +27271,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27454,11 +27354,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27477,11 +27377,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27699,11 +27599,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27722,11 +27622,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27805,11 +27705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27828,11 +27728,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -28162,11 +28062,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28192,11 +28092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28286,11 +28186,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28333,11 +28233,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28639,11 +28539,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28660,11 +28560,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28734,11 +28634,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28755,11 +28655,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28817,11 +28717,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28844,11 +28744,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -28939,11 +28839,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28966,11 +28866,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -29235,11 +29135,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -29269,11 +29169,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -29369,11 +29269,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -30420,11 +30320,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -32289,11 +32189,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32310,11 +32210,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32384,11 +32284,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32405,11 +32305,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32467,11 +32367,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32494,11 +32394,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32589,11 +32489,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32616,11 +32516,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32920,11 +32820,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -32952,11 +32852,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -33053,11 +32953,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -33119,11 +33019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -35391,11 +35291,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35475,11 +35375,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35579,11 +35479,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -35656,11 +35556,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -36028,11 +35928,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -36060,11 +35960,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -36158,11 +36058,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -36655,11 +36555,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -37642,11 +37542,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37676,11 +37576,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -37781,11 +37681,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37980,11 +37880,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -38581,11 +38481,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38602,11 +38502,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38676,11 +38576,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38697,11 +38597,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38759,11 +38659,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38793,11 +38693,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -38896,11 +38796,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38937,11 +38837,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -39264,11 +39164,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39306,11 +39206,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39414,11 +39314,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39456,11 +39356,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39768,11 +39668,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39794,11 +39694,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39879,11 +39779,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39905,11 +39805,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39978,11 +39878,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -40011,11 +39911,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40114,11 +40014,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -40157,11 +40057,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40356,11 +40256,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40432,11 +40332,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40792,11 +40692,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40861,11 +40761,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40921,11 +40821,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -41003,11 +40903,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -41244,11 +41144,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41286,11 +41186,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41394,11 +41294,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41436,11 +41336,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41702,11 +41602,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41764,11 +41664,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41817,11 +41717,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -41898,11 +41798,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -42199,11 +42099,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42220,11 +42120,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42305,11 +42205,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42326,11 +42226,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42560,11 +42460,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42632,11 +42532,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42857,11 +42757,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42883,11 +42783,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42980,11 +42880,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -43006,11 +42906,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -43227,11 +43127,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43302,11 +43202,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43630,11 +43530,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43651,11 +43551,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -43732,11 +43632,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43753,11 +43653,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -44068,11 +43968,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44101,11 +44001,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44195,11 +44095,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44348,11 +44248,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44734,11 +44634,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UnscheduleAction": {
         "events": [
    @@ -44797,11 +44697,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UnscheduleAction": {
         "events": [
    @@ -45041,11 +44941,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45116,11 +45016,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45182,11 +45082,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45268,11 +45168,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45610,11 +45510,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45636,11 +45536,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -45730,11 +45630,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45841,11 +45741,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -46317,11 +46217,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46344,11 +46244,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46441,11 +46341,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46520,11 +46420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46912,11 +46812,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -46933,11 +46833,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -47010,11 +46910,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -47031,11 +46931,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -47096,11 +46996,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47123,11 +47023,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47220,11 +47120,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47299,11 +47199,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47856,11 +47756,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47892,11 +47792,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -47984,11 +47884,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48020,11 +47920,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48100,11 +48000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48127,11 +48027,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48225,11 +48125,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48328,11 +48228,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48721,11 +48621,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48754,11 +48654,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48843,11 +48743,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48876,11 +48776,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48953,11 +48853,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -48980,11 +48880,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -49078,11 +48978,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -49157,11 +49057,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -49471,11 +49371,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49535,11 +49435,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49769,11 +49669,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49796,11 +49696,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -49892,11 +49792,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49919,11 +49819,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -50003,11 +49903,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50038,11 +49938,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50127,11 +50027,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50171,11 +50071,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50391,11 +50291,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50412,11 +50312,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50495,11 +50395,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50516,11 +50416,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50709,11 +50609,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50737,11 +50637,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50837,11 +50737,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50865,11 +50765,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -51149,11 +51049,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51171,11 +51071,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51260,11 +51160,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51282,11 +51182,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51555,11 +51455,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51576,11 +51476,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51661,11 +51561,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51682,11 +51582,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51995,11 +51895,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -52016,11 +51916,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52111,11 +52011,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -52132,11 +52032,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52680,11 +52580,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52706,11 +52606,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52801,11 +52701,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52914,11 +52814,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -53349,11 +53249,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53371,11 +53271,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53446,11 +53346,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53468,11 +53368,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53531,11 +53431,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53557,11 +53457,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -53655,11 +53555,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53766,11 +53666,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -54243,11 +54143,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54312,11 +54212,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54553,11 +54453,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54579,11 +54479,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54676,11 +54576,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54702,11 +54602,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54929,11 +54829,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -54999,11 +54899,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -55213,11 +55113,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55241,11 +55141,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55341,11 +55241,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55369,11 +55269,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55626,11 +55526,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55653,11 +55553,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55749,11 +55649,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55776,11 +55676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55860,11 +55760,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55894,11 +55794,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55992,11 +55892,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -56028,11 +55928,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56278,11 +56178,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56304,11 +56204,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56398,11 +56298,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56424,11 +56324,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56628,11 +56528,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56660,11 +56560,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56757,11 +56657,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56789,11 +56689,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -57087,11 +56987,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57118,11 +57018,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57215,11 +57115,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57263,11 +57163,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57596,11 +57496,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57618,11 +57518,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57702,11 +57602,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57724,11 +57624,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57989,11 +57889,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -58011,11 +57911,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58095,11 +57995,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -58117,11 +58017,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58347,11 +58247,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58369,11 +58269,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58453,11 +58353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58475,11 +58375,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58752,11 +58652,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58773,11 +58673,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58847,11 +58747,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58868,11 +58768,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58930,11 +58830,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58952,11 +58852,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59036,11 +58936,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -59058,11 +58958,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59383,11 +59283,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59405,11 +59305,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59489,11 +59389,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59511,11 +59411,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59796,11 +59696,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59817,11 +59717,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59891,11 +59791,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59912,11 +59812,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59974,11 +59874,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -59996,11 +59896,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -60080,11 +59980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -60102,11 +60002,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -60468,11 +60368,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60506,11 +60406,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -60601,11 +60501,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60671,11 +60571,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -61063,11 +60963,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61137,11 +61037,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61202,11 +61102,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61279,11 +61179,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61594,11 +61494,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61665,11 +61565,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61727,11 +61627,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61804,11 +61704,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -62040,11 +61940,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -62076,11 +61976,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62158,11 +62058,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -62194,11 +62094,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62504,11 +62404,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62542,11 +62442,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -62638,11 +62538,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62708,11 +62608,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -63134,11 +63034,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63156,11 +63056,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63232,11 +63132,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63254,11 +63154,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63318,11 +63218,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63342,11 +63242,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63426,11 +63326,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63450,11 +63350,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63517,11 +63417,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63541,11 +63441,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63625,11 +63525,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63649,11 +63549,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64012,11 +63912,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -64036,11 +63936,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64120,11 +64020,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -64144,11 +64044,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64394,11 +64294,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64415,11 +64315,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64491,11 +64391,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64512,11 +64412,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64576,11 +64476,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64595,11 +64495,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64674,11 +64574,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64693,11 +64593,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64884,11 +64784,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -64971,11 +64871,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -66652,11 +66552,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66742,11 +66642,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66971,11 +66871,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67069,11 +66969,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67439,11 +67339,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67537,11 +67437,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67795,11 +67695,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -67865,11 +67765,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -68119,11 +68019,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68210,11 +68110,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68316,11 +68216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68414,11 +68314,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68794,11 +68694,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68856,11 +68756,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68909,11 +68809,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69007,11 +68907,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69387,11 +69287,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69449,11 +69349,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69502,11 +69402,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69600,11 +69500,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69980,11 +69880,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -70042,11 +69942,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -70095,11 +69995,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70193,11 +70093,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70573,11 +70473,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -70640,11 +70540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -70698,11 +70598,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70796,11 +70696,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71054,11 +70954,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71124,11 +71024,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71272,11 +71172,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71368,11 +71268,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71562,11 +71462,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71624,11 +71524,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71677,11 +71577,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71775,11 +71675,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72131,11 +72031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72193,11 +72093,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72246,11 +72146,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72344,11 +72244,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72718,11 +72618,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -72785,11 +72685,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -72843,11 +72743,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72941,11 +72841,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73199,11 +73099,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73269,11 +73169,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73436,11 +73336,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73534,11 +73434,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73792,11 +73692,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73862,11 +73762,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74029,11 +73929,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74127,11 +74027,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74385,11 +74285,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74455,11 +74355,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74606,11 +74506,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74676,11 +74576,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74824,11 +74724,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -74895,11 +74795,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -75047,11 +74947,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75135,11 +75035,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75331,11 +75231,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75396,11 +75296,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75452,11 +75352,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75520,11 +75420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75713,11 +75613,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -75813,11 +75713,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -76124,11 +76024,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76188,11 +76088,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76243,11 +76143,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76311,11 +76211,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76526,11 +76426,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76617,11 +76517,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76875,11 +76775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76944,11 +76844,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77179,11 +77079,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77241,11 +77141,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77294,11 +77194,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77362,11 +77262,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77645,11 +77545,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77711,11 +77611,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77919,11 +77819,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -78005,11 +77905,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -78246,11 +78146,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78312,11 +78212,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78557,11 +78457,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78632,11 +78532,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78698,11 +78598,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78776,11 +78676,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -79020,11 +78920,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -79085,11 +78985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -79141,11 +79041,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79208,11 +79108,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79453,11 +79353,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79517,11 +79417,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79572,11 +79472,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79639,11 +79539,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79880,11 +79780,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -79945,11 +79845,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -80001,11 +79901,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -80068,11 +79968,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -80424,11 +80324,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80491,11 +80391,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80753,11 +80653,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80827,11 +80727,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80892,11 +80792,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -80964,11 +80864,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81178,11 +81078,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81242,11 +81142,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81297,11 +81197,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81384,11 +81284,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81651,11 +81551,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupGet": {
             "languages": ["eng-GB"]
    @@ -81712,11 +81612,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupGet": {
             "languages": ["eng-GB"]
    @@ -81764,11 +81664,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81835,11 +81735,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82154,11 +82054,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82224,11 +82124,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82285,11 +82185,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82356,11 +82256,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82656,11 +82556,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82726,11 +82626,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82972,11 +82872,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -83057,11 +82957,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -83308,11 +83208,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83376,11 +83276,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83435,11 +83335,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83506,11 +83406,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83752,11 +83652,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83823,11 +83723,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84052,11 +83952,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84118,11 +84018,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84175,11 +84075,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84246,11 +84146,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84532,11 +84432,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84598,11 +84498,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84867,11 +84767,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -84953,11 +84853,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -85088,11 +84988,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85171,11 +85071,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85396,11 +85296,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85459,11 +85359,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85513,11 +85413,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85585,11 +85485,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85743,11 +85643,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -85807,11 +85707,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -86046,11 +85946,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86113,11 +86013,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86338,11 +86238,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86424,11 +86324,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86501,11 +86401,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86585,11 +86485,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86884,11 +86784,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -86951,11 +86851,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -87190,11 +87090,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87253,11 +87153,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87307,11 +87207,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87390,11 +87290,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87686,11 +87586,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87769,11 +87669,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87858,11 +87758,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87944,11 +87844,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -88298,11 +88198,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88380,11 +88280,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88478,11 +88378,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88563,11 +88463,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88839,11 +88739,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88903,11 +88803,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88958,11 +88858,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -89042,11 +88942,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -89316,11 +89216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89390,11 +89290,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89639,11 +89539,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89705,11 +89605,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89940,11 +89840,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    @@ -90005,11 +89905,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    
    From 06782401dcd43a83d42ab4eb1060856e049cc914 Mon Sep 17 00:00:00 2001
    From: Adrien Dupuis 
    Date: Tue, 7 Jun 2022 17:05:12 +0200
    Subject: [PATCH 10/20] ez-content-views.raml: /content/views/{identifier}
     doesn't exist
    
    And /views/{viewId} equivalent routes are not implemented
    
    https://github.com/ibexa/rest/blob/v4.0.0/src/bundle/Resources/config/routing.yml#L276
    https://github.com/ibexa/rest/blob/v4.1.5/src/lib/Server/Controller/Views.php#L88
    ---
     .../input/ez-content-views.raml               |   40 -
     .../rest_api_reference.html                   | 2953 ++++++++---------
     2 files changed, 1324 insertions(+), 1669 deletions(-)
    
    diff --git a/docs/api/rest_api_reference/input/ez-content-views.raml b/docs/api/rest_api_reference/input/ez-content-views.raml
    index a3f3c8e05d..40c8963d7c 100644
    --- a/docs/api/rest_api_reference/input/ez-content-views.raml
    +++ b/docs/api/rest_api_reference/input/ez-content-views.raml
    @@ -21,43 +21,3 @@ post:
                 description: Moved permanently.
             400:
                 description: Error - the input does not match the input schema definition.
    -/{identifier}:
    -    get:
    -        displayName: Get View
    -        description: Returns the View - DEPRECATED.
    -        headers:
    -            Accept:
    -                description: The View results in XML or JSON format.
    -                example:  |
    -                    application/vnd.ibexa.api.View+xml
    -                    application/vnd.ibexa.api.View+json
    -        responses:
    -            200:
    -                description: OK - returns the View.
    -            401:
    -                description: Error - the View is not public and from another user.
    -    delete:
    -        displayName: Delete View
    -        description: The given View is deleted - DEPRECATED.
    -        responses:
    -            204:
    -                description: No content - the given View is deleted.
    -            401:
    -                description: Error - the user is not authorized to delete this View.
    -            404:
    -                description: Error - the View does not exist.
    -    /results:
    -        get:
    -            displayName: Get results of existing View
    -            description: Returns result of the View - DEPRECATED.
    -            headers:
    -                Accept:
    -                    description: The View excluding results in XML or JSON format.
    -                    example:  |
    -                        application/vnd.ibexa.api.ViewResult+xml
    -                        application/vnd.ibexa.api.ViewResult+json
    -            responses:
    -                200:
    -                    description: OK - result of the View.
    -                401:
    -                    description: Error - the View is not public and from another user.
    diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html
    index 668e68692a..c2d29a1eb0 100644
    --- a/docs/api/rest_api_reference/rest_api_reference.html
    +++ b/docs/api/rest_api_reference/rest_api_reference.html
    @@ -227,11 +227,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -254,11 +254,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -354,11 +354,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -396,11 +396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -742,11 +742,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -775,11 +775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -871,11 +871,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -1009,11 +1009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -1781,11 +1781,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1822,11 +1822,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -1927,11 +1927,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1980,11 +1980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -2086,11 +2086,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2112,11 +2112,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -2149,11 +2149,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -2245,11 +2245,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2362,11 +2362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -3588,11 +3588,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -3705,11 +3705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -4935,11 +4935,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5486,11 +5486,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5516,11 +5516,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5612,11 +5612,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5722,11 +5722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -6128,11 +6128,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6194,11 +6194,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6251,11 +6251,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6320,11 +6320,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6775,11 +6775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -6811,11 +6811,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -6911,11 +6911,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -7098,11 +7098,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7491,11 +7491,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7527,11 +7527,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7627,11 +7627,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7814,11 +7814,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -8205,11 +8205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8239,11 +8239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8334,11 +8334,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8420,11 +8420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8887,11 +8887,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -8923,11 +8923,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9023,11 +9023,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -9210,11 +9210,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9709,11 +9709,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"
    @@ -9787,11 +9787,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"
    @@ -9856,11 +9856,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -9941,11 +9941,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -10180,11 +10180,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10216,11 +10216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -10316,11 +10316,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10503,11 +10503,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11217,11 +11217,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11253,11 +11253,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11353,11 +11353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11540,11 +11540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11945,11 +11945,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -11968,11 +11968,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12056,11 +12056,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -12079,11 +12079,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12649,11 +12649,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12674,11 +12674,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12756,11 +12756,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12781,11 +12781,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12851,11 +12851,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -12884,11 +12884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -12984,11 +12984,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -13039,11 +13039,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -13338,11 +13338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13359,11 +13359,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13444,11 +13444,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13465,11 +13465,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13709,11 +13709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13733,11 +13733,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -13829,11 +13829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13853,11 +13853,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -14346,11 +14346,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14380,11 +14380,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14477,11 +14477,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14536,11 +14536,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14866,11 +14866,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -14893,11 +14893,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -14985,11 +14985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -15012,11 +15012,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -15092,11 +15092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15123,11 +15123,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15226,11 +15226,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15257,11 +15257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15534,11 +15534,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15565,11 +15565,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15668,11 +15668,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15699,11 +15699,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16000,11 +16000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16031,11 +16031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16134,11 +16134,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16165,11 +16165,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16495,11 +16495,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16529,11 +16529,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16625,11 +16625,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
    @@ -16673,11 +16673,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
    @@ -16975,11 +16975,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17004,11 +17004,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17097,11 +17097,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <identifier>new-state</identifier>
    @@ -17126,11 +17126,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateCreate": {
             "identifier": "new-state",
    @@ -17207,11 +17207,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17239,11 +17239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17343,11 +17343,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/7/objectstates/5">
         <id>5</id>
    @@ -17375,11 +17375,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17653,11 +17653,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17685,11 +17685,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -17789,11 +17789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/6/objectstates/2">
     <id>2</id>
    @@ -17821,11 +17821,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18126,11 +18126,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18151,11 +18151,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18232,11 +18232,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateCreate>
       <priority>3</priority>
    @@ -18257,11 +18257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "names": {
    @@ -18326,11 +18326,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18358,11 +18358,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18462,11 +18462,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2">
         <id>2</id>
    @@ -18494,11 +18494,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectState": {
             "_media-type": "application/vnd.ibexa.api.ObjectState+json",
    @@ -18829,11 +18829,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -18863,11 +18863,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -18964,11 +18964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -19019,11 +19019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19367,11 +19367,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19400,11 +19400,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -19501,11 +19501,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/61">
         <id>61</id>
    @@ -19552,11 +19552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20168,11 +20168,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20193,11 +20193,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20271,11 +20271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationUpdate>
       <priority>3</priority>
    @@ -20296,11 +20296,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationUpdate": {
             "priority": "3",
    @@ -20362,11 +20362,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20396,11 +20396,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20497,11 +20497,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/58">
         <id>58</id>
    @@ -20552,11 +20552,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -20978,11 +20978,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -21045,11 +21045,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/63/children">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/63/60"/>
    @@ -21408,311 +21408,6 @@ 
    Possible responses
    -
    -
    - -
    -
    -
    -
    -
    - - -
    -
    -

    /content/views/{identifier}

    - -
    -
    -
    -
    -
    -
    - Get View - ¶ -
    -
    -
    -

    - GET - /content/views/{identifier} -

    -

    Returns the View - DEPRECATED.

    -
    -
    Header parameters
    -
    -

    Accept

    -

    The View results in XML or JSON format.

    -
    - - - - - - - - - - - - - - - - - -
    PropertyValue
    Type - - - string - - - - -
    Examples - application/vnd.ibexa.api.View+xml -application/vnd.ibexa.api.View+json - -
    -
    -
    -
    - - -
    -
    Possible responses
    -
    - - - - - - - - - - - - - - - - - -
    CodeDescription
    - 200 - -

    OK - returns the View.

    -
    - 401 - -

    Error - the View is not public and from another user.

    -
    -
    -
    - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - Delete View - ¶ -
    -
    -
    -

    - DELETE - /content/views/{identifier} -

    -

    The given View is deleted - DEPRECATED.

    - - -
    -
    Possible responses
    -
    - - - - - - - - - - - - - - - - - - - - - -
    CodeDescription
    - 204 - -

    No content - the given View is deleted.

    -
    - 401 - -

    Error - the user is not authorized to delete this View.

    -
    - 404 - -

    Error - the View does not exist.

    -
    -
    -
    - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -

    /content/views/{identifier}/results

    - -
    -
    -
    -
    -
    -
    - Get results of existing View - ¶ -
    -
    -
    -

    - GET - /content/views/{identifier}/results -

    -

    Returns result of the View - DEPRECATED.

    -
    -
    Header parameters
    -
    -

    Accept

    -

    The View excluding results in XML or JSON format.

    -
    - - - - - - - - - - - - - - - - - -
    PropertyValue
    Type - - - string - - - - -
    Examples - application/vnd.ibexa.api.ViewResult+xml -application/vnd.ibexa.api.ViewResult+json - -
    -
    -
    -
    - - -
    -
    Possible responses
    -
    - - - - - - - - - - - - - - - - - -
    CodeDescription
    - 200 - -

    OK - result of the View.

    -
    - 401 - -

    Error - the View is not public and from another user.

    -
    -
    -
    - -
    @@ -21941,11 +21636,11 @@
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -21962,11 +21657,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22041,11 +21736,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>restricted</identifier>
    @@ -22062,11 +21757,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -22129,11 +21824,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22152,11 +21847,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22230,11 +21925,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -22253,11 +21948,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionInput": {
             "identifier": "restricted",
    @@ -22502,11 +22197,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22539,11 +22234,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -22639,11 +22334,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionList media-type="application/vnd.ibexa.api.SectionList+xml" href="/api/ibexa/v2/content/sections">
         <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/1">
    @@ -22689,11 +22384,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "SectionList": {
             "_media-type": "application/vnd.ibexa.api.SectionList+json",
    @@ -22986,11 +22681,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23009,11 +22704,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23091,11 +22786,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/5">
         <sectionId>10</sectionId>
    @@ -23114,11 +22809,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23397,11 +23092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23419,11 +23114,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23494,11 +23189,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SectionInput>
       <identifier>template</identifier>
    @@ -23516,11 +23211,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SectionInput": {
         "identifier": "template",
    @@ -23579,11 +23274,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23602,11 +23297,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -23684,11 +23379,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/7">
         <sectionId>7</sectionId>
    @@ -23707,11 +23402,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Section": {
             "_media-type": "application/vnd.ibexa.api.Section+json",
    @@ -24041,11 +23736,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24074,11 +23769,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24171,11 +23866,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Trash media-type="application/vnd.ibexa.api.Trash+xml" href="/api/ibexa/v2/content/trash">
         <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/58">
    @@ -24222,11 +23917,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Trash": {
             "_media-type": "application/vnd.ibexa.api.Trash+json",
    @@ -24647,11 +24342,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24680,11 +24375,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -24779,11 +24474,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <TrashItem media-type="application/vnd.ibexa.api.TrashItem+xml" href="/api/ibexa/v2/content/trash/81">
         <id>81</id>
    @@ -24829,11 +24524,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TrashItem": {
             "_media-type": "application/vnd.ibexa.api.TrashItem+json",
    @@ -25284,11 +24979,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25305,11 +25000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25390,11 +25085,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasRefList media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/urlaliases">
         <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" />
    @@ -25411,11 +25106,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAliasRefList": {
             "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
    @@ -25661,11 +25356,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25686,11 +25381,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25765,11 +25460,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAliasCreate type="LOCATION">
       <location href='/api/ibexa/v2/content/locations/1/2/59' />
    @@ -25790,11 +25485,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UrlAliasCreate": {
         "_type": "GLOBAL",
    @@ -25857,11 +25552,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -25884,11 +25579,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -25972,11 +25667,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-deca3dadca45c3dff7861274b8e67ed7" id="0-deca3dadca45c3dff7861274b8e67ed7" type="LOCATION">
         <location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/59"/>
    @@ -25999,11 +25694,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26226,11 +25921,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26253,11 +25948,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26341,11 +26036,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlAlias media-type="application/vnd.ibexa.api.UrlAlias+xml" href="/api/ibexa/v2/content/urlaliases/0-2cecdff5f90b8595d76b68c417b09f36" id="0-2cecdff5f90b8595d76b68c417b09f36" type="RESOURCE">
         <resource>content/view/full</resource>
    @@ -26368,11 +26063,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlAlias": {
             "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
    @@ -26658,11 +26353,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26683,11 +26378,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -26772,11 +26467,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardList media-type="application/vnd.ibexa.api.UrlWildcardList+xml" href="/api/ibexa/v2/content/urlwildcards">
         <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
    @@ -26797,11 +26492,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcardList": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
    @@ -27041,11 +26736,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27061,11 +26756,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27125,11 +26820,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27144,11 +26839,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27164,11 +26859,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
         <UrlWildcardCreate>
         	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27183,11 +26878,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildCardCreate": {
             "sourceUrl": "/api/ibexa/v2/content/location/2",
    @@ -27248,11 +26943,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27271,11 +26966,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27354,11 +27049,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/1" id="1">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27377,11 +27072,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27599,11 +27294,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27622,11 +27317,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -27705,11 +27400,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcard media-type="application/vnd.ibexa.api.UrlWildcard+xml" href="/api/ibexa/v2/content/urlwildcards/4" id="4">
         <sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
    @@ -27728,11 +27423,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UrlWildcard": {
             "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
    @@ -28062,11 +27757,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28092,11 +27787,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28186,11 +27881,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupList media-type="application/vnd.ibexa.api.ContentTypeGroupList+xml" href="/api/ibexa/v2/content/typegroups">
         <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -28233,11 +27928,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
    @@ -28539,11 +28234,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28560,11 +28255,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28634,11 +28329,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>newContentTypeGroup</identifier>
    @@ -28655,11 +28350,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "newContentTypeGroup"
    @@ -28717,11 +28412,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28744,11 +28439,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -28839,11 +28534,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup href="/content/typesgroups/7" media-type="application/vnd.ibexa.api.ContentTypeGroup+xml">
         <id>7</id>
    @@ -28866,11 +28561,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -29135,11 +28830,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -29169,11 +28864,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -29269,11 +28964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
      <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -30320,11 +30015,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -32189,11 +31884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32210,11 +31905,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32284,11 +31979,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupInput>
         <identifier>updatedIdentifer</identifier>
    @@ -32305,11 +32000,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeGroupInput": {
         "identifier": "updatedIdentifer"
    @@ -32367,11 +32062,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32394,11 +32089,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32489,11 +32184,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
         <id>4</id>
    @@ -32516,11 +32211,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroup": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
    @@ -32820,11 +32515,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -32852,11 +32547,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -32953,11 +32648,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfoList media-type="application/vnd.ibexa.api.ContentTypeInfoList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/2">
    @@ -33019,11 +32714,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -35291,11 +34986,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35375,11 +35070,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeCreate>
       <identifier>newContentType</identifier>
    @@ -35479,11 +35174,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -35556,11 +35251,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft">
         <id>20</id>
    @@ -35928,11 +35623,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -35960,11 +35655,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -36058,11 +35753,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeList media-type="application/vnd.ibexa.api.ContentTypeList+xml" href="/api/ibexa/v2/content/typegroups/1/types">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
    @@ -36555,11 +36250,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
    @@ -37542,11 +37237,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37576,11 +37271,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -37681,11 +37376,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2">
         <id>2</id>
    @@ -37880,11 +37575,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentType": {
             "_media-type": "application/vnd.ibexa.api.ContentType+json",
    @@ -38481,11 +38176,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38502,11 +38197,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38576,11 +38271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
    @@ -38597,11 +38292,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "defaultAlwaysAvailable": "true"
    @@ -38659,11 +38354,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38693,11 +38388,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -38796,11 +38491,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/3/draft">
         <id>3</id>
    @@ -38837,11 +38532,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -39164,11 +38859,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39206,11 +38901,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39314,11 +39009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -39356,11 +39051,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -39668,11 +39363,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39694,11 +39389,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39779,11 +39474,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeUpdate>
         <names>
    @@ -39805,11 +39500,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentTypeUpdate": {
         "names": {
    @@ -39878,11 +39573,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -39911,11 +39606,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40014,11 +39709,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeInfo media-type="application/vnd.ibexa.api.ContentTypeInfo+xml" href="/api/ibexa/v2/content/types/14/draft">
         <id>14</id>
    @@ -40057,11 +39752,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeInfo": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
    @@ -40256,11 +39951,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40332,11 +40027,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/14">
         <id>14</id>
    @@ -40692,11 +40387,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40761,11 +40456,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionCreate>
         <identifier>name</identifier>
    @@ -40821,11 +40516,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -40903,11 +40598,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/14/draft/fieldDefinitions/221">
         <id>221</id>
    @@ -41144,11 +40839,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41186,11 +40881,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41294,11 +40989,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/2/fieldDefinitions/195">
         <id>195</id>
    @@ -41336,11 +41031,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "FieldDefinition": {
             "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
    @@ -41602,11 +41297,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41664,11 +41359,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinitionUpdate>
         <fieldGroup>new_field_group</fieldGroup>
    @@ -41717,11 +41412,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -41798,11 +41493,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <FieldDefinition media-type="application/vnd.ibexa.api.FieldDefinition+xml" href="/api/ibexa/v2/content/types/15/draft/fieldDefinitions/197">
         <id>197</id>
    @@ -42099,11 +41794,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42120,11 +41815,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42205,11 +41900,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/2/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1"/>
    @@ -42226,11 +41921,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42460,11 +42155,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42532,11 +42227,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42757,11 +42452,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42783,11 +42478,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -42880,11 +42575,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentTypeGroupRefList media-type="application/vnd.ibexa.api.ContentTypeGroupRefList+xml" href="/api/ibexa/v2/content/typegroups/15/types">
         <ContentTypeGroupRef media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/1">
    @@ -42906,11 +42601,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentTypeGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
    @@ -43127,11 +42822,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43202,11 +42897,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Asset media-type="application/vnd.ibexa.api.Asset+xml" href="/api/ibexa/v2/content/assets/images/UtrE5DcgEyg/unsplash">
         <uri>https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-1.2.1&amp;ixid=eyJhcHBfaWQiOjE1MDk5MH0</uri>
    @@ -43530,11 +43225,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43551,11 +43246,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -43632,11 +43327,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventList media-type="application/vnd.ibexa.api.EventList+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1598745600&amp;count=10">
         <totalCount>5</totalCount>
    @@ -43653,11 +43348,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventList": {
             "_media-type": "application/vnd.ibexa.api.EventList+json",
    @@ -43968,11 +43663,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44001,11 +43696,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44095,11 +43790,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <EventGroupList media-type="application/vnd.ibexa.api.EventGroupList+xml">
         <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ibexa/v2/calendar/event?start=1597104000&amp;end=1597190400&amp;count=10">
    @@ -44248,11 +43943,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "EventGroupList": {
             "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
    @@ -44634,11 +44329,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UnscheduleAction": {
         "events": [
    @@ -44697,11 +44392,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UnscheduleAction": {
         "events": [
    @@ -44941,11 +44636,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45016,11 +44711,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ViewInput>
       <identifier>TitleView</identifier>
    @@ -45082,11 +44777,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45168,11 +44863,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <View href="/views/TitleView" media-type="application/vnd.ibexa.api.View+xml; version=1.1">
       <identifier>TitleView</identifier>
    @@ -45510,11 +45205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45536,11 +45231,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -45630,11 +45325,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupList media-type="application/vnd.ibexa.api.UserGroupList+xml" href="/api/ibexa/v2/user/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/15" id="14" remoteId="1bb4fe25487f05527efa8bfd394cecc7">
    @@ -45741,11 +45436,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
    @@ -46217,11 +45912,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46244,11 +45939,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46341,11 +46036,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -46420,11 +46115,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -46812,11 +46507,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -46833,11 +46528,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -46910,11 +46605,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupUpdate>
     	<Section href="/api/ibexa/v2/content/sections/2" />
    @@ -46931,11 +46626,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupUpdate":{
             "Section": {
    @@ -46996,11 +46691,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47023,11 +46718,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47120,11 +46815,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13" id="12" remoteId="9b47a45624b023b1a76c73b74d704acf">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -47199,11 +46894,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -47756,11 +47451,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47792,11 +47487,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -47884,11 +47579,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -47920,11 +47615,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48000,11 +47695,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48027,11 +47722,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48125,11 +47820,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/59" id="59" remoteId="remoteId-qwert426">
     <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -48228,11 +47923,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -48621,11 +48316,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48654,11 +48349,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48743,11 +48438,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupCreate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -48776,11 +48471,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "UserGroupCreate": {
         "mainLanguageCode": "eng-GB",
    @@ -48853,11 +48548,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -48880,11 +48575,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -48978,11 +48673,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/79" id="85" remoteId="remoteId-qwert098">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/3"/>
    @@ -49057,11 +48752,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroup": {
             "_media-type": "application/vnd.ibexa.api.UserGroup+json",
    @@ -49371,11 +49066,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49435,11 +49130,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/42/44/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -49669,11 +49364,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49696,11 +49391,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -49792,11 +49487,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
       <Role href="/api/ibexa/v2/user/roles/10" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -49819,11 +49514,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -49903,11 +49598,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -49938,11 +49633,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50027,11 +49722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50071,11 +49766,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50291,11 +49986,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50312,11 +50007,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50395,11 +50090,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/11/12/roles/1">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1"/>
    @@ -50416,11 +50111,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -50609,11 +50304,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50637,11 +50332,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -50737,11 +50432,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles">
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/groups/1/5/65/roles/3">
    @@ -50765,11 +50460,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -51049,11 +50744,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51071,11 +50766,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51160,11 +50855,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/groups/13/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/113"/>
    @@ -51182,11 +50877,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserRefList": {
             "_media-type": "application/vnd.ibexa.api.UserRefList+json",
    @@ -51455,11 +51150,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51476,11 +51171,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51561,11 +51256,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/groups/13/subgroups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/13/112"/>
    @@ -51582,11 +51277,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -51895,11 +51590,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -51916,11 +51611,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52011,11 +51706,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserRefList media-type="application/vnd.ibexa.api.UserRefList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/14"/>
    @@ -52032,11 +51727,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52580,11 +52275,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52606,11 +52301,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -52701,11 +52396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserList media-type="application/vnd.ibexa.api.UserList+xml" href="/api/ibexa/v2/user/users">
         <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
    @@ -52814,11 +52509,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserList": {
             "_media-type": "application/vnd.ibexa.api.UserList+json",
    @@ -53249,11 +52944,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53271,11 +52966,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53346,11 +53041,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserUpdate>
       <login>josevargas</login>
    @@ -53368,11 +53063,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserUpdate": {
             "login": "josevargas",
    @@ -53431,11 +53126,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53457,11 +53152,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -53555,11 +53250,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <User media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/79" id="79" remoteId="bcf0764b417f05af21852a1f03fb1f13">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/4"/>
    @@ -53666,11 +53361,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "User": {
             "_media-type": "application/vnd.ibexa.api.User+json",
    @@ -54143,11 +53838,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54212,11 +53907,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/55/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54453,11 +54148,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54479,11 +54174,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54576,11 +54271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api/ibexa/v2/user/users/115/groups">
         <UserGroup media-type="application/vnd.ibexa.api.UserGroup+xml" href="/api/ibexa/v2/user/groups/1/5/12">
    @@ -54602,11 +54297,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "UserGroupRefList": {
             "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
    @@ -54829,11 +54524,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -54899,11 +54594,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <UserGroupRefList href="/user/users/45/groups"
       media-type="application/vnd.ibexa.api.UserGroupRefList">
    @@ -55113,11 +54808,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55141,11 +54836,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55241,11 +54936,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55269,11 +54964,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55526,11 +55221,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55553,11 +55248,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55649,11 +55344,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignInput>
         <Role href="/api/ibexa/v2/user/roles/2" media-type="application/vnd.ibexa.api.RoleAssignInput+xml"/>
    @@ -55676,11 +55371,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "RoleAssignInput": {
         "Role": {
    @@ -55760,11 +55455,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55794,11 +55489,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -55892,11 +55587,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList media-type="application/vnd.ibexa.api.RoleAssignmentList+xml" href="/api/ibexa/v2/user/users/115/roles">
         <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/115/roles/2">
    @@ -55928,11 +55623,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56178,11 +55873,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56204,11 +55899,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56298,11 +55993,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignment media-type="application/vnd.ibexa.api.RoleAssignment+xml" href="/api/ibexa/v2/user/users/113/roles/3">
         <limitation identifier="Section">
    @@ -56324,11 +56019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignment": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
    @@ -56528,11 +56223,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56560,11 +56255,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56657,11 +56352,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleAssignmentList href="/user/groups/1/5/65/roles" media-type="application/vnd.ibexa.api.RoleAssignmentList+xml">
       <RoleAssignment href="/user/groups/1/5/65/roles/5" media-type="application/vnd.ibexa.api.RoleAssignment+xml">
    @@ -56689,11 +56384,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleAssignmentList": {
             "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
    @@ -56987,11 +56682,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57018,11 +56713,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57115,11 +56810,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleList media-type="application/vnd.ibexa.api.RoleList+xml" href="/api/ibexa/v2/user/roles">
         <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/1">
    @@ -57163,11 +56858,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleList": {
             "_media-type": "application/vnd.ibexa.api.RoleList+json",
    @@ -57496,11 +57191,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57518,11 +57213,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57602,11 +57297,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/19">
         <identifier>NewRole</identifier>
    @@ -57624,11 +57319,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57889,11 +57584,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -57911,11 +57606,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -57995,11 +57690,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/21">
         <identifier>NewRole</identifier>
    @@ -58017,11 +57712,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58247,11 +57942,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58269,11 +57964,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58353,11 +58048,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role href="/user/roles/11" media-type="application/vnd.ibexa.api.RoleDraft+xml">
       <identifier>MyRole</identifier>
    @@ -58375,11 +58070,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58652,11 +58347,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58673,11 +58368,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58747,11 +58442,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>NewIdentifier</identifier>
    @@ -58768,11 +58463,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "NewIdentifier"
    @@ -58830,11 +58525,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58852,11 +58547,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -58936,11 +58631,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/5">
         <identifier>NewIdentifier</identifier>
    @@ -58958,11 +58653,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59283,11 +58978,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59305,11 +59000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59389,11 +59084,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/27">
         <identifier>Anonymous</identifier>
    @@ -59411,11 +59106,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59696,11 +59391,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59717,11 +59412,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59791,11 +59486,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <RoleInput>
         <identifier>UpdatedIdentifier</identifier>
    @@ -59812,11 +59507,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RoleInput": {
             "identifier": "UpdatedIdentifier"
    @@ -59874,11 +59569,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -59896,11 +59591,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -59980,11 +59675,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/9">
         <identifier>UpdatedIdentifier</identifier>
    @@ -60002,11 +59697,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Role": {
             "_media-type": "application/vnd.ibexa.api.Role+json",
    @@ -60368,11 +60063,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60406,11 +60101,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -60501,11 +60196,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/roles/1/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -60571,11 +60266,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -60963,11 +60658,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61037,11 +60732,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyCreate>
         <module>content</module>
    @@ -61102,11 +60797,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61179,11 +60874,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61494,11 +61189,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61565,11 +61260,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyUpdate>
         <limitations>
    @@ -61627,11 +61322,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61704,11 +61399,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/55" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>55</id>
       <module>content</module>
    @@ -61940,11 +61635,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -61976,11 +61671,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62058,11 +61753,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <Policy href="/user/roles/11/policies/45" media-type="application/vnd.ibexa.api.Policy+xml">
       <id>45</id>
       <module>content</module>
    @@ -62094,11 +61789,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Policy": {
             "_media-type": "application/vnd.ibexa.api.Policy+json",
    @@ -62404,11 +62099,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62442,11 +62137,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -62538,11 +62233,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <PolicyList media-type="application/vnd.ibexa.api.PolicyList+xml" href="/api/ibexa/v2/user/policies">
         <Policy media-type="application/vnd.ibexa.api.Policy+xml" href="/api/ibexa/v2/user/roles/1/policies/349">
    @@ -62608,11 +62303,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "PolicyList": {
             "_media-type": "application/vnd.ibexa.api.PolicyList+json",
    @@ -63034,11 +62729,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63056,11 +62751,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63132,11 +62827,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <SessionInput>
       <login>admin</login>
    @@ -63154,11 +62849,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "SessionInput": {
         "login": "admin",
    @@ -63218,11 +62913,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63242,11 +62937,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63326,11 +63021,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63350,11 +63045,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63417,11 +63112,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63441,11 +63136,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63525,11 +63220,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="/user/sessions/sessionID" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63549,11 +63244,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -63912,11 +63607,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -63936,11 +63631,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64020,11 +63715,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Session href="user/sessions/go327ij2cirpo59pb6rrv2a4el2/refresh" media-type="application/vnd.ibexa.api.Session+xml">
       <name>eZSSID</name>
    @@ -64044,11 +63739,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Session": {
         "name": "eZSSID",
    @@ -64294,11 +63989,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64315,11 +64010,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64391,11 +64086,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <JWTInput>
         <password>publish</password>
         <username>admin</username>
    @@ -64412,11 +64107,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWTInput": {
             "username": "admin",
    @@ -64476,11 +64171,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64495,11 +64190,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64574,11 +64269,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <JWT media-type="application/vnd.ibexa.api.JWT+xml" token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MDI4NDA3NjEsImV4cCI6MTYwMjg0NDM2MSwicm9sZXMiOlsiUk9MRV9VU0VSIl0sInVzZXJuYW1lIjoiYWRtaW4ifQ.LsmdVjad7wMwVQUo4vSftT0zHbJyArOMd23b417E2jI"/>
     
    @@ -64593,11 +64288,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "JWT": {
             "_media-type": "application/vnd.ibexa.api.JWT+json",
    @@ -64784,11 +64479,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -64871,11 +64566,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <CountryList media-type="application/vnd.ibexa.api.CountryList+xml">
         <Country media-type="application/vnd.ibexa.api.Country+xml" id="AF">
    @@ -66552,11 +66247,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66642,11 +66337,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketListResponse": {
         "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
    @@ -66871,11 +66566,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -66969,11 +66664,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67339,11 +67034,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67437,11 +67132,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -67695,11 +67390,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -67765,11 +67460,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -68019,11 +67714,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68110,11 +67805,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PartyData": {
         "_data-type":"invoice",
    @@ -68216,11 +67911,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68314,11 +68009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68694,11 +68389,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68756,11 +68451,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodData": {
         "shippingMethod": "mail"
    @@ -68809,11 +68504,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -68907,11 +68602,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69287,11 +68982,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69349,11 +69044,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodData": {
         "paymentMethod": "invoice"
    @@ -69402,11 +69097,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69500,11 +69195,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -69880,11 +69575,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -69942,11 +69637,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "VoucherData": {
         "voucherCode": "1234567"
    @@ -69995,11 +69690,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70093,11 +69788,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70473,11 +70168,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -70540,11 +70235,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -70598,11 +70293,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70696,11 +70391,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -70954,11 +70649,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71024,11 +70719,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -71172,11 +70867,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71268,11 +70963,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71462,11 +71157,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71524,11 +71219,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -71577,11 +71272,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -71675,11 +71370,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72031,11 +71726,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72093,11 +71788,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketHeaderData": {
         "value": "foobar"
    @@ -72146,11 +71841,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72244,11 +71939,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72618,11 +72313,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "BasketLineData": [
         {
    @@ -72685,11 +72380,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "BasketLineData": [
         {
    @@ -72743,11 +72438,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -72841,11 +72536,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73099,11 +72794,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73169,11 +72864,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73336,11 +73031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73434,11 +73129,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -73692,11 +73387,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73762,11 +73457,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -73929,11 +73624,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74027,11 +73722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "Basket": {
         "_media-type": "application\/vnd.ibexa.api.Basket+json",
    @@ -74285,11 +73980,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74355,11 +74050,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ValidationResponse": {
         "_media-type": "application\/vnd.ibexa.api.ValidationResponse+json",
    @@ -74506,11 +74201,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74576,11 +74271,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PaymentMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
    @@ -74724,11 +74419,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -74795,11 +74490,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingMethodDataResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
    @@ -74947,11 +74642,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75035,11 +74730,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ShippingAddressesResponse": {
         "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
    @@ -75231,11 +74926,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75296,11 +74991,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75352,11 +75047,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75420,11 +75115,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "PriceResponse": {
         "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
    @@ -75613,11 +75308,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -75713,11 +75408,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "CountrySelectionResponse": {
         "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
    @@ -76024,11 +75719,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76088,11 +75783,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyCreate": {
             "code": "cur",
    @@ -76143,11 +75838,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76211,11 +75906,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76426,11 +76121,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76517,11 +76212,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyList": {
             "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
    @@ -76775,11 +76470,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -76844,11 +76539,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77079,11 +76774,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77141,11 +76836,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CurrencyUpdate": {
             "subunits": 1,
    @@ -77194,11 +76889,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77262,11 +76957,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Currency": {
             "_media-type": "application/vnd.ibexa.api.Currency+json",
    @@ -77545,11 +77240,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77611,11 +77306,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -77819,11 +77514,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -77905,11 +77600,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "RegionList": {
             "_media-type": "application/vnd.ibexa.api.RegionList+json",
    @@ -78146,11 +77841,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78212,11 +77907,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -78457,11 +78152,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78532,11 +78227,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78598,11 +78293,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78676,11 +78371,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupList": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
    @@ -78920,11 +78615,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -78985,11 +78680,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupCreate": {
             "identifier": "attr_group_test",
    @@ -79041,11 +78736,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79108,11 +78803,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79353,11 +79048,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79417,11 +79112,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79472,11 +79167,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79539,11 +79234,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79780,11 +79475,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -79845,11 +79540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupUpdate": {
             "identifier": "ag_colors",
    @@ -79901,11 +79596,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -79968,11 +79663,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroup": {
             "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
    @@ -80324,11 +80019,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80391,11 +80086,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -80653,11 +80348,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80727,11 +80422,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeCreate": {
             "identifier": "foo",
    @@ -80792,11 +80487,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -80864,11 +80559,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81078,11 +80773,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81142,11 +80837,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeListGet": {
         "group_name_prefix": "a",
    @@ -81197,11 +80892,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81284,11 +80979,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeList": {
             "_media-type": "application/vnd.ibexa.api.AttributeList+json",
    @@ -81551,11 +81246,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeGroupGet": {
             "languages": ["eng-GB"]
    @@ -81612,11 +81307,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeGroupGet": {
             "languages": ["eng-GB"]
    @@ -81664,11 +81359,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -81735,11 +81430,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82054,11 +81749,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82124,11 +81819,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "AttributeUpdate": {
             "identifier": "attr_group",
    @@ -82185,11 +81880,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82256,11 +81951,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Attribute": {
             "_media-type": "application/vnd.ibexa.api.Attribute+json",
    @@ -82556,11 +82251,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82626,11 +82321,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -82872,11 +82567,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -82957,11 +82652,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupList": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
    @@ -83208,11 +82903,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83276,11 +82971,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupCreate": {
             "identifier": "customer_group",
    @@ -83335,11 +83030,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83406,11 +83101,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83652,11 +83347,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83723,11 +83418,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -83952,11 +83647,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84018,11 +83713,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroupUpdate": {
             "identifier": "customer_group",
    @@ -84075,11 +83770,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84146,11 +83841,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "CustomerGroup": {
             "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
    @@ -84432,11 +84127,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84498,11 +84193,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -84767,11 +84462,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -84853,11 +84548,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeCreate": {
             "ContentTypeCreateStruct": {
    @@ -84988,11 +84683,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85071,11 +84766,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -85296,11 +84991,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85359,11 +85054,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeListGet": {
             "name_prefix": "s",
    @@ -85413,11 +85108,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85485,11 +85180,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeList": {
             "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
    @@ -85643,11 +85338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -85707,11 +85402,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ProductTypeUsage media-type="application/vnd.ibexa.api.ProductTypeUsage+xml">
         <is_used>1</is_used>
    @@ -85946,11 +85641,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86013,11 +85708,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86238,11 +85933,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86324,11 +86019,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductTypeUpdate": {
             "ContentTypeUpdateStruct": {
    @@ -86401,11 +86096,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86485,11 +86180,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductType": {
             "_media-type": "application/vnd.ibexa.api.ProductType+json",
    @@ -86784,11 +86479,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -86851,11 +86546,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -87090,11 +86785,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87153,11 +86848,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductListGet": {
             "offset": 0, 
    @@ -87207,11 +86902,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87290,11 +86985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductList": {
             "_media-type": "application/vnd.ibexa.api.ProductList+json",
    @@ -87586,11 +87281,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87669,11 +87364,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87758,11 +87453,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -87844,11 +87539,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductCreate": {
             "ContentCreate": {
    @@ -88198,11 +87893,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88280,11 +87975,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88378,11 +88073,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88463,11 +88158,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88739,11 +88434,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88803,11 +88498,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ProductUpdate": {
             "ContentUpdate": { 
    @@ -88858,11 +88553,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -88942,11 +88637,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Product": {
             "_media-type": "application/vnd.ibexa.api.Product+json",
    @@ -89216,11 +88911,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89290,11 +88985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ViewInput": {
             "identifier": "TitleView",
    @@ -89539,11 +89234,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89605,11 +89300,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryAssignToContent": {
             "content": 130,
    @@ -89840,11 +89535,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    @@ -89905,11 +89600,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "TaxonomyEntryUnassignFromContent": {
             "content": 130,
    
    From 0b72cf004e531c8e4597986a0678635e273f58ce Mon Sep 17 00:00:00 2001
    From: Adrien Dupuis 
    Date: Tue, 7 Jun 2022 18:26:41 +0200
    Subject: [PATCH 11/20] =?UTF-8?q?ez-objectstategroups.raml:=20Fix=20?=
     =?UTF-8?q?=E2=80=A6/{objectStateGroupId}/objectstates=20indent?=
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    
    /content/objectstategroups/objectstates doesn't exist; /content/objectstategroups/{objectStateGroupId}/objectstates does: https://github.com/ibexa/rest/blob/v4.0.0/src/bundle/Resources/config/routing.yml#L326
    ---
     .../input/ez-objectstategroups.raml           |  220 +-
     .../rest_api_reference.html                   | 3018 ++++++++---------
     2 files changed, 1619 insertions(+), 1619 deletions(-)
    
    diff --git a/docs/api/rest_api_reference/input/ez-objectstategroups.raml b/docs/api/rest_api_reference/input/ez-objectstategroups.raml
    index 87fde3f242..66ab680cfd 100644
    --- a/docs/api/rest_api_reference/input/ez-objectstategroups.raml
    +++ b/docs/api/rest_api_reference/input/ez-objectstategroups.raml
    @@ -136,141 +136,141 @@ post:
                     description: Error - The user is not authorized to delete an Object state group.
                 404:
                     description: Error - The Object state group does not exist.
    -/objectstates:
    -    get:
    -        displayName: List Object states
    -        description: Returns a list of all Object states of the given group.
    -        headers:
    -            Accept:
    -                description: If set, the Object state list is returned in XML or JSON format.
    -                example: |
    -                    application/vnd.ibexa.api.ObjectStateList+xml
    -                    application/vnd.ibexa.api.ObjectStateList+json
    -            If-None-Match:
    -                description: ETag
    -        responses:
    -            200:
    -                description: OK - returns a list of Object states.
    -                body:
    -                    application/vnd.ibexa.api.ObjectStateList+xml:
    -                        type: ObjectStateList
    -                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.xml.example
    -                    application/vnd.ibexa.api.ObjectStateList+json:
    -                        type: ObjectStateList
    -                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.json.example
    -            401:
    -                description: Error - The user has no permission to read Object states.
    -    post:
    -        displayName: Create Object state
    -        description: Creates a new Object state.
    -        headers:
    -            Accept:
    -                description: If set, the new Object state is returned in XML or JSON format.
    -                example:
    -                    application/vnd.ibexa.api.ObjectState+xml
    -                    application/vnd.ibexa.api.ObjectState+json
    -            Content-Type:
    -                description: The Object state input schema encoded in XML or JSON format.
    -                example: |
    -                    application/vnd.ibexa.api.ObjectStateCreate+json
    -                    application/vnd.ibexa.api.ObjectStateCreate+xml
    -        body:
    -            application/vnd.ibexa.api.ObjectStateCreate+xml:
    -                type: ObjectStateCreate
    -                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.xml.example
    -            application/vnd.ibexa.api.ObjectStateCreate+json:
    -                type: ObjectStateCreate
    -                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.json.example
    -        responses:
    -            201:
    -                description: Object state created.
    -                body:
    -                    application/vnd.ibexa.api.ObjectState+xml:
    -                        type: ObjectState
    -                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.xml.example
    -                    application/vnd.ibexa.api.ObjectState+json:
    -                        type: ObjectState
    -                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.json.example
    -            400:
    -                description: Error - The input does not match the input schema definition.
    -            401:
    -                description: Error - The user is not authorized to create an Object state.
    -            403:
    -                description: Error - An Object state with the same identifier already exists in the given group.
    -    /{objectStateId}:
    +    /objectstates:
             get:
    -            displayName: Get Object state
    -            description: Returns the Object state.
    +            displayName: List Object states
    +            description: Returns a list of all Object states of the given group.
                 headers:
                     Accept:
    -                    description: If set, the Object State is returned in XML or JSON format.
    +                    description: If set, the Object state list is returned in XML or JSON format.
                         example: |
    -                        application/vnd.ibexa.api.ObjectState+xml
    -                        application/vnd.ibexa.api.ObjectState+json
    +                        application/vnd.ibexa.api.ObjectStateList+xml
    +                        application/vnd.ibexa.api.ObjectStateList+json
                     If-None-Match:
                         description: ETag
                 responses:
                     200:
    -                    description: OK - returns the Object state.
    +                    description: OK - returns a list of Object states.
                         body:
    -                        application/vnd.ibexa.api.ObjectState+xml:
    -                            type: ObjectState
    -                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.xml.example
    -                        application/vnd.ibexa.api.ObjectState+json:
    -                            type: ObjectState
    -                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.json.example
    +                        application/vnd.ibexa.api.ObjectStateList+xml:
    +                            type: ObjectStateList
    +                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.xml.example
    +                        application/vnd.ibexa.api.ObjectStateList+json:
    +                            type: ObjectStateList
    +                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/GET/ObjectStateList.json.example
                     401:
    -                    description: Error - The user is not authorized to read this Object state.
    -                404:
    -                    description: Error - The Object state does not exist.
    -        patch:
    -            displayName: Update Object state
    -            description: Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH.
    +                    description: Error - The user has no permission to read Object states.
    +        post:
    +            displayName: Create Object state
    +            description: Creates a new Object state.
                 headers:
                     Accept:
    -                    description: If set, the updated Object state is returned in XML or JSON format.
    -                    example: |
    +                    description: If set, the new Object state is returned in XML or JSON format.
    +                    example:
                             application/vnd.ibexa.api.ObjectState+xml
                             application/vnd.ibexa.api.ObjectState+json
                     Content-Type:
                         description: The Object state input schema encoded in XML or JSON format.
                         example: |
    -                        application/vnd.ibexa.api.ObjectStateUpdate+json
    -                        application/vnd.ibexa.api.ObjectStateUpdate+xml
    -                If-Match:
    -                    description: ETag
    +                        application/vnd.ibexa.api.ObjectStateCreate+json
    +                        application/vnd.ibexa.api.ObjectStateCreate+xml
                 body:
    -                application/vnd.ibexa.api.ObjectStateUpdate+xml:
    -                    type: ObjectStateUpdate
    -                    example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.xml.example
    -                application/vnd.ibexa.api.ObjectStateUpdate+json:
    -                    type: ObjectStateUpdate
    -                    example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.json.example
    +                application/vnd.ibexa.api.ObjectStateCreate+xml:
    +                    type: ObjectStateCreate
    +                    example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.xml.example
    +                application/vnd.ibexa.api.ObjectStateCreate+json:
    +                    type: ObjectStateCreate
    +                    example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectStateCreate.json.example
                 responses:
    -                200:
    -                    description: OK - Object State updated
    +                201:
    +                    description: Object state created.
                         body:
                             application/vnd.ibexa.api.ObjectState+xml:
                                 type: ObjectState
    -                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.xml.example
    +                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.xml.example
                             application/vnd.ibexa.api.ObjectState+json:
                                 type: ObjectState
    -                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.json.example
    +                            example: !include examples/content/objectstategroups/object_state_group_id/objectstates/POST/ObjectState.json.example
                     400:
                         description: Error - The input does not match the input schema definition.
                     401:
    -                    description: Error - The user is not authorized to update the Object state.
    +                    description: Error - The user is not authorized to create an Object state.
                     403:
    -                    description: Error - An Object state with the provided identifier already exists in this group.
    -                412:
    -                    description: Error - The current ETag does not match the one provided in the If-Match header.
    -        delete:
    -            displayName: Delete Object state
    -            description: Deletes provided Object state.
    -            responses:
    -                204:
    -                    description: No Content - Object state deleted.
    -                401:
    -                    description: Error - The user is not authorized to delete an Object state.
    -                404:
    -                    description: Error - The Object state does not exist.
    +                    description: Error - An Object state with the same identifier already exists in the given group.
    +        /{objectStateId}:
    +            get:
    +                displayName: Get Object state
    +                description: Returns the Object state.
    +                headers:
    +                    Accept:
    +                        description: If set, the Object State is returned in XML or JSON format.
    +                        example: |
    +                            application/vnd.ibexa.api.ObjectState+xml
    +                            application/vnd.ibexa.api.ObjectState+json
    +                    If-None-Match:
    +                        description: ETag
    +                responses:
    +                    200:
    +                        description: OK - returns the Object state.
    +                        body:
    +                            application/vnd.ibexa.api.ObjectState+xml:
    +                                type: ObjectState
    +                                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.xml.example
    +                            application/vnd.ibexa.api.ObjectState+json:
    +                                type: ObjectState
    +                                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/GET/ObjectState.json.example
    +                    401:
    +                        description: Error - The user is not authorized to read this Object state.
    +                    404:
    +                        description: Error - The Object state does not exist.
    +            patch:
    +                displayName: Update Object state
    +                description: Updates an Object state. PATCH or POST with header X-HTTP-Method-Override PATCH.
    +                headers:
    +                    Accept:
    +                        description: If set, the updated Object state is returned in XML or JSON format.
    +                        example: |
    +                            application/vnd.ibexa.api.ObjectState+xml
    +                            application/vnd.ibexa.api.ObjectState+json
    +                    Content-Type:
    +                        description: The Object state input schema encoded in XML or JSON format.
    +                        example: |
    +                            application/vnd.ibexa.api.ObjectStateUpdate+json
    +                            application/vnd.ibexa.api.ObjectStateUpdate+xml
    +                    If-Match:
    +                        description: ETag
    +                body:
    +                    application/vnd.ibexa.api.ObjectStateUpdate+xml:
    +                        type: ObjectStateUpdate
    +                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.xml.example
    +                    application/vnd.ibexa.api.ObjectStateUpdate+json:
    +                        type: ObjectStateUpdate
    +                        example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectStateUpdate.json.example
    +                responses:
    +                    200:
    +                        description: OK - Object State updated
    +                        body:
    +                            application/vnd.ibexa.api.ObjectState+xml:
    +                                type: ObjectState
    +                                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.xml.example
    +                            application/vnd.ibexa.api.ObjectState+json:
    +                                type: ObjectState
    +                                example: !include examples/content/objectstategroups/object_state_group_id/objectstates/object_state_id/PATCH/ObjectState.json.example
    +                    400:
    +                        description: Error - The input does not match the input schema definition.
    +                    401:
    +                        description: Error - The user is not authorized to update the Object state.
    +                    403:
    +                        description: Error - An Object state with the provided identifier already exists in this group.
    +                    412:
    +                        description: Error - The current ETag does not match the one provided in the If-Match header.
    +            delete:
    +                displayName: Delete Object state
    +                description: Deletes provided Object state.
    +                responses:
    +                    204:
    +                        description: No Content - Object state deleted.
    +                    401:
    +                        description: Error - The user is not authorized to delete an Object state.
    +                    404:
    +                        description: Error - The Object state does not exist.
    diff --git a/docs/api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api_reference/rest_api_reference.html
    index c2d29a1eb0..675babe5bd 100644
    --- a/docs/api/rest_api_reference/rest_api_reference.html
    +++ b/docs/api/rest_api_reference/rest_api_reference.html
    @@ -227,11 +227,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -254,11 +254,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -354,11 +354,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Root media-type="application/vnd.ibexa.api.Root+xml">
         <content media-type="" href="/api/ibexa/v2/content/objects"/>
    @@ -396,11 +396,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Root": {
             "_media-type": "application/vnd.ibexa.api.Root+json",
    @@ -742,11 +742,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -775,11 +775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -871,11 +871,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <BookmarkList media-type="application/vnd.ibexa.api.BookmarkList+xml">
         <count>3</count>
    @@ -1009,11 +1009,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "BookmarkList": {
             "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
    @@ -1781,11 +1781,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1822,11 +1822,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -1927,11 +1927,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentCreate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <ContentType href="/api/ibexa/v2/content/types/2"/>
    @@ -1980,11 +1980,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
       "ContentCreate": {
         "ContentType": {
    @@ -2086,11 +2086,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2112,11 +2112,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -2149,11 +2149,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -2245,11 +2245,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -2362,11 +2362,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -3588,11 +3588,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/83" remoteId="a9c8f00b1dba880df7a5ed3e93fad421" id="83">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -3705,11 +3705,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/67/versions/5">
         <VersionInfo>
    @@ -4935,11 +4935,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5486,11 +5486,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5516,11 +5516,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -5612,11 +5612,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.Content+xml" href="/api/ibexa/v2/content/objects/54" remoteId="9e863fbb0fb835ce050032b4f00de61d" id="54">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/1"/>
    @@ -5722,11 +5722,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Content": {
             "_media-type": "application/vnd.ibexa.api.Content+json",
    @@ -6128,11 +6128,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6194,11 +6194,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentUpdate>
       <mainLanguageCode>eng-GB</mainLanguageCode>
    @@ -6251,11 +6251,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6320,11 +6320,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/80" remoteId="69848aeb86164c35e5c98202eebe9e05" id="80">
         <ContentType media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/2"/>
    @@ -6775,11 +6775,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -6811,11 +6811,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -6911,11 +6911,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/1">
         <VersionInfo>
    @@ -7098,11 +7098,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7491,11 +7491,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7527,11 +7527,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -7627,11 +7627,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/2">
         <VersionInfo>
    @@ -7814,11 +7814,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -8205,11 +8205,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8239,11 +8239,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8334,11 +8334,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <VersionList media-type="application/vnd.ibexa.api.VersionList+xml" href="/api/ibexa/v2/content/objects/61/versions">
         <VersionItem>
    @@ -8420,11 +8420,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "VersionList": {
             "_media-type": "application/vnd.ibexa.api.VersionList+json",
    @@ -8887,11 +8887,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -8923,11 +8923,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9023,11 +9023,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -9210,11 +9210,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -9709,11 +9709,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"
    @@ -9787,11 +9787,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"
    @@ -9856,11 +9856,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -9941,11 +9941,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version href="/content/objects/23/versions/4" media-type="application/vnd.ibexa.api.Version+xml">
       <VersionInfo>
    @@ -10180,11 +10180,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10216,11 +10216,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -10316,11 +10316,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/61/versions/3">
         <VersionInfo>
    @@ -10503,11 +10503,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11217,11 +11217,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11253,11 +11253,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11353,11 +11353,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Version media-type="application/vnd.ibexa.api.Version+xml" href="/api/ibexa/v2/content/objects/59/versions/1">
         <VersionInfo>
    @@ -11540,11 +11540,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Version": {
             "_media-type": "application/vnd.ibexa.api.Version+json",
    @@ -11945,11 +11945,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -11968,11 +11968,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12056,11 +12056,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Relation media-type="application/vnd.ibexa.api.Relation+xml" href="/api/ibexa/v2/content/objects/59/versions/2/relations/40">
         <SourceContent media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/59"/>
    @@ -12079,11 +12079,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Relation": {
             "_media-type": "application/vnd.ibexa.api.Relation+json",
    @@ -12649,11 +12649,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12674,11 +12674,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12756,11 +12756,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationCreate>
       <ParentLocation href="/api/ibexa/v2/content/locations/1/42" />
    @@ -12781,11 +12781,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationCreate": {
             "ParentLocation": {
    @@ -12851,11 +12851,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -12884,11 +12884,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -12984,11 +12984,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/42/96">
         <id>96</id>
    @@ -13039,11 +13039,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "Location": {
             "_media-type": "application/vnd.ibexa.api.Location+json",
    @@ -13338,11 +13338,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13359,11 +13359,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13444,11 +13444,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <LocationList media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/objects/63/locations">
         <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2/57/65"/>
    @@ -13465,11 +13465,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "LocationList": {
             "_media-type": "application/vnd.ibexa.api.LocationList+json",
    @@ -13709,11 +13709,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13733,11 +13733,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -13829,11 +13829,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ContentObjectStates media-type="application/vnd.ibexa.api.ContentObjectStates+xml">
         <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1"/>
    @@ -13853,11 +13853,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ContentObjectStates": {
             "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
    @@ -14346,11 +14346,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14380,11 +14380,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14477,11 +14477,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupList media-type="application/vnd.ibexa.api.ObjectStateGroupList+xml" href="/api/ibexa/v2/content/objectstategroups">
         <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/2">
    @@ -14536,11 +14536,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroupList": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
    @@ -14866,11 +14866,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -14893,11 +14893,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -14985,11 +14985,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroupCreate>
         <identifier>custom</identifier>
    @@ -15012,11 +15012,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "identifier": "custom-states",
    @@ -15092,11 +15092,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15123,11 +15123,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15226,11 +15226,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/5">
         <id>5</id>
    @@ -15257,11 +15257,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15534,11 +15534,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15565,11 +15565,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -15668,11 +15668,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -15699,11 +15699,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16000,11 +16000,11 @@ 
    Types
    file_copy

    -
    +                            
                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16031,11 +16031,11 @@ 
    Types
    file_copy

    -
    +                            
                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16134,11 +16134,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     <?xml version="1.0" encoding="UTF-8"?>
     <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/7">
         <id>7</id>
    @@ -16165,11 +16165,11 @@ 
    Types
    file_copy

    -
    +                                            
                                                     {
         "ObjectStateGroup": {
             "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
    @@ -16285,7 +16285,7 @@ 
    Possible responses
    -

    /content/objectstategroups/objectstates

    +

    /content/objectstategroups/{objectStateGroupId}/objectstates

    • @@ -16318,7 +16318,7 @@

      /cont

      GET - /content/objectstategroups/objectstates + /content/objectstategroups/{objectStateGroupId}/objectstates

      Returns a list of all Object states of the given group.

      @@ -16403,7 +16403,7 @@
      Possible responses
      -
      200 @@ -16455,28 +16455,28 @@
      Types
      -
      +
      -
      -
      -
      +
      +

      file_copy

      -
      +                            
                                       <?xml version="1.0" encoding="UTF-8"?>
       <ObjectStateList media-type="application/vnd.ibexa.api.ObjectStateList+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates">
           <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/1">
      @@ -16520,20 +16520,20 @@ 
      Types
      - View more + View more
      -
      +

      file_copy

      -
      +                            
                                       {
           "ObjectStateList": {
               "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
      @@ -16560,15 +16560,15 @@ 
      Types
      - View more + View more
      -