Appsmith · Example Payload

Application Example

Internal tool for tracking warehouse inventory

Low-CodeOpen SourceInternal ToolsWorkflow AutomationDeveloper Tools

Application Example is an example object payload from Appsmith, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

applicationIdnamedescriptionworkspaceIdisPubliccreatedAtmodifiedAtpages

Example Payload

Raw ↑
{
  "applicationId": "app-001-inventory",
  "name": "Inventory Management",
  "description": "Internal tool for tracking warehouse inventory",
  "workspaceId": "ws-main-team",
  "isPublic": false,
  "createdAt": "2026-01-15T10:00:00Z",
  "modifiedAt": "2026-04-10T14:30:00Z",
  "pages": [
    {
      "name": "Dashboard"
    },
    {
      "name": "Products"
    },
    {
      "name": "Orders"
    }
  ]
}