-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapidoctest.html
154 lines (148 loc) · 198 KB
/
apidoctest.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE HTML><html><head><title>justtesting API documentation</title><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="generator" content="https://github.com/raml2html/raml2html 3.0.1"><link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/styles/default.min.css"><script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script><script type="text/javascript" src="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script><script type="text/javascript">
$(document).ready(function() {
$('.page-header pre code, .top-resource-description pre code, .modal-body pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
$('[data-toggle]').click(function() {
var selector = $(this).data('target') + ' pre code';
$(selector).each(function(i, block) {
hljs.highlightBlock(block);
});
});
// open modal on hashes like #_action_get
$(window).bind('hashchange', function(e) {
var anchor_id = document.location.hash.substr(1); //strip #
var element = $('#' + anchor_id);
// do we have such element + is it a modal? --> show it
if (element.length && element.hasClass('modal')) {
element.modal('show');
}
});
// execute hashchange on first page load
$(window).trigger('hashchange');
// remove url fragment on modal hide
$('.modal').on('hidden.bs.modal', function() {
try {
if (history && history.replaceState) {
history.replaceState({}, '', '#');
}
} catch(e) {}
});
});
</script><style>
.hljs {
background: transparent;
}
.parent {
color: #999;
}
.list-group-item > .badge {
float: none;
margin-right: 6px;
}
.panel-title > .methods {
float: right;
}
.badge {
border-radius: 0;
text-transform: uppercase;
width: 70px;
font-weight: normal;
color: #f3f3f6;
line-height: normal;
}
.badge_get {
background-color: #63a8e2;
}
.badge_post {
background-color: #6cbd7d;
}
.badge_put {
background-color: #22bac4;
}
.badge_delete {
background-color: #d26460;
}
.badge_patch {
background-color: #ccc444;
}
.list-group, .panel-group {
margin-bottom: 0;
}
.panel-group .panel+.panel-white {
margin-top: 0;
}
.panel-group .panel-white {
border-bottom: 1px solid #F5F5F5;
border-radius: 0;
}
.panel-white:last-child {
border-bottom-color: white;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-white .panel-heading {
background: white;
}
.tab-pane ul {
padding-left: 2em;
}
.tab-pane h1 {
font-size: 1.3em;
}
.tab-pane h2 {
font-size: 1.2em;
padding-bottom: 4px;
border-bottom: 1px solid #ddd;
}
.tab-pane h3 {
font-size: 1.1em;
}
.tab-content {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}
#sidebar {
margin-top: 30px;
padding-right: 5px;
overflow: auto;
height: 90%;
}
.top-resource-description {
border-bottom: 1px solid #ddd;
background: #fcfcfc;
padding: 15px 15px 0 15px;
margin: -15px -15px 10px -15px;
}
.resource-description {
border-bottom: 1px solid #fcfcfc;
background: #fcfcfc;
padding: 15px 15px 0 15px;
margin: -15px -15px 10px -15px;
}
.resource-description p:last-child {
margin: 0;
}
.list-group .badge {
float: left;
}
.method_description {
margin-left: 85px;
}
.method_description p:last-child {
margin: 0;
}
.list-group-item {
cursor: pointer;
}
.list-group-item:hover {
background-color: #f5f5f5;
}
pre code {
overflow: auto;
word-wrap: normal;
white-space: pre;
}
</style></head><body data-spy="scroll" data-target="#sidebar"><div class="container"><div class="row"><div class="col-md-9" role="main"><div class="page-header"><h1>justtesting API documentation <small>version v1</small></h1><p>http://localhost</p></div><div class="panel panel-default"><div class="panel-heading"><h3 id="content" class="panel-title">/content</h3></div><div class="panel-body"><div class="panel-group"><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects"><span class="parent">/content</span>/objects</a> <span class="methods"><a href="#content_objects_post"><span class="badge badge_post">post</span></a> <a href="#content_objects_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objects" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new content draft assigned to the authenticated user. If a different userId is given in the input it is assigned to the given user but this required special rights for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user which created the content object in the source server). The user has to publish the content if it should be visible.</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the content for a given remote id</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/objects</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new content draft assigned to the authenticated user. If a different userId is given in the input it is assigned to the given user but this required special rights for the authenticated user (this is useful for content staging where the transfer process does not have to authenticate with the user which created the content object in the source server). The user has to publish the content if it should be visible.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Content+xml, application/vnd.ez.api.Content+json, application/vnd.ez.api.ContentInfo+xml, application/vnd.ez.api.ContentInfo+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentCreate+json, application/vnd.ez.api.ContentCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_objects_post_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/objects</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the content for a given remote id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects_get_request"><h3>Headers</h3><ul></ul></div><div class="tab-pane" id="content_objects_get_response"><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content with the given remote id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID_"><span class="parent">/content/objects</span>/<id></id></a> <span class="methods"><a href="#content_objects__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_objects__ID__patch"><span class="badge badge_patch">patch</span></a> <a href="#content_objects__ID__delete"><span class="badge badge_delete">delete</span></a> <a href="#content_objects__ID__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_objects__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Loads the content object for the given id. Depending on the Accept header the current version is embedded (i.e the current published version or if not exists the draft of the authenticated user)</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>this method updates the content metadata which is independent from a version.</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__delete'" class="list-group-item"><span class="badge badge_delete">delete</span><div class="method_description"><p>The content is deleted. If the content has locations (which is required in 4.x) on delete all locations assigned the content object are deleted via delete subtree.</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new content object as copy under the given parent location given in the destination header.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Loads the content object for the given id. Depending on the Accept header the current version is embedded (i.e the current published version or if not exists the draft of the authenticated user)</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Content+xml, application/vnd.ez.api.Content+json, application/vnd.ez.api.ContentInfo+xml, application/vnd.ez.api.ContentInfo+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><p><etag>If the provided etag matches the current etag then a 304 Not Modified is returned. The etag changes if the meta data was changed - this happens also if there is a new published version..</etag></p></li></ul></div><div class="tab-pane" id="content_objects__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object. This could also happen if there is no published version yet and another user owns a draft of this content</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the ID is not found</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/objects</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>this method updates the content metadata which is independent from a version.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentInfo+xml, application/vnd.ez.api.ContentInfo+json)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentUpdate+json, application/vnd.ez.api.ContentUpdate+xml)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition.</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content id does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p><h2>HTTP status code <a href="http://httpstatus.es/415" target="_blank">415</a></h2><p>If the media-type is not one of those specified in Headers</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__delete"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_delete">delete</span> <span class="parent">/content/objects</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>The content is deleted. If the content has locations (which is required in 4.x) on delete all locations assigned the content object are deleted via delete subtree.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__delete_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__delete_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__delete_request"><h3>Headers</h3><ul></ul></div><div class="tab-pane" id="content_objects__ID__delete_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to delete this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>content object was not found</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objects</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new content object as copy under the given parent location given in the destination header.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__post_request"><h3>Headers</h3><ul><li><strong>destination</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="content_objects__ID__post_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__versions"><span class="parent">/content/objects/<id></id></span>/versions</a> <span class="methods"><a href="#content_objects__ID__versions_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objects__ID__versions" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__versions_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all versions of the content. This method does not include fields and relations in the Version elements of the response.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id></id></span>/versions</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all versions of the content. This method does not include fields and relations in the Version elements of the response.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.VersionList+xml, application/vnd.ez.api.VersionList+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read the versions</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__versions__versionNo_"><span class="parent">/content/objects/<id>/versions</id></span>/<versionno></versionno></a> <span class="methods"><a href="#content_objects__ID__versions__versionNo__get"><span class="badge badge_get">get</span></a> <a href="#content_objects__ID__versions__versionNo__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_objects__ID__versions__versionNo_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__versions__versionNo__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Loads a specific version of a content object. This method returns fields and relations</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__versions__versionNo__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>A specific draft is updated.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__versionNo__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id>/versions</id></span>/<versionno></versionno></h4></div><div class="modal-body"><div class="alert alert-info"><p>Loads a specific version of a content object. This method returns fields and relations</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__versionNo__get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__versionNo__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__versionNo__get_request"><h3>Headers</h3><ul><li><strong>if-none-match</strong>: <em>(string)</em><p><etag>Only return the version if the given<etag>is the not current one otherwise a 304 is returned.</etag></etag></p></li><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Version+xml, application/vnd.ez.api.Version+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__versionNo__get_response"><h2>HTTP status code <a href="http://httpstatus.es/304" target="_blank">304</a></h2><p>If the etag does not match the current one</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the ID or version is not found</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__versionNo__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/objects/<id>/versions</id></span>/<versionno></versionno></h4></div><div class="modal-body"><div class="alert alert-info"><p>A specific draft is updated.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__versionNo__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__versionNo__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__versionNo__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Version+xml, application/vnd.ez.api.Version+json)</em></li><li><strong>if-match</strong>: <em>(string)</em><p>Causes to patch only if the specified etag is the current one</p></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.VersionUpdate+json, application/vnd.ez.api.VersionUpdate+xml)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__versionNo__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this version</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the version is not allowed to change - i.e is not a DRAFT</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content id or version id does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__versions__no_"><span class="parent">/content/objects/<id>/versions</id></span>/<no></no></a> <span class="methods"><a href="#content_objects__ID__versions__no__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_objects__ID__versions__no_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__versions__no__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>The system creates a new draft version as a copy from the given version</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__no__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objects/<id>/versions</id></span>/<no></no></h4></div><div class="modal-body"><div class="alert alert-info"><p>The system creates a new draft version as a copy from the given version</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__no__post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__no__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__no__post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Version+xml, application/vnd.ez.api.Version+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__no__post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content object was not found</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__versions__no__relations"><span class="parent">/content/objects/<id>/versions/<no></no></id></span>/relations</a> <span class="methods"><a href="#content_objects__ID__versions__no__relations_get"><span class="badge badge_get">get</span></a> <a href="#content_objects__ID__versions__no__relations_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_objects__ID__versions__no__relations" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__versions__no__relations_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the relations of the given version</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__versions__no__relations_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new relation of type COMMON for the given draft.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__no__relations_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id>/versions/<no></no></id></span>/relations</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the relations of the given version</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__no__relations_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__no__relations_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__no__relations_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.RelationList+xml, application/vnd.ez.api.RelationList+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__no__relations_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content object was not found</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__no__relations_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objects/<id>/versions/<no></no></id></span>/relations</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new relation of type COMMON for the given draft.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__no__relations_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__no__relations_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__no__relations_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Relation+xml, application/vnd.ez.api.Relation+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.RelationCreate+xml, application/vnd.ez.api.RelationCreate+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__no__relations_post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this content object</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a relation to the destId already exists or the destId does not exist or the version is not a draft.</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the object or version with the given id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__versions__no__relations__ID_"><span class="parent">/content/objects/<id>/versions/<no>/relations</no></id></span>/<id></id></a> <span class="methods"><a href="#content_objects__ID__versions__no__relations__ID__get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objects__ID__versions__no__relations__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__versions__no__relations__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads a relation for the given content object</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__versions__no__relations__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id>/versions/<no>/relations</no></id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads a relation for the given content object</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__versions__no__relations__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__versions__no__relations__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__versions__no__relations__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Relation+xml, application/vnd.ez.api.Relation+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__versions__no__relations__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the object with the given id or the relation does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__currentversion"><span class="parent">/content/objects/<id></id></span>/currentversion</a> <span class="methods"><a href="#content_objects__ID__currentversion_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_objects__ID__currentversion" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__currentversion_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>The system creates a new draft version as a copy from the current version</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__currentversion_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objects/<id></id></span>/currentversion</h4></div><div class="modal-body"><div class="alert alert-info"><p>The system creates a new draft version as a copy from the current version</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__currentversion_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__currentversion_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__currentversion_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Version+xml, application/vnd.ez.api.Version+json)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__currentversion_post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this object</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the current version is already a draft</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content object was not found</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__locations"><span class="parent">/content/objects/<id></id></span>/locations</a> <span class="methods"><a href="#content_objects__ID__locations_post"><span class="badge badge_post">post</span></a> <a href="#content_objects__ID__locations_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objects__ID__locations" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__locations_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new location for the given content object</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__locations_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads all locations for the given content object</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__locations_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objects/<id></id></span>/locations</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new location for the given content object</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__locations_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__locations_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__locations_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Location+xml, application/vnd.ez.api.Location+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.LocationCreate+json, application/vnd.ez.api.LocationCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_objects__ID__locations_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this location</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a location under the given parent id already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__locations_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id></id></span>/locations</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads all locations for the given content object</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__locations_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__locations_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__locations_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.LocationList+xml, application/vnd.ez.api.LocationList+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objects__ID__locations_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the object with the given id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objects__ID__objectstates"><span class="parent">/content/objects/<id></id></span>/objectstates</a> <span class="methods"><a href="#content_objects__ID__objectstates_get"><span class="badge badge_get">get</span></a> <a href="#content_objects__ID__objectstates_patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_objects__ID__objectstates" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objects__ID__objectstates_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the object states of content</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objects__ID__objectstates_patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates object states of content. An object state in the input overrides the state of the object state group.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__objectstates_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objects/<id></id></span>/objectstates</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the object states of content</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__objectstates_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__objectstates_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__objectstates_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentObjectStates+xml, application/vnd.ez.api.ContentObjectStates+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objects__ID__objectstates_get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objects__ID__objectstates_patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/objects/<id></id></span>/objectstates</h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates object states of content. An object state in the input overrides the state of the object state group.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objects__ID__objectstates_patch_request" data-toggle="tab">Request</a></li><li><a href="#content_objects__ID__objectstates_patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objects__ID__objectstates_patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentObjectStates+xml, application/vnd.ez.api.ContentObjectStates+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentObjectStates+json, application/vnd.ez.api.ContentObjectStates+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objects__ID__objectstates_patch_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_binary_images__imageId__variations__variationIdentifier_"><span class="parent">/content/binary/images/<imageid>/variations</imageid></span>/<variationidentifier></variationidentifier></a> <span class="methods"><a href="#content_binary_images__imageId__variations__variationIdentifier__get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_binary_images__imageId__variations__variationIdentifier_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_binary_images__imageId__variations__variationIdentifier__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Loads an image variation</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_binary_images__imageId__variations__variationIdentifier__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/binary/images/<imageid>/variations</imageid></span>/<variationidentifier></variationidentifier></h4></div><div class="modal-body"><div class="alert alert-info"><p>Loads an image variation</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_binary_images__imageId__variations__variationIdentifier__get_request" data-toggle="tab">Request</a></li><li><a href="#content_binary_images__imageId__variations__variationIdentifier__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_binary_images__imageId__variations__variationIdentifier__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ImageVariation+xml, application/vnd.ez.api.ImageVariation+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ImageVariation+xml, application/vnd.ez.api.ImageVariation+json)</em></li></ul></div><div class="tab-pane" id="content_binary_images__imageId__variations__variationIdentifier__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>if variationIdentifier doesn't match any known variation</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_locations"><span class="parent">/content</span>/locations</a> <span class="methods"><a href="#content_locations_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_locations" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_locations_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the location for a given id (x)or remote id</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/locations</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the location for a given id (x)or remote id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations_get_request" data-toggle="tab">Request</a></li><li><a href="#content_locations_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations_get_request"><h3>Headers</h3><ul></ul></div><div class="tab-pane" id="content_locations_get_response"><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the location with the given id (remoteId) does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_locations__path_"><span class="parent">/content/locations</span>/<path></path></a> <span class="methods"><a href="#content_locations__path__get"><span class="badge badge_get">get</span></a> <a href="#content_locations__path__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_locations__path_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_locations__path__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the location for the given path</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_locations__path__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>copies the subtree to another parent</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__path__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/locations</span>/<path></path></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the location for the given path</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__path__get_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__path__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__path__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Location+xml, application/vnd.ez.api.Location+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_locations__path__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this location</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the location with the given path does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__path__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/locations</span>/<path></path></h4></div><div class="modal-body"><div class="alert alert-info"><p>copies the subtree to another parent</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__path__post_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__path__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__path__post_request"><h3>Headers</h3><ul><li><strong>destination</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="content_locations__path__post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to move this location</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the location with the given id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_locations__path__children"><span class="parent">/content/locations/<path></path></span>/children</a> <span class="methods"><a href="#content_locations__path__children_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_locations__path__children" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_locations__path__children_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads all child locations for the given parent location</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__path__children_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/locations/<path></path></span>/children</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads all child locations for the given parent location</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__path__children_get_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__path__children_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__path__children_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.LocationList+xml, application/vnd.ez.api.LocationList+json)</em></li></ul></div><div class="tab-pane" id="content_locations__path__children_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to read this object</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the object with the given id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_locations__path__urlaliases"><span class="parent">/content/locations/<path></path></span>/urlaliases</a> <span class="methods"><a href="#content_locations__path__urlaliases_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_locations__path__urlaliases" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_locations__path__urlaliases_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the list of url aliases for a location</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__path__urlaliases_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/locations/<path></path></span>/urlaliases</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the list of url aliases for a location</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__path__urlaliases_get_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__path__urlaliases_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__path__urlaliases_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlAliasRefList+xml, application/vnd.ez.api.UrlAliasRefList+json)</em></li></ul></div><div class="tab-pane" id="content_locations__path__urlaliases_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the location was not found</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_locations__ID_"><span class="parent">/content/locations</span>/<id></id></a> <span class="methods"><a href="#content_locations__ID__patch"><span class="badge badge_patch">patch</span></a> <a href="#content_locations__ID__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_locations__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_locations__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>updates the location, this method can also be used to hide/unhide a location via the hidden field in the LocationUpdate</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_locations__ID__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Swaps the content of the location with the content of the given location</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/locations</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>updates the location, this method can also be used to hide/unhide a location via the hidden field in the LocationUpdate</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Location+xml, application/vnd.ez.api.Location+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.LocationUpdate+json, application/vnd.ez.api.LocationUpdate+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_locations__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update this location</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the location with the given id does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_locations__ID__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/locations</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Swaps the content of the location with the content of the given location</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_locations__ID__post_request" data-toggle="tab">Request</a></li><li><a href="#content_locations__ID__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_locations__ID__post_request"><h3>Headers</h3><ul><li><strong>destination</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="content_locations__ID__post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to swap this location</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the location with the given id does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_views"><span class="parent">/content</span>/views</a> <span class="methods"><a href="#content_views_post"><span class="badge badge_post">post</span></a> <a href="#content_views_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_views" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_views_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>executes a query and returns view including the results The View input reflects the criteria model of the public API.</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_views_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of view uris. The list includes public view and private view of the authenticated user.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_views_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/views</h4></div><div class="modal-body"><div class="alert alert-info"><p>executes a query and returns view including the results The View input reflects the criteria model of the public API.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_views_post_request" data-toggle="tab">Request</a></li><li><a href="#content_views_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_views_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.View+xml, application/vnd.ez.api.View+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ViewInput+xml, application/vnd.ez.api.ViewInput+json)</em></li></ul></div><div class="tab-pane" id="content_views_post_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_views_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/views</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of view uris. The list includes public view and private view of the authenticated user.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_views_get_request" data-toggle="tab">Request</a></li><li><a href="#content_views_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_views_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.RefList+xml, application/vnd.ez.api.RefList+json)</em></li></ul></div><div class="tab-pane" id="content_views_get_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_views__identifier_"><span class="parent">/content/views</span>/<identifier></identifier></a> <span class="methods"><a href="#content_views__identifier__get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_views__identifier_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_views__identifier__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the view</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_views__identifier__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/views</span>/<identifier></identifier></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the view</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_views__identifier__get_request" data-toggle="tab">Request</a></li><li><a href="#content_views__identifier__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_views__identifier__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.View+xml, application/vnd.ez.api.View+json)</em></li></ul></div><div class="tab-pane" id="content_views__identifier__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>if the view is not public and from another user</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_views__identifier__results"><span class="parent">/content/views/<identifier></identifier></span>/results</a> <span class="methods"><a href="#content_views__identifier__results_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_views__identifier__results" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_views__identifier__results_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns result of the view</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_views__identifier__results_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/views/<identifier></identifier></span>/results</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns result of the view</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_views__identifier__results_get_request" data-toggle="tab">Request</a></li><li><a href="#content_views__identifier__results_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_views__identifier__results_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ViewResult+xml, application/vnd.ez.api.ViewResult+json)</em></li></ul></div><div class="tab-pane" id="content_views__identifier__results_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>if the view is not public and from another user</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_sections"><span class="parent">/content</span>/sections</a> <span class="methods"><a href="#content_sections_post"><span class="badge badge_post">post</span></a> <a href="#content_sections_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_sections" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_sections_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new section</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_sections_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all sections</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_sections_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/sections</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new section</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_sections_post_request" data-toggle="tab">Request</a></li><li><a href="#content_sections_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_sections_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Section+xml, application/vnd.ez.api.Section+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.SectionInput+json, application/vnd.ez.api.SectionInput+xml)</em></li></ul></div><div class="tab-pane" id="content_sections_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this section</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a section with same identifier already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_sections_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/sections</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all sections</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_sections_get_request" data-toggle="tab">Request</a></li><li><a href="#content_sections_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_sections_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.SectionList+xml, application/vnd.ez.api.SectionList+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_sections_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read the sections</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_sections__ID_"><span class="parent">/content/sections</span>/<id></id></a> <span class="methods"><a href="#content_sections__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_sections__ID__patch"><span class="badge badge_patch">patch</span></a> <a href="#content_sections__ID__delete"><span class="badge badge_delete">delete</span></a></span></h4></div><div id="panel_content_sections__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_sections__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the section given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_sections__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates a section</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_sections__ID__delete'" class="list-group-item"><span class="badge badge_delete">delete</span><div class="method_description"><p>the given section is deleted</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_sections__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/sections</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the section given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_sections__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_sections__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_sections__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Section+xml, application/vnd.ez.api.Section+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_sections__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_sections__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/sections</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates a section</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_sections__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_sections__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_sections__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Section+xml, application/vnd.ez.api.Section+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.SectionInput+json, application/vnd.ez.api.SectionInput+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_sections__ID__patch_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_sections__ID__delete"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_delete">delete</span> <span class="parent">/content/sections</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>the given section is deleted</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_sections__ID__delete_request" data-toggle="tab">Request</a></li><li><a href="#content_sections__ID__delete_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_sections__ID__delete_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ErrorMessage+xml, application/vnd.ez.api.ErrorMessage+json)</em></li></ul></div><div class="tab-pane" id="content_sections__ID__delete_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to delete this section</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the section does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_trash"><span class="parent">/content</span>/trash</a> <span class="methods"><a href="#content_trash_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_trash" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_trash_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all trash items</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_trash_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/trash</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all trash items</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_trash_get_request" data-toggle="tab">Request</a></li><li><a href="#content_trash_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_trash_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Trash+xml, application/vnd.ez.api.Trash+json)</em></li></ul></div><div class="tab-pane" id="content_trash_get_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_trash__ID_"><span class="parent">/content/trash</span>/<id></id></a> <span class="methods"><a href="#content_trash__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_trash__ID__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_trash__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_trash__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the trash item given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_trash__ID__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Restores a trashItem</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_trash__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/trash</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the trash item given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_trash__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_trash__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_trash__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.TrashItem+xml, application/vnd.ez.api.TrashItem+json)</em></li></ul></div><div class="tab-pane" id="content_trash__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read the trash item</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the trash item with the given id does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_trash__ID__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/trash</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Restores a trashItem</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_trash__ID__post_request" data-toggle="tab">Request</a></li><li><a href="#content_trash__ID__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_trash__ID__post_request"><h3>Headers</h3><ul><li><strong>destination</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="content_trash__ID__post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to restore this trash item</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>if the given parent location does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>if the given trash item does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objectstategroups"><span class="parent">/content</span>/objectstategroups</a> <span class="methods"><a href="#content_objectstategroups_post"><span class="badge badge_post">post</span></a> <a href="#content_objectstategroups_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objectstategroups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objectstategroups_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new objectstategroup</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objectstategroups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all object state groups</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/objectstategroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new objectstategroup</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroup+xml, application/vnd.ez.api.ObjectStateGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroupCreate+json, application/vnd.ez.api.ObjectStateGroupCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_objectstategroups_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create an object state group</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a object state group with same identifier already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/objectstategroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all object state groups</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroupList+xml, application/vnd.ez.api.ObjectStateGroupList+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read object state groups</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objectstategroups__ID_"><span class="parent">/content/objectstategroups</span>/<id></id></a> <span class="methods"><a href="#content_objectstategroups__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_objectstategroups__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_objectstategroups__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objectstategroups__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the object state group given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objectstategroups__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates an object state group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objectstategroups</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the object state group given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroup+xml, application/vnd.ez.api.ObjectStateGroup+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/objectstategroups</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates an object state group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroup+xml, application/vnd.ez.api.ObjectStateGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroupUpdate+json, application/vnd.ez.api.ObjectStateGroupUpdate+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__patch_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objectstategroups__ID__objectstates"><span class="parent">/content/objectstategroups/<id></id></span>/objectstates</a> <span class="methods"><a href="#content_objectstategroups__ID__objectstates_post"><span class="badge badge_post">post</span></a> <a href="#content_objectstategroups__ID__objectstates_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_objectstategroups__ID__objectstates" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objectstategroups__ID__objectstates_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new objectstate</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objectstategroups__ID__objectstates_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all object states of the given group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__objectstates_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/objectstategroups/<id></id></span>/objectstates</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new objectstate</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__objectstates_post_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__objectstates_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__objectstates_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectState+xml, application/vnd.ez.api.ObjectState+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ObjectStateGroupCreate+json, application/vnd.ez.api.ObjectStateGroupCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__objectstates_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create an object state</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a object state with same identifier already exists in the given group</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__objectstates_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objectstategroups/<id></id></span>/objectstates</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all object states of the given group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__objectstates_get_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__objectstates_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__objectstates_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectStateList+xml, application/vnd.ez.api.ObjectStateList+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__objectstates_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read object states</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_objectstategroups__ID__objectstates__ID_"><span class="parent">/content/objectstategroups/<id>/objectstates</id></span>/<id></id></a> <span class="methods"><a href="#content_objectstategroups__ID__objectstates__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_objectstategroups__ID__objectstates__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_objectstategroups__ID__objectstates__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_objectstategroups__ID__objectstates__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the object state</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_objectstategroups__ID__objectstates__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates an object state</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__objectstates__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/objectstategroups/<id>/objectstates</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the object state</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__objectstates__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__objectstates__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__objectstates__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectState+xml, application/vnd.ez.api.ObjectState+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__objectstates__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_objectstategroups__ID__objectstates__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/objectstategroups/<id>/objectstates</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates an object state</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_objectstategroups__ID__objectstates__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_objectstategroups__ID__objectstates__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_objectstategroups__ID__objectstates__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ObjectState+xml, application/vnd.ez.api.ObjectState+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ObjectStateUpdate+json, application/vnd.ez.api.ObjectStateUpdate+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_objectstategroups__ID__objectstates__ID__patch_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_urlaliases"><span class="parent">/content</span>/urlaliases</a> <span class="methods"><a href="#content_urlaliases_post"><span class="badge badge_post">post</span></a> <a href="#content_urlaliases_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_urlaliases" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_urlaliases_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new url alias</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_urlaliases_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the list of url global aliases</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlaliases_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/urlaliases</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new url alias</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlaliases_post_request" data-toggle="tab">Request</a></li><li><a href="#content_urlaliases_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlaliases_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlAlias+xml, application/vnd.ez.api.UrlAlias+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UrlAliasCreate+json, application/vnd.ez.api.UrlAliasCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_urlaliases_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create an url alias</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If an url alias same identifier already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlaliases_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/urlaliases</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the list of url global aliases</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlaliases_get_request" data-toggle="tab">Request</a></li><li><a href="#content_urlaliases_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlaliases_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlAliasRefList+xml, application/vnd.ez.api.UrlAliasRefList+json)</em></li></ul></div><div class="tab-pane" id="content_urlaliases_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read urlaliases</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_urlaliases__ID_"><span class="parent">/content/urlaliases</span>/<id></id></a> <span class="methods"><a href="#content_urlaliases__ID__get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_urlaliases__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_urlaliases__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the urlalias with the given id</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlaliases__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/urlaliases</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the urlalias with the given id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlaliases__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_urlaliases__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlaliases__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlAlias+xml, application/vnd.ez.api.UrlAlias+json)</em></li></ul></div><div class="tab-pane" id="content_urlaliases__ID__get_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_urlwildcards"><span class="parent">/content</span>/urlwildcards</a> <span class="methods"><a href="#content_urlwildcards_post"><span class="badge badge_post">post</span></a> <a href="#content_urlwildcards_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_urlwildcards" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_urlwildcards_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new url wildcard</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_urlwildcards_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of url wildcards</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlwildcards_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/urlwildcards</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new url wildcard</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlwildcards_post_request" data-toggle="tab">Request</a></li><li><a href="#content_urlwildcards_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlwildcards_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlWildcard+xml, application/vnd.ez.api.UrlWildcard+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UrlWildcardCreate+json, application/vnd.ez.api.UrlWildcardCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_urlwildcards_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create an url wildcard</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If an url wildcardsame identifier already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlwildcards_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/urlwildcards</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of url wildcards</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlwildcards_get_request" data-toggle="tab">Request</a></li><li><a href="#content_urlwildcards_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlwildcards_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlWildcardList+xml, application/vnd.ez.api.UrlWildcardList+json)</em></li></ul></div><div class="tab-pane" id="content_urlwildcards_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read urlwildcards</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_urlwildcards__ID_"><span class="parent">/content/urlwildcards</span>/<id></id></a> <span class="methods"><a href="#content_urlwildcards__ID__get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_urlwildcards__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_urlwildcards__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the urlwildcard with the given id</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_urlwildcards__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/urlwildcards</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the urlwildcard with the given id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_urlwildcards__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_urlwildcards__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_urlwildcards__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UrlWildcard+xml, application/vnd.ez.api.UrlWildcard+json)</em></li></ul></div><div class="tab-pane" id="content_urlwildcards__ID__get_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_typegroups"><span class="parent">/content</span>/typegroups</a> <span class="methods"><a href="#content_typegroups_post"><span class="badge badge_post">post</span></a> <a href="#content_typegroups_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_typegroups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_typegroups_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new content type group</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_typegroups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the content type group for a given identifier</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content</span>/typegroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new content type group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups_post_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroup+xml, application/vnd.ez.api.ContentTypeGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroupInput+json, application/vnd.ez.api.ContentTypeGroupInput+xml)</em></li></ul></div><div class="tab-pane" id="content_typegroups_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this content type group</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a content type group with same identifier already exists</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/typegroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the content type group for a given identifier</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups_get_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups_get_request"><h3>Headers</h3><ul></ul></div><div class="tab-pane" id="content_typegroups_get_response"><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the content type group with the given identifier does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_typegroups__ID_"><span class="parent">/content/typegroups</span>/<id></id></a> <span class="methods"><a href="#content_typegroups__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_typegroups__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_typegroups__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_typegroups__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the content type given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_typegroups__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates a content type group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/typegroups</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the content type given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroup+xml, application/vnd.ez.api.ContentTypeGroup+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_typegroups__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/typegroups</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates a content type group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroup+xml, application/vnd.ez.api.ContentTypeGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroupInput+json, application/vnd.ez.api.ContentTypeGroupInput+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li></ul></div><div class="tab-pane" id="content_typegroups__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this content type group</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a content type group with the given identifier already exists</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_typegroups__ID__types"><span class="parent">/content/typegroups/<id></id></span>/types</a> <span class="methods"><a href="#content_typegroups__ID__types_get"><span class="badge badge_get">get</span></a> <a href="#content_typegroups__ID__types_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_typegroups__ID__types" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_typegroups__ID__types_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of content types of the group</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_typegroups__ID__types_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new content type draft in the given content type group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups__ID__types_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/typegroups/<id></id></span>/types</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of content types of the group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups__ID__types_get_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups__ID__types_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups__ID__types_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeInfoList+xml, application/vnd.ez.api.ContentTypeInfoList+json, application/vnd.ez.api.ContentTypeList+xml, application/vnd.ez.api.ContentTypeList+json)</em></li></ul></div><div class="tab-pane" id="content_typegroups__ID__types_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read the content types</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_typegroups__ID__types_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/typegroups/<id></id></span>/types</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new content type draft in the given content type group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_typegroups__ID__types_post_request" data-toggle="tab">Request</a></li><li><a href="#content_typegroups__ID__types_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_typegroups__ID__types_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentType+xml, application/vnd.ez.api.ContentType+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentTypeCreate+json, application/vnd.ez.api.ContentTypeCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_typegroups__ID__types_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, If validation on a field definition fails If validation of the content type fails, eg. multiple fields of a same singular field type are provided If publish = true and the input is not complete e.g. no field definitions are provided</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this content type</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a content type with same identifier already exists</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types"><span class="parent">/content</span>/types</a> <span class="methods"><a href="#content_types_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_types" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of content types</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content</span>/types</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of content types</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types_get_request" data-toggle="tab">Request</a></li><li><a href="#content_types_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeInfoList+xml, application/vnd.ez.api.ContentTypeInfoList+json, application/vnd.ez.api.ContentTypeList+xml, application/vnd.ez.api.ContentTypeList+json)</em></li></ul></div><div class="tab-pane" id="content_types_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read the content types</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types__ID_"><span class="parent">/content/types</span>/<id></id></a> <span class="methods"><a href="#content_types__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_types__ID__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_types__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the content type given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_types__ID__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a draft and updates it with the given data</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/types</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the content type given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentType+xml, application/vnd.ez.api.ContentType+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="content_types__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/types</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a draft and updates it with the given data</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__post_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeInfo+xml, application/vnd.ez.api.ContentTypeInfo+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentTypeUpdate+json, application/vnd.ez.api.ContentTypeUpdate+xml)</em></li></ul></div><div class="tab-pane" id="content_types__ID__post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create the draft</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a content type with the given new identifier already exists. If there exists already a draft.</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types__ID__draft"><span class="parent">/content/types/<id></id></span>/draft</a> <span class="methods"><a href="#content_types__ID__draft_patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_content_types__ID__draft" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types__ID__draft_patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates meta data of a draft. This method does not handle field definitions</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__draft_patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/content/types/<id></id></span>/draft</h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates meta data of a draft. This method does not handle field definitions</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__draft_patch_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__draft_patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__draft_patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeInfo+xml, application/vnd.ez.api.ContentTypeInfo+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.ContentTypeUpdate+json, application/vnd.ez.api.ContentTypeUpdate+xml)</em></li></ul></div><div class="tab-pane" id="content_types__ID__draft_patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the draft.</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a content type with the given new identifier already exists.</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If there is no draft on this content type</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types__ID__draft_fielddefinitions"><span class="parent">/content/types/<id>/draft</id></span>/fielddefinitions</a> <span class="methods"><a href="#content_types__ID__draft_fielddefinitions_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_types__ID__draft_fielddefinitions" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types__ID__draft_fielddefinitions_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new field definition for the given content type</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__draft_fielddefinitions_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/types/<id>/draft</id></span>/fielddefinitions</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new field definition for the given content type</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__draft_fielddefinitions_post_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__draft_fielddefinitions_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__draft_fielddefinitions_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.FieldDefinition+xml, application/vnd.ez.api.FieldDefinition+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.FieldDefinitionCreate+json, application/vnd.ez.api.FieldDefinitionCreate+xml)</em></li></ul></div><div class="tab-pane" id="content_types__ID__draft_fielddefinitions_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition or validation on the field definition fails, in this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to add a field definition</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a field definition with same identifier already exists in the given content type If the field definition is of singular type, already existing in the given content type If the field definition of the type that can't be added to a content type that already has content instances is being added to such content type</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types__ID__draft_fielddefinitions__ID_"><span class="parent">/content/types/<id>/draft/fielddefinitions</id></span>/<id></id></a> <span class="methods"><a href="#content_types__ID__draft_fielddefinitions__ID__get"><span class="badge badge_get">get</span></a> <a href="#content_types__ID__draft_fielddefinitions__ID__put"><span class="badge badge_put">put</span></a></span></h4></div><div id="panel_content_types__ID__draft_fielddefinitions__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types__ID__draft_fielddefinitions__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the field definition given by id</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#content_types__ID__draft_fielddefinitions__ID__put'" class="list-group-item"><span class="badge badge_put">put</span><div class="method_description"><p>Updates the attributes of a field definitions</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__draft_fielddefinitions__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/types/<id>/draft/fielddefinitions</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the field definition given by id</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__draft_fielddefinitions__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__draft_fielddefinitions__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__draft_fielddefinitions__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.FieldDefinition+xml, application/vnd.ez.api.FieldDefinition+json)</em></li></ul></div><div class="tab-pane" id="content_types__ID__draft_fielddefinitions__ID__get_response"></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__draft_fielddefinitions__ID__put"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_put">put</span> <span class="parent">/content/types/<id>/draft/fielddefinitions</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates the attributes of a field definitions</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__draft_fielddefinitions__ID__put_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__draft_fielddefinitions__ID__put_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__draft_fielddefinitions__ID__put_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.FieldDefinition+xml, application/vnd.ez.api.FieldDefinition+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.FieldDefinitionUpdate+json, application/vnd.ez.api.FieldDefinitionUpdate+xml)</em></li></ul></div><div class="tab-pane" id="content_types__ID__draft_fielddefinitions__ID__put_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the field definition</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a field definition with the given new identifier already exists in the given content type.</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_types__ID__groups"><span class="parent">/content/types/<id></id></span>/groups</a> <span class="methods"><a href="#content_types__ID__groups_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_content_types__ID__groups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_types__ID__groups_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>links a content type group to the content type and returns the updated group list</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_types__ID__groups_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/content/types/<id></id></span>/groups</h4></div><div class="modal-body"><div class="alert alert-info"><p>links a content type group to the content type and returns the updated group list</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_types__ID__groups_post_request" data-toggle="tab">Request</a></li><li><a href="#content_types__ID__groups_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_types__ID__groups_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroupRefList+xml, application/vnd.ez.api.ContentTypeGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="content_types__ID__groups_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to add a group</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the content type is already assigned to the group</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_type__ID__groups"><span class="parent">/content/type/<id></id></span>/groups</a> <span class="methods"><a href="#content_type__ID__groups_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_content_type__ID__groups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_type__ID__groups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns the content type groups the content type belongs to.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_type__ID__groups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/content/type/<id></id></span>/groups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns the content type groups the content type belongs to.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_type__ID__groups_get_request" data-toggle="tab">Request</a></li><li><a href="#content_type__ID__groups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_type__ID__groups_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroupRefList+xml, application/vnd.ez.api.ContentTypeGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="content_type__ID__groups_get_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_content_type__ID__groups__ID_"><span class="parent">/content/type/<id>/groups</id></span>/<id></id></a> <span class="methods"><a href="#content_type__ID__groups__ID__delete"><span class="badge badge_delete">delete</span></a></span></h4></div><div id="panel_content_type__ID__groups__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#content_type__ID__groups__ID__delete'" class="list-group-item"><span class="badge badge_delete">delete</span><div class="method_description"><p>removes the given group from the content type and returns the updated group list</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="content_type__ID__groups__ID__delete"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_delete">delete</span> <span class="parent">/content/type/<id>/groups</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>removes the given group from the content type and returns the updated group list</p></div><ul class="nav nav-tabs"><li class="active"><a href="#content_type__ID__groups__ID__delete_request" data-toggle="tab">Request</a></li><li><a href="#content_type__ID__groups__ID__delete_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="content_type__ID__groups__ID__delete_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.ContentTypeGroupRefList+xml, application/vnd.ez.api.ContentTypeGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="content_type__ID__groups__ID__delete_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to delete this content type</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the given group is the last one</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the resource does not exist</p></div></div></div></div></div></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h3 id="user" class="panel-title">/user</h3></div><div class="panel-body"><div class="panel-group"><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups"><span class="parent">/user</span>/groups</a> <span class="methods"><a href="#user_groups_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_groups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Load user groups for either an id or remoteId or role.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user</span>/groups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Load user groups for either an id or remoteId or role.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups_get_request" data-toggle="tab">Request</a></li><li><a href="#user_groups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroupList+xml, application/vnd.ez.api.UserGroupList+json, application/vnd.ez.api.UserGroupRefList+xml, application/vnd.ez.api.UserGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="user_groups_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read user groups</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups__path_"><span class="parent">/user/groups</span>/<path></path></a> <span class="methods"><a href="#user_groups__path__get"><span class="badge badge_get">get</span></a> <a href="#user_groups__path__patch"><span class="badge badge_patch">patch</span></a> <a href="#user_groups__path__post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_groups__path_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups__path__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads a user groups for the given<path></path></p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_groups__path__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates a user group</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_groups__path__post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>moves the user group to another parent.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__path__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/groups</span>/<path></path></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads a user groups for the given<path></path></p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__path__get_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__path__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__path__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroup+xml, application/vnd.ez.api.UserGroup+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="user_groups__path__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read user groups</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user group does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__path__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/user/groups</span>/<path></path></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates a user group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__path__patch_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__path__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__path__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroup+xml, application/vnd.ez.api.UserGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UserGroupUpdate+json, application/vnd.ez.api.UserGroupUpdate+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li></ul></div><div class="tab-pane" id="user_groups__path__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the user group</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__path__post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/groups</span>/<path></path></h4></div><div class="modal-body"><div class="alert alert-info"><p>moves the user group to another parent.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__path__post_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__path__post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__path__post_request"><h3>Headers</h3><ul><li><strong>destination</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="user_groups__path__post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the user group</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the new parent does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user group does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups__path__subgroups"><span class="parent">/user/groups/<path></path></span>/subgroups</a> <span class="methods"><a href="#user_groups__path__subgroups_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_groups__path__subgroups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups__path__subgroups_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new user group under the given parent. To create a top level group use /user/groups/subgroups</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__path__subgroups_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/groups/<path></path></span>/subgroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new user group under the given parent. To create a top level group use /user/groups/subgroups</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__path__subgroups_post_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__path__subgroups_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__path__subgroups_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroup+xml, application/vnd.ez.api.UserGroup+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UserGroupCreate+json, application/vnd.ez.api.UserGroupCreate+xml)</em></li></ul></div><div class="tab-pane" id="user_groups__path__subgroups_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this user group</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups__path__users"><span class="parent">/user/groups/<path></path></span>/users</a> <span class="methods"><a href="#user_groups__path__users_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_groups__path__users" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups__path__users_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new user in the given group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__path__users_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/groups/<path></path></span>/users</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new user in the given group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__path__users_post_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__path__users_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__path__users_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.User+xml, application/vnd.ez.api.User+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UserCreate+json, application/vnd.ez.api.UserCreate+xml)</em></li></ul></div><div class="tab-pane" id="user_groups__path__users_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this user</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If a user with the same login already exists</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the group with the given ID does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups__ID__users"><span class="parent">/user/groups/<id></id></span>/users</a> <span class="methods"><a href="#user_groups__ID__users_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_groups__ID__users" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups__ID__users_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the users of the group with the given<id></id></p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__ID__users_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/groups/<id></id></span>/users</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the users of the group with the given<id></id></p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__ID__users_get_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__ID__users_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__ID__users_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserList+xml, application/vnd.ez.api.UserList+json, application/vnd.ez.api.UserRefList+xml, application/vnd.ez.api.UserRefList+json)</em></li></ul></div><div class="tab-pane" id="user_groups__ID__users_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read user groups</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user group does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_groups__ID__subgroups"><span class="parent">/user/groups/<id></id></span>/subgroups</a> <span class="methods"><a href="#user_groups__ID__subgroups_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_groups__ID__subgroups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_groups__ID__subgroups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of the sub groups</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_groups__ID__subgroups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/groups/<id></id></span>/subgroups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of the sub groups</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_groups__ID__subgroups_get_request" data-toggle="tab">Request</a></li><li><a href="#user_groups__ID__subgroups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_groups__ID__subgroups_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroupList+xml, application/vnd.ez.api.UserGroupList+json, application/vnd.ez.api.UserGroupRefList+xml, application/vnd.ez.api.UserGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="user_groups__ID__subgroups_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read user groups</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user group does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_users"><span class="parent">/user</span>/users</a> <span class="methods"><a href="#user_users_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_users" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_users_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Load users either for a given remoteId or role</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user</span>/users</h4></div><div class="modal-body"><div class="alert alert-info"><p>Load users either for a given remoteId or role</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users_get_request" data-toggle="tab">Request</a></li><li><a href="#user_users_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserList+xml, application/vnd.ez.api.UserList+json, application/vnd.ez.api.UserRefList+xml, application/vnd.ez.api.UserRefList+json)</em></li></ul></div><div class="tab-pane" id="user_users_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read users</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_users__ID_"><span class="parent">/user/users</span>/<id></id></a> <span class="methods"><a href="#user_users__ID__get"><span class="badge badge_get">get</span></a> <a href="#user_users__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_user_users__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_users__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads the users of the group with the given<id></id></p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_users__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates a user</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/users</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads the users of the group with the given<id></id></p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#user_users__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.User+xml, application/vnd.ez.api.User+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="user_users__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read users</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/user/users</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates a user</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#user_users__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.User+xml, application/vnd.ez.api.User+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.UserUpdate+json, application/vnd.ez.api.UserUpdate+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li></ul></div><div class="tab-pane" id="user_users__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the user</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_users__ID__groups"><span class="parent">/user/users/<id></id></span>/groups</a> <span class="methods"><a href="#user_users__ID__groups_get"><span class="badge badge_get">get</span></a> <a href="#user_users__ID__groups_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_users__ID__groups" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_users__ID__groups_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of user groups the user belongs to. The returned list includes the resources for unassigning a user group if the user is in multiple groups.</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_users__ID__groups_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Assigns the user to a user group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users__ID__groups_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/users/<id></id></span>/groups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of user groups the user belongs to. The returned list includes the resources for unassigning a user group if the user is in multiple groups.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users__ID__groups_get_request" data-toggle="tab">Request</a></li><li><a href="#user_users__ID__groups_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users__ID__groups_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroupRefList+xml, application/vnd.ez.api.UserGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="user_users__ID__groups_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read user groups</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users__ID__groups_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/users/<id></id></span>/groups</h4></div><div class="modal-body"><div class="alert alert-info"><p>Assigns the user to a user group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users__ID__groups_post_request" data-toggle="tab">Request</a></li><li><a href="#user_users__ID__groups_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users__ID__groups_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroupRefList+xml, application/vnd.ez.api.UserGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="user_users__ID__groups_post_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to assign user groups</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the new user group does not exist If the user is already in this group</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_users__ID__groups__ID_"><span class="parent">/user/users/<id>/groups</id></span>/<id></id></a> <span class="methods"><a href="#user_users__ID__groups__ID__delete"><span class="badge badge_delete">delete</span></a></span></h4></div><div id="panel_user_users__ID__groups__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_users__ID__groups__ID__delete'" class="list-group-item"><span class="badge badge_delete">delete</span><div class="method_description"><p>Unassigns the user from a user group</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_users__ID__groups__ID__delete"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_delete">delete</span> <span class="parent">/user/users/<id>/groups</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Unassigns the user from a user group</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_users__ID__groups__ID__delete_request" data-toggle="tab">Request</a></li><li><a href="#user_users__ID__groups__ID__delete_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_users__ID__groups__ID__delete_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.UserGroupRefList+xml, application/vnd.ez.api.UserGroupRefList+json)</em></li></ul></div><div class="tab-pane" id="user_users__ID__groups__ID__delete_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to unassign user groups</p><h2>HTTP status code <a href="http://httpstatus.es/403" target="_blank">403</a></h2><p>If the user is not in the given group</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the user does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_roles"><span class="parent">/user</span>/roles</a> <span class="methods"><a href="#user_roles_post"><span class="badge badge_post">post</span></a> <a href="#user_roles_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_roles" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_roles_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Creates a new role</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_roles_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>Returns a list of all roles</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user</span>/roles</h4></div><div class="modal-body"><div class="alert alert-info"><p>Creates a new role</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles_post_request" data-toggle="tab">Request</a></li><li><a href="#user_roles_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Role+xml, application/vnd.ez.api.Role+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.RoleInput+json, application/vnd.ez.api.RoleInput+xml)</em></li></ul></div><div class="tab-pane" id="user_roles_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create this role</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user</span>/roles</h4></div><div class="modal-body"><div class="alert alert-info"><p>Returns a list of all roles</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles_get_request" data-toggle="tab">Request</a></li><li><a href="#user_roles_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.RoleList+xml, application/vnd.ez.api.RoleList+json)</em></li></ul></div><div class="tab-pane" id="user_roles_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read roles</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_roles__ID_"><span class="parent">/user/roles</span>/<id></id></a> <span class="methods"><a href="#user_roles__ID__get"><span class="badge badge_get">get</span></a> <a href="#user_roles__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_user_roles__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_roles__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads a role for the given<id></id></p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_roles__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>Updates a role</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/roles</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads a role for the given<id></id></p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Role+xml, application/vnd.ez.api.Role+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="user_roles__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read roles</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the role does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/user/roles</span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>Updates a role</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Role+xml, application/vnd.ez.api.Role+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.RoleInput+json, application/vnd.ez.api.RoleInput+xml)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li></ul></div><div class="tab-pane" id="user_roles__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the role</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_roles__ID__policies"><span class="parent">/user/roles/<id></id></span>/policies</a> <span class="methods"><a href="#user_roles__ID__policies_get"><span class="badge badge_get">get</span></a> <a href="#user_roles__ID__policies_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_roles__ID__policies" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_roles__ID__policies_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads policies for the given role</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_roles__ID__policies_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>creates a policy</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__policies_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/roles/<id></id></span>/policies</h4></div><div class="modal-body"><div class="alert alert-info"><p>loads policies for the given role</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__policies_get_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__policies_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__policies_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.PolicyList+xml, application/vnd.ez.api.PolicyList+json)</em></li></ul></div><div class="tab-pane" id="user_roles__ID__policies_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read roles</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the role does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__policies_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/roles/<id></id></span>/policies</h4></div><div class="modal-body"><div class="alert alert-info"><p>creates a policy</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__policies_post_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__policies_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__policies_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Policy+xml, application/vnd.ez.api.Policy+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.PolicyCreate+xml, application/vnd.ez.api.PolicyCreate+json)</em></li></ul></div><div class="tab-pane" id="user_roles__ID__policies_post_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage If validation of limitation in PolicyCreate fails (see Policy)</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to create the policy</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the role does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_roles__ID__policies__ID_"><span class="parent">/user/roles/<id>/policies</id></span>/<id></id></a> <span class="methods"><a href="#user_roles__ID__policies__ID__get"><span class="badge badge_get">get</span></a> <a href="#user_roles__ID__policies__ID__patch"><span class="badge badge_patch">patch</span></a></span></h4></div><div id="panel_user_roles__ID__policies__ID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_roles__ID__policies__ID__get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>loads a policy for the given module and function</p></div><div class="clearfix"></div></div><div onclick="window.location.href = '#user_roles__ID__policies__ID__patch'" class="list-group-item"><span class="badge badge_patch">patch</span><div class="method_description"><p>updates a policy</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__policies__ID__get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user/roles/<id>/policies</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>loads a policy for the given module and function</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__policies__ID__get_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__policies__ID__get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__policies__ID__get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Policy+xml, application/vnd.ez.api.Policy+json)</em></li><li><strong>if-none-match</strong>: <em>(string)</em><etag></etag></li></ul></div><div class="tab-pane" id="user_roles__ID__policies__ID__get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read roles</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the role or policy does not exist</p></div></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_roles__ID__policies__ID__patch"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_patch">patch</span> <span class="parent">/user/roles/<id>/policies</id></span>/<id></id></h4></div><div class="modal-body"><div class="alert alert-info"><p>updates a policy</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_roles__ID__policies__ID__patch_request" data-toggle="tab">Request</a></li><li><a href="#user_roles__ID__policies__ID__patch_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_roles__ID__policies__ID__patch_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Policy+xml, application/vnd.ez.api.Policy+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.PolicyUpdate+xml, application/vnd.ez.api.PolicyUpdate+json)</em></li><li><strong>if-match</strong>: <em>(string)</em><p><etag>Causes to patch only if the specified etag is the current one. Otherwise a 412 is returned.</etag></p></li></ul></div><div class="tab-pane" id="user_roles__ID__policies__ID__patch_response"><h2>HTTP status code <a href="http://httpstatus.es/400" target="_blank">400</a></h2><p>If the Input does not match the input schema definition, In this case the response contains an ErrorMessage If validation of limitation in PolicyUpdate fails (see Policy)</p><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user is not authorized to update the policy</p><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the role does not exist</p><h2>HTTP status code <a href="http://httpstatus.es/412" target="_blank">412</a></h2><p>If the current ETag does not match with the provided one in the If-Match header</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_policies"><span class="parent">/user</span>/policies</a> <span class="methods"><a href="#user_policies_get"><span class="badge badge_get">get</span></a></span></h4></div><div id="panel_user_policies" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_policies_get'" class="list-group-item"><span class="badge badge_get">get</span><div class="method_description"><p>search all policies which are applied to a given user</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_policies_get"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_get">get</span> <span class="parent">/user</span>/policies</h4></div><div class="modal-body"><div class="alert alert-info"><p>search all policies which are applied to a given user</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_policies_get_request" data-toggle="tab">Request</a></li><li><a href="#user_policies_get_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_policies_get_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.PolicyList+xml, application/vnd.ez.api.PolicyList+json)</em></li></ul></div><div class="tab-pane" id="user_policies_get_response"><h2>HTTP status code <a href="http://httpstatus.es/401" target="_blank">401</a></h2><p>If the user has no permission to read roles</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_sessions"><span class="parent">/user</span>/sessions</a> <span class="methods"><a href="#user_sessions_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_sessions" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_sessions_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Performs a login for the user or check if session exists and returns the session and session cookie. The client will need to remember both session name/id and CSRF token as this is for security reasons not exposed via GET.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_sessions_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user</span>/sessions</h4></div><div class="modal-body"><div class="alert alert-info"><p>Performs a login for the user or check if session exists and returns the session and session cookie. The client will need to remember both session name/id and CSRF token as this is for security reasons not exposed via GET.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_sessions_post_request" data-toggle="tab">Request</a></li><li><a href="#user_sessions_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_sessions_post_request"><h3>Headers</h3><ul><li><strong>accept</strong>: <em>(one of application/vnd.ez.api.Session+xml, application/vnd.ez.api.Session+json)</em></li><li><strong>content-type</strong>: <em>(one of application/vnd.ez.api.SessionInput+xml, application/vnd.ez.api.SessionInput+json)</em></li><li><strong>cookie</strong>: <em>(string)</em><p>(only needed for session's checking)<sessionname>=<sessionid></sessionid></sessionname></p></li><li><strong>x-csrf-token</strong>: <em>(string)</em><p>(only needed for session's checking)<csrftoken>The<csrftoken>needed on all unsafe http methods with session.</csrftoken></csrftoken></p></li></ul></div><div class="tab-pane" id="user_sessions_post_response"></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_sessions__sessionID_"><span class="parent">/user/sessions</span>/<sessionid></sessionid></a> <span class="methods"><a href="#user_sessions__sessionID__delete"><span class="badge badge_delete">delete</span></a></span></h4></div><div id="panel_user_sessions__sessionID_" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_sessions__sessionID__delete'" class="list-group-item"><span class="badge badge_delete">delete</span><div class="method_description"><p>The user session is removed i.e. the user is logged out.</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_sessions__sessionID__delete"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_delete">delete</span> <span class="parent">/user/sessions</span>/<sessionid></sessionid></h4></div><div class="modal-body"><div class="alert alert-info"><p>The user session is removed i.e. the user is logged out.</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_sessions__sessionID__delete_request" data-toggle="tab">Request</a></li><li><a href="#user_sessions__sessionID__delete_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_sessions__sessionID__delete_request"><h3>Headers</h3><ul><li><strong>cookie</strong>: <em>(string)</em><p>n/a</p></li><li><strong>x-csrf-token</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="user_sessions__sessionID__delete_response"><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the session does not exist</p></div></div></div></div></div></div></div><div class="panel panel-white"><div class="panel-heading"><h4 class="panel-title"><a class="collapsed" data-toggle="collapse" href="#panel_user_sessions__sessionID__refresh"><span class="parent">/user/sessions/<sessionid></sessionid></span>/refresh</a> <span class="methods"><a href="#user_sessions__sessionID__refresh_post"><span class="badge badge_post">post</span></a></span></h4></div><div id="panel_user_sessions__sessionID__refresh" class="panel-collapse collapse"><div class="panel-body"><div class="list-group"><div onclick="window.location.href = '#user_sessions__sessionID__refresh_post'" class="list-group-item"><span class="badge badge_post">post</span><div class="method_description"><p>Give the session's User information</p></div><div class="clearfix"></div></div></div></div></div><div class="modal fade" tabindex="0" id="user_sessions__sessionID__refresh_post"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button><h4 class="modal-title" id="myModalLabel"><span class="badge badge_post">post</span> <span class="parent">/user/sessions/<sessionid></sessionid></span>/refresh</h4></div><div class="modal-body"><div class="alert alert-info"><p>Give the session's User information</p></div><ul class="nav nav-tabs"><li class="active"><a href="#user_sessions__sessionID__refresh_post_request" data-toggle="tab">Request</a></li><li><a href="#user_sessions__sessionID__refresh_post_response" data-toggle="tab">Response</a></li></ul><div class="tab-content"><div class="tab-pane active" id="user_sessions__sessionID__refresh_post_request"><h3>Headers</h3><ul><li><strong>cookie</strong>: <em>(string)</em><p>n/a</p></li><li><strong>x-csrf-token</strong>: <em>(string)</em><p>n/a</p></li></ul></div><div class="tab-pane" id="user_sessions__sessionID__refresh_post_response"><h2>HTTP status code <a href="http://httpstatus.es/404" target="_blank">404</a></h2><p>If the session does not exist</p></div></div></div></div></div></div></div></div></div></div></div><div class="col-md-3"><div id="sidebar" class="hidden-print affix" role="complementary"><ul class="nav nav-pills nav-stacked"><li><a href="#content">/content</a></li><li><a href="#user">/user</a></li></ul></div></div></div></div></body></html>