Apideck · Schema

TrackingCategory

IntegrationUnified-API

Properties

Name Type Description
id object
parent_id object
parent_name string The name of the parent tracking category.
name string The name of the tracking category.
code string The code of the tracking category.
status string Based on the status some functionality is enabled or disabled.
custom_mappings object
row_version object
updated_by object
created_by object
updated_at object
created_at object
pass_through object
subsidiaries array The subsidiaries the account belongs to.
View JSON Schema on GitHub

JSON Schema

apideck-trackingcategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrackingCategory",
  "title": "TrackingCategory",
  "type": "object",
  "x-apideck-schema-id": "TrackingCategory",
  "x-apideck-weights": {
    "id": "medium",
    "parent_id": "low",
    "parent_name": "low",
    "name": "critical",
    "status": "critical",
    "code": "low",
    "subsidiaries": "edge-case"
  },
  "additionalProperties": false,
  "properties": {
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "parent_id": {
      "$ref": "#/components/schemas/WritableId"
    },
    "parent_name": {
      "type": "string",
      "description": "The name of the parent tracking category.",
      "example": "Area",
      "nullable": true
    },
    "name": {
      "type": "string",
      "description": "The name of the tracking category.",
      "example": "Department",
      "nullable": false
    },
    "code": {
      "type": "string",
      "description": "The code of the tracking category.",
      "example": "100",
      "nullable": true
    },
    "status": {
      "type": "string",
      "title": "Tracking Category status",
      "description": "Based on the status some functionality is enabled or disabled.",
      "x-apideck-enum-id": "tracking_categories.status",
      "enum": [
        "active",
        "inactive"
      ],
      "example": "active"
    },
    "custom_mappings": {
      "$ref": "#/components/schemas/CustomMappings"
    },
    "row_version": {
      "$ref": "#/components/schemas/RowVersion"
    },
    "updated_by": {
      "$ref": "#/components/schemas/UpdatedBy"
    },
    "created_by": {
      "$ref": "#/components/schemas/CreatedBy"
    },
    "updated_at": {
      "$ref": "#/components/schemas/UpdatedAt"
    },
    "created_at": {
      "$ref": "#/components/schemas/CreatedAt"
    },
    "pass_through": {
      "$ref": "#/components/schemas/PassThroughBody"
    },
    "subsidiaries": {
      "type": "array",
      "title": "Subsidiaries",
      "description": "The subsidiaries the account belongs to.",
      "items": {
        "properties": {
          "id": {
            "type": "string",
            "title": "Subsidiary ID",
            "description": "The ID of the subsidiary."
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/apideck-trackingcategory"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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