Enviance Command API

The Command API from Enviance — 1 operation(s) for command.

Operations 2

GET /ver2/CommandService.svc/commands/{commandId} #
DELETE /ver2/CommandService.svc/commands/{commandId} #

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/enviance-command-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

enviance-command-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: Platform.v2026.2.0.0.20260708
  title: Rest Activity Command API
  description: EMS Rest API
  contact:
    name: Cority
    email: support@cority.com
    url: https://cority.com
servers:
- url: https://api.enviance.com/
tags:
- name: Command
paths:
  /ver2/CommandService.svc/commands/{commandId}:
    get:
      tags:
      - Command
      description: "\n\nReturns information about a previously submitted command (any API which is asynchronous).\n\n**Security:** All users.\n\n**SDK API (create):**  `envianceSdk.commands.getCommand (commandId, onsuccess, onerror)`\n\n```\nGET /ver2/CommandService.svc/commands/08fc5438-a0d8-4bf9-9141-12dd98e7ce80/ HTTP/1.1\n\n//RESPONSE\n{\n  \"id\": \"08fc5438-a0d8-4bf9-9141-12dd98e7ce80\",\n  \"description\": \"Data batch processed.\",\n  \"issued\": \"2012-12-01T08:00:00\",\n  \"startedProcessing\": \"2012-12-01T08:01:00\",\n  \"finishedProcessing\": \"2012-12-01T08:02:00\",\n  \"status\": \"Succeeded\",\n  \"objects\": [\"/Facility A/Unit X/Parameter Z\"],\n  \"user\": \"JSmith\",\n  \"errorInfo\": {\n    \"error\": \"Requirement with Tag 'GZB_AVG_SORTED' could not be found in the system.\",\n    \"details\": [\n      { \"key\": \"Tag\", \"value\": \"GZB_AVG_SORTED\" },\n      { \"key\": \"Complete Date\", \"value\": \"2012-02-08T09:50:00\" },\n      { \"key\": \"Value\", \"value\": \"18.00803565979\" }\n    ]\n  }\n}\n\n```\n\n\n\nenvianceSdk.commands.getCommand\n```\n[\n  \"eccd2310-9b5f-440b-bf0d-91f9803d036b\",\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Async.Impl.CommandService.GetCommand
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: commandId
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Enviance.RestServices.Ver2.Async.CommandInfo'
            application/xml:
              schema:
                $ref: '#/components/schemas/Enviance.RestServices.Ver2.Async.CommandInfo'
    delete:
      tags:
      - Command
      description: "\n\n\nenvianceSdk.commands.deleteCommand\n```\n[\n  \"eccd2310-9b5f-440b-bf0d-91f9803d036b\",\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Async.Impl.CommandService.DeleteCommand
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: commandId
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
components:
  schemas:
    Enviance.RestServices.Ver2.Async.ErrorInfo:
      properties:
        error:
          type: string
          uniqueItems: false
        details:
          type: object
      type: object
      format: Enviance.RestServices.Ver2.Async.ErrorInfo
    Enviance.RestServices.Ver2.Async.CommandInfo:
      properties:
        id:
          type: string
          format: guid
          uniqueItems: false
        description:
          type: string
          uniqueItems: false
        issued:
          type: string
          format: date-time
          uniqueItems: false
        startedProcessing:
          type: string
          format: date-time
          uniqueItems: false
        finishedProcessing:
          type: string
          format: date-time
          uniqueItems: false
        status:
          type: string
          uniqueItems: false
        objects:
          type: array
          items:
            type: string
          uniqueItems: false
        reports:
          type: array
          items:
            type: string
          uniqueItems: false
        result:
          type: string
          uniqueItems: false
        user:
          type: string
          uniqueItems: false
        errorInfo:
          $ref: '#/components/schemas/Enviance.RestServices.Ver2.Async.ErrorInfo'
      type: object
      format: Enviance.RestServices.Ver2.Async.CommandInfo
  securitySchemes:
    Basic:
      type: http
      scheme: basic
      description: Forces authentication with credentials via an api gateway
    EnvianceAuth:
      type: apiKey
      description: "**Enviance \\<SessionId\\>**. \n\t\t\t\t\t  Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first"
      name: Authorization
      in: header