-
Notifications
You must be signed in to change notification settings - Fork 460
Open
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend
Description
Endpoints
List the items in a dataset revision
Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items
Query parameters:
limit: for paginationoffset: for paginationsubset(optional): filter by subset
Response: same structure as /api/projects/{project_id}/dataset/items
Get info about an item in the dataset revision
Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>
Response: same structure as /api/projects/{project_id}/dataset/items/<id>
Get the image data of an item in the dataset revision
Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>/binary
Get the thumbnail of an item in the dataset revision
Method and path: GET /api/projects/<id>/dataset_revisions/<id>/items/<id>/thumbnail
Delete the files associated to a dataset revision
Method and path: DELETE /api/projects/<id>/dataset_revisions/<id>
Metadata
Metadata
Assignees
Labels
Geti Tune BackendIssues related to Geti Tune Studio backendIssues related to Geti Tune Studio backend