Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Response

URL

Request

Description

DELETE /user/<user_id>/download/list/clear

Clear all files from a user’s download list.

DownloadListStatistics

GET /user/<user_id>/download/list/statistics

Get the statistics about the the files on the user’s download list

...

Code Block
breakoutModefull-width
{
	"$schema": "http://json-schema.org/draft-07/schema",
	"$id": "org.sagebionetworks-UnmetAccessRestrictionItem",
	"description": "Represents a single un-met access restriction that requires the user's action in order to download one or more files from their download list.",
	"properties": {
		"accessRestrictionId": {
			"description": "The identifier of an un-met access restriction.",
			"type": "string"
		},
		"numberOfFilesBockednumberOfFilesBlocked": {
			"description": "The number of files that are currently block from download due to this un-met access restriction.",
			"type": "integer"
		}
	}
}

...