OpenGov Classes API

The Classes API from OpenGov — 3 operation(s) for classes.

Operations 9

GET /api/v1/classes/{className}/{oid}
PUT /api/v1/classes/{className}/{oid}
DELETE /api/v1/classes/{className}/{oid}
GET /api/v1/classes/{className}
POST /api/v1/classes/{className}
PUT /api/v1/classes/{className}
DELETE /api/v1/classes/{className}
GET /api/v1/classes/{className}/{oid}/{childClassName}
POST /api/v1/classes/{className}/{oid}/{childClassName}

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/opengov-classes-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

opengov-classes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: OpenGov Enterprise Asset Management Classes API
  version: 1.0.0
  description: 'OpenGov Enterprise Asset Management API

    '
  contact:
    name: OpenGov Enterprise Asset Management API
    url: developers@opengov.com
  license:
    name: OpenGov Enterprise Asset Management API
    url: https://opengov.com
servers:
- url: '{serverURL}'
  description: Your EAM Server Instance
tags:
- name: Classes
paths:
  /api/v1/classes/{className}/{oid}:
    get:
      $ref: components/BusinessObjects/getSingleRecord.yaml#/get
      tags:
      - Classes
    put:
      $ref: components/BusinessObjects/updateSingleRecord.yaml#/put
      tags:
      - Classes
    delete:
      $ref: components/BusinessObjects/deleteSingleRecord.yaml#/delete
      tags:
      - Classes
  /api/v1/classes/{className}:
    get:
      $ref: components/BusinessObjects/getMultipleRecords.yaml#/get
      tags:
      - Classes
    post:
      $ref: components/BusinessObjects/createOneOrMoreRecords.yaml#/post
      tags:
      - Classes
    put:
      $ref: components/BusinessObjects/updateMultipleRecords.yaml#/put
      tags:
      - Classes
    delete:
      $ref: components/BusinessObjects/deleteMultipleRecords.yaml#/delete
      tags:
      - Classes
  /api/v1/classes/{className}/{oid}/{childClassName}:
    get:
      $ref: components/BusinessObjects/getChildRecords.yaml#/get
      tags:
      - Classes
    post:
      $ref: components/BusinessObjects/createChildRecord.yaml#/post
      tags:
      - Classes
x-tagGroups:
- name: Authentication
  tags:
  - Authentication
- name: User
  tags:
  - User
- name: Discover
  tags:
  - Discover
- name: Metadata
  tags:
  - Meta/Classes
  - Meta/TargetedLists
- name: Business Objects
  tags:
  - BusinessObjects/Create
  - BusinessObjects/Read
  - BusinessObjects/Update
  - BusinessObjects/Delete
- name: Attachments
  tags:
  - Attachments/Create
  - Attachments/Read
  - Attachments/Delete
- name: Security
  tags:
  - Security
- name: Layout
  tags:
  - Layout
- name: Commands
  tags:
  - Commands/ScenarioCommands
  - Commands/AssetCommands
- name: Files
  tags:
  - Files
- name: Structure
  tags:
  - Structure