Skip to main content
GET
Get all Blog Authors

Supported products

Autorizações

Authorization
string
header
obrigatório

The access token received from the authorization server in the OAuth 2.0 flow.

Parâmetros de consulta

after
string

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.

archived
boolean

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

createdAfter
string<date-time>

Only return Blog Authors created after the specified time.

createdAt
string<date-time>

Only return Blog Authors created at exactly the specified time.

createdBefore
string<date-time>

Only return Blog Authors created before the specified time.

limit
integer<int32>

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

property
string

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

sort
string[]

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

updatedAfter
string<date-time>

Only return Blog Authors last updated after the specified time.

updatedAt
string<date-time>

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

updatedBefore
string<date-time>

Only return Blog Authors last updated before the specified time.

Resposta

successful operation

results
object[]
obrigatório

Collection of blog authors.

total
integer<int32>
obrigatório

Total number of blog authors.

paging
object
Última modificação em 10 de abril de 2026