PrivateAuthorsSearch
- search_for : String
Search term
- page : Long
Page number. Used for pagination with page_size
- page_size : Long
The number of results included on a page. Used for pagination with page
- limit : Long
Number of results included on a page. Used for pagination with query
- offset : Long
Where to start the listing(the offset of the first result). Used for pagination with limit
- order : String
The field by which to order. Default varies by endpoint/resource.
- Enum:
- published_date
- modified_date
- views
- shares
- downloads
- cites
- order_direction : String
Direction of ordering
- Enum:
- asc
- desc
- institution_id : Long
Return only authors associated to this institution
- orcid : String
Orcid of author
- group_id : Long
Return only authors in this group or subgroups of the group
- is_active : Boolean
Return only active authors if True
- is_public : Boolean
Return only authors that have published items if True