Skip to content

List authors

GET
/cms/author
page_number
required
string

Page number for pagination

limit
required
string

Number of authors per page (1-100)

department
string

Filter authors by department name

keyword
string

Search by author name

replacedWith
string

Filter by the ID of the author that replaced this one

sort
string
default: default
Allowed values: latest default

Sort order of results. ‘latest’ for most-recently updated authors first, ‘default’ for service’s standard ordering

Author details

Array<object>
Author

API representation of an author

object
id

Author ID

integer format: int64
url

URL to the author page

string
name

Author name

string
image

Image URL

string
nullable
image_transforms

Available image transformations in different sizes

Array<object>
object
x

Width in pixels

integer
y

Height in pixels

integer
url

URL to the transformed image

string format: uri
cover

Cover image URL

string
nullable
email

Author email

string
nullable
department

Department

string
nullable
editorialName

Editorial name (slug)

string
nullable
biography

Short biography

string
nullable
description

Full description (HTML)

string
nullable
name_latin

Name in latin characters

string
nullable
country

Country code or name

string
nullable
googlePlus

Google+ profile (legacy)

string
nullable
twitter

Twitter handle (without @)

string
nullable
facebook

Facebook username

string
nullable
linkedin

LinkedIn profile

string
nullable
instagram

Instagram handle

string
nullable
objectType

Class name of the object

string
replacedWith

If this author was replaced, id of replacement

nullable

Not found