AvailableFilesRequest
org.sagebionetworks.repo.model.download.AvailableFilesRequest
Request to get a single page of files from the user's download list for files that are currently available for download.
| Field | Type | Description | 
|---|---|---|
| concreteType | STRING | Required. For this type the value should be: 'org.sagebionetworks.repo.model.download.AvailableFilesRequest' | 
| nextPageToken | STRING | Forward the resulting nextPageToken from a previous request to get the next page of results. | 
| sort | ARRAY<Sort> | Optional. Defines how the query results should be sorted. If excluded a default sort will be used. | 
| filter | AvailableFilter | Optional. Defines how the query results should be filtered. If excluded all available files will be returned. |