Public

Get the latest version of the app as a download url 307

get
Path parameters
os_string · enumRequired

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

Possible values:
archstringRequired
versionstringRequired
Responses
200

Successful Response

application/json
Responseany
get
GET /public/app/{os_}/{arch}/{version} HTTP/1.1
Host: 
Accept: */*

No content

Get all public drive templates

get
Responses
200

Successful Response

application/json
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
      }
    ]
  }
]