Retrieves all the previous versions of a Folder

GET {{baseUrl}}/cms/v3/pages/landing-pages/folders/:objectId/revisions?after=<string>&before=<string>&limit=<integer>

Retrieves all the previous versions of a Folder.

Request Params

KeyDatatypeRequiredDescription
afterstringThe cursor token value to get the next set of results. You can get this from the paging.next.after JSON property of a paged response containing more results.
beforestring
limitstringThe maximum number of results to return. Default is 100.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;object&quot;:{&quot;category&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;parentFolderId&quot;:&quot;\u003clong\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;user&quot;:{&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;fullName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;object&quot;:{&quot;category&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;parentFolderId&quot;:&quot;\u003clong\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;},&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;user&quot;:{&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;fullName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;}}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;},&quot;prev&quot;:{&quot;before&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;}}}