How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enviance Task API

The Task API from Enviance — 5 operation(s) for task.

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

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

This API exposes 8 operations across 5 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version Platform.v2026.2.0.0.20260708.

Requests are made against a single base URL, https://api.enviance.com/.

8 operations 5 paths 20 schemas 1 DELETE4 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 2

Enviance Task API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (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 8

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

Task 8
POST
/ver2/TaskService.svc/tasks
envianceSdk.tasks.createTask [ { "name": "Task1", "description": "Perform a spot check every month on the steam valves.", "dueDate": "2012-12-08T09:00:00", "timeZone": { "name": "Pacific Time (US \u0…
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.CreateTask 7 params body → default
GET
/ver2/TaskService.svc/tasks/{taskId}
envianceSdk.tasks.getTask [ "c1960122-16dd-4d43-91e4-ea0d9393ab78", "onsuccess", "onerror" ] envianceSdk.tasks.getTaskOccurrence [ "ad7b8413-812a-4e59-95f4-03205ca685f0", "2013-12-08T09:00:00", "/Bug…
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.GetTask 8 params → default
PATCH
/ver2/TaskService.svc/tasks/{taskId}
Updates the properties of a simple (single occurrence) Task definition, potentially moving it to a new Location. Updating the object Location(s) of a Task effectively moves that Task to the new Locat…
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.UpdateTask 8 params body → default
DELETE
/ver2/TaskService.svc/tasks/{taskId}
envianceSdk.tasks.deleteTask [ "c1960122-16dd-4d43-91e4-ea0d9393ab78", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.DeleteTask 8 params → default
GET
/ver2/TaskService.svc/tasks/{taskId}/ical
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.ExportTaskAsICal 8 params → default
GET
/ver2/TaskService.svc/tasks/{taskId}/occurrences/{dueDate}
Gets information about a Task occurrence. Security: Requires Manage Tasks right. SDK API: envianceSdk.tasks.getTaskOccurrence(taskId, dueDate, objectIdOrPath, onsuccess, onerror) GET /ver2/TaskServic…
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.GetTaskOccurrence 9 params → default
GET
/ver2/TaskService.svc/tasks/{taskId}/occurrences/{dueDate}/{objectIdOrPath}
envianceSdk.tasks.getTaskOccurrence [ "ad7b8413-812a-4e59-95f4-03205ca685f0", "2013-12-08T09:00:00", "/Bug 1", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.GetTaskOccurrenceByObject 10 params → default
PATCH
/ver2/TaskService.svc/tasks/{taskId}/occurrences/{dueDate}/{objectIdOrPath}
["ad7b8413-812a-4e59-95f4-03205ca685f0", new Date(),null, [{ "objectIdOrPath": "/A Facility/A Unit/A POI/Check Valves", "dismissed": "False", "percentComplete": 100, "statusChangeDate": "2012-12-10T0…
Enviance.RestServices.Ver2.Tasks.Impl.TaskService.CompleteTaskOccurrence 10 params body → default

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.Tasks.TaskInfo (17 properties), Enviance.RestServices.Ver2.Tasks.TaskOccurrenceInfo (12 properties), Enviance.RestServices.Ver2.Tasks.Schedules.TaskScheduleInfo (9 properties), Enviance.RestServices.Ver2.Tasks.Triggering.WorkflowTriggerInfo (8 properties). Each schema is shown below with its type and property counts.

Enviance.RestServices.Ver2.Tasks.Notifications.TaskNotificationInfo
object
5 properties
Enviance.RestServices.Ver2.Tasks.Triggering.TimeToCreateInfo
object
2 properties 1 required
Enviance.RestServices.Ver2.Tasks.Schedules.DayOfMonthInfoExt
object
Enviance.RestServices.Ver2.Tasks.Schedules.RecurrenceIntervalInfoExt
object
UpdateTask
object
1 property
CreateTask
object
2 properties
Enviance.RestServices.Ver2.Tasks.Schedules.TaskScheduleInfo
object
9 properties
Enviance.RestServices.Ver2.Tasks.Notifications.CompletionStatusCondition
object
3 properties
Enviance.RestServices.Ver2.Tasks.Notifications.NotificationConditions
object
4 properties
Enviance.RestServices.Ver2.Tasks.Triggering.WorkflowTriggerInfo
object
8 properties 3 required
Enviance.RestServices.Ver2.Tasks.Notifications.NotificationRecipients
object
4 properties
Enviance.RestServices.Ver2.Tasks.TaskInfo
object
17 properties
Enviance.RestServices.Ver2.Tasks.TaskOccurrenceInfo
object
12 properties
Enviance.RestServices.Ver2.Tasks.Triggering.TaskWorkflowInfo
object
2 properties
Enviance.RestServices.Ver2.Tasks.Notifications.DueDateCondition
object
3 properties
Enviance.RestServices.Ver2.Tasks.Triggering.DueDateInfo
object
3 properties 3 required
CompleteTaskOccurrence
object
1 property
Enviance.RestServices.Ver2.Tasks.Triggering.TimeToCreateValue
object
7 properties
Enviance.RestServices.Common.TimeZoneInfo
object
5 properties
Enviance.RestServices.Common.AssigneeV2
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enviance-task-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
Where this information came from

This is an independent, third-party profile of Enviance Task API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.