latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-19141774.1 KB

0faca0c0408e

Basic

Get all Blog 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.

get/cms/v3/blogs/authors

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archivedboolean

Specifies whether to return deleted Blog Authors. Defaults to false.

createdAfterstring date-time

Only return Blog Authors created after the specified time.

createdAtstring date-time

Only return Blog Authors created at exactly the specified time.

createdBeforestring date-time

Only return Blog Authors created before the specified time.

limitinteger

The maximum number of results to return. Default is 100.

propertystring

Used to specify which properties of the Blog Authors to include in the response.

sortstring[]

Specifies which fields to use for sorting results. Valid fields are name, created, updated, createdBy, updatedBy. created will be used by default.

updatedAfterstring date-time

Only return Blog Authors last updated after the specified time.

updatedAtstring date-time

Only return Blog Authors last updated at exactly the specified time.

updatedBeforestring date-time

Only return Blog Authors last updated before the specified time.

Response

successful operation

totalinteger required

Total number of blog authors.