AccessRequestListRequest
org.sagebionetworks.repo.model.dataaccess.AccessRequestListRequest
Request to list data access requests for the current user
| Field | Type | Description |
|---|---|---|
| nextPageToken | STRING | The token to get the next page of results. |
| sortBy | AccessRequestSortField | Fields by which access request results can be sorted |
| sortDirection | SortDirection | Direction of a sort. |
| isEDuc | BOOLEAN | Optional filter. When true, only requests that use the eDUC flow are included; when false, only requests that do not. If omitted, requests are included regardless of whether they use the eDUC flow. |
| accessRequirementId | STRING | Optional filter. When set, only requests for the given access requirement are included. If omitted, requests for all access requirements are included. |