Public
Path parameters
os_string · enumRequiredPossible values:
Operating System Enum from the result of platform.system()
archstringRequired
versionstringRequired
Responses
200
Successful Response
application/json
Responseany
404
Not found
422
Validation Error
application/json
get
GET /public/app/{os_}/{arch}/{version} HTTP/1.1
Host:
Accept: */*
No content
Responses
200
Successful Response
application/json
404
Not found
get
GET /public/drive-templates HTTP/1.1
Host:
Accept: */*
[
{
"id": "text",
"name": "text",
"description": "text",
"dynamic_views": [
{
"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"
}
],
"metadata_attributes": [
{
"id": "text",
"name": "text",
"keys": [
"text"
],
"value_type": "str",
"description": "text",
"location": "system",
"default": null,
"group": "text",
"options": [
{
"id": "text",
"name": "text",
"color": "pink",
"user": true,
"archived": false
}
],
"add_new_options": true,
"restrict_to_types": [
"IMAGE"
],
"automated": false,
"prompt": "text",
"archived": false
}
]
}
]