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

KeyDatatypeRequiredDescription
createdAtstringOnly return Blog Authors created at exactly the specified time.
createdAfterstringOnly return Blog Authors created after the specified time.
createdBeforestringOnly return Blog Authors created before the specified time.
updatedAtstringOnly return Blog Authors last updated at exactly the specified time.
updatedAfterstringOnly return Blog Authors last updated after the specified time.
updatedBeforestringOnly return Blog Authors last updated before the specified time.
sortstringSpecifies which fields to use for sorting results. Valid fields are name, createdAt, updatedAt, createdBy, updatedBy. createdAt will be used by default.
sortstringSpecifies which fields to use for sorting results. Valid fields are name, createdAt, updatedAt, createdBy, updatedBy. createdAt will be used by default.
afterstringThe 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.
limitstringThe maximum number of results to return. Default is 100.
archivedstringSpecifies whether to return deleted Blog Authors. Defaults to false.
propertystring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;avatar&quot;:&quot;\u003cstring\u003e&quot;,&quot;bio&quot;:&quot;\u003cstring\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;facebook&quot;:&quot;\u003cstring\u003e&quot;,&quot;fullName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;zgh-ma&quot;,&quot;linkedin&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;slug&quot;:&quot;\u003cstring\u003e&quot;,&quot;translatedFromId&quot;:&quot;\u003clong\u003e&quot;,&quot;twitter&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;website&quot;:&quot;\u003cstring\u003e&quot;},{&quot;avatar&quot;:&quot;\u003cstring\u003e&quot;,&quot;bio&quot;:&quot;\u003cstring\u003e&quot;,&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;displayName&quot;:&quot;\u003cstring\u003e&quot;,&quot;email&quot;:&quot;\u003cstring\u003e&quot;,&quot;facebook&quot;:&quot;\u003cstring\u003e&quot;,&quot;fullName&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;language&quot;:&quot;shi-ma&quot;,&quot;linkedin&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;slug&quot;:&quot;\u003cstring\u003e&quot;,&quot;translatedFromId&quot;:&quot;\u003clong\u003e&quot;,&quot;twitter&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;website&quot;:&quot;\u003cstring\u003e&quot;}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;nostrud tempor elit cillum consectetur&quot;,&quot;link&quot;:&quot;reprehenderit&quot;}}}