Enviance Event API
The Event API from Enviance — 2 operation(s) for event.
The Event API from Enviance — 2 operation(s) for event.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/enviance-event-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
version: Platform.v2026.2.0.0.20260708
title: Rest Activity Event API
description: EMS Rest API
contact:
name: Cority
email: support@cority.com
url: https://cority.com
servers:
- url: https://api.enviance.com/
tags:
- name: Event
paths:
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events:
post:
tags:
- Event
description: "\n\nCreates a new Event in the specified Event Log. Events can only be created for manual Event Logs. Attempting to create an Event on an automatic Event Log will result in an error.\n\n**Security:** All users.\n\n**SDK API:** `envianceSdk.events.createEvent(eventLogIdOrTag, eventInfo, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.events.createEvent\n```\n[\n \"ae6cac58-1953-4965-82b4-1f2621fc808d\",\n {\n \"name\": \"Excess Stack Emission\",\n \"beginDate\": \"2012-10-01T01:22:00\",\n \"endDate\": \"2012-10-01T01:25:00\",\n \"state\": \"Open\",\n \"complianceType\": \"Internal\",\n \"acceptAsDeviation\": \"false\",\n \"requirementIdOrPath\": \"Generation/Stacks/Stack 1/NOx Emission\",\n \"fields\": [\n {\n \"name\": \"Collected By\",\n \"values\": [\n \"Isaac Newton\"\n ]\n },\n {\n \"name\": \"Measured\",\n \"values\": [\n \"Yes\"\n ]\n },\n {\n \"name\": \"Impact\",\n \"values\": [\n \"Air\"\n ]\n },\n {\n \"name\": \"Next Measure Time\",\n \"values\": [\n \"2012-11-19T12:00:00\"\n ]\n }\n ]\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Events.Impl.EventService.CreateEvent
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: eventLogIdOrTag
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateEvent'
application/xml:
schema:
$ref: '#/components/schemas/CreateEvent'
required: true
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events/{eventIdOrTag}:
get:
tags:
- Event
description: "\n\n\nenvianceSdk.events.getEvent\n```\n[\n \"eventlog_id_or_tag\",\n \"event_id_or_tag\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Events.Impl.EventService.GetEvent
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: eventLogIdOrTag
in: path
required: true
schema:
type: string
- name: eventIdOrTag
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Events.EventInfo'
application/xml:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Events.EventInfo'
patch:
tags:
- Event
description: "\n\nUpdates an existing Event.\n\n**Security:** All users.\n\n**SDK API:** `envianceSdk.events.updateEvent(eventLogIdOrTag, eventIdOrTag, eventInfo, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.events.updateEvent\n```\n[\n \"ae6cac58-1953-4965-82b4-1f2621fc808d\",\n \"event_id_or_tag\",\n {\n \"name\": \"Excess Stack Emission\",\n \"beginDate\": \"2012-10-01T01:22:00\",\n \"endDate\": \"2012-10-01T01:25:00\",\n \"state\": \"Open\",\n \"complianceType\": \"Internal\",\n \"acceptAsDeviation\": \"false\",\n \"requirementIdOrPath\": \"Generation/Stacks/Stack 1/NOx Emission\",\n \"fields\": [\n {\n \"name\": \"Collected By\",\n \"values\": [\n \"Isaac Newton\"\n ]\n },\n {\n \"name\": \"Measured\",\n \"values\": [\n \"Yes\"\n ]\n },\n {\n \"name\": \"Impact\",\n \"values\": [\n \"Air\"\n ]\n },\n {\n \"name\": \"Next Measure Time\",\n \"values\": [\n \"2012-11-19T12:00:00\"\n ]\n }\n ]\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Events.Impl.EventService.UpdateEvent
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: eventLogIdOrTag
in: path
required: true
schema:
type: string
- name: eventIdOrTag
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateEvent'
application/xml:
schema:
$ref: '#/components/schemas/UpdateEvent'
required: true
delete:
tags:
- Event
description: "\n\n\nenvianceSdk.events.deleteEvent\n```\n[\n \"eventlog_id_or_tag \",\n \"event_id_or_tag\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Events.Impl.EventService.DeleteEvent
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: eventLogIdOrTag
in: path
required: true
schema:
type: string
- name: eventIdOrTag
in: path
required: true
schema:
type: string
responses:
default:
description: not available
components:
schemas:
Enviance.RestServices.Ver2.Events.EventInfo:
properties:
id:
type: string
format: guid
uniqueItems: false
name:
type: string
uniqueItems: false
beginDate:
type: string
format: date-time
uniqueItems: false
endDate:
type: string
format: date-time
uniqueItems: false
taskId:
type: string
format: guid
uniqueItems: false
state:
type: string
uniqueItems: false
complianceType:
type: string
uniqueItems: false
acceptAsDeviation:
type: boolean
uniqueItems: false
requirementIdOrPath:
type: string
uniqueItems: false
fields:
type: array
items:
$ref: '#/components/schemas/Enviance.RestServices.Udfs.Property'
uniqueItems: false
documents:
type: array
items:
type: string
uniqueItems: false
type: object
format: Enviance.RestServices.Ver2.Events.EventInfo
CreateEvent:
properties:
eventInfo:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Events.EventInfo'
type: object
format: CreateEvent
Enviance.Business.Udf.Rest.UrlItem:
properties:
label:
type: string
uniqueItems: false
url:
type: string
uniqueItems: false
type: object
format: Enviance.Business.Udf.Rest.UrlItem
UpdateEvent:
properties:
eventInfo:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Events.EventInfo'
type: object
format: UpdateEvent
Enviance.RestServices.Udfs.Property:
properties:
name:
type: string
uniqueItems: false
urlItems:
type: array
items:
$ref: '#/components/schemas/Enviance.Business.Udf.Rest.UrlItem'
uniqueItems: false
values:
type: array
items:
type: string
uniqueItems: false
beginDate:
type: string
format: date-time
uniqueItems: false
endDate:
type: string
format: date-time
uniqueItems: false
caption:
type: string
uniqueItems: false
captionLocalized:
type: string
uniqueItems: false
type: object
format: Enviance.RestServices.Udfs.Property
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