GET projects

figshare.com

Summary: Public Projects
Operation ID: projects_list
Auth: unknown
Description

Returns a list of public projects

Parameters (10)

X-Cursor (string, header, optional)

Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.

group (integer, query, optional)

only return collections from this group

institution (integer, query, optional)

only return collections from this institution

limit (integer, query, optional)

Number of results included on a page. Used for pagination with query

Constraints: {'minimum': 1, 'maximum': 1000}

offset (integer, query, optional)

Where to start the listing(the offset of the first result). Used for pagination with limit

Constraints: {'minimum': 0, 'maximum': 5000}

order (string, query, optional, default: published_date)

The field by which to order. Default varies by endpoint/resource.

Constraints: {'enum': ['published_date', 'modified_date', 'views']}

order_direction (string, query, optional, default: desc)

Constraints: {'enum': ['asc', 'desc']}

page (integer, query, optional)

Page number. Used for pagination with page_size

Constraints: {'minimum': 1, 'maximum': 5000}

page_size (integer, query, optional, default: 10)

The number of results included on a page. Used for pagination with page

Constraints: {'minimum': 1, 'maximum': 1000}

published_since (string, query, optional)

Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD

No probe data for this endpoint yet.