Losant · JSON Structure

Losant Application Structure

Top-level container for an IoT solution. Owns devices, dashboards, events, workflows, data tables, files, integrations, webhooks, experiences, and notebooks.

Type: Properties: 19
IoTInternet of ThingsDevicesEdge ComputeEmbeddedMQTTIndustrial IoTTelemetryWorkflow-AutomationVisual Workflow EngineDashboardsTime SeriesConnected ProductsEnterprise

LosantApplication is a JSON Structure definition published by Losant, describing 19 properties. It conforms to the https://json-structure.org/draft/2025-01/structure meta-schema.

Properties

id applicationId creationDate lastUpdated appliedTemplateIds ownerId ownerType organizationName organizationIconColor name description endpointSlug expUserTokenCutoff endpointDefaultCors globals blobUrlTTL summary ftueTracking archiveConfig

Meta-schema: https://json-structure.org/draft/2025-01/structure

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-01/structure",
  "name": "LosantApplication",
  "description": "Top-level container for an IoT solution. Owns devices, dashboards, events, workflows, data tables, files, integrations, webhooks, experiences, and notebooks.",
  "source": "#/definitions/application in https://api.losant.com/",
  "properties": {
    "id": {
      "$ref": "#/definitions/common/objectId"
    },
    "applicationId": {
      "$ref": "#/definitions/common/objectId"
    },
    "creationDate": {
      "$ref": "#/definitions/common/date"
    },
    "lastUpdated": {
      "$ref": "#/definitions/common/date"
    },
    "appliedTemplateIds": {
      "$ref": "#/definitions/common/objectIds"
    },
    "ownerId": {
      "$ref": "#/definitions/common/objectId"
    },
    "ownerType": {
      "$ref": "#/definitions/common/ownerType"
    },
    "organizationName": {
      "$ref": "#/definitions/common/name"
    },
    "organizationIconColor": {
      "$ref": "#/definitions/common/color"
    },
    "name": {
      "$ref": "#/definitions/common/name"
    },
    "description": {
      "$ref": "#/definitions/common/shortString"
    },
    "endpointSlug": {
      "$ref": "#/definitions/common/slug"
    },
    "expUserTokenCutoff": {
      "$ref": "#/definitions/common/date"
    },
    "endpointDefaultCors": {
      "type": "boolean"
    },
    "globals": {
      "$ref": "#/definitions/common/applicationGlobals"
    },
    "blobUrlTTL": {
      "type": "number",
      "minimum": 3600,
      "maximum": 604800
    },
    "summary": {
      "type": "object",
      "properties": {
        "apiTokenCount": {
          "type": "integer"
        },
        "certificateCount": {
          "type": "integer"
        },
        "certificateAuthorityCount": {
          "type": "integer"
        },
        "credentialCount": {
          "type": "integer"
        },
        "dashCount": {
          "type": "integer"
        },
        "dataTableCount": {
          "type": "integer"
        },
        "deviceCount": {
          "type": "integer"
        },
        "deviceRecipeCount": {
          "type": "integer"
        },
        "eventCount": {
          "type": "integer"
        },
        "experienceDomainCount": {
          "type": "integer"
        },
        "experienceEndpointCount": {
          "type": "integer"
        },
        "experienceGroupCount": {
          "type": "integer"
        },
        "experienceSlugCount": {
          "type": "integer"
        },
        "experienceUserCount": {
          "type": "integer"
        },
        "experienceVersionCount": {
          "type": "integer"
        },
        "experienceViewCount": {
          "type": "integer"
        },
        "fileCount": {
          "type": "integer"
        },
        "flowCount": {
          "type": "integer"
        },
        "integrationCount": {
          "type": "integer"
        },
        "keyCount": {
          "type": "integer"
        },
        "notebookCount": {
          "type": "integer"
        },
        "privateFileCount": {
          "type": "integer"
        },
        "resourceJobCount": {
          "type": "integer"
        },
        "webhookCount": {
          "type": "integer"
        },
        "payloadCount": {
          "$ref": "#/definitions/payloadStats"
        },
        "storageStats": {
          "$ref": "#/definitions/common/storageStats"
        },
        "notebookStats": {
          "$ref": "#/definitions/common/notebookStats"
        }
      }
    },
    "ftueTracking": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "$ref": "#/definitions/common/key"
          },
          "version": {
            "type": "number"
          },
          "status": {
            "type": "string",
            "enum": [
              "skipped",
              "completed"
            ]
          }
        },
        "required": [
          "name",
          "version",
          "status"
        ],
        "additionalProperties": false
      },
      "maxItems": 100
    },
    "archiveConfig": {
      "type": "object",
      "properties": {
        "directory": {
          "type": "string",
          "maxLength": 255
        },
        "mode": {
          "$ref": "#/definitions/common/filterType"
        },
        "deviceIds": {
          "$ref": "#/definitions/common/objectIds"
        },
        "deviceTags": {
          "$ref": "#/definitions/common/tagsOptional"
        },
        "includeDevices": {
          "type": "boolean",
          "default": true
        },
        "includeEvents": {
          "type": "boolean",
          "default": false
        },
        "includeDataTables": {
          "type": "boolean",
          "default": false
        },
        "dataTablesMode": {
          "$ref": "#/definitions/common/filterType"
        },
        "dataTableIds": {
          "$ref": "#/definitions/common/objectIds"
        },
        "includeApplicationExport": {
          "type": "boolean",
          "default": false
        },
        "applicationExportOptions": {
          "type": "object",
          "properties": {
            "includeFiles": {
              "type": "boolean",
              "default": false
            },
            "includePrivateFiles": {
              "type": "boolean",
              "default": false
            },
            "includeDataTableRows": {
              "type": "boolean",
              "default": false
            },
            "includeDevices": {
              "type": "boolean",
              "default": false
            },
            "exportType": {
              "type": "string",
              "enum": [
                "repo"
              ],
              "default": "repo"
            },
            "credentialName": {
              "$ref": "#/definitions/common/name"
            },
            "repo": {
              "type": "object",
              "properties": {
                "branch": {
                  "type": "string",
                  "maxLength": 255
                },
                "directory": {
                  "type": "string",
                  "maxLength": 1024
                },
                "commitMessage": {
                  "type": "string",
                  "maxLength": 1024
                }
              }
            }
          },
          "required": [
            "credentialName"
          ],
          "additionalProperties": false
        },
        "delayDays": {
          "type": "integer",
          "minimum": 1
        },
        "s3": {
          "type": "object",
          "properties": {
            "bucket": {
              "type": "string",
              "maxLength": 255
            },
            "accessKeyId": {
              "type": "string",
              "minLength": 4,
              "maxLength": 128
            },
            "secretAccessKey": {
              "type": "string",
              "minLength": 4,
              "maxLength": 128
            },
            "region": {
              "type": "string",
              "maxLength": 128
            }
          },
          "required": [
            "bucket"
          ],
          "additionalProperties": false
        },
        "credentialName": {
          "$ref": "#/definitions/common/name"
        },
        "gcs": {
          "type": "object",
          "properties": {
            "projectId": {
              "$ref": "#/definitions/common/reqMedStr"
            },
            "keyJson": {
              "type": "string",
              "maxLength": 32767,
              "minLength": 4
            },
            "bucket": {
              "type": "string",
              "maxLength": 255
            }
          },
          "required": [
            "bucket"
          ],
          "additionalProperties": false
        },
        "azure": {
          "type": "object",
          "properties": {
            "account": {
              "type": "string",
              "minLength": 3,
              "maxLength": 24
            },
            "accountKey": {
              "type": "string",
              "maxLength": 255
            },
            "bucket": {
              "type": "string",
              "minLength": 3,
              "maxLength": 63
            }
          },
          "required": [
            "bucket"
          ],
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  },
  "required": []
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/losant-application-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.