ProjectsSearch
- 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
- order : String
The field by which to order.
- Enum:
- published_date
- modified_date
- views