Absence

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM

Properties

Name Type Description
AbsenceId integer Absence record identifier
PersonNumber string Person number of the worker
PersonName string Worker display name
AbsenceType string Type of absence
AbsenceReason string Reason for absence
StartDate string Absence start date
EndDate string Absence end date
Duration number Duration in days or hours
UnitOfMeasure string Unit of measure (Days or Hours)
ApprovalStatus string Approval status
Comments string Comments
View JSON Schema on GitHub

JSON Schema

oracle-fusion-absence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Absence",
  "title": "Absence",
  "type": "object",
  "properties": {
    "AbsenceId": {
      "type": "integer",
      "description": "Absence record identifier"
    },
    "PersonNumber": {
      "type": "string",
      "description": "Person number of the worker"
    },
    "PersonName": {
      "type": "string",
      "description": "Worker display name"
    },
    "AbsenceType": {
      "type": "string",
      "description": "Type of absence"
    },
    "AbsenceReason": {
      "type": "string",
      "description": "Reason for absence"
    },
    "StartDate": {
      "type": "string",
      "format": "date",
      "description": "Absence start date"
    },
    "EndDate": {
      "type": "string",
      "format": "date",
      "description": "Absence end date"
    },
    "Duration": {
      "type": "number",
      "format": "double",
      "description": "Duration in days or hours"
    },
    "UnitOfMeasure": {
      "type": "string",
      "description": "Unit of measure (Days or Hours)",
      "enum": [
        "Days",
        "Hours"
      ]
    },
    "ApprovalStatus": {
      "type": "string",
      "description": "Approval status",
      "enum": [
        "Submitted",
        "Approved",
        "Rejected",
        "Saved",
        "Withdrawn"
      ]
    },
    "Comments": {
      "type": "string",
      "description": "Comments"
    }
  }
}

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/oracle-fusion-absence"
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.