Get the list of blogs. Supports paging and filtering.
/cms/v3/blog-settings/settings Get the list of blogs. Results can be limited and filtered by creation or updated date.
Parameters
query Query Parameters
| Name | Type |
|---|---|
after 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. | string |
archived The timestamp (ISO8601 format) when this Blog was deleted. | boolean |
createdAfter Filters results to only those blogs created after this timestamp (ISO8601 format) | string |
createdAt The timestamp (ISO8601 format) when this Blog was created. | string |
createdBefore Filters results to only those blogs created before this timestamp (ISO8601 format) | string |
limit Pagination criteria to set the max number of blogs to return in a request | number |
sort List of fields by which to sort. Each sort object specifies a property name and direction (ASCENDING, DESCENDING) | string[] |
updatedAfter Filters results to only those blogs updated after this timestamp (ISO8601 format) | string |
updatedAt The timestamp (ISO8601 format) when this Blog was updated. | string |
updatedBefore Filters results to only those blogs created before this timestamp (ISO8601 format) | string |
Responses
successful operation
paging?:
results:
total: number;
}
An error occurred.
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}