diff --git a/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml b/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml index c6c92c2a22..fa8bed22a0 100644 --- a/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml +++ b/docs/api/rest_api/rest_api_reference/input/ez-user-groups.raml @@ -127,6 +127,36 @@ get: 404: description: Error - the User Group does not exist. /users: + get: + displayName: Load Users of Group + description: Loads the Users of the Group with the given ID. + queryParameters: + limit: + description: Only 'limit' items will be returned started by offset. + offset: + description: Offset of the result set. + headers: + Accept: + description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UserList+xml + application/vnd.ibexa.api.UserList+json + application/vnd.ibexa.api.UserRefList+xml + application/vnd.ibexa.api.UserRefList+json + responses: + 200: + description: OK - the Users of the Group with the given ID. + body: + application/vnd.ibexa.api.UserRefList+xml: + type: UserRefList + example: !include examples/user/groups/id/users/GET/UserRefList.xml.example + application/vnd.ibexa.api.UserRefList+json: + type: UserRefList + example: !include examples/user/groups/id/users/GET/UserRefList.json.example + 401: + description: Error - the user has no permission to read User Groups. + 404: + description: Error - the User Group does not exist. post: displayName: Create User description: Creates a new User in the given Group. @@ -166,6 +196,36 @@ get: 404: description: Error - the Group with the given ID does not exist. /subgroups: + get: + displayName: Load subgroups + description: Returns a list of the subgroups. + queryParameters: + limit: + description: The number of Locations returned. + offset: + description: The offset of the result set. + headers: + Accept: + description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format. + example: | + application/vnd.ibexa.api.UserGroupList+xml + application/vnd.ibexa.api.UserGroupList+json + application/vnd.ibexa.api.UserGroupRefList+xml + application/vnd.ibexa.api.UserGroupRefList+json + responses: + 200: + description: OK - list of the subgroups. + body: + application/vnd.ibexa.api.UserGroupRefList+xml: + type: UserGroupRefList + example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.xml.example + application/vnd.ibexa.api.UserGroupRefList+json: + type: UserGroupRefList + example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.json.example + 401: + description: Error - the user has no permission to read User Groups. + 404: + description: Error - the User Group does not exist. post: displayName: Create User Group description: Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'. @@ -298,65 +358,3 @@ get: example: !include examples/user/groups/path/roles/role_id/DELETE/RoleAssignmentList.json.example 401: description: Error - the user is not authorized to delete this Role assignment. -/{id}/users: - get: - displayName: Load Users of Group - description: Loads the Users of the Group with the given ID. - queryParameters: - limit: - description: Only 'limit' items will be returned started by offset. - offset: - description: Offset of the result set. - headers: - Accept: - description: UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UserList+xml - application/vnd.ibexa.api.UserList+json - application/vnd.ibexa.api.UserRefList+xml - application/vnd.ibexa.api.UserRefList+json - responses: - 200: - description: OK - the Users of the Group with the given ID. - body: - application/vnd.ibexa.api.UserRefList+xml: - type: UserRefList - example: !include examples/user/groups/id/users/GET/UserRefList.xml.example - application/vnd.ibexa.api.UserRefList+json: - type: UserRefList - example: !include examples/user/groups/id/users/GET/UserRefList.json.example - 401: - description: Error - the user has no permission to read User Groups. - 404: - description: Error - the User Group does not exist. -/{id}/subgroups: - get: - displayName: Load subgroups - description: Returns a list of the subgroups. - queryParameters: - limit: - description: The number of Locations returned. - offset: - description: The offset of the result set. - headers: - Accept: - description: UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format. - example: | - application/vnd.ibexa.api.UserGroupList+xml - application/vnd.ibexa.api.UserGroupList+json - application/vnd.ibexa.api.UserGroupRefList+xml - application/vnd.ibexa.api.UserGroupRefList+json - responses: - 200: - description: OK - list of the subgroups. - body: - application/vnd.ibexa.api.UserGroupRefList+xml: - type: UserGroupRefList - example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.xml.example - application/vnd.ibexa.api.UserGroupRefList+json: - type: UserGroupRefList - example: !include examples/user/groups/id/subgroups/GET/UserGroupRefList.json.example - 401: - description: Error - the user has no permission to read User Groups. - 404: - description: Error - the User Group does not exist. diff --git a/docs/api/rest_api/rest_api_reference/rest_api_reference.html b/docs/api/rest_api/rest_api_reference/rest_api_reference.html index 116797060e..d8c7e25efb 100644 --- a/docs/api/rest_api/rest_api_reference/rest_api_reference.html +++ b/docs/api/rest_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"/>
@@ -242,7 +242,7 @@ 
Types
<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
+ <rootLocation media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"/
View more @@ -254,11 +254,11 @@
Types
file_copy

-
+                            
                                 {
     "Root": {
         "_media-type": "application/vnd.ibexa.api.Root+json",
@@ -285,7 +285,8 @@ 
Types
"contentTypes": { "_href": "/api/ibexa/v2/content/types", "_media-type": "application/vnd.ibexa.api.ContentTypeInfoList+json" - }
+ }, + "createSession":
View more @@ -353,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"/>
@@ -395,11 +396,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Root": {
         "_media-type": "application/vnd.ibexa.api.Root+json",
@@ -741,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>
@@ -761,7 +762,8 @@ 
Types
<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
+ <Children media-type="application/vnd.ibexa.api.LocationList+xml" href="/api/ibexa/v2/content/locations/1/2/57/65/children"/> +
View more @@ -773,11 +775,11 @@
Types
file_copy

-
+                            
                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
@@ -800,7 +802,8 @@ 
Types
}, "pathString": "/1/2/57/65/", "depth": 3, - "childCount
+ "childCount": 0, +
View more @@ -868,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>
@@ -1006,11 +1009,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "BookmarkList": {
         "_media-type": "application/vnd.ibexa.api.BookmarkList+json",
@@ -1778,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"/>
@@ -1807,7 +1810,7 @@ 
Types
<fieldDefinitionIdentifier>intro</fieldDefinitionIdentifier> <languageCode>eng-GB</languageCode> <fieldValue> - <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/ed
+ <value key="xml"><![CDATA[<section xmlns="http://ibexa.co/namespaces/ezpublish5/xhtml5/edit"><p>draft draft</p></
View more @@ -1819,11 +1822,11 @@
Types
file_copy

-
+                            
                                 {
   "ContentCreate": {
     "ContentType": {
@@ -1857,7 +1860,9 @@ 
Types
"fieldTypeIdentifier": "ezrichtext", "fieldValue": { - "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft
+ "xml": "<section xmlns=\"http://ez.no/namespaces/ezpublish5/xhtml5/edit\"><p>draft draft</p></section>" + } +
View more @@ -1922,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"/>
@@ -1975,11 +1980,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentCreate": {
     "ContentType": {
@@ -2081,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"/>
@@ -2098,7 +2103,7 @@ 
Types
<versionNo>1</versionNo> <status>DRAFT</status> <modificationDate>2019-02-19T15:55:37+01:00</modificationDate> - <Creator media-type="application/vnd.ibexa.api.User+xml"
+ <Creator media-type="application/vnd.ibexa.api.User+xml" href="/api/i
View more @@ -2107,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>
@@ -2131,7 +2136,8 @@ 
Types
<languageCode>fre-FR</languageCode> </Language> <Language> - <languageCode>ger-DE</lan
+ <languageCode>ger-DE</languageCode> +
View more @@ -2143,11 +2149,11 @@
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ibexa.api.Content+json",
@@ -2170,7 +2176,8 @@ 
Types
"Version": { "_media-type": "application/vnd.ibexa.api.Version+json", "_href": "/api/ibexa/v2/content/objects/57/versions/1", - "
+ "VersionInfo": { +
View more @@ -2238,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"/>
@@ -2355,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>
@@ -3581,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"/>
@@ -3698,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>
@@ -4928,11 +4935,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Content": {
         "_media-type": "application/vnd.ibexa.api.Content+json",
@@ -5479,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"/>
@@ -5497,7 +5504,7 @@ 
Types
<versionNo>1</versionNo> <status>PUBLISHED</status> <modificationDate>2018-09-17T06:48:13+00:00</modificationDate> - <Creator media-ty
+ <Creator media-type="applicati
View more @@ -5509,11 +5516,11 @@
Types
file_copy

-
+                            
                                 {
     "Content": {
         "_media-type": "application/vnd.ibexa.api.Content+json",
@@ -5537,7 +5544,7 @@ 
Types
"_media-type": "application/vnd.ibexa.api.Version+json", "_href": "/api/ibexa/v2/content/objects/54/versions/1", "VersionInfo": { -
+ "i
View more @@ -5605,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"/>
@@ -5715,11 +5722,11 @@ 
Types
file_copy

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

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

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentUpdate>
   <mainLanguageCode>eng-GB</mainLanguageCode>
@@ -6244,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"/>
@@ -6258,7 +6265,7 @@ 
Types
<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
+ <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api
View more @@ -6313,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"/>
@@ -6768,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>
@@ -6792,7 +6799,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentIn
+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
View more @@ -6804,11 +6811,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -6835,7 +6842,8 @@ 
Types
}, "names": { "value": [ -
+ { +
View more @@ -6903,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>
@@ -7090,11 +7098,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -7483,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>
@@ -7507,7 +7515,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
View more @@ -7519,11 +7527,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -7550,7 +7558,8 @@ 
Types
}, "names": { "value": [ -
+ { +
View more @@ -7618,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>
@@ -7805,11 +7814,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -8196,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>
@@ -8217,7 +8226,8 @@ 
Types
<VersionTranslationInfo media-type="application/vnd.ibexa.api.VersionTranslationInfo+xml"> <Language> <languageCode>eng-GB</languageCode> - </L
+ </Language> +
View more @@ -8229,11 +8239,11 @@
Types
file_copy

-
+                            
                                 {
     "VersionList": {
         "_media-type": "application/vnd.ibexa.api.VersionList+json",
@@ -8256,7 +8266,7 @@ 
Types
"creationDate": "2021-06-28T11:33:31+00:00", "initialLanguageCode": "eng-GB", "languageCodes": "eng-GB", -
+ "VersionTrans
View more @@ -8324,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>
@@ -8410,11 +8420,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "VersionList": {
         "_media-type": "application/vnd.ibexa.api.VersionList+json",
@@ -8877,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>
@@ -8901,7 +8911,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
View more @@ -8913,11 +8923,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -8944,7 +8954,8 @@ 
Types
}, "names": { "value": [ -
+ { +
View more @@ -9012,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>
@@ -9199,11 +9210,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -9698,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"
@@ -9776,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"
@@ -9845,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>
@@ -9874,7 +9885,8 @@ 
Types
</field> <field> <id>1235</id> - <fieldDefinitionIdentifier>summary</fieldDefinitionIde
+ <fieldDefinitionIdentifier>summary</fieldDefinitionIdentifier> + <language
View more @@ -9929,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>
@@ -10168,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>
@@ -10192,7 +10204,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentInfo+x
+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibex
View more @@ -10204,11 +10216,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -10235,7 +10247,8 @@ 
Types
}, "names": { "value": [ -
+ { +
View more @@ -10303,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>
@@ -10490,11 +10503,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -11204,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>
@@ -11228,7 +11241,7 @@ 
Types
<names> <value languageCode="eng-GB">Art1</value> </names> - <Content media-type="application/vnd.ibexa.api.ContentIn
+ <Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/
View more @@ -11240,11 +11253,11 @@
Types
file_copy

-
+                            
                                 {
     "Version": {
         "_media-type": "application/vnd.ibexa.api.Version+json",
@@ -11271,7 +11284,8 @@ 
Types
}, "names": { "value": [ -
+ { +
View more @@ -11339,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>
@@ -11526,11 +11540,11 @@ 
Types
file_copy

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

-
+                            
                                 {
     "Relation": {
         "_media-type": "application/vnd.ibexa.api.Relation+json",
@@ -12042,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"/>
@@ -12065,11 +12079,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
     "LocationCreate": {
         "ParentLocation": {
@@ -12837,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>
@@ -12858,7 +12872,7 @@ 
Types
<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
+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/42/96/urlalia
View more @@ -12870,11 +12884,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -12901,7 +12915,8 @@ 
Types
"_href": "/api/ibexa/v2/content/objects/59" }, "sortField": "PATH", - "sortOrde
+ "sortOrder": "ASC", + "UrlAli
View more @@ -12969,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>
@@ -13024,11 +13039,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -13323,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"/>
@@ -13344,11 +13359,11 @@ 
Types
file_copy

-
+                            
                                 {
     "LocationList": {
         "_media-type": "application/vnd.ibexa.api.LocationList+json",
@@ -13429,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"/>
@@ -13450,11 +13465,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "LocationList": {
         "_media-type": "application/vnd.ibexa.api.LocationList+json",
@@ -13694,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"/>
@@ -13718,11 +13733,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
@@ -13814,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"/>
@@ -13838,11 +13853,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentObjectStates": {
         "_media-type": "application/vnd.ibexa.api.ContentObjectStates+json",
@@ -14101,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 -
+
@@ -14339,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">
@@ -14361,7 +14368,7 @@ 
Types
</ObjectStateGroup> <ObjectStateGroup media-type="application/vnd.ibexa.api.ObjectStateGroup+xml" href="/api/ibexa/v2/content/objectstategroups/3"> <id>3</id> - <i
+ <identifier>accessi
View more @@ -14373,11 +14380,11 @@
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroupList": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroupList+json",
@@ -14400,7 +14407,9 @@ 
Types
"_languageCode": "eng-GB", "#text": "Lock" } - ]
+ ] + }, +
View more @@ -14468,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">
@@ -14527,11 +14536,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "identifier": "custom-states",
@@ -15083,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>
@@ -15114,11 +15123,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -15217,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>
@@ -15248,11 +15257,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -15525,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>
@@ -15556,11 +15565,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -15659,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>
@@ -15690,11 +15699,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -15991,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>
@@ -16022,11 +16031,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -16125,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>
@@ -16156,11 +16165,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateGroup+json",
@@ -16486,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">
@@ -16507,7 +16516,8 @@ 
Types
<value languageCode="eng-GB"></value> </descriptions> </ObjectState> - <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objec
+ <ObjectState media-type="application/vnd.ibexa.api.ObjectState+xml" href="/api/ibexa/v2/content/objectstategroups/2/objectstates/2"> +
View more @@ -16519,11 +16529,11 @@
Types
file_copy

-
+                            
                                 {
     "ObjectStateList": {
         "_media-type": "application/vnd.ibexa.api.ObjectStateList+json",
@@ -16546,7 +16556,8 @@ 
Types
{ "_languageCode": "eng-GB", "#text": "Not locked" -
+ } +
View more @@ -16614,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">
@@ -16662,11 +16673,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
     "ObjectStateCreate": {
         "identifier": "new-state",
@@ -17196,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>
@@ -17228,11 +17239,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ibexa.api.ObjectState+json",
@@ -17332,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>
@@ -17364,11 +17375,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ibexa.api.ObjectState+json",
@@ -17642,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>
@@ -17674,11 +17685,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ibexa.api.ObjectState+json",
@@ -17778,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>
@@ -17810,11 +17821,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
     "ObjectStateGroup": {
         "names": {
@@ -18315,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>
@@ -18347,11 +18358,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ibexa.api.ObjectState+json",
@@ -18451,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>
@@ -18483,11 +18494,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ObjectState": {
         "_media-type": "application/vnd.ibexa.api.ObjectState+json",
@@ -18818,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>
@@ -18839,7 +18850,8 @@ 
Types
<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
+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/> + <Co
View more @@ -18851,11 +18863,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -18883,7 +18895,8 @@ 
Types
}, "sortField": "PATH", "sortOrder": "ASC", -
+ "UrlAliases": { +
View more @@ -18951,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>
@@ -19006,11 +19019,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -19354,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>
@@ -19375,7 +19388,7 @@ 
Types
<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
+ <ContentInfo media-type="application/vnd.ibexa.api
View more @@ -19387,11 +19400,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -19419,7 +19432,8 @@ 
Types
}, "sortField": "PATH", "sortOrder": "ASC", -
+ "UrlAliases": { +
View more @@ -19487,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>
@@ -19538,11 +19552,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
     "LocationUpdate": {
         "priority": "3",
@@ -20348,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>
@@ -20369,7 +20383,8 @@ 
Types
<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
+ <UrlAliases media-type="application/vnd.ibexa.api.UrlAliasRefList+xml" href="/api/ibexa/v2/content/locations/1/2/58/urlaliases"/> + <Co
View more @@ -20381,11 +20396,11 @@
Types
file_copy

-
+                            
                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -20413,7 +20428,8 @@ 
Types
}, "sortField": "NAME", "sortOrder": "DESC", - "UrlAliases":
+ "UrlAliases": { + "_media-type
View more @@ -20481,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>
@@ -20536,11 +20552,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Location": {
         "_media-type": "application/vnd.ibexa.api.Location+json",
@@ -20962,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"/>
@@ -21029,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"/>
@@ -21237,13 +21253,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 -
+ @@ -21624,11 +21636,11 @@
Types
file_copy

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

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

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

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ibexa.api.Section+json",
@@ -21812,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>
@@ -21835,11 +21847,11 @@ 
Types
file_copy

-
+                            
                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -21913,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>
@@ -21936,11 +21948,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionInput": {
         "identifier": "restricted",
@@ -22185,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">
@@ -22209,7 +22221,8 @@ 
Types
</Section> <Section media-type="application/vnd.ibexa.api.Section+xml" href="/api/ibexa/v2/content/sections/6"> <sectionId>6</sectionId> - <identifier>form</identifi
+ <identifier>form</identifier> + <name>F
View more @@ -22221,11 +22234,11 @@
Types
file_copy

-
+                            
                                 {
     "SectionList": {
         "_media-type": "application/vnd.ibexa.api.SectionList+json",
@@ -22252,7 +22265,8 @@ 
Types
"identifier": "media", "name": "Media" }, -
+ { + "_
View more @@ -22320,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">
@@ -22370,11 +22384,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "SectionList": {
         "_media-type": "application/vnd.ibexa.api.SectionList+json",
@@ -22667,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>
@@ -22690,11 +22704,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ibexa.api.Section+json",
@@ -22772,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>
@@ -22795,11 +22809,11 @@ 
Types
file_copy

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

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

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

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

-
+                                            
                                                 {
   "SectionInput": {
     "identifier": "template",
@@ -23260,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>
@@ -23283,11 +23297,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Section": {
         "_media-type": "application/vnd.ibexa.api.Section+json",
@@ -23365,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>
@@ -23388,11 +23402,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Section": {
         "_media-type": "application/vnd.ibexa.api.Section+json",
@@ -23722,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">
@@ -23743,7 +23757,7 @@ 
Types
<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
+ <Content media-type="application/vnd.ibexa
View more @@ -23755,11 +23769,11 @@
Types
file_copy

-
+                            
                                 {
     "Trash": {
         "_media-type": "application/vnd.ibexa.api.Trash+json",
@@ -23783,7 +23797,8 @@ 
Types
"Content": { "_media-type": "application/vnd.ibexa.api.Content+json", "_href": "/api/ibexa/v2/content/objects/91" -
+ }, +
View more @@ -23851,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">
@@ -23902,11 +23917,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Trash": {
         "_media-type": "application/vnd.ibexa.api.Trash+json",
@@ -24327,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>
@@ -24348,7 +24363,7 @@ 
Types
<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
+ <ContentType media-type="
View more @@ -24360,11 +24375,11 @@
Types
file_copy

-
+                            
                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ibexa.api.TrashItem+json",
@@ -24391,7 +24406,7 @@ 
Types
"_media-type": "application/vnd.ibexa.api.ContentInfo+json", "_href": "/api/ibexa/v2/content/objects/91", "Content": { - "_media-type": "applic
+ "_media-type": "application/vnd.ibexa.api.Conten
View more @@ -24459,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>
@@ -24509,11 +24524,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "TrashItem": {
         "_media-type": "application/vnd.ibexa.api.TrashItem+json",
@@ -24964,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" />
@@ -24985,11 +25000,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
@@ -25070,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" />
@@ -25091,11 +25106,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAliasRefList": {
         "_media-type": "application/vnd.ibexa.api.UrlAliasRefList+json",
@@ -25341,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' />
@@ -25366,11 +25381,11 @@ 
Types
file_copy

-
+                            
                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25445,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' />
@@ -25470,11 +25485,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "UrlAliasCreate": {
     "_type": "GLOBAL",
@@ -25537,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"/>
@@ -25564,11 +25579,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
@@ -25652,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"/>
@@ -25679,11 +25694,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
@@ -25906,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>
@@ -25933,11 +25948,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
@@ -26021,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>
@@ -26048,11 +26063,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlAlias": {
         "_media-type": "application/vnd.ibexa.api.UrlAlias+json",
@@ -26338,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">
@@ -26363,11 +26378,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
@@ -26452,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">
@@ -26477,11 +26492,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcardList": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcardList+json",
@@ -26721,11 +26736,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
@@ -26741,11 +26756,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ibexa/v2/content/location/2",
@@ -26805,11 +26820,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
@@ -26824,11 +26839,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ibexa/v2/content/location/2",
@@ -26844,11 +26859,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
     <UrlWildcardCreate>
     	<sourceUrl>/api/ibexa/v2/content/location/2</sourceUrl>
@@ -26863,11 +26878,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildCardCreate": {
         "sourceUrl": "/api/ibexa/v2/content/location/2",
@@ -26928,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>
@@ -26951,11 +26966,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
@@ -27034,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>
@@ -27057,11 +27072,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
@@ -27279,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>
@@ -27302,11 +27317,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
@@ -27385,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>
@@ -27408,11 +27423,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UrlWildcard": {
         "_media-type": "application/vnd.ibexa.api.UrlWildcard+json",
@@ -27742,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">
@@ -27760,7 +27775,7 @@ 
Types
</ContentTypeGroup> <ContentTypeGroup media-type="application/vnd.ibexa.api.ContentTypeGroup+xml" href="/api/ibexa/v2/content/typegroups/2"> <id>2</id> - <identifier>
+ <identifier>Users</identi
View more @@ -27772,11 +27787,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
@@ -27798,7 +27813,7 @@ 
Types
"_href": "/api/ibexa/v2/user/users/14" }, "ContentTypes": { - "_media-type": "application/vnd
+ "_media-type": "application/vnd.ibexa.api.ContentTyp
View more @@ -27866,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">
@@ -27913,11 +27928,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupList+json",
@@ -28219,11 +28234,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>newContentTypeGroup</identifier>
@@ -28240,11 +28255,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28314,11 +28329,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>newContentTypeGroup</identifier>
@@ -28335,11 +28350,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "newContentTypeGroup"
@@ -28397,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>
@@ -28424,11 +28439,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
@@ -28519,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>
@@ -28546,11 +28561,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
@@ -28815,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">
@@ -28837,7 +28852,7 @@ 
Types
<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
+ <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/
View more @@ -28849,11 +28864,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -28881,7 +28896,7 @@ 
Types
} ] }, - "creationDa
+ "creationDate": "2002-06-18T09:21:38+0
View more @@ -28949,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">
@@ -30000,11 +30015,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -31869,11 +31884,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>updatedIdentifer</identifier>
@@ -31890,11 +31905,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -31964,11 +31979,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeGroupInput>
     <identifier>updatedIdentifer</identifier>
@@ -31985,11 +32000,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeGroupInput": {
     "identifier": "updatedIdentifer"
@@ -32047,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>
@@ -32074,11 +32089,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
@@ -32169,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>
@@ -32196,11 +32211,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroup": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroup+json",
@@ -32500,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">
@@ -32520,7 +32535,7 @@ 
Types
<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
+ <Draft media-type="applicat
View more @@ -32532,11 +32547,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -32564,7 +32579,8 @@ 
Types
} ] }, - "creationDate": "2002-06
+ "creationDate": "2002-06-18T09:21:38+00:00", +
View more @@ -32632,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">
@@ -32698,11 +32714,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -34970,11 +34986,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeCreate>
   <identifier>newContentType</identifier>
@@ -35001,7 +35017,8 @@ 
Types
<isTranslatable>true</isTranslatable> <isRequired>true</isRequired> <isInfoCollector>false</isInfoCollector> - <defaultValue>New Title
+ <defaultValue>New Title</defaultValue> + <isS
View more @@ -35053,11 +35070,11 @@
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeCreate>
   <identifier>newContentType</identifier>
@@ -35157,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>
@@ -35178,7 +35195,8 @@ 
Types
<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 media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/content/types/20/draft"/> + <re
View more @@ -35233,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>
@@ -35605,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">
@@ -35625,7 +35643,7 @@ 
Types
<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
+ <Draft media-type="application/vnd.ibexa.ap
View more @@ -35637,11 +35655,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -35667,7 +35685,7 @@ 
Types
"creationDate": "2002-06-18T09:21:38+00:00", "modificationDate": "2004-04-20T09:56:29+00:00", "Creator": { - "_media-type": "applicat
+ "_media-type": "application/vnd.ibexa.api.User+js
View more @@ -35735,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">
@@ -36232,11 +36250,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeList+json",
@@ -37219,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>
@@ -37241,7 +37259,7 @@ 
Types
<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 @@ -37253,11 +37271,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentType": {
         "_media-type": "application/vnd.ibexa.api.ContentType+json",
@@ -37289,7 +37307,8 @@ 
Types
}, "Modifier": { "_media-type": "application/vnd.ibexa.api.User+json", - "_href":
+ "_href": "/api/ibexa/v2/user/users/14" +
View more @@ -37357,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>
@@ -37556,11 +37575,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentType": {
         "_media-type": "application/vnd.ibexa.api.ContentType+json",
@@ -38157,11 +38176,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
@@ -38178,11 +38197,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38252,11 +38271,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <defaultAlwaysAvailable>true</defaultAlwaysAvailable>
@@ -38273,11 +38292,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "defaultAlwaysAvailable": "true"
@@ -38335,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>
@@ -38356,7 +38375,8 @@ 
Types
<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
+ <urlAliasSchema></urlAliasSchema> +
View more @@ -38368,11 +38388,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
@@ -38402,7 +38422,8 @@ 
Types
"_href": "/api/ibexa/v2/user/users/14" }, "Groups": { - "_media-type": "application/vnd.ibexa.api.Content
+ "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json", +
View more @@ -38470,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>
@@ -38511,11 +38532,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
@@ -38838,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>
@@ -38880,11 +38901,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
@@ -38919,7 +38940,8 @@ 
Types
} ] }, -
+ "fieldSettings": [], + "
View more @@ -38987,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>
@@ -39029,11 +39051,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
@@ -39341,11 +39363,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <names>
@@ -39367,11 +39389,11 @@ 
Types
file_copy

-
+                            
                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39452,11 +39474,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ContentTypeUpdate>
     <names>
@@ -39478,11 +39500,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "ContentTypeUpdate": {
     "names": {
@@ -39551,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>
@@ -39572,7 +39594,7 @@ 
Types
<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
+ <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/i
View more @@ -39584,11 +39606,11 @@
Types
file_copy

-
+                            
                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
@@ -39619,7 +39641,7 @@ 
Types
"_href": "/api/ibexa/v2/user/users/14" }, "Modifier": { - "_med
+ "_media-type": "application/vnd.ibe
View more @@ -39687,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>
@@ -39730,11 +39752,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeInfo": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeInfo+json",
@@ -39929,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>
@@ -39950,7 +39972,7 @@ 
Types
<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="
+ <Draft media-type="application/vnd.ibexa.api.ContentType+xml" href="/api/ibexa/v2/co
View more @@ -40005,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>
@@ -40365,11 +40387,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionCreate>
     <identifier>name</identifier>
@@ -40434,11 +40456,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionCreate>
     <identifier>name</identifier>
@@ -40494,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>
@@ -40576,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>
@@ -40817,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>
@@ -40859,11 +40881,11 @@ 
Types
file_copy

-
+                            
                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
@@ -40898,7 +40920,8 @@ 
Types
} ] }, -
+ "fieldSettings": [], + "
View more @@ -40966,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>
@@ -41008,11 +41031,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "FieldDefinition": {
         "_media-type": "application/vnd.ibexa.api.FieldDefinition+json",
@@ -41274,11 +41297,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionUpdate>
     <fieldGroup>new_field_group</fieldGroup>
@@ -41336,11 +41359,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <FieldDefinitionUpdate>
     <fieldGroup>new_field_group</fieldGroup>
@@ -41389,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>
@@ -41470,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>
@@ -41771,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"/>
@@ -41792,11 +41815,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
@@ -41877,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"/>
@@ -41898,11 +41921,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
@@ -42132,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">
@@ -42204,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">
@@ -42429,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">
@@ -42455,11 +42478,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
@@ -42552,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">
@@ -42578,11 +42601,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ContentTypeGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.ContentTypeGroupRefList+json",
@@ -42799,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>
@@ -42874,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>
@@ -43202,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>
@@ -43223,11 +43246,11 @@ 
Types
file_copy

-
+                            
                                 {
     "EventList": {
         "_media-type": "application/vnd.ibexa.api.EventList+json",
@@ -43304,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>
@@ -43325,11 +43348,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "EventList": {
         "_media-type": "application/vnd.ibexa.api.EventList+json",
@@ -43640,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">
@@ -43661,7 +43684,7 @@ 
Types
</DateRange> <totalCount>0</totalCount> </EventGroup> - <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" curr
+ <EventGroup media-type="application/vnd.ibexa.api.EventGroup+xml" currentPage="/api/ib
View more @@ -43673,11 +43696,11 @@
Types
file_copy

-
+                            
                                 {
     "EventGroupList": {
         "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
@@ -43699,7 +43722,7 @@ 
Types
"DateRange": { "_media-type": "application/vnd.ibexa.api.DateRange+json", "startDate": "1597190400", -
+ "endDate": "159727
View more @@ -43767,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">
@@ -43920,11 +43943,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "EventGroupList": {
         "_media-type": "application/vnd.ibexa.api.EventGroupList+json",
@@ -44306,11 +44329,11 @@ 
Types
file_copy

-
+                            
                                 {
   "UnscheduleAction": {
     "events": [
@@ -44369,11 +44392,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "UnscheduleAction": {
     "events": [
@@ -44613,11 +44636,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <ViewInput>
   <identifier>TitleView</identifier>
@@ -44688,11 +44711,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <ViewInput>
   <identifier>TitleView</identifier>
@@ -44754,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>
@@ -44784,7 +44807,8 @@ 
Types
<hightlight/> <value> <Location media-type="application/vnd.ibexa.api.Location+xml" href="/api/ibexa/v2/content/locations/1/2"> - <id
+ <id>2</id> + <prio
View more @@ -44839,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>
@@ -45181,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">
@@ -45195,7 +45219,7 @@ 
Types
<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
+ <Owner media-type="application/vnd.ibexa.a
View more @@ -45207,11 +45231,11 @@
Types
file_copy

-
+                            
                                 {
     "UserGroupList": {
         "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
@@ -45233,7 +45257,7 @@ 
Types
}, "Section": { "_media-type": "application/vnd.ibexa.api.Section+json", -
+ "_href": "/api/ibexa/
View more @@ -45301,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">
@@ -45412,11 +45436,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserGroupList": {
         "_media-type": "application/vnd.ibexa.api.UserGroupList+json",
@@ -45888,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"/>
@@ -45903,7 +45927,7 @@ 
Types
<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>
+ <lastModificationDate>2002-10-06
View more @@ -45915,11 +45939,11 @@
Types
file_copy

-
+                            
                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -45944,7 +45968,7 @@ 
Types
"_href": "/api/ibexa/v2/content/locations/1/5/13" }, "Locations": { - "_media-type": "applicatio
+ "_media-type": "application/vnd.ibexa.api.Location
View more @@ -46012,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"/>
@@ -46091,11 +46115,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -46483,11 +46507,11 @@ 
Types
file_copy

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

-
+                            
                                 {
     "UserGroupUpdate":{
         "Section": {
@@ -46581,11 +46605,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "UserGroupUpdate":{
         "Section": {
@@ -46667,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"/>
@@ -46682,7 +46706,7 @@ 
Types
<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>
+ <lastModificationDate>2002-10-06
View more @@ -46694,11 +46718,11 @@
Types
file_copy

-
+                            
                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -46723,7 +46747,7 @@ 
Types
"_href": "/api/ibexa/v2/content/locations/1/5/13" }, "Locations": { - "_media-type": "applicatio
+ "_media-type": "application/vnd.ibexa.api.Location
View more @@ -46791,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"/>
@@ -46870,11 +46894,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -47192,6 +47216,13 @@ 
Possible responses

/user/groups/{path}/users

-
+
-
- Create User - ¶ + data-search="load-users-of-group"> + Load Users of Group + ¶

- POST + GET /user/groups/{path}/users

-

Creates a new User in the given Group.

+

Loads the Users of the Group with the given ID.

Header parameters

Accept

-

If set, the new User is returned in XML or JSON format.

+

UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format.

@@ -47247,8 +47278,10 @@
Header parameters
@@ -47256,9 +47289,399 @@
Header parameters
Examples - application/vnd.ibexa.api.User+xml -application/vnd.ibexa.api.User+json + application/vnd.ibexa.api.UserList+xml +application/vnd.ibexa.api.UserList+json +application/vnd.ibexa.api.UserRefList+xml +application/vnd.ibexa.api.UserRefList+json
+
+ +
+
Query parameters
+
+ + + + + + + + + + + + + + + + + + + + +
PropertyTypeValue
+ limit + + + + string + + + + + + Only 'limit' items will be returned started by offset. +
+ offset + + + + string + + + + + + Offset of the result set. +
+
+
+ +
+
Possible responses
+
+ + + + + + + + + + + + + + + + + + + + + +
CodeDescription
+ + 200 + + +

OK - the Users of the Group with the given ID.

+
+ 401 + +

Error - the user has no permission to read User Groups.

+
+ 404 + +

Error - the User Group does not exist.

+
+
+
+ +
+
Types
+
+ + + + + + + + + + + + + +
TypeDescription
+ + UserRefList + + Returns a list of the users.
+
+
+ +
+
+ +
+
+
+
+
+ +
+ Code: 200 +
+
+
+
+
+
+

+ 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>
+
+                            
+
+ View more +
+
+
+

+ 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"
+            }
+        ]
+    }
+}
+
+                            
+
+ View more +
+
+
+ +
+
+
+
+
+
+
+
+
+ Create User + ¶ +
+
+
+

+ POST + /user/groups/{path}/users +

+

Creates a new User in the given Group.

+
+
Header parameters
-

Content-Type

-

The UserCreate schema encoded in XML or JSON format.

+

Accept

+

If set, the new User is returned in XML or JSON format.

+
+ + + + + + + + + + + + + + + + + +
PropertyValue
Type + + + string + + + + +
Examples + application/vnd.ibexa.api.User+xml +application/vnd.ibexa.api.User+json + +
+
+
+
+

Content-Type

+

The UserCreate schema encoded in XML or JSON format.

@@ -47427,11 +47850,11 @@
Types
file_copy

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

-
+                            
                                 {
   "UserCreate": {
     "mainLanguageCode": "eng-GB",
@@ -47555,11 +47978,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "UserCreate": {
     "mainLanguageCode": "eng-GB",
@@ -47671,11 +48094,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"/>
@@ -47686,7 +48109,7 @@ 
Types
<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
+<publishDate>2019-02-27T11:23:42+01:00</publ
View more @@ -47698,11 +48121,11 @@
Types
file_copy

-
+                            
                                 {
     "User": {
         "_media-type": "application/vnd.ibexa.api.User+json",
@@ -47727,7 +48150,8 @@ 
Types
"_href": "/api/ibexa/v2/content/locations/1/5/13/58" }, "Locations": { - "_media-type": "application/vnd.ibexa.api.LocationList+json",
+ "_media-type": "application/vnd.ibexa.api.LocationList+json", + "_href": "/
View more @@ -47795,11 +48219,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"/>
@@ -47898,11 +48322,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "User": {
         "_media-type": "application/vnd.ibexa.api.User+json",
@@ -48072,6 +48496,13 @@ 
Types

/user/groups/{path}/subgroups

-
+
-
- Create User Group - ¶ + data-search="load-subgroups"> + Load subgroups + ¶

- POST + GET /user/groups/{path}/subgroups

-

Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'.

+

Returns a list of the subgroups.

Header parameters

Accept

-

If set, the new User Group is returned in XML or JSON format.

+

UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format.

@@ -48127,8 +48558,10 @@
Header parameters
@@ -48136,9 +48569,389 @@
Header parameters
Examples - application/vnd.ibexa.api.UserGroup+xml -application/vnd.ibexa.api.UserGroup+json + application/vnd.ibexa.api.UserGroupList+xml +application/vnd.ibexa.api.UserGroupList+json +application/vnd.ibexa.api.UserGroupRefList+xml +application/vnd.ibexa.api.UserGroupRefList+json
+
+ +
+
Query parameters
+
+ + + + + + + + + + + + + + + + + + + + +
PropertyTypeValue
+ limit + + + + string + + + + + + The number of Locations returned. +
+ offset + + + + string + + + + + + The offset of the result set. +
+
+
+ +
+
Possible responses
+
+ + + + + + + + + + + + + + + + + + + + + +
CodeDescription
+ + 200 + + +

OK - list of the subgroups.

+
+ 401 + +

Error - the user has no permission to read User Groups.

+
+ 404 + +

Error - the User Group does not exist.

+
+
+
+ +
+
Types
+
+ + + + + + + + + + + + + +
TypeDescription
+ + UserGroupRefList + + Returns a list of the sub groups.
+
+
+ +
+
+ +
+
+
+
+
+ +
+ Code: 200 +
+
+
+
+
+
+

+ 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>
+
+                            
+
+ View more +
+
+
+

+ 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"
+            }
+        ]
+    }
+}
+
+                            
+
+ View more +
+
+
+ +
+
+
+
+
+
+
+
+
+ Create User Group + ¶ +
+
+
+

+ POST + /user/groups/{path}/subgroups +

+

Creates a new User Group under the given parent. To create a top level group use '/user/groups/subgroups'.

+
+
Header parameters
-

Content-Type

-

The UserGroupCreate schema encoded in XML or JSON format.

+

Accept

+

If set, the new User Group is returned in XML or JSON format.

+
+ + + + + + + + + + + + + + + + + +
PropertyValue
Type + + + string + + + + +
Examples + application/vnd.ibexa.api.UserGroup+xml +application/vnd.ibexa.api.UserGroup+json + +
+
+
+
+

Content-Type

+

The UserGroupCreate schema encoded in XML or JSON format.

@@ -48291,11 +49104,11 @@
Types
file_copy

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

-
+                            
                                 {
   "UserGroupCreate": {
     "mainLanguageCode": "eng-GB",
@@ -48413,11 +49226,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
   "UserGroupCreate": {
     "mainLanguageCode": "eng-GB",
@@ -48523,11 +49336,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"/>
@@ -48538,7 +49351,7 @@ 
Types
<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
+ <lastModificationDate>2021-08-09T09:03:35+00:00</lastMod
View more @@ -48550,11 +49363,11 @@
Types
file_copy

-
+                            
                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -48579,7 +49392,8 @@ 
Types
"_href": "/api/ibexa/v2/content/locations/1/5/81" }, "Locations": { - "_media-type": "application/vnd.ibexa.api.Location
+ "_media-type": "application/vnd.ibexa.api.LocationList+json", +
View more @@ -48647,11 +49461,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"/>
@@ -48726,11 +49540,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserGroup": {
         "_media-type": "application/vnd.ibexa.api.UserGroup+json",
@@ -49040,11 +49854,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"/>
@@ -49104,11 +49918,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"/>
@@ -49338,11 +50152,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"/>
@@ -49365,11 +50179,11 @@ 
Types
file_copy

-
+                            
                                 {
   "RoleAssignInput": {
     "Role": {
@@ -49461,11 +50275,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"/>
@@ -49488,11 +50302,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "RoleAssignInput": {
     "Role": {
@@ -49572,11 +50386,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">
@@ -49595,7 +50409,7 @@ 
Types
</limitation> <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/10"/> </RoleAssignment> -<RoleAssig
+<RoleAssignment media-type="
View more @@ -49607,11 +50421,11 @@
Types
file_copy

-
+                            
                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -49696,11 +50510,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">
@@ -49740,11 +50554,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -49960,11 +50774,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"/>
@@ -49981,11 +50795,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleAssignment": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
@@ -50064,11 +50878,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"/>
@@ -50085,11 +50899,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignment": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
@@ -50161,796 +50975,8 @@ 
Header parameters
- - -
Examples - application/vnd.ibexa.api.RoleAssignmentList+xml -application/vnd.ibexa.api.RoleAssignmentList+json - -
-
-
-
- - -
-
Possible responses
-
- - - - - - - - - - - - - - - - - -
CodeDescription
- - 200 - - -

-
- 401 - -

Error - the user is not authorized to delete this Role assignment.

-
-
-
- -
-
Types
-
- - - - - - - - - - - - - -
TypeDescription
- - RoleAssignmentList - - This value object represents a list of assignments of a User or User group to a role including a limitation.
-
-
- -
-
- -
-
-
-
-
- -
- Code: 200 -
-
-
-
-
-
-

- 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>
-
-                            
-
- View more -
-
-
-

- 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"
-                }
-            }
-        ]
-    }
-}
-
-                            
-
- View more -
-
-
- -
-
-
-
-
-
-
-

/user/groups/{id}/users

- -
-
-
-
-
-
- Load Users of Group - ¶ -
-
-
-

- GET - /user/groups/{id}/users -

-

Loads the Users of the Group with the given ID.

-
-
Header parameters
-
-

Accept

-

UserList - If set, the User list returned in XML or JSON format. UserRefList - If set, the link list of Users returned in XML or JSON format.

-
- - - - - - - - - - - - - - - - - -
PropertyValue
Type - - - string - - - - -
Examples - application/vnd.ibexa.api.UserList+xml -application/vnd.ibexa.api.UserList+json -application/vnd.ibexa.api.UserRefList+xml -application/vnd.ibexa.api.UserRefList+json - -
-
-
-
- -
-
Query parameters
-
- - - - - - - - - - - - - - - - - - - - -
PropertyTypeValue
- limit - - - - string - - - - - - Only 'limit' items will be returned started by offset. -
- offset - - - - string - - - - - - Offset of the result set. -
-
-
- -
-
Possible responses
-
- - - - - - - - - - - - - - - - - - - - - -
CodeDescription
- - 200 - - -

OK - the Users of the Group with the given ID.

-
- 401 - -

Error - the user has no permission to read User Groups.

-
- 404 - -

Error - the User Group does not exist.

-
-
-
- -
-
Types
-
- - - - - - - - - - - - - -
TypeDescription
- - UserRefList - - Returns a list of the users.
-
-
- -
-
- -
-
-
-
-
- -
- Code: 200 -
-
-
-
-
-
-

- 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>
-
-                            
-
- View more -
-
-
-

- 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"
-            }
-        ]
-    }
-}
-
-                            
-
- View more -
-
-
- -
-
-
-
-
-
-
-

/user/groups/{id}/subgroups

- -
-
-
-
-
-
- Load subgroups - ¶ -
-
-
-

- GET - /user/groups/{id}/subgroups -

-

Returns a list of the subgroups.

-
-
Header parameters
-
-

Accept

-

UserGroupList - If set, the User Group list is returned in XML or JSON format. UserGroupRefList - If set, the link list of User Groups is returned in XML or JSON format.

-
- - - - - - - - - - - - - - - @@ -50960,57 +50986,7 @@
Header parameters
-
-
Query parameters
-
-
PropertyValue
Type - - - string - - - - -
Examples - application/vnd.ibexa.api.UserGroupList+xml -application/vnd.ibexa.api.UserGroupList+json -application/vnd.ibexa.api.UserGroupRefList+xml -application/vnd.ibexa.api.UserGroupRefList+json + application/vnd.ibexa.api.RoleAssignmentList+xml +application/vnd.ibexa.api.RoleAssignmentList+json
- - - - - - - - - - - - - - - - - - - -
PropertyTypeValue
- limit - - - - string - - - - - - The number of Locations returned. -
- offset - - - - string - - - - - - The offset of the result set. -
-
-
- +
Possible responses
@@ -51024,13 +51000,13 @@
Possible responses
- 200 -

OK - list of the subgroups.

+

@@ -51038,15 +51014,7 @@
Possible responses
401 -

Error - the user has no permission to read User Groups.

- - - - - 404 - - -

Error - the User Group does not exist.

+

Error - the user is not authorized to delete this Role assignment.

@@ -51067,11 +51035,11 @@
Types
- - UserGroupRefList + + RoleAssignmentList - Returns a list of the sub groups. + This value object represents a list of assignments of a User or User group to a role including a limitation. @@ -51084,28 +51052,28 @@
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>
+<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>
 
                             
- View more + View more
-
+

file_copy

-
+                            
                                 {
-    "UserGroupRefList": {
-        "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
-        "_href": "/api/ibexa/v2/user/groups/13/subgroups",
-        "UserGroup": [
+    "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.UserGroup+json",
-                "_href": "/api/ibexa/v2/user/groups/1/5/13/112"
+                "_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"
+                }
             }
         ]
     }
@@ -51165,17 +51155,17 @@ 
Types
- View more + View more
- View more @@ -51679,11 +51692,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"/>
@@ -51700,11 +51713,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserList": {
         "_media-type": "application/vnd.ibexa.api.UserList+json",
@@ -52248,11 +52261,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">
@@ -52262,7 +52275,7 @@ 
Types
<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
+ <Groups media-type="application/vnd.ibexa.api.UserGroupRefList+xml" href="/api
View more @@ -52274,11 +52287,11 @@
Types
file_copy

-
+                            
                                 {
     "UserList": {
         "_media-type": "application/vnd.ibexa.api.UserList+json",
@@ -52300,7 +52313,8 @@ 
Types
}, "Section": { "_media-type": "application/vnd.ibexa.api.Section+json", - "_href": "/api/ibexa/v2/content/sect
+ "_href": "/api/ibexa/v2/content/sections/2" +
View more @@ -52368,11 +52382,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">
@@ -52481,11 +52495,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserList": {
         "_media-type": "application/vnd.ibexa.api.UserList+json",
@@ -52916,11 +52930,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UserUpdate>
   <login>josevargas</login>
@@ -52938,11 +52952,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UserUpdate": {
         "login": "josevargas",
@@ -53013,11 +53027,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UserUpdate>
   <login>josevargas</login>
@@ -53035,11 +53049,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserUpdate": {
         "login": "josevargas",
@@ -53098,11 +53112,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"/>
@@ -53112,7 +53126,7 @@ 
Types
<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/
+ <Owner media-type="application/vnd.ibexa.api.User+xml" href="/api/ibexa/v2/user/users/10"
View more @@ -53124,11 +53138,11 @@
Types
file_copy

-
+                            
                                 {
     "User": {
         "_media-type": "application/vnd.ibexa.api.User+json",
@@ -53153,7 +53167,8 @@ 
Types
"_href": "/api/ibexa/v2/content/locations/1/5/12/79" }, "Locations": { - "_media-type": "application/vnd.ibexa.api.Loca
+ "_media-type": "application/vnd.ibexa.api.LocationList+json", +
View more @@ -53221,11 +53236,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"/>
@@ -53332,11 +53347,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "User": {
         "_media-type": "application/vnd.ibexa.api.User+json",
@@ -53809,11 +53824,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">
@@ -53878,11 +53893,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">
@@ -54119,11 +54134,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">
@@ -54145,11 +54160,11 @@ 
Types
file_copy

-
+                            
                                 {
     "UserGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
@@ -54242,11 +54257,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">
@@ -54268,11 +54283,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "UserGroupRefList": {
         "_media-type": "application/vnd.ibexa.api.UserGroupRefList+json",
@@ -54495,11 +54510,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <UserGroupRefList href="/user/users/45/groups"
   media-type="application/vnd.ibexa.api.UserGroupRefList">
@@ -54565,11 +54580,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <UserGroupRefList href="/user/users/45/groups"
   media-type="application/vnd.ibexa.api.UserGroupRefList">
@@ -54779,11 +54794,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">
@@ -54807,11 +54822,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -54907,11 +54922,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">
@@ -54935,11 +54950,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -55192,11 +55207,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"/>
@@ -55219,11 +55234,11 @@ 
Types
file_copy

-
+                            
                                 {
   "RoleAssignInput": {
     "Role": {
@@ -55315,11 +55330,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"/>
@@ -55342,11 +55357,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "RoleAssignInput": {
     "Role": {
@@ -55426,11 +55441,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">
@@ -55447,7 +55462,8 @@ 
Types
<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/
+ <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/ibexa/v2/user/roles/2"/> +
View more @@ -55459,11 +55475,11 @@
Types
file_copy

-
+                            
                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -55489,7 +55505,7 @@ 
Types
} }, { - "_medi
+ "_media-type": "application/vnd
View more @@ -55557,11 +55573,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">
@@ -55593,11 +55609,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -55843,11 +55859,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">
@@ -55869,11 +55885,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleAssignment": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
@@ -55963,11 +55979,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">
@@ -55989,11 +56005,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignment": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignment+json",
@@ -56193,11 +56209,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">
@@ -56225,11 +56241,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -56322,11 +56338,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">
@@ -56354,11 +56370,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleAssignmentList": {
         "_media-type": "application/vnd.ibexa.api.RoleAssignmentList+json",
@@ -56652,11 +56668,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">
@@ -56671,7 +56687,7 @@ 
Types
<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
+ <Role media-type="application/vnd.ibexa.api.Role+xml" href="/api/i
View more @@ -56683,11 +56699,11 @@
Types
file_copy

-
+                            
                                 {
     "RoleList": {
         "_media-type": "application/vnd.ibexa.api.RoleList+json",
@@ -56712,7 +56728,7 @@ 
Types
} }, { - "_media-t
+ "_media-type": "application/vnd.i
View more @@ -56780,11 +56796,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">
@@ -56828,11 +56844,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleList": {
         "_media-type": "application/vnd.ibexa.api.RoleList+json",
@@ -57161,11 +57177,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>
@@ -57183,11 +57199,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -57267,11 +57283,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>
@@ -57289,11 +57305,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -57554,11 +57570,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>
@@ -57576,11 +57592,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -57660,11 +57676,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>
@@ -57682,11 +57698,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -57912,11 +57928,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>
@@ -57934,11 +57950,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -58018,11 +58034,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>
@@ -58040,11 +58056,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -58317,11 +58333,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <RoleInput>
     <identifier>NewIdentifier</identifier>
@@ -58338,11 +58354,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleInput": {
         "identifier": "NewIdentifier"
@@ -58412,11 +58428,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <RoleInput>
     <identifier>NewIdentifier</identifier>
@@ -58433,11 +58449,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleInput": {
         "identifier": "NewIdentifier"
@@ -58495,11 +58511,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>
@@ -58517,11 +58533,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -58601,11 +58617,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>
@@ -58623,11 +58639,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -58948,11 +58964,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>
@@ -58970,11 +58986,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -59054,11 +59070,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>
@@ -59076,11 +59092,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -59361,11 +59377,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <RoleInput>
     <identifier>UpdatedIdentifier</identifier>
@@ -59382,11 +59398,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RoleInput": {
         "identifier": "UpdatedIdentifier"
@@ -59456,11 +59472,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <RoleInput>
     <identifier>UpdatedIdentifier</identifier>
@@ -59477,11 +59493,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RoleInput": {
         "identifier": "UpdatedIdentifier"
@@ -59539,11 +59555,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>
@@ -59561,11 +59577,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -59645,11 +59661,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>
@@ -59667,11 +59683,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Role": {
         "_media-type": "application/vnd.ibexa.api.Role+json",
@@ -60033,11 +60049,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">
@@ -60058,7 +60074,8 @@ 
Types
<id>350</id> <module>user</module> <function>login</function> -
+ <limitations> +
View more @@ -60070,11 +60087,11 @@
Types
file_copy

-
+                            
                                 {
     "PolicyList": {
         "_media-type": "application/vnd.ibexa.api.PolicyList+json",
@@ -60097,7 +60114,7 @@ 
Types
"_href": "1" }, { - "_media-type": "application
+ "_media-type": "application/vnd.ibexa.api.ref+jso
View more @@ -60165,11 +60182,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">
@@ -60235,11 +60252,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "PolicyList": {
         "_media-type": "application/vnd.ibexa.api.PolicyList+json",
@@ -60627,11 +60644,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <PolicyCreate>
     <module>content</module>
@@ -60701,11 +60718,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <PolicyCreate>
     <module>content</module>
@@ -60766,11 +60783,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>
@@ -60843,11 +60860,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>
@@ -61158,11 +61175,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <PolicyUpdate>
     <limitations>
@@ -61229,11 +61246,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <PolicyUpdate>
     <limitations>
@@ -61291,11 +61308,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>
@@ -61368,11 +61385,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>
@@ -61604,11 +61621,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>
@@ -61640,11 +61657,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Policy": {
         "_media-type": "application/vnd.ibexa.api.Policy+json",
@@ -61722,11 +61739,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>
@@ -61758,11 +61775,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Policy": {
         "_media-type": "application/vnd.ibexa.api.Policy+json",
@@ -62068,11 +62085,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">
@@ -62093,7 +62110,8 @@ 
Types
<id>350</id> <module>user</module> <function>login</function> - <limit
+ <limitations> +
View more @@ -62105,11 +62123,11 @@
Types
file_copy

-
+                            
                                 {
     "PolicyList": {
         "_media-type": "application/vnd.ibexa.api.PolicyList+json",
@@ -62132,7 +62150,8 @@ 
Types
"_href": "1" }, { - "_media-type": "application/vnd.ibe
+ "_media-type": "application/vnd.ibexa.api.ref+json", +
View more @@ -62200,11 +62219,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">
@@ -62270,11 +62289,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "PolicyList": {
         "_media-type": "application/vnd.ibexa.api.PolicyList+json",
@@ -62696,11 +62715,11 @@ 
Types
file_copy

-
+                            
                                 <?xml version="1.0" encoding="UTF-8"?>
 <SessionInput>
   <login>admin</login>
@@ -62718,11 +62737,11 @@ 
Types
file_copy

-
+                            
                                 {
   "SessionInput": {
     "login": "admin",
@@ -62794,11 +62813,11 @@ 
Types
file_copy

-
+                                            
                                                 <?xml version="1.0" encoding="UTF-8"?>
 <SessionInput>
   <login>admin</login>
@@ -62816,11 +62835,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "SessionInput": {
     "login": "admin",
@@ -62880,11 +62899,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>
@@ -62904,11 +62923,11 @@ 
Types
file_copy

-
+                            
                                 {
   "Session": {
     "name": "eZSSID",
@@ -62988,11 +63007,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>
@@ -63012,11 +63031,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "Session": {
     "name": "eZSSID",
@@ -63079,11 +63098,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>
@@ -63103,11 +63122,11 @@ 
Types
file_copy

-
+                            
                                 {
   "Session": {
     "name": "eZSSID",
@@ -63187,11 +63206,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>
@@ -63211,11 +63230,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "Session": {
     "name": "eZSSID",
@@ -63574,11 +63593,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>
@@ -63598,11 +63617,11 @@ 
Types
file_copy

-
+                            
                                 {
   "Session": {
     "name": "eZSSID",
@@ -63682,11 +63701,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>
@@ -63706,11 +63725,11 @@ 
Types
file_copy

-
+                                            
                                                 {
   "Session": {
     "name": "eZSSID",
@@ -63956,11 +63975,11 @@ 
Types
file_copy

-
+                            
                                 <JWTInput>
     <password>publish</password>
     <username>admin</username>
@@ -63977,11 +63996,11 @@ 
Types
file_copy

-
+                            
                                 {
     "JWTInput": {
         "username": "admin",
@@ -64053,11 +64072,11 @@ 
Types
file_copy

-
+                                            
                                                 <JWTInput>
     <password>publish</password>
     <username>admin</username>
@@ -64074,11 +64093,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "JWTInput": {
         "username": "admin",
@@ -64138,11 +64157,11 @@ 
Types
file_copy

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

-
+                            
                                 {
     "JWT": {
         "_media-type": "application/vnd.ibexa.api.JWT+json",
@@ -64236,11 +64255,11 @@ 
Types
file_copy

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

-
+                                            
                                                 {
     "JWT": {
         "_media-type": "application/vnd.ibexa.api.JWT+json",
@@ -64446,11 +64465,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">
@@ -64478,7 +64497,7 @@ 
Types
<IDC>213</IDC> </Country> <Country media-type="application/vnd.ibexa.api.Country+xml" id="AS"> -
+ <name>American Samoa</
View more @@ -64533,11 +64552,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">
@@ -66034,9 +66053,9 @@ 
Types
-

- eCommerce API (deprecated as of Ibexa DXP 4.4) - ¶ +

+ eCommerce API (deprecated as of Ibexa DXP 4.4) + ¶

/commerce/basket

@@ -66046,7 +66065,7 @@

/commerce/basket

/commerce/basket

-
+
@@ -66214,11 +66233,11 @@
Types
file_copy

-
+                            
                                 {
   "BasketListResponse": {
     "_media-type": "application\/vnd.ibexa.api.BasketListResponse+json",
@@ -66249,7 +66268,7 @@ 
Types
"_media-type": "application\/vnd.ibexa.api.BasketTotals+json" }, "dateLastPriceCalculation": { -
+ "_media-type": "application
View more @@ -66262,7 +66281,7 @@
Types
@@ -66384,7 +66399,7 @@
Types

/commerce/basket/current

-
+
@@ -66537,11 +66552,11 @@
Types
file_copy

-
+                            
                                 {
   "Basket": {
     "_media-type": "application\/vnd.ibexa.api.Basket+json",
@@ -66578,7 +66593,9 @@ 
Types
"totalGross": 0, "vatList": { "19": 0 -
+ }, + "groupType": "order", +
View more @@ -66591,7 +66608,7 @@
Types
-
+
@@ -67003,11 +67020,11 @@
Types
file_copy

-
+                            
                                 {
   "Basket": {
     "_media-type": "application\/vnd.ibexa.api.Basket+json",
@@ -67044,7 +67061,9 @@ 
Types
"totalGross": 0, "vatList": { "19": 0 -
+ }, + "groupType": "order", +
View more @@ -67057,7 +67076,7 @@
Types
-
+
-
+
-
+
@@ -67681,11 +67700,11 @@
Types
file_copy

-
+                            
                                 {
   "PartyData": {
     "_data-type":"invoice",
@@ -67720,7 +67739,7 @@ 
Types
"SesExtension":{} }, "Contact":{ - "_me
+ "_media-type":"application/vnd.ibexa.a
View more @@ -67733,7 +67752,7 @@
Types
View more @@ -67932,7 +67953,7 @@
Types
@@ -68221,7 +68238,7 @@
Types

/commerce/basket/current/shippingmethod

-
+
@@ -68358,11 +68375,11 @@
Types
file_copy

-
+                            
                                 {
   "ShippingMethodData": {
     "shippingMethod": "mail"
@@ -68381,7 +68398,7 @@ 
Types
View more @@ -68527,7 +68546,7 @@
Types
@@ -68816,7 +68831,7 @@
Types

/commerce/basket/current/paymentmethod

-
+
@@ -68953,11 +68968,11 @@
Types
file_copy

-
+                            
                                 {
   "PaymentMethodData": {
     "paymentMethod": "invoice"
@@ -68976,7 +68991,7 @@ 
Types
View more @@ -69122,7 +69139,7 @@
Types
@@ -69411,7 +69424,7 @@
Types

/commerce/basket/current/voucher

-
+
@@ -69548,11 +69561,11 @@
Types
file_copy

-
+                            
                                 {
   "VoucherData": {
     "voucherCode": "1234567"
@@ -69571,7 +69584,7 @@ 
Types
View more @@ -69717,7 +69732,7 @@
Types
@@ -70006,7 +70017,7 @@
Types

/commerce/basket/current/line

-
+
@@ -70143,11 +70154,11 @@
Types
file_copy

-
+                            
                                 {
   "BasketLineData": [
     {
@@ -70171,7 +70182,7 @@ 
Types
View more @@ -70322,7 +70335,7 @@
Types
-
+
@@ -70840,11 +70853,11 @@
Types
file_copy

-
+                            
                                 {
   "Basket": {
     "_media-type": "application\/vnd.ibexa.api.Basket+json",
@@ -70880,7 +70893,8 @@ 
Types
"totalsSumGross": null, "additionalLines": null, "lines": [], - "dateLastPriceCalculation"
+ "dateLastPriceCalculation": null, + "shippingMethod": null,
View more @@ -70893,7 +70907,7 @@
Types
-
+
@@ -71129,11 +71143,11 @@
Types
file_copy

-
+                            
                                 {
   "BasketHeaderData": {
     "value": "foobar"
@@ -71152,7 +71166,7 @@ 
Types
View more @@ -71298,7 +71314,7 @@
Types
-
+
@@ -71696,11 +71712,11 @@
Types
file_copy

-
+                            
                                 {
   "BasketHeaderData": {
     "value": "foobar"
@@ -71719,7 +71735,7 @@ 
Types
View more @@ -71865,7 +71883,7 @@
Types
-
+
@@ -72281,11 +72299,11 @@
Types
file_copy

-
+                            
                                 {
   "BasketLineData": [
     {
@@ -72309,7 +72327,7 @@ 
Types
View more @@ -72460,7 +72480,7 @@
Types
-
+
@@ -72997,11 +73017,11 @@
Types
file_copy

-
+                            
                                 {
   "Basket": {
     "_media-type": "application\/vnd.ibexa.api.Basket+json",
@@ -73038,7 +73058,9 @@ 
Types
"totalGross": 0, "vatList": { "19": 0 -
+ }, + "groupType": "order", +
View more @@ -73051,7 +73073,7 @@
Types
-
+
@@ -73588,11 +73610,11 @@
Types
file_copy

-
+                            
                                 {
   "Basket": {
     "_media-type": "application\/vnd.ibexa.api.Basket+json",
@@ -73629,7 +73651,9 @@ 
Types
"totalGross": 0, "vatList": { "19": 0 -
+ }, + "groupType": "order", +
View more @@ -73642,7 +73666,7 @@
Types
-
+
@@ -74163,11 +74187,11 @@
Types
file_copy

-
+                            
                                 {
   "PaymentMethodDataResponse": {
     "_media-type": "application\/vnd.ibexa.api.PaymentMethodDataResponse+json",
@@ -74191,7 +74215,7 @@ 
Types
-
+
@@ -74381,11 +74405,11 @@
Types
file_copy

-
+                            
                                 {
   "ShippingMethodDataResponse": {
     "_media-type": "application\/vnd.ibexa.api.ShippingMethodDataResponse+json",
@@ -74410,7 +74434,7 @@ 
Types
-
+
@@ -74604,11 +74628,11 @@
Types
file_copy

-
+                            
                                 {
   "ShippingAddressesResponse": {
     "_media-type": "application\/vnd.ibexa.api.ShippingAddressesResponse+json",
@@ -74636,7 +74660,8 @@ 
Types
"SesExtension": {} }, "Contact": { - "_media-type": "application\/vnd.ibexa.api.Con
+ "_media-type": "application\/vnd.ibexa.api.Contact+json", + "ID":
View more @@ -74649,7 +74674,7 @@
Types
-
+
@@ -74887,11 +74912,11 @@
Types
file_copy

-
+                            
                                 {
   "PriceResponse": {
     "_media-type": "application\/vnd.ibexa.api.PriceResponse+json",
@@ -74913,7 +74938,7 @@ 
Types
-
+
-
+
-
- Get list of countries (deprecated as of Ibexa DXP 4.4) - ¶ + data-search="get-list-of-countries--deprecated-as-of-ibexa-dxp-4.4"> + Get list of countries (deprecated as of Ibexa DXP 4.4) + ¶
@@ -75269,11 +75294,11 @@
Types
file_copy

-
+                            
                                 {
   "CountrySelectionResponse": {
     "_media-type": "application\/vnd.ibexa.api.CountrySelectionResponse+json",
@@ -75313,7 +75338,8 @@ 
Types
"NG": "Nigeria", "NO": "Norway", "PH": "Philippines", -
+ "PL": "Poland", + "PT": "Portuga
View more @@ -75326,7 +75352,7 @@
Types
View more @@ -75940,11 +75966,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -76317,11 +76343,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -76349,7 +76375,7 @@ 
Types
{ "_media-type": "application/vnd.ibexa.api.ProductAvailability+json", "ProductAvailabilityCriterion": { -
+ "_media-type":
View more @@ -76404,11 +76430,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -76704,11 +76730,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CatalogUpdate": {
         "identifier": "test_catalog_updated",
@@ -76781,11 +76807,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CatalogUpdate": {
         "identifier": "test_catalog_updated",
@@ -76849,11 +76875,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -76879,7 +76905,8 @@ 
Types
}, { "_media-type": "application/vnd.ibexa.api.ProductAvailability+json", - "ProductAvailabilityCriterion
+ "ProductAvailabilityCriterion": { +
View more @@ -76934,11 +76961,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -77219,11 +77246,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CatalogCopy": {
         "identifier": "test_catalog_copied",
@@ -77282,11 +77309,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CatalogCopy": {
         "identifier": "test_catalog_copied",
@@ -77336,11 +77363,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -77367,7 +77394,7 @@ 
Types
{ "_media-type": "application/vnd.ibexa.api.ProductAvailability+json", "ProductAvailabilityCriterion": { -
+ "_med
View more @@ -77422,11 +77449,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Catalog": {
         "_media-type": "application/vnd.ibexa.api.Catalog+json",
@@ -77682,11 +77709,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -77750,11 +77777,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -77978,11 +78005,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -78046,11 +78073,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -78272,11 +78299,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductFilterList": {
         "_media-type": "application/vnd.ibexa.api.ProductFilterList+json",
@@ -78302,7 +78329,7 @@ 
Types
"name": "FloatAttributeCriterion" }, { - "_media-type": "application/
+ "_media-type": "application/vnd.ibexa.api.ProductFilt
View more @@ -78357,11 +78384,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductFilterList": {
         "_media-type": "application/vnd.ibexa.api.ProductFilterList+json",
@@ -78625,11 +78652,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductSortClauseList": {
         "_media-type": "application/vnd.ibexa.api.ProductSortClauseList+json",
@@ -78708,11 +78735,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductSortClauseList": {
         "_media-type": "application/vnd.ibexa.api.ProductSortClauseList+json",
@@ -78973,11 +79000,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CurrencyCreate": {
         "code": "cur",
@@ -79037,11 +79064,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CurrencyCreate": {
         "code": "cur",
@@ -79092,11 +79119,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -79160,11 +79187,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -79375,11 +79402,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CurrencyList": {
         "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
@@ -79410,7 +79437,8 @@ 
Types
"id": 4, "code": "DZD", "subunits": 2, -
+ "enabled": false +
View more @@ -79465,11 +79493,11 @@
Types
file_copy

-
+                                            
                                                 {
     "CurrencyList": {
         "_media-type": "application/vnd.ibexa.api.CurrencyList+json",
@@ -79723,11 +79751,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -79792,11 +79820,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -80027,11 +80055,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CurrencyUpdate": {
         "subunits": 1,
@@ -80089,11 +80117,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CurrencyUpdate": {
         "subunits": 1,
@@ -80142,11 +80170,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -80210,11 +80238,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Currency": {
         "_media-type": "application/vnd.ibexa.api.Currency+json",
@@ -80493,11 +80521,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -80559,11 +80587,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -80767,11 +80795,11 @@ 
Types
file_copy

-
+                            
                                 {
     "RegionList": {
         "_media-type": "application/vnd.ibexa.api.RegionList+json",
@@ -80853,11 +80881,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "RegionList": {
         "_media-type": "application/vnd.ibexa.api.RegionList+json",
@@ -81094,11 +81122,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -81160,11 +81188,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -81405,11 +81433,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroupListGet": {
         "prefix": "s",
@@ -81469,11 +81497,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroupListGet": {
         "prefix": "s",
@@ -81524,11 +81552,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroupList": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
@@ -81603,11 +81631,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroupList": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroupList+json",
@@ -81848,11 +81876,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroupCreate": {
         "identifier": "attr_group_test",
@@ -81913,11 +81941,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroupCreate": {
         "identifier": "attr_group_test",
@@ -81969,11 +81997,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -82036,11 +82064,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -82281,11 +82309,11 @@ 
Types
file_copy

-
+                            
                                 //optional
 {
     "AttributeGroupGet": {
@@ -82344,11 +82372,11 @@ 
Types
file_copy

-
+                                            
                                                 //optional
 {
     "AttributeGroupGet": {
@@ -82398,11 +82426,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -82466,11 +82494,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -82708,11 +82736,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroupUpdate": {
         "identifier": "ag_colors",
@@ -82773,11 +82801,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroupUpdate": {
         "identifier": "ag_colors",
@@ -82829,11 +82857,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -82896,11 +82924,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeGroup": {
         "_media-type": "application/vnd.ibexa.api.AttributeGroup+json",
@@ -83252,11 +83280,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -83319,11 +83347,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -83581,11 +83609,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeCreate": {
         "identifier": "foo",
@@ -83655,11 +83683,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeCreate": {
         "identifier": "foo",
@@ -83720,11 +83748,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -83792,11 +83820,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -84006,11 +84034,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeListGet": {
         "group_name_prefix": "a",
@@ -84071,11 +84099,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeListGet": {
         "group_name_prefix": "a",
@@ -84127,11 +84155,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeList": {
         "_media-type": "application/vnd.ibexa.api.AttributeList+json",
@@ -84159,7 +84187,7 @@ 
Types
{ "_media-type": "application/vnd.ibexa.api.Attribute+json", "identifier": "attrib3", -
+ "name": "Attr
View more @@ -84214,11 +84242,11 @@
Types
file_copy

-
+                                            
                                                 {
     "AttributeList": {
         "_media-type": "application/vnd.ibexa.api.AttributeList+json",
@@ -84482,11 +84510,11 @@ 
Types
file_copy

-
+                            
                                 //optional
 {
     "AttributeGroupGet": {
@@ -84545,11 +84573,11 @@ 
Types
file_copy

-
+                                            
                                                 //optional
 {
     "AttributeGroupGet": {
@@ -84599,11 +84627,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -84670,11 +84698,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -84989,11 +85017,11 @@ 
Types
file_copy

-
+                            
                                 {
     "AttributeUpdate": {
         "identifier": "attr_group",
@@ -85059,11 +85087,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "AttributeUpdate": {
         "identifier": "attr_group",
@@ -85120,11 +85148,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -85191,11 +85219,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "Attribute": {
         "_media-type": "application/vnd.ibexa.api.Attribute+json",
@@ -85491,11 +85519,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -85561,11 +85589,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -85807,11 +85835,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroupList": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
@@ -85892,11 +85920,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroupList": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroupList+json",
@@ -86143,11 +86171,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroupCreate": {
         "identifier": "customer_group",
@@ -86211,11 +86239,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroupCreate": {
         "identifier": "customer_group",
@@ -86270,11 +86298,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -86341,11 +86369,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -86587,11 +86615,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -86658,11 +86686,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -86887,11 +86915,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroupUpdate": {
         "identifier": "customer_group",
@@ -86953,11 +86981,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroupUpdate": {
         "identifier": "customer_group",
@@ -87010,11 +87038,11 @@ 
Types
file_copy

-
+                            
                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -87081,11 +87109,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "CustomerGroup": {
         "_media-type": "application/vnd.ibexa.api.CustomerGroup+json",
@@ -87367,11 +87395,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -87433,11 +87461,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -87702,11 +87730,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductTypeCreate": {
         "ContentTypeCreateStruct": {
@@ -87735,7 +87763,8 @@ 
Types
"modificationDate": "2021-06-28T11:31:22+00:00", "remoteId": "c15b600eb9198b1924063b5a68758232", "urlAliasSchema": "", - "nameSchema": "<s
+ "nameSchema": "<short_title|title>", +
View more @@ -87787,11 +87816,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductTypeCreate": {
         "ContentTypeCreateStruct": {
@@ -87922,11 +87951,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -88005,11 +88034,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -88230,11 +88259,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductTypeListGet": {
         "name_prefix": "s",
@@ -88293,11 +88322,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductTypeListGet": {
         "name_prefix": "s",
@@ -88347,11 +88376,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductTypeList": {
         "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
@@ -88419,11 +88448,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductTypeList": {
         "_media-type": "application/vnd.ibexa.api.ProductTypeList+json",
@@ -88577,11 +88606,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>
@@ -88641,11 +88670,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>
@@ -88880,11 +88909,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -88947,11 +88976,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -89172,11 +89201,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductTypeUpdate": {
         "ContentTypeUpdateStruct": {
@@ -89258,11 +89287,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductTypeUpdate": {
         "ContentTypeUpdateStruct": {
@@ -89335,11 +89364,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -89419,11 +89448,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductType": {
         "_media-type": "application/vnd.ibexa.api.ProductType+json",
@@ -89718,11 +89747,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -89785,11 +89814,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -90024,11 +90053,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductListGet": {
         "offset": 0, 
@@ -90087,11 +90116,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductListGet": {
         "offset": 0, 
@@ -90141,11 +90170,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductList": {
         "_media-type": "application/vnd.ibexa.api.ProductList+json",
@@ -90169,7 +90198,7 @@ 
Types
}, "created_at": 1645787815, "updated_at": 1645787815, -
+ "Attribu
View more @@ -90224,11 +90253,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductList": {
         "_media-type": "application/vnd.ibexa.api.ProductList+json",
@@ -90657,11 +90686,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductCreate": {
         "ContentCreate": {
@@ -90688,7 +90717,7 @@ 
Types
{ "fieldDefinitionIdentifier": "name", "languageCode": "eng-GB", -
+ "fieldTypeIdentifier"
View more @@ -90740,11 +90769,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductCreate": {
         "ContentCreate": {
@@ -90829,11 +90858,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -90858,7 +90887,8 @@ 
Types
"position": 0, "options": "" } -
+ } +
View more @@ -90913,11 +90943,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -91405,11 +91435,11 @@ 
Types
file_copy

-
+                            
                                 //optional
 {
     "ProductGet": {
@@ -91470,11 +91500,11 @@ 
Types
file_copy

-
+                                            
                                                 //optional
 {
     "ProductGet": {
@@ -91526,11 +91556,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -91555,7 +91585,8 @@ 
Types
"position": 0, "options": "" } -
+ } +
View more @@ -91610,11 +91641,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -92023,11 +92054,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductUpdate": {
         "ContentUpdate": { 
@@ -92087,11 +92118,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductUpdate": {
         "ContentUpdate": { 
@@ -92142,11 +92173,11 @@ 
Types
file_copy

-
+                            
                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -92170,6 +92201,7 @@ 
Types
"group": "Test Attribute group", "position": 0, "options": "" + }
@@ -92225,11 +92257,11 @@
Types
file_copy

-
+                                            
                                                 {
     "Product": {
         "_media-type": "application/vnd.ibexa.api.Product+json",
@@ -92636,11 +92668,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -92710,11 +92742,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -92969,11 +93001,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductVariantCreate": {
         "attributes": {
@@ -93036,11 +93068,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductVariantCreate": {
         "attributes": {
@@ -93285,11 +93317,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductVariantGenerate": {
         "attributes": {
@@ -93354,11 +93386,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductVariantGenerate": {
         "attributes": {
@@ -93675,11 +93707,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductVariantUpdate": {
         "code": "test",
@@ -93741,11 +93773,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ProductVariantUpdate": {
         "code": "test",
@@ -93798,11 +93830,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductVariant": {
         "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
@@ -93825,7 +93857,7 @@ 
Types
"_media-type": "application/vnd.ibexa.api.Attribute+json", "identifier": "number", "name": "number", -
+ "d
View more @@ -93880,11 +93912,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductVariant": {
         "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
@@ -94300,11 +94332,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -94366,11 +94398,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "ViewInput": {
         "identifier": "TitleView",
@@ -94609,11 +94641,11 @@ 
Types
file_copy

-
+                            
                                 {
     "ProductVariant": {
         "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
@@ -94636,7 +94668,7 @@ 
Types
"_media-type": "application/vnd.ibexa.api.Attribute+json", "identifier": "number", "name": "number", -
+
View more @@ -94691,11 +94723,11 @@
Types
file_copy

-
+                                            
                                                 {
     "ProductVariant": {
         "_media-type": "application/vnd.ibexa.api.ProductVariant+json",
@@ -95114,11 +95146,11 @@ 
Types
file_copy

-
+                            
                                 {
     "VatCategoryList": {
         "_media-type": "application/vnd.ibexa.api.VatCategoryList+json",
@@ -95199,11 +95231,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "VatCategoryList": {
         "_media-type": "application/vnd.ibexa.api.VatCategoryList+json",
@@ -95418,11 +95450,11 @@ 
Types
file_copy

-
+                            
                                 {
     "VatCategory": {
         "_media-type": "application/vnd.ibexa.api.VatCategory+json",
@@ -95486,11 +95518,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "VatCategory": {
         "_media-type": "application/vnd.ibexa.api.VatCategory+json",
@@ -95724,11 +95756,11 @@ 
Types
file_copy

-
+                            
                                 {
     "TaxonomyEntryAssignToContent": {
         "content": 130,
@@ -95790,11 +95822,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "TaxonomyEntryAssignToContent": {
         "content": 130,
@@ -96025,11 +96057,11 @@ 
Types
file_copy

-
+                            
                                 {
     "TaxonomyEntryUnassignFromContent": {
         "content": 130,
@@ -96090,11 +96122,11 @@ 
Types
file_copy

-
+                                            
                                                 {
     "TaxonomyEntryUnassignFromContent": {
         "content": 130,