Limble CMMS · Example Payload

Limble Cmms List Tasks Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms List Tasks Example is an example object payload from Limble CMMS, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationresponse

Example Payload

Raw ↑
{
  "operation": "GET /v2/tasks",
  "response": {
    "status": 200,
    "body": [
      {
        "meta": {
          "invoices": "/v2/tasks/invoices/?tasks=16",
          "labor": "/v2/tasks/labor/?tasks=16",
          "partsUsage": "/v2/parts/usage/?tasks=16",
          "instructions": "/v2/tasks/16/instructions",
          "status": "/v2/statuses/?statuses=2"
        },
        "taskID": 16,
        "poIDs": [
          1234
        ],
        "name": "Part Qty Threshold Hit",
        "userID": 0,
        "teamID": 436,
        "locationID": 73,
        "template": false,
        "createdDate": 1457569392,
        "scheduledStart": 0,
        "scheduledEnd": 0,
        "due": 1457569392,
        "description": "",
        "dateCompleted": 1457569392,
        "lastEdited": 1518826313,
        "lastEditedByUser": 0,
        "completedByUser": 341,
        "assetID": 0,
        "completedUserWage": 15,
        "priority": 0,
        "priorityID": 8,
        "downtime": 0,
        "completionNotes": null,
        "requestorName": null,
        "requestorEmail": null,
        "requestorPhone": null,
        "requestTitle": null,
        "requestField1": null,
        "requestField2": null,
        "requestField3": null,
        "requestDropdown1": null,
        "requestDropdown2": null,
        "requestDropdown3": null,
        "requestorDescription": null,
        "meta1": null,
        "meta2": null,
        "meta3": null,
        "statusID": 2,
        "type": 7,
        "status": 1
      },
      {
        "meta": {
          "invoices": "/v2/tasks/invoices/?tasks=36",
          "labor": "/v2/tasks/labor/?tasks=36",
          "partsUsage": "/v2/parts/usage/?tasks=36",
          "instructions": "/v2/tasks/36/instructions",
          "status": "/v2/statuses/?statuses=2"
        },
        "taskID": 36,
        "name": "Part Qty Threshold Hit",
        "userID": 0,
        "teamID": 436,
        "locationID": 73,
        "template": false,
        "createdDate": 1458062821,
        "scheduledStart": 0,
        "scheduledEnd": 0,
        "due": 1458062821,
        "description": "",
        "dateCompleted": 1458062821,
        "lastEdited": 1518826313,
        "lastEditedByUser": 0,
        "completedByUser": 341,
        "assetID": 0,
        "completedUserWage": 15,
        "priority": 0,
        "priorityID": 8,
        "downtime": 0,
        "completionNotes": null,
        "requestorName": null,
        "requestorEmail": null,
        "requestorPhone": null,
        "requestTitle": null,
        "requestField1": null,
        "requestField2": null,
        "requestField3": null,
        "requestDropdown1": null,
        "requestDropdown2": null,
        "requestDropdown3": null,
        "requestorDescription": null,
        "meta1": null,
        "meta2": null,
        "meta3": null,
        "statusID": 2,
        "type": 7,
        "status": 1
      }
    ]
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/limble-cmms-list-tasks-example"
All examples
curl "https://apis.io/api/v1/examples?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.