Faces
Get the individual that a face is for by id
The id of the face whose individual to get
The individual
Not found
Validation Error
GET /faces/{face_id}/individual HTTP/1.1
Host:
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"labeled": true,
"preview_face": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"bbox": {
"ANY_ADDITIONAL_PROPERTY": 1
},
"face_preview": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"frame": 1
}
},
"preview_image": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"frame": 1
}
}
Get the dynamic views for a drive
Successful Response
Not found
Validation Error
GET /dynamic-views?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"filters": [
{
"id": null,
"options": [
{
"client_val": "text",
"server_val": "text",
"icon": "text"
}
],
"clause": "is",
"ignore_options": true
}
],
"columns": [
"text"
],
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"is_locked": true,
"is_private": true,
"display_settings": {
"card_size": 1,
"thumbnail_view": "text",
"view": "text",
"metadata_attribute_ids": [
"text"
],
"flatten_directories": true
},
"icon": "text",
"icon_type": "color",
"sort": "text"
}
]
The dynamic view name to update
The dynamic view display settings to update
The dynamic view icon to update
The dynamic view icon type to update
If locked, other users cannot modify the dynamic view.
false
If private, only the owner can see this dynamic view.
false
The dynamic view filters to update
[]
The dynamic view sort to update (include '-' at beginning for descending)
Successful Response
Not found
Validation Error
POST /dynamic-views?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 362
{
"name": "text",
"display_settings": {
"card_size": 1,
"thumbnail_view": "text",
"view": "text",
"metadata_attribute_ids": [
"text"
],
"flatten_directories": true
},
"icon": "text",
"icon_type": "color",
"is_locked": false,
"is_private": false,
"filters": [
{
"id": null,
"options": [
{
"client_val": "text",
"server_val": "text",
"icon": "text"
}
],
"clause": "is",
"ignore_options": true
}
],
"sort": "text"
}
No content
Modify a dynamic view for a drive
The dynamic view name to update
The dynamic view columns to update
The dynamic view display settings to update
The dynamic view icon to update
The dynamic view icon type to update
The dynamic view sort to update (include '-' at beginning for descending)
If locked, other users cannot modify the dynamic view.
false
If private, only the owner can see this dynamic view.
false
Successful Response
Not found
Validation Error
PUT /dynamic-views/{dynamic_view_id}?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 381
{
"name": "text",
"filters": [
{
"id": null,
"options": [
{
"client_val": "text",
"server_val": "text",
"icon": "text"
}
],
"clause": "is",
"ignore_options": true
}
],
"columns": [
"text"
],
"display_settings": {
"card_size": 1,
"thumbnail_view": "text",
"view": "text",
"metadata_attribute_ids": [
"text"
],
"flatten_directories": true
},
"icon": "text",
"icon_type": "color",
"sort": "text",
"is_locked": false,
"is_private": false
}
No content
Successful Response
Not found
Validation Error
DELETE /dynamic-views/{dynamic_view_id}?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Accept: */*
No content
Operating System Enum from the result of platform.system()
Successful Response
Not found
Validation Error
GET /dynamic-views/{dynamic_view_id}/exports/{export_format}?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Accept: */*
No content