Faces

Get the individual a face is for

get

Get the individual that a face is for by id

Path parameters
face_idstring · uuidRequired

The id of the face whose individual to get

Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

The individual

application/json
get
/faces/{face_id}/individual

Get the asset a face is for

get

Get the asset that a face is for by id

Path parameters
face_idstring · uuidRequired

The id of the face whose asset to get

Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

The asset

application/json
get
/faces/{face_id}/asset

List all unclustered faces

get
Query parameters
drive_idstring · uuidRequired

The drive id to list faces for

pageany ofOptional

The page to query

Default: 0
integerOptional
or
nullOptional
limitany ofOptional

The limit that is fetched per page

Default: 100
integerOptional
or
nullOptional
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

List of all unclustered faces

application/json
get
/faces

Get the dynamic views for a drive

get

Get the dynamic views for a drive

Query parameters
drive_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
get
/dynamic-views

Add a dynamic view for a drive

post
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
namestringRequired

The dynamic view name to update

display_settingsany ofOptional

The dynamic view display settings to update

or
nullOptional
iconany ofOptional

The dynamic view icon to update

stringOptional
or
nullOptional
icon_typeany ofOptional

The dynamic view icon type to update

string · enumOptionalPossible values:
or
nullOptional
is_lockedany ofOptional

If locked, other users cannot modify the dynamic view.

Default: false
booleanOptional
or
nullOptional
is_privateany ofOptional

If private, only the owner can see this dynamic view.

Default: false
booleanOptional
or
nullOptional
filtersany ofOptional

The dynamic view filters to update

Default: []
or
nullOptional
sortany ofOptional

The dynamic view sort to update (include '-' at beginning for descending)

stringOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
Responseany
post
/dynamic-views

No content

Update a dynamic view for a drive

put

Modify a dynamic view for a drive

Path parameters
dynamic_view_idstring · uuidRequired
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
namestringRequired

The dynamic view name to update

columnsany ofOptional

The dynamic view columns to update

string[]Optional
or
nullOptional
display_settingsany ofOptional

The dynamic view display settings to update

or
nullOptional
iconany ofOptional

The dynamic view icon to update

stringOptional
or
nullOptional
icon_typeany ofOptional

The dynamic view icon type to update

string · enumOptionalPossible values:
or
nullOptional
sortany ofOptional

The dynamic view sort to update (include '-' at beginning for descending)

stringOptional
or
nullOptional
is_lockedany ofOptional

If locked, other users cannot modify the dynamic view.

Default: false
booleanOptional
or
nullOptional
is_privateany ofOptional

If private, only the owner can see this dynamic view.

Default: false
booleanOptional
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
Responseany
put
/dynamic-views/{dynamic_view_id}

No content

Delete Dynamic View Route

delete
Path parameters
dynamic_view_idstring · uuidRequired
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
Responseany
delete
/dynamic-views/{dynamic_view_id}

No content

Export dynamic view data

get
Path parameters
dynamic_view_idstring · uuidRequired
export_formatstring · enumRequiredPossible values:
Query parameters
drive_idstring · uuidRequired
osany ofOptional
string · enumOptional

Operating System Enum from the result of platform.system()

Possible values:
or
nullOptional
timezoneany ofOptional
stringOptional
or
nullOptional
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
Responseany
get
/dynamic-views/{dynamic_view_id}/exports/{export_format}

No content

Last updated