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.
content
The access token received from the authorization server in the OAuth 2.0 flow.
Only return Blog Authors created at exactly the specified time.
Only return Blog Authors created after the specified time.
Only return Blog Authors created before the specified time.
Only return Blog Authors last updated at exactly the specified time.
Only return Blog Authors last updated after the specified time.
Only return Blog Authors last updated before the specified time.
Specifies which fields to use for sorting results. Valid fields are name
, createdAt
, updatedAt
, createdBy
, updatedBy
. createdAt
will be used by default.
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.
The maximum number of results to return. Default is 100.
Specifies whether to return deleted Blog Authors. Defaults to false
.
successful operation
Response object for collections of blog authors with pagination information.