Get all Blog Authors
/cms/v3/blogs/authors 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.
Parameters
query Query Parameters
| Name | Type |
|---|---|
after The cursor token value to get the next set of results. You can get this from the | string |
archived Specifies whether to return deleted Blog Authors. Defaults to | boolean |
createdAfter Only return Blog Authors created after the specified time. | string |
createdAt Only return Blog Authors created at exactly the specified time. | string |
createdBefore Only return Blog Authors created before the specified time. | string |
limit The maximum number of results to return. Default is 100. | number |
property Used to specify which properties of the Blog Authors to include in the response. | string |
sort Specifies which fields to use for sorting results. Valid fields are | string[] |
updatedAfter Only return Blog Authors last updated after the specified time. | string |
updatedAt Only return Blog Authors last updated at exactly the specified time. | string |
updatedBefore Only return Blog Authors last updated before the specified time. | string |
Responses
successful operation
paging?:
results:
total: number;
}
An error occurred.
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}