Project Sample Dataset
Get list sample datasets for this project
GET https://your.host.vinlab/projects/:project_id/sample-datasets
Path Parameters
Name
Type
Description
project_id*
String
Project's ID
Query Parameters
Name
Type
Description
_offset
Integer
_limit
Integer
_sort
String
```json
{
"error_code": 0,
"error_message": "OK",
"server_time": 1671856788,
"data": [
{
"id": "a3943109-2968-4720-bc32-4bf6a115d8c0",
"name": "chest x ray",
"description": "From the outside the Pomelo fruit looks like a Melon of some kind. The skin is surprisingly soft, and relatively easy to peel. Inside The Philippines version of the Pomelo looks like a giant pink grapefruit.",
"data_type": 1,
"is_forked": false
},
{
"id": "163935f9-2e42-4e01-a579-721627c96ad2",
"name": "brain ct",
"description": "The lemon is a small tree (Citrus limon) that is green even in the winter. It came from Asia. 'Lemon' is also the name of the tree's oval-shaped yellow fruit. The fruit is used for cooking and other things in the world – usually for its juice.",
"data_type": 1,
"is_forked": true
}
]
}
```Fork or unfork sample datasets to project
PUT https://your.host.vinlab/projects/:project_id/sample-datasets/fork
Path Parameters
Name
Type
Description
project_id*
String
Project's ID
Request Body
Name
Type
Description
sample_dataset_id
fork/unfork
Last updated