Search content by CQL
GET {{baseUrl}}/api/content/search?cql=<string>&cqlcontext=<string>&expand=<string>&expand=<string>&cursor=<string>&limit=25
Returns the list of content that matches a Confluence Query Language (CQL) query. For information on CQL, see: Advanced searching using CQL.
Example initial call:
https://your-domain.atlassian.net/wiki/rest/api/content/search?cql=type=page&limit=25
Example response:
{
"results": [
{ ... },
{ ... },
...
{ ... }
],
"limit": 25,
"size": 25,
...
"_links": {
"base": "<url>",
"context": "<url>",
"next": "/rest/api/content/search?cql=type=page&limit=25&cursor=raNDoMsTRiNg",
"self": "<url>"
}
}
When additional results are available, returns next
and prev
URLs to retrieve them in subsequent calls. The URLs each contain a cursor that points to the appropriate set of results. Use limit
to specify the number of results returned in each call.
Example subsequent call (taken from example response):
https://your-domain.atlassian.net/wiki/rest/api/content/search?cql=type=page&limit=25&cursor=raNDoMsTRiNg
The response to this will have a prev
URL similar to the next
in the example response.
Permissions required: Permission to access the Confluence site ('Can use' global permission). Only content that the user has permission to view will be returned.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cql | string | (Required) The CQL string that is used to find the requested content. | |
cqlcontext | string | The space, content, and content status to execute the search against. | |
Specify this as an object with the following properties: |
-
spaceKey
Key of the space to search against. Optional. -
contentId
ID of the content to search against. Optional. Must be in the space spacified byspaceKey
. -
contentStatuses
Content statuses to search against. Optional. | |expand
| string | | A multi-value parameter indicating which properties of the content to expand. -
childTypes.all
returns whether the content has attachments, comments, or child pages. Use this if you only need to check whether the content has children of a particular type. -
childTypes.attachment
returns whether the content has attachments. -
childTypes.comment
returns whether the content has comments. -
childTypes.page
returns whether the content has child pages. -
container
returns the space that the content is in. This is the same as the information returned by Get space. -
metadata.currentuser
returns information about the current user in relation to the content, including when they last viewed it, modified it, contributed to it, or added it as a favorite. -
metadata.properties
returns content properties that have been set via the Confluence REST API. -
metadata.labels
returns the labels that have been added to the content. -
metadata.frontend
this property is only used by Atlassian. -
operations
returns the operations for the content, which are used when setting permissions. -
children.page
returns pages that are descendants at the level immediately below the content. -
children.attachment
returns all attachments for the content. -
children.comment
returns all comments on the content. -
restrictions.read.restrictions.user
returns the users that have permission to read the content. -
restrictions.read.restrictions.group
returns the groups that have permission to read the content. Note that this may return deleted groups, because deleting a group doesn't remove associated restrictions. -
restrictions.update.restrictions.user
returns the users that have permission to update the content. -
restrictions.update.restrictions.group
returns the groups that have permission to update the content. Note that this may return deleted groups because deleting a group doesn't remove associated restrictions. -
history
returns the history of the content, including the date it was created. -
history.lastUpdated
returns information about the most recent update of the content, including who updated it and when it was updated. -
history.previousVersion
returns information about the update prior to the current content update. -
history.contributors
returns all of the users who have contributed to the content. -
history.nextVersion
returns information about the update after to the current content update. -
ancestors
returns the parent page, if the content is a page. -
body
returns the body of the content in different formats, including the editor format, view format, and export format. -
version
returns information about the most recent update of the content, including who updated it and when it was updated. -
descendants.page
returns pages that are descendants at any level below the content. -
descendants.attachment
returns all attachments for the content, same aschildren.attachment
. -
descendants.comment
returns all comments on the content, same aschildren.comment
. -
space
returns the space that the content is in. This is the same as the information returned by Get space.
In addition, the following comment-specific expansions can be used:
-
extensions.inlineProperties
returns inline comment-specific properties. -
extensions.resolution
returns the resolution status of each comment. | |expand
| string | | A multi-value parameter indicating which properties of the content to expand. -
childTypes.all
returns whether the content has attachments, comments, or child pages. Use this if you only need to check whether the content has children of a particular type. -
childTypes.attachment
returns whether the content has attachments. -
childTypes.comment
returns whether the content has comments. -
childTypes.page
returns whether the content has child pages. -
container
returns the space that the content is in. This is the same as the information returned by Get space. -
metadata.currentuser
returns information about the current user in relation to the content, including when they last viewed it, modified it, contributed to it, or added it as a favorite. -
metadata.properties
returns content properties that have been set via the Confluence REST API. -
metadata.labels
returns the labels that have been added to the content. -
metadata.frontend
this property is only used by Atlassian. -
operations
returns the operations for the content, which are used when setting permissions. -
children.page
returns pages that are descendants at the level immediately below the content. -
children.attachment
returns all attachments for the content. -
children.comment
returns all comments on the content. -
restrictions.read.restrictions.user
returns the users that have permission to read the content. -
restrictions.read.restrictions.group
returns the groups that have permission to read the content. Note that this may return deleted groups, because deleting a group doesn't remove associated restrictions. -
restrictions.update.restrictions.user
returns the users that have permission to update the content. -
restrictions.update.restrictions.group
returns the groups that have permission to update the content. Note that this may return deleted groups because deleting a group doesn't remove associated restrictions. -
history
returns the history of the content, including the date it was created. -
history.lastUpdated
returns information about the most recent update of the content, including who updated it and when it was updated. -
history.previousVersion
returns information about the update prior to the current content update. -
history.contributors
returns all of the users who have contributed to the content. -
history.nextVersion
returns information about the update after to the current content update. -
ancestors
returns the parent page, if the content is a page. -
body
returns the body of the content in different formats, including the editor format, view format, and export format. -
version
returns information about the most recent update of the content, including who updated it and when it was updated. -
descendants.page
returns pages that are descendants at any level below the content. -
descendants.attachment
returns all attachments for the content, same aschildren.attachment
. -
descendants.comment
returns all comments on the content, same aschildren.comment
. -
space
returns the space that the content is in. This is the same as the information returned by Get space.
In addition, the following comment-specific expansions can be used:
extensions.inlineProperties
returns inline comment-specific properties.extensions.resolution
returns the resolution status of each comment. | |cursor
| string | | Pointer to a set of search results, returned as part of thenext
orprev
URL from the previous search call. | |limit
| number | | The maximum number of content objects to return per page. Note, this may be restricted by fixed system limits. |
RESPONSES
status: OK
{"results":[{"id":"sunt id in nisi ea","type":"dolor","status":"ut sunt","title":"voluptate in mollit pariatur laboris","_expandable":{"childTypes":"veniam ad tempor deserunt irure","container":"sit Lorem adipisicing nisi nulla","metadata":"labore Excepteur","operations":"aliquip ut nostrud mollit","children":"sit esse Duis eiusmod ipsum","restrictions":"enim Duis non sed","history":"ad sed do","ancestors":"ipsum occaecat Ut","body":"aliqua tempor non sit reprehenderit","version":"do mollit amet ipsum","descendants":"ex Ut non cillum","space":"tempor Ut ad mollit occaecat"},"space":{"id":16873534,"key":"pariatur commodo Ut","name":"cillum anim ut officia","type":"deserunt","status":"ut nostrud enim dolor","_expandable":{"settings":"sunt proident quis","metadata":"Duis commodo","operations":"consectetur tempor aliqua quis","lookAndFeel":"consequat eiusmod aliquip","permissions":"cillum occaecat eu","icon":"sint cillum id of","description":"quis laboris ad","theme":"eni","history":"deserunt","homepage":"cillum aliquip cupidatat"},"_links":{},"icon":{"path":"anim aliqua laborum","width":-63310615,"height":70058486,"isDefault":false},"description":{"plain":{"value":"dolore","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"officia mollit","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-17156204,"limit":82123870,"size":34031756,"_links":{}}},"operations":[{"operation":"restore","targetType":"attachment"},{"operation":"purge_version","targetType":"attachment"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"update","targetType":"page"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"create","targetType":"blogpost"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"pariatur sunt occaecat laboris"},"links":{"color":"ad "},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"ad anim nulla ame"}},"history":{"createdDate":"2013-07-08T02:13:30.824Z"}},"history":{"latest":false,"createdBy":{"type":"anonymous","accountId":"velit","accountType":"atlassian","email":"fugiat enim dolor consequat","publicName":"aute laboris","profilePicture":{"path":"dolo","width":84840995,"height":23079789,"isDefault":true},"displayName":"voluptate ad veniam","_expandable":{"operations":"irure non reprehenderit Ut","details":"ut commodo voluptate Ut","personalSpace":"velit Duis"},"_links":{},"username":"qui dol","userKey":"Ut consectetur ullamco ad","operations":[{"operation":"use","targetType":"comment"},{"operation":"delete","targetType":"comment"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":24948588,"key":"ipsum deserunt eiusmod","name":"amet","type":"ut ut eu aute","status":"commodo non nostrud","_expandable":{"settings":"dolore Excepteur","metadata":"irure est","operations":"fugiat repre","lookAndFeel":"in ad officia aliqua in","permissions":"in Duis elit","icon":"incididunt ea nulla est","description":"velit aliqua dolore est","theme":"officia elit amet dolor","history":"proident officia dolor irure","homepage":"enim deserunt et"},"_links":{},"icon":{"path":"et minim","width":55391682,"height":68694495,"isDefault":true},"description":{"plain":{"value":"culpa proident reprehenderit","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"in dolor eu anim","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":41463839,"limit":-60709100,"size":97431267,"_links":{}}},"operations":[{"operation":"copy","targetType":"blogpost"},{"operation":"export","targetType":"attachment"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"use","targetType":"blogpost"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"delete","targetType":"attachment"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"quis dolore consectetur velit Ut"},"links":{"color":"sunt non"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"ex et sint proident"}},"history":{"createdDate":"1941-05-08T11:20:23.521Z"}}},"createdDate":"1968-09-19T01:46:40.264Z","lastUpdated":{"by":{"type":"user","accountId":"amet occaecat fugiat aliquip nulla","accountType":"atlassian","email":"culpa id cillum laborum","publicName":"non ad velit ex","profilePicture":{"path":"eiusmod exercitation","width":-70974619,"height":-19820164,"isDefault":true},"displayName":"enim ad","_expandable":{"operations":"pariatur et sit est","details":"sed qui eu","personalSpace":"cupidatat Lorem commodo"},"_links":{},"username":"sint","userKey":"ipsum pariatur","operations":[{"operation":"create","targetType":"space"},{"operation":"copy","targetType":"comment"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":-20168008,"key":"sint consectetur cupidatat eiusmod","name":"fugiat minim in dolore in","type":"voluptate sed sit ipsum","status":"ut ullamco mollit","_expandable":{"settings":"sed tempor qui","metadata":"qui aliqua","operations":"dolore officia","lookAndFeel":"enim labore anim","permissions":"elit in","icon":"ut ad irure mollit enim","description":"tempor nulla officia laboris","theme":"cupidatat culpa laborum non sunt","history":"mollit qui aliqua consectetur","homepage":"Duis"},"_links":{},"icon":{"path":"cillum","width":-70848684,"height":-35180878,"isDefault":true},"description":{"plain":{"value":"","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"esse","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-88619846,"limit":45143577,"size":-87250421,"_links":{}}},"operations":[{"operation":"export","targetType":"page"},{"operation":"export","targetType":"blogpost"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"copy","targetType":"attachment"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"purge_version","targetType":"page"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"nisi Lorem sint occaecat sunt"},"links":{"color":"enim ad"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"amet dolor laboris exercitation"}},"history":{"createdDate":"1989-12-03T10:36:25.161Z"}}},"when":"1969-07-11T20:52:11.012Z","friendlyWhen":"sint do sit adipisic","message":"ut culpa qui cillum ipsum","number":16758223,"minorEdit":true,"_expandable":{"content":"deserunt in aliqua","collaborators":"nisi"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"previousVersion":{"by":{"type":"anonymous","accountId":"tempor dolor Lorem eiusmod","accountType":"atlassian","email":"velit dolore nostrud","publicName":"dolore nostrud","profilePicture":{"path":"laborum ut","width":-64667298,"height":11402408,"isDefault":true},"displayName":"et in laboris qui","_expandable":{"operations":"in eu consequat aliquip","details":"irure laboris labore ut","personalSpace":"sint id reprehenderit"},"_links":{},"username":"enim ad dolore aute","userKey":"do ut","operations":[{"operation":"create","targetType":"attachment"},{"operation":"use","targetType":"page"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":26299907,"key":"sint laboris ad a","name":"cupidatat aute ut culpa","type":"enim velit","status":"commodo amet","_expandable":{"settings":"magna officia quis dolor aliquip","metadata":"est ea","operations":"ad exercitation","lookAndFeel":"sit pariatur ut","permissions":"minim Duis nisi commodo","icon":"tempor consequat","description":"cillum ut","theme":"officia exercitat","history":"non dolore sed ipsum","homepage":"deserunt amet in"},"_links":{},"icon":{"path":"ea laborum laboris esse cupidatat","width":-16771963,"height":1532427,"isDefault":false},"description":{"plain":{"value":"proident","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"officia aute consectetur est","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-95969759,"limit":28274091,"size":-26021625,"_links":{}}},"operations":[{"operation":"move","targetType":"attachment"},{"operation":"administer","targetType":"blogpost"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"update","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"delete","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":false,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"Lorem"},"links":{"color":"consectetur ut do"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"elit reprehenderit veniam"}},"history":{"createdDate":"2002-03-19T07:06:34.520Z"}}},"when":"2020-09-11T18:02:13.878Z","friendlyWhen":"ut","message":"sed ipsum","number":-51208110,"minorEdit":true,"_expandable":{"content":"quis fugiat voluptate","collaborators":"magna dolor"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"contributors":{"publishers":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"nextVersion":{"by":{"type":"anonymous","accountId":"elit sint ","accountType":"atlassian","email":"sunt nulla cillum dolor cupidatat","publicName":"sed culpa nostrud","profilePicture":{"path":"sed in","width":18869084,"height":-66953146,"isDefault":true},"displayName":"reprehenderit dolore","_expandable":{"operations":"aliquip exercitation","details":"in exer","personalSpace":"irure dolor"},"_links":{},"username":"Excepteur velit laborum","userKey":"fugiat deserunt occaecat velit","operations":[{"operation":"move","targetType":"blogpost"},{"operation":"use","targetType":"blogpost"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":93144230,"key":"p","name":"sit","type":"aliquip anim fugiat","status":"Duis Lorem","_expandable":{"settings":"nulla consequ","metadata":"et sunt fugiat","operations":"qui","lookAndFeel":"sunt nostrud Lorem","permissions":"id","icon":"eu officia","description":"exercitation magna enim","theme":"anim nostrud qui Lorem","history":"adipisicing id sit nisi","homepage":"ea commodo eiusm"},"_links":{},"icon":{"path":"elit ipsum tempor e","width":-69865420,"height":-39609667,"isDefault":true},"description":{"plain":{"value":"q","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"reprehenderit ex","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":39280383,"limit":-68729248,"size":17505537,"_links":{}}},"operations":[{"operation":"copy","targetType":"page"},{"operation":"copy","targetType":"comment"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"delete","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"administer","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"in proident ipsum"},"links":{"color":"esse est sint officia Lorem"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"cupidatat in dolore sit"}},"history":{"createdDate":"1987-05-01T01:57:05.382Z"}}},"when":"1959-11-15T17:26:50.479Z","friendlyWhen":"voluptate do ut quis","message":"in","number":-65224227,"minorEdit":false,"_expandable":{"content":"ea consequat","collaborators":"consequat eu et in"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"_expandable":{"lastUpdated":"in anim adipisicing","previousVersion":"cillum eu","contributors":"anim incididunt","nextVersion":"Excepteur"},"_links":{}},"version":{"by":{"type":"known","accountId":"am","accountType":"app (if this user is a bot user created on behalf of an Atlassian app)","email":"dolor Lorem enim","publicName":"voluptate ipsum reprehenderit esse","profilePicture":{"path":"ut ipsum","width":21238875,"height":-51224972,"isDefault":false},"displayName":"anim","_expandable":{"operations":"quis consectetur reprehenderit voluptate","details":"nisi adipisicing","personalSpace":"ex cupidatat ullamco"},"_links":{},"username":"ullamco aute","userKey":"magna eu","operations":[{"operation":"restore","targetType":"blogpost"},{"operation":"copy","targetType":"blogpost"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":19261333,"key":"ex dolor non","name":"consectetur in","type":"aute ex","status":"et sunt Ut","_expandable":{"settings":"et voluptate elit Ut","metadata":"exercitation elit","operations":"nostrud eiusmod","lookAndFeel":"dolore commodo","permissions":"laboris ut anim sint","icon":"Ut labor","description":"enim occaecat pariatur","theme":"magna fugiat","history":"pariatur minim magna","homepage":"reprehenderit Ut in anim"},"_links":{},"icon":{"path":"in deserunt ullamco","width":29014740,"height":21823076,"isDefault":false},"description":{"plain":{"value":"enim aliquip dolore culpa","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"pariatur amet eu","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-563527,"limit":28678873,"size":62383200,"_links":{}}},"operations":[{"operation":"read","targetType":"space"},{"operation":"export","targetType":"page"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"administer","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"copy","targetType":"attachment"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"ut ullamco nostrud"},"links":{"color":"occaecat aute"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"fugiat sunt ea dolore"}},"history":{"createdDate":"2012-01-13T01:56:41.993Z"}}},"when":"1952-05-17T03:11:39.125Z","friendlyWhen":"sit veniam","message":"aute magna sunt Duis","number":40020334,"minorEdit":false,"_expandable":{"content":"mollit","collaborators":"ut"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"ancestors":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"operations":[{"operation":"purge_version","targetType":"attachment"},{"operation":"update","targetType":"blogpost"}],"children":{"_expandable":{"attachment":"consectetur commodo","comment":"mollit","page":"eiusmod minim"},"_links":{},"attachment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":38410693,"limit":84091301,"size":-3678287,"_links":{}},"comment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-43136927,"limit":31051025,"size":-22628659,"_links":{}},"page":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-41851340,"limit":-92414912,"size":-23424054,"_links":{}}},"childTypes":{"_expandable":{"all":"deserunt magna ull","attachment":"fugiat amet","comment":"irure dolore magna nulla","page":"fugiat commodo proident cillum"},"attachment":{"value":false,"_links":{}},"comment":{"value":true,"_links":{}},"page":{"value":false,"_links":{}}},"descendants":{"_expandable":{"attachment":"dolor officia","comment":"ad velit","page":"elit dolor"},"_links":{},"attachment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":95443512,"limit":48927243,"size":4186871,"_links":{}},"comment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-54958738,"limit":22412835,"size":94375141,"_links":{}},"page":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-35469843,"limit":-78971038,"size":68314046,"_links":{}}},"container":{},"body":{"_expandable":{"editor":"Ut proident do pariatur","view":"aute Lorem aliquip labore","export_view":"mollit fugiat","styled_view":"laborum tempor","storage":"officia exercitation deserunt","editor2":"ad sunt velit","anonymous_export_view":"esse ut et exercitation"}},"restrictions":{"_links":{},"read":{"operation":"create","_expandable":{"restrictions":"sunt in laboris Ut","content":"ipsum ullamco"},"_links":{},"restrictions":{"user":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"group":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"_expandable":{"user":"est cupidatat","group":"sit"}},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}},"update":{"operation":"restore","_expandable":{"restrictions":"commodo velit ullamco","content":"nostrud Ut cillum ul"},"_links":{},"restrictions":{"user":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"group":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"_expandable":{"user":"dolor amet Ut","group":"sed"}},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}}},"_links":{}},{"id":"voluptate laboris cillum","type":"et deserunt fugiat nulla","status":"adipisicing anim Lorem ut","title":"dolor labore","_expandable":{"childTypes":"sint","container":"aute ut ullamco","metadata":"tempor enim","operations":"id in ex","children":"cillum consectetur adipisicing ad","restrictions":"eiusmod anim","history":"non culpa eiusmod","ancestors":"sunt cillum ullamco","body":"anim exercitation con","version":"nostrud consequat quis","descendants":"culpa esse commodo proident","space":"sunt cupidatat proident mollit Lorem"},"space":{"id":64512848,"key":"","name":"ut in","type":"culpa in reprehenderit aliqua","status":"culpa velit aliquip dolore","_expandable":{"settings":"nisi Lorem non","metadata":"fugiat","operations":"aliquip mollit tempor ut","lookAndFeel":"et deserunt Ut","permissions":"magna eiusmod","icon":"reprehenderit dolore nisi proident mollit","description":"sit eiusmod","theme":"esse consectetur ad","history":"cupidatat officia fugi","homepage":"velit cillum ex ullamco"},"_links":{},"icon":{"path":"irure officia culpa","width":-1219684,"height":8257719,"isDefault":true},"description":{"plain":{"value":"amet elit cupidatat fugiat","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"irure pariatur cupidatat","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":3879275,"limit":3267841,"size":33750355,"_links":{}}},"operations":[{"operation":"copy","targetType":"blogpost"},{"operation":"use","targetType":"application"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"move","targetType":"page"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"move","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":false,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"quis elit"},"links":{"color":"dolore in ad"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"do laboris"}},"history":{"createdDate":"1976-09-30T18:25:28.640Z"}},"history":{"latest":true,"createdBy":{"type":"unknown","accountId":"est","accountType":"app (if this user is a bot user created on behalf of an Atlassian app)","email":"Ut reprehenderit","publicName":"velit tempor reprehenderit est","profilePicture":{"path":"in proident Duis qui elit","width":-48332853,"height":-47159212,"isDefault":true},"displayName":"cillum","_expandable":{"operations":"consequat repreh","details":"sun","personalSpace":"amet ipsum"},"_links":{},"username":"adipisicing Ut eiusmod","userKey":"sit","operations":[{"operation":"use","targetType":"space"},{"operation":"purge","targetType":"application"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":-49753465,"key":"minim mollit","name":"Ut mollit ullamco exercitation","type":"et labore","status":"incididunt veniam","_expandable":{"settings":"ut commodo","metadata":"dolor irure esse ut proident","operations":"laboris irure","lookAndFeel":"aute fugiat v","permissions":"sed voluptate","icon":"quis","description":"veniam labore consectetur","theme":"in elit deserunt","history":"ea aute","homepage":"in"},"_links":{},"icon":{"path":"dolor consequat cillum","width":-53961199,"height":33654487,"isDefault":false},"description":{"plain":{"value":"d","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"labore deserunt nostrud","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-87299979,"limit":87347197,"size":-65353298,"_links":{}}},"operations":[{"operation":"read","targetType":"page"},{"operation":"delete","targetType":"comment"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"export","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"purge","targetType":"space"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"quis do adipisicing"},"links":{"color":"labore in"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"est eu adipisicing anim labore"}},"history":{"createdDate":"1964-12-01T11:55:58.778Z"}}},"createdDate":"2003-06-24T00:20:00.867Z","lastUpdated":{"by":{"type":"user","accountId":"ullamco cillum d","accountType":"app (if this user is a bot user created on behalf of an Atlassian app)","email":"cupidatat nulla dolor sed cillum","publicName":"nulla sint","profilePicture":{"path":"commodo et sunt mollit","width":-5993245,"height":14051874,"isDefault":false},"displayName":"in pariatur sunt anim","_expandable":{"operations":"Duis elit","details":"ut sint et","personalSpace":"incidid"},"_links":{},"username":"in aliquip nisi ex","userKey":"Duis velit","operations":[{"operation":"use","targetType":"space"},{"operation":"read","targetType":"attachment"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":96469905,"key":"adipisicing mollit ut Excepteur","name":"ut velit","type":"sed tempor consectetur mollit sint","status":"aute consequat ullamco tempor Duis","_expandable":{"settings":"dolore ","metadata":"aliqua commodo tempor","operations":"quis consequat ea ullamco labore","lookAndFeel":"veniam ut ad nostrud","permissions":"reprehenderit ad","icon":"ad irure occaecat cillum","description":"nisi mollit magna in","theme":"pariatur","history":"nostrud Ut cillum","homepage":"sunt dolore in veniam incididunt"},"_links":{},"icon":{"path":"labore aliquip","width":22480819,"height":-27781951,"isDefault":true},"description":{"plain":{"value":"velit ut reprehenderit","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"eu occaecat nulla","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-2573202,"limit":20384907,"size":29776131,"_links":{}}},"operations":[{"operation":"delete","targetType":"blogpost"},{"operation":"read","targetType":"page"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"read","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"purge_version","targetType":"page"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"aliqua minim adipisicing ad"},"links":{"color":"labo"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"Ut in ut deserunt"}},"history":{"createdDate":"2011-06-06T08:44:11.172Z"}}},"when":"1945-08-01T02:42:30.892Z","friendlyWhen":"quis ullamco ea","message":"elit sed aute","number":-24542201,"minorEdit":true,"_expandable":{"content":"minim deserunt","collaborators":"reprehenderit culpa non"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"previousVersion":{"by":{"type":"anonymous","accountId":"cupidatat","accountType":"atlassian","email":"sunt elit tempor qui","publicName":"minim do ullamco","profilePicture":{"path":"eiusmod dolore sit","width":-2357080,"height":73392272,"isDefault":false},"displayName":"reprehenderit nisi eiusmod","_expandable":{"operations":"dolor ut","details":"ipsum","personalSpace":"nostrud ad"},"_links":{},"username":"incididunt exercitation ad","userKey":"consequat sunt aliquip nisi cupidatat","operations":[{"operation":"export","targetType":"blogpost"},{"operation":"use","targetType":"application"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":-69251239,"key":"aliqua ea adipisicing quis","name":"minim laborum Excepteur sint tempor","type":"est veniam","status":"mollit irure ut laborum","_expandable":{"settings":"in sint mollit esse tempor","metadata":"amet irure culpa ullamco","operations":"dolore magna","lookAndFeel":"veniam pariatur eu","permissions":"consectetur sed sunt nulla","icon":"nisi eu dolor ut","description":"proident laborum","theme":"laboris eu qui","history":"officia et ullamco","homepage":"irure est"},"_links":{},"icon":{"path":"deserunt proident e","width":-12128831,"height":79931084,"isDefault":true},"description":{"plain":{"value":"qui ipsum exercitation laboris mollit","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"proident ipsum non in","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-9315968,"limit":85082435,"size":-1071961,"_links":{}}},"operations":[{"operation":"update","targetType":"space"},{"operation":"copy","targetType":"space"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"delete","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"delete","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"elit nisi"},"links":{"color":"dolore adipisicing Excepteur"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"est minim dolore"}},"history":{"createdDate":"2011-12-09T16:03:51.887Z"}}},"when":"1955-06-04T18:09:00.319Z","friendlyWhen":"deserunt consectetur mi","message":"minim dolore cillum","number":-3853473,"minorEdit":true,"_expandable":{"content":"occ","collaborators":"irure magna"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"contributors":{"publishers":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"nextVersion":{"by":{"type":"known","accountId":"est in","accountType":"atlassian","email":"veniam cupidatat esse","publicName":"in","profilePicture":{"path":"dolore ea pariatur commodo mollit","width":13837711,"height":50185201,"isDefault":false},"displayName":"deserunt magna culpa","_expandable":{"operations":"ex elit labore enim est","details":"in anim","personalSpace":"culpa consectetur consequat"},"_links":{},"username":"fugiat","userKey":"ipsum ex qui sunt non","operations":[{"operation":"use","targetType":"space"},{"operation":"move","targetType":"application"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":-51430784,"key":"culpa Duis aliquip ad","name":"officia magna consectetur","type":"elit ullamco","status":"minim ut dolore cupidatat dolore","_expandable":{"settings":"est ipsum","metadata":"culpa nulla ad sunt","operations":"proident","lookAndFeel":"anim reprehenderit laboru","permissions":"amet velit ut","icon":"eiusmod Ut","description":"proident laborum fugiat nisi ea","theme":"consectetur laborum","history":"Ut ad adipisicing voluptate","homepage":"ip"},"_links":{},"icon":{"path":"culpa sunt proident non","width":-52461203,"height":5499193,"isDefault":true},"description":{"plain":{"value":"enim","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"mollit incididunt tempo","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-2876141,"limit":64905986,"size":-50011666,"_links":{}}},"operations":[{"operation":"update","targetType":"application"},{"operation":"purge","targetType":"space"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"move","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"purge","targetType":"page"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"in adipisicing Lorem fugiat"},"links":{"color":"in sunt tempor esse nostrud"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"ut"}},"history":{"createdDate":"1961-08-12T15:40:44.956Z"}}},"when":"1958-10-20T22:58:34.705Z","friendlyWhen":"eu nisi reprehenderit","message":"dolore mollit qui nisi","number":12795680,"minorEdit":true,"_expandable":{"content":"nostrud eiusmod aliqua","collaborators":"ullamco amet proid"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"_expandable":{"lastUpdated":"Ut non","previousVersion":"enim","contributors":"elit tempor","nextVersion":"id eiusmod quis officia"},"_links":{}},"version":{"by":{"type":"user","accountId":"voluptate nulla occaecat officia","accountType":"atlassian","email":"eiusmod officia aliquip esse dolore","publicName":"dolore veniam nulla nisi","profilePicture":{"path":"ad consequat","width":38834800,"height":-75133319,"isDefault":false},"displayName":"sed ex veniam officia dolore","_expandable":{"operations":"enim culpa minim do ut","details":"enim anim elit do amet","personalSpace":"mollit Ut labore in"},"_links":{},"username":"mollit ea eiusmod non enim","userKey":"id tempor et","operations":[{"operation":"purge_version","targetType":"attachment"},{"operation":"copy","targetType":"blogpost"}],"details":{"business":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"personal":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"personalSpace":{"id":-15453572,"key":"do","name":"eu sed","type":"esse in aute","status":"nulla eu","_expandable":{"settings":"amet incididunt ea","metadata":"Lorem consequat eu aliquip","operations":"veniam eu ","lookAndFeel":"quis aliqua minim cillum","permissions":"in","icon":"nulla eiusmod","description":"in non","theme":"ea Lorem ut","history":"qui ut aute amet","homepage":"proident aute eiusmod "},"_links":{},"icon":{"path":"sed","width":-10220941,"height":16963136,"isDefault":true},"description":{"plain":{"value":"dolore incididunt nisi nulla","representation":"plain","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]},"view":{"value":"deserunt Excepteur","representation":"view","embeddedContent":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}]}},"homepage":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"metadata":{"labels":{"results":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"start":-31375967,"limit":41711339,"size":-9837808,"_links":{}}},"operations":[{"operation":"use","targetType":"space"},{"operation":"copy","targetType":"blogpost"}],"permissions":[{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"export","targetType":"comment"},"anonymousAccess":false,"unlicensedAccess":false},{"subjects":{"_expandable":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"user":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"group":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"operation":{"operation":"restore","targetType":"application"},"anonymousAccess":false,"unlicensedAccess":false}],"settings":{"routeOverrideEnabled":true,"_links":{}},"theme":{},"lookAndFeel":{"headings":{"color":"nisi"},"links":{"color":"id qui irure"},"menus":{"hoverOrFocus":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"color":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"header":{"backgroundColor":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"button":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"primaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"secondaryNavigation":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"search":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"content":{"screen":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"container":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"header":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"body":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"bordersAndDividers":{"color":"ad"}},"history":{"createdDate":"1989-04-24T22:21:06.323Z"}}},"when":"1944-11-06T16:31:25.950Z","friendlyWhen":"nulla","message":"consectetur et","number":-32204722,"minorEdit":false,"_expandable":{"content":"laborum enim","collaborators":"adipisicing nulla"},"_links":{},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},"collaborators":{"users":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"userKeys":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"_links":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}},"ancestors":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"operations":[{"operation":"update","targetType":"page"},{"operation":"export","targetType":"attachment"}],"children":{"_expandable":{"attachment":"dolore id nostrud","comment":"est irure ea velit","page":"ni"},"_links":{},"attachment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-27568207,"limit":48124922,"size":-84587001,"_links":{}},"comment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":89974377,"limit":-98089646,"size":95871339,"_links":{}},"page":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":-59879984,"limit":-41577081,"size":-11068095,"_links":{}}},"childTypes":{"_expandable":{"all":"ut","attachment":"consectetur amet eiusmod mollit","comment":"elit est Ut cillum","page":"pr"},"attachment":{"value":false,"_links":{}},"comment":{"value":false,"_links":{}},"page":{"value":false,"_links":{}}},"descendants":{"_expandable":{"attachment":"nostrud pariatur","comment":"cillum nostrud tempor eiusmod","page":"est mollit eiusmod"},"_links":{},"attachment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":28143312,"limit":-2471694,"size":-6394417,"_links":{}},"comment":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":22024573,"limit":87455835,"size":18064087,"_links":{}},"page":{"results":[{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}],"start":20910964,"limit":50359145,"size":-23723432,"_links":{}}},"container":{},"body":{"_expandable":{"editor":"proident aute","view":"dolore in dolor nisi","export_view":"et eiusmod","styled_view":"aliquip sed ex deserunt","storage":"veniam ut eu","editor2":"cupidatat eiusmod deserunt voluptate","anonymous_export_view":"amet dolor culpa"}},"restrictions":{"_links":{},"read":{"operation":"purge_version","_expandable":{"restrictions":"tempor fugiat ipsum est Duis","content":"elit"},"_links":{},"restrictions":{"user":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"group":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"_expandable":{"user":"tempor commodo nulla qui","group":"id reprehenderit est cupidatat"}},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}},"update":{"operation":"read","_expandable":{"restrictions":"Excepteur do mollit","content":"reprehenderit labore"},"_links":{},"restrictions":{"user":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"group":{"results":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"start":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"limit":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"size":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"_expandable":{"user":"aliquip dolore ad ex","group":"tempor magna ea consequat"}},"content":{"value":"\u003cCircular reference to #/components/schemas/Content detected\u003e"}}},"_links":{}}],"start":-67365052,"limit":-16771933,"size":14860140,"_links":{}}