Retrieves all the previous versions of a Blog
GET {{baseUrl}}/cms/v3/blog-settings/settings/:blogId/revisions?after=<string>&before=<string>&limit=<integer>
Retrieves all the previous versions of a Blog
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":{"absoluteUrl":"\u003cstring\u003e","allowComments":"\u003cboolean\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","description":"\u003cstring\u003e","htmlTitle":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"os-ge","name":"\u003cstring\u003e","publicAccessRulesEnabled":"\u003cboolean\u003e","publicTitle":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003cstring\u003e","updated":"\u003cdateTime\u003e"},"updatedAt":"\u003cdateTime\u003e","user":{"email":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e"}},{"id":"\u003cstring\u003e","object":{"absoluteUrl":"\u003cstring\u003e","allowComments":"\u003cboolean\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","description":"\u003cstring\u003e","htmlTitle":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"pl-pl","name":"\u003cstring\u003e","publicAccessRulesEnabled":"\u003cboolean\u003e","publicTitle":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003cstring\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"}}}