Parameter | Description |
---|---|
Subset | The subset to return samples from. * Owned - All samples that the requesting user is able to access.* Public - All samples that can be viewed by any user.* Org - All organization samples. |
{
"data": [
{
"id": "<string>",
"status": "<string>",
"kind": "<string>",
"url": "<string>",
"submitted": "<string>"
},
{
"id": "<string>",
"status": "<string>",
"kind": "<string>",
"filename": "<string>",
"submitted": "<string>",
"sha256": "<string>"
}
],
"next": "<string>"
}
Was this page helpful?