Workday Studio · Schema

IntegrationLogsResponse

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
total integer Total number of log entries for the integration event
data array
View JSON Schema on GitHub

JSON Schema

workday-studio-integrationlogsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IntegrationLogsResponse",
  "title": "IntegrationLogsResponse",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer",
      "description": "Total number of log entries for the integration event"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/IntegrationLogEntry"
      }
    }
  }
}