Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enviance Event API

The Event API from Enviance — 2 operation(s) for event.

Enviance Event API is one of 39 APIs that Enviance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Event. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 2.0, at version Platform.v2026.2.0.0.20260708.

Requests are made against the base URL https://api.enviance.com.

4 operations 2 paths 5 schemas 1 DELETE1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
Platform.v2026.2.0.0.20260708
Base URL
https://api.enviance.com
Authentication
basic, API Key
Contact
Resource Areas
1

Authentication & Security 2

Enviance Event API declares 2 security schemes for authenticating requests. It defines a basic scheme (Basic). An API key is passed in the header as Authorization (EnvianceAuth).

  • Basic — Forces authentication with credentials via an api gateway
  • EnvianceAuth — Enviance \ . Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Event 4
POST
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events
Creates 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. Security: All users.…
Enviance.RestServices.Ver2.Events.Impl.EventService.CreateEvent 9 params → default
GET
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events/{eventIdOrTag}
envianceSdk.events.getEvent [ "eventlogidortag", "eventidortag", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Events.Impl.EventService.GetEvent 9 params → default
PATCH
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events/{eventIdOrTag}
Updates an existing Event. Security: All users. SDK API: envianceSdk.events.updateEvent(eventLogIdOrTag, eventIdOrTag, eventInfo, onsuccess, onerror) null envianceSdk.events.updateEvent [ "ae6cac58-1…
Enviance.RestServices.Ver2.Events.Impl.EventService.UpdateEvent 10 params → default
DELETE
/ver2/EventService.svc/eventlogs/{eventLogIdOrTag}/events/{eventIdOrTag}
envianceSdk.events.deleteEvent [ "eventlogidortag ", "eventidortag", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Events.Impl.EventService.DeleteEvent 9 params → default

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.Events.EventInfo (11 properties), Enviance.RestServices.Udfs.Property (7 properties), Enviance.Business.Udf.Rest.UrlItem (2 properties), CreateEvent (1 property). Each schema is shown below with its type and property counts.

Enviance.Business.Udf.Rest.UrlItem
object
2 properties
Enviance.RestServices.Udfs.Property
object
7 properties
Enviance.RestServices.Ver2.Events.EventInfo
object
11 properties
UpdateEvent
object
1 property
CreateEvent
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enviance-event-api-openapi.yml Raw ↑

Other APIs Enviance publishes across the network.

Enviance Activity API
Enviance Authentication API
Enviance BatchRequest API
Enviance Bulk API
Enviance Chemical API
Enviance ChemicalGroup API
Enviance ChemicalList API
Enviance Command API
Enviance Compliance API
Enviance CompliancePermissions API
Enviance CustomField API
Enviance Data API