This is the API
Retrieve a certain curation review by its ID
https://api.figshare.com/v2/account/institution/review/{curation_id}
GET
ID of the curation
Retrieve a certain curation review's comments.
https://api.figshare.com/v2/account/institution/review/{curation_id}/comments
GET
ID of the curation
Number of results included on a page. Used for pagination with query
Where to start the listing(the offset of the first result). Used for pagination with limit
Add a new comment to the review.
https://api.figshare.com/v2/account/institution/review/{curation_id}/comments
POST
ID of the curation
The content/value of the comment.
Retrieve a list of curation reviews for this institution
https://api.figshare.com/v2/account/institution/reviews
GET
Filter by the group ID
Retrieve the reviews for this article
Filter by the status of the review
Number of results included on a page. Used for pagination with query
Where to start the listing(the offset of the first result). Used for pagination with limit
Returns the custom fields in the group the user belongs to, or the ones in the group specified, if the user has access.
https://api.figshare.com/v2/account/institution/custom_fields
GET
Group_id
Uploads a CSV containing values for a specific custom field of type <b>dropdown_large_list</b>. More details in the <a href=\"#custom_fields\">Custom Fields section</a>
https://api.figshare.com/v2/account/institution/custom_fields/{custom_field_id}/items/upload
POST
Custom field identifier
CSV file to be uploaded
Returns a list of articles belonging to the institution
https://api.figshare.com/v2/institutions/{institution_string_id}/articles/filter-by
GET
More info in the <a href=\"#hr_feed\">HR Feed section</a>
https://api.figshare.com/v2/institution/hrfeed/upload
POST
You can find an example in the Hr Feed section
Retrieve institution user information using the account_id
https://api.figshare.com/v2/account/institution/users/{account_id}
GET
Account identifier the user is associated to
List institution categories (including parent Categories)
https://api.figshare.com/v2/account/categories
GET
Account institution group embargo options details
https://api.figshare.com/v2/account/institution/groups/{group_id}/embargo_options
GET
Group identifier
Delete Institution Account Group Role
https://api.figshare.com/v2/account/institution/roles/{account_id}/{group_id}/{role_id}
DELETE
Account identifier for which to remove the role
Group identifier for which to remove the role
Role identifier
List Institution Account Group Roles
https://api.figshare.com/v2/account/institution/roles/{account_id}
GET
Account identifier the user is associated to
Add Institution Account Group Roles
https://api.figshare.com/v2/account/institution/roles/{account_id}
POST
Account identifier the user is associated to
Account description
Create a new Account by sending account information
https://api.figshare.com/v2/account/institution/accounts
POST
Account description
Returns the accounts for which the account has administrative privileges (assigned and inherited).
https://api.figshare.com/v2/account/institution/accounts
GET
Page number. Used for pagination with page_size
The number of results included on a page. Used for pagination with page
Number of results included on a page. Used for pagination with query
Where to start the listing(the offset of the first result). Used for pagination with limit
Filter by active status
Filter by institution_user_id
Filter by email
Retrieve accounts with an ID lower or equal to the specified value
Retrieve accounts with an ID greater or equal to the specified value
Returns the accounts for which the account has administrative privileges (assigned and inherited).
https://api.figshare.com/v2/account/institution/accounts/search
POST
Search Parameters
Update Institution Account
https://api.figshare.com/v2/account/institution/accounts/{account_id}
PUT
Account identifier the user is associated to
Account description
Get Articles from own institution. User must be administrator of the institution
https://api.figshare.com/v2/account/institution/articles
GET
Page number. Used for pagination with page_size
The number of results included on a page. Used for pagination with page
Number of results included on a page. Used for pagination with query
Where to start the listing(the offset of the first result). Used for pagination with limit
The field by which to order. Default varies by endpoint/resource.
Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD
Filter by article modified date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD
only return collections with this status
only return collections with this resource_doi
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
Account institution details
https://api.figshare.com/v2/account/institution
GET
Account institution embargo options details
https://api.figshare.com/v2/account/institution/embargo_options
GET
Returns the groups for which the account has administrative privileges (assigned and inherited).
https://api.figshare.com/v2/account/institution/groups
GET
Returns the roles available for groups and the institution group.
https://api.figshare.com/v2/account/institution/roles
GET