FACTORY I/O · Example Payload

Factory I O Get Tag Values Example

Industrial AutomationSimulationsSoftware Simulation

Factory I O Get Tag Values Example is an example object payload from FACTORY I/O, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "path": "/api/tag/values",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": [
      "fc6bb6c4-d307-4fdc-bc70-bc3a808c4098",
      "b61dc29b-650d-4145-be65-4fea9cffc802",
      "df43b72e-992a-4936-9d46-32764400b933",
      "32614ed5-621b-4de5-af97-503d95243ec8",
      "77740bcd-b3a0-4d5f-a175-90889ecc6cea"
    ]
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json; charset=utf-8"
    },
    "body": [
      {
        "id": "fc6bb6c4-d307-4fdc-bc70-bc3a808c4098",
        "value": false
      },
      {
        "id": "b61dc29b-650d-4145-be65-4fea9cffc802",
        "value": true
      },
      {
        "id": "df43b72e-992a-4936-9d46-32764400b933",
        "code": 404,
        "error": "Tag with id 'df43b72e-992a-4936-9d46-32764400b933' not found."
      },
      {
        "id": "32614ed5-621b-4de5-af97-503d95243ec8",
        "value": 4
      },
      {
        "id": "77740bcd-b3a0-4d5f-a175-90889ecc6cea",
        "value": 8.496892
      }
    ]
  }
}

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/factory-i-o-get-tag-values-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.