GET get-author-info/{id-or-name}

GET Required methods
Auth
Level 1
Description : Get info about an author (Author field in an entry)
Arguments :
NameTypeDescription
id-or-nameint|stringThe name/slug of the author or the ID

Methods : GET

Response :
NameTypeDescription
author_idintThe Author ID
author_namestringAuthor Username
author_slugstringAuthor Slug (Identification in the URL)
author_descriptionstringAuthor Description
author_urlstringCurrent author URL
user_linkedboolIf an user is linked to this author or not
user_idintUser ID linked (Don't appear if user_linked = false)
user_namestringUser Name linked (Don't appear if user_linked = false)
user_linkstringUser Profile URL (Don't appear if user_linked = false)
last_entriesarrayArray of Entry IDs from this author (10 entries)
 


Write your reply...
Back
Top