Returns all requests

Params

Param name Description
limit
optional

Limit the number of requests returned

Validations:

  • Must be a Integer

prevMinRequestId
optional

If specified, will only return requests with request_id less than this parameter. Useful in conjunction with limit to paginate results

Validations:

  • Must be a Integer

fosTypeId
optional

Limit requests to those that are of this Field of Science type

Validations:

  • Must be a Integer

piOrganizationId
optional

Limit requests to those that have a PI from the specified organization

Validations:

  • Must be a Integer

status
optional

Limit requests to those with the specified status

Validations:

  • Must be one of: Submitted, Approved, Rejected, Incomplete, Under Review.

active
optional

For true, it returns Approved requests where the end date is null or in the future; for false, it returns Approved requests where the end date is in past. Cannot be specified if status is also provided

Validations:

  • Must be one of: true, false.