SERTICA Units API

The Units API from SERTICA — 19 operation(s) for units.

Operations 24

GET /Units Gets a list of Units #
POST /Units Creates a new Unit record #
GET /Units/{unitNo} Gets a specific Unit #
PUT /Units/{unitNo} Updates an existing Unit #
DELETE /Units/{unitNo} Deletes a unit record #
GET /Units/{unitNo}/history Gets history for a specific Unit #
POST /Units/search Search for Units Takes a SearchDefinition input, which can include filters and… #
POST /Units/searchIndex/{unitGuid} Get index of a record in a search for unit Takes a SearchDefinition input… #
POST /Units/searchCount Returns number of hits in a search for Units Takes a SearchDefinition input… #
GET /Units/searchInfo Returns structured information about what and how you can search for #
GET /Units/{unitNo}/copy Copies an existing Unit to a new object #
GET /Units/{unitNo}/logins Gets a list of Unit User role logins #
POST /Units/{unitNo}/deactivate Set Unit as inactive #
GET /Units/{unitNo}/companies Fetches all Companies attached to the Unit #
GET /Units/{unitNo}/users Fetches all Users attached to the Unit #
GET /Units/{unitNo}/documentClasses Fetches all DocumentClasses attached to the Unit #
GET /Units/licensetypes Gets a list of Unit License Types #
GET /Units/{unitNo}/image Get units by unit no image #
POST /Units/{unitNo}/image Create units by unit no image #
DELETE /Units/{unitNo}/image Delete units by unit no image #
GET /Units/{unitNo}/FunctionAreas Returns a list of Function Areas on the Unit #
GET /Units/{unitNo}/FunctionAreas/{functionAreaNo} Returns a specific Function Area on the Unit #
GET /Units/{unitNo}/ais/position Gets the AIS reported position of the Unit #
GET /Units/AllUnitsAboveVersion Checks if all Units are at or above the provided semantic version. #

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/sertica-units-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 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.

OpenAPI Specification

sertica-units-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Units API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:


# --- truncated at 32 KB (69 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-units-api-openapi.yml