Limble CMMS · Example Payload

Limble Cmms List Purchase Orders Example

CMMSMaintenance ManagementAsset ManagementManufacturingFacility ManagementWork Orders

Limble Cmms List Purchase Orders 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/po",
  "response": {
    "status": 200,
    "body": [
      {
        "poID": 1,
        "taskID": 16,
        "budgetID": 1,
        "poNumber": 1,
        "vendorID": 9,
        "locationID": 163,
        "userIDStarted": 340,
        "userID": 341,
        "teamID": 0,
        "requestedByUserID": 0,
        "date": 1565902331,
        "expectedDate": null,
        "notesToVendor": "",
        "billTo": null,
        "shipTo": null,
        "status": 99,
        "customField1": null,
        "customField2": null,
        "customField3": null,
        "customField4": null,
        "customField5": null,
        "customField6": null,
        "lastEdited": 1629737835,
        "poPrefix": null,
        "meta": {
          "items": "/v2/po/items?pos=1",
          "state": "/v2/po/1/state",
          "stateTransitions": "/v2/po/1/state/transitions",
          "budget": "/v2/po/budgets?budgets=1",
          "budgetSteps": "/v2/budgets/steps?budgets=1"
        },
        "stateDetails": {
          "current": {
            "number": 99,
            "name": "fully_received",
            "label": "Fully Received",
            "canModify": false
          },
          "transitions": {
            "available": [
              {
                "state": 100,
                "name": "closed",
                "label": "Closed"
              }
            ]
          }
        },
        "state": 99
      },
      {
        "poID": 4,
        "budgetID": 1,
        "poNumber": 4,
        "vendorID": 9,
        "locationID": 163,
        "userIDStarted": 340,
        "userID": 656,
        "teamID": 0,
        "requestedByUserID": 0,
        "date": 1565903115,
        "expectedDate": null,
        "notesToVendor": "",
        "billTo": null,
        "shipTo": null,
        "status": 99,
        "customField1": null,
        "customField2": null,
        "customField3": null,
        "customField4": null,
        "customField5": null,
        "customField6": null,
        "lastEdited": 1743190786,
        "poPrefix": null,
        "meta": {
          "items": "/v2/po/items?pos=4",
          "state": "/v2/po/4/state",
          "stateTransitions": "/v2/po/4/state/transitions",
          "budget": "/v2/po/budgets?budgets=1",
          "budgetSteps": "/v2/budgets/steps?budgets=1"
        },
        "stateDetails": {
          "current": {
            "number": 99,
            "name": "fully_received",
            "label": "Fully Received",
            "canModify": false
          },
          "transitions": {
            "available": [
              {
                "state": 100,
                "name": "closed",
                "label": "Closed"
              }
            ]
          }
        },
        "state": 99
      }
    ]
  }
}

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-purchase-orders-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.