Get all Blogs

GET {{baseUrl}}/cms/v3/blog-settings/settings?createdAt=<dateTime>&createdAfter=<dateTime>&createdBefore=<dateTime>&updatedAt=<dateTime>&updatedAfter=<dateTime>&updatedBefore=<dateTime>&sort=<string>&sort=<string>&after=<string>&limit=<integer>&archived=<boolean>

Get the list of Blogs. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

Request Params

KeyDatatypeRequiredDescription
createdAtstringOnly return Blogs created at exactly the specified time.
createdAfterstringOnly return Blogs created after the specified time.
createdBeforestringOnly return Blogs created before the specified time.
updatedAtstringOnly return Blogs last updated at exactly the specified time.
updatedAfterstringOnly return Blogs last updated after the specified time.
updatedBeforestringOnly return Blogs last updated before the specified time.
sortstringSpecifies which fields to use for sorting results. Valid fields are name and id
sortstringSpecifies which fields to use for sorting results. Valid fields are name and id
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.
limitstringThe maximum number of results to return. Default is 100.
archivedstringSpecifies whether to return archived Blogs. Defaults to false.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;absoluteUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;allowComments&quot;:&quot;\u003cboolean\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;htmlTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;vai-lr&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;publicAccessRulesEnabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;publicTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;slug&quot;:&quot;\u003cstring\u003e&quot;,&quot;translatedFromId&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;},{&quot;absoluteUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;allowComments&quot;:&quot;\u003cboolean\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;htmlTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;en-gh&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;publicAccessRulesEnabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;publicTitle&quot;:&quot;\u003cstring\u003e&quot;,&quot;slug&quot;:&quot;\u003cstring\u003e&quot;,&quot;translatedFromId&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\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;}}}