ArticleSearch
- 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_direction : String
Direction of ordering
- Enum:
- asc
- desc
- institution : Integer
only return collections from this institution
- published_since : String
Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD
- modified_since : String
Filter by article modified date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD
- group : Integer
only return collections from this group
- resource_doi : String
Only return articles with this resource_doi
- item_type : Long
Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
- doi : String
Only return articles with this doi
- handle : String
Only return articles with this handle
- project_id : Long
Only return articles in this project
- order : String
The field by which to order
- Enum:
- created_date
- published_date
- modified_date
- views
- shares
- downloads
- cites