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
Key | Datatype | Required | Description |
---|---|---|---|
after | string | The 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. | |
before | string | ||
limit | string | The maximum number of results to return. Default is 100. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"id":"\u003cstring\u003e","object":{"category":"\u003cinteger\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","parentFolderId":"\u003clong\u003e","updated":"\u003cdateTime\u003e"},"updatedAt":"\u003cdateTime\u003e","user":{"email":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e"}},{"id":"\u003cstring\u003e","object":{"category":"\u003cinteger\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","name":"\u003cstring\u003e","parentFolderId":"\u003clong\u003e","updated":"\u003cdateTime\u003e"},"updatedAt":"\u003cdateTime\u003e","user":{"email":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e"}}],"total":"\u003cinteger\u003e","paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"},"prev":{"before":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}