Get all Blog Authors
GET {{baseUrl}}/cms/v3/blogs/authors?createdAt=<dateTime>&createdAfter=<dateTime>&createdBefore=<dateTime>&updatedAt=<dateTime>&updatedAfter=<dateTime>&updatedBefore=<dateTime>&sort=<string>&sort=<string>&after=<string>&limit=<integer>&archived=<boolean>&property=<string>
Get the list of blog authors. 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
Key | Datatype | Required | Description |
---|---|---|---|
createdAt | string | Only return Blog Authors created at exactly the specified time. | |
createdAfter | string | Only return Blog Authors created after the specified time. | |
createdBefore | string | Only return Blog Authors created before the specified time. | |
updatedAt | string | Only return Blog Authors last updated at exactly the specified time. | |
updatedAfter | string | Only return Blog Authors last updated after the specified time. | |
updatedBefore | string | Only return Blog Authors last updated before the specified time. | |
sort | string | Specifies which fields to use for sorting results. Valid fields are name , createdAt , updatedAt , createdBy , updatedBy . createdAt will be used by default. | |
sort | string | Specifies which fields to use for sorting results. Valid fields are name , createdAt , updatedAt , createdBy , updatedBy . createdAt will be used by default. | |
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. | |
limit | string | The maximum number of results to return. Default is 100. | |
archived | string | Specifies whether to return deleted Blog Authors. Defaults to false . | |
property | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"avatar":"\u003cstring\u003e","bio":"\u003cstring\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","email":"\u003cstring\u003e","facebook":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"sr-cs","linkedin":"\u003cstring\u003e","name":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003clong\u003e","twitter":"\u003cstring\u003e","updated":"\u003cdateTime\u003e","website":"\u003cstring\u003e"},{"avatar":"\u003cstring\u003e","bio":"\u003cstring\u003e","created":"\u003cdateTime\u003e","deletedAt":"\u003cdateTime\u003e","displayName":"\u003cstring\u003e","email":"\u003cstring\u003e","facebook":"\u003cstring\u003e","fullName":"\u003cstring\u003e","id":"\u003cstring\u003e","language":"sr-xk","linkedin":"\u003cstring\u003e","name":"\u003cstring\u003e","slug":"\u003cstring\u003e","translatedFromId":"\u003clong\u003e","twitter":"\u003cstring\u003e","updated":"\u003cdateTime\u003e","website":"\u003cstring\u003e"}],"total":"\u003cinteger\u003e","paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}