Workday Studio · Schema

IntegrationEvent

A record of an integration execution, tracking the run status, timing, and processing statistics of an integration system run.

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
id string The unique Workday identifier for the integration event
descriptor string The display name of the integration event
integrationSystem object
status string The execution status of the integration
startDateTime string The date and time the integration started
endDateTime stringnull The date and time the integration completed
recordsProcessed integer The number of records successfully processed
recordsFailed integer The number of records that failed processing
initiatedBy object
errorMessage string Summary error message if the integration failed
View JSON Schema on GitHub

JSON Schema

workday-studio-integrationevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationEvent",
  "title": "IntegrationEvent",
  "type": "object",
  "description": "A record of an integration execution, tracking the run status, timing, and processing statistics of an integration system run.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique Workday identifier for the integration event"
    },
    "descriptor": {
      "type": "string",
      "description": "The display name of the integration event"
    },
    "integrationSystem": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "status": {
      "type": "string",
      "enum": [
        "Completed",
        "Failed",
        "In_Progress",
        "Cancelled"
      ],
      "description": "The execution status of the integration"
    },
    "startDateTime": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the integration started"
    },
    "endDateTime": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time",
      "description": "The date and time the integration completed"
    },
    "recordsProcessed": {
      "type": "integer",
      "description": "The number of records successfully processed"
    },
    "recordsFailed": {
      "type": "integer",
      "description": "The number of records that failed processing"
    },
    "initiatedBy": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "errorMessage": {
      "type": "string",
      "description": "Summary error message if the integration failed"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-studio-integrationevent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.