Oracle Fusion Cloud Applications · Schema
ProjectTask
CloudCXEnterpriseEPMERPHCMProject ManagementREST APISoftware-as-a-ServiceSCM
Properties
| Name | Type | Description |
|---|---|---|
| TaskId | integer | Task identifier |
| TaskNumber | string | Task number |
| TaskName | string | Task name |
| ProjectId | integer | Parent project identifier |
| ProjectNumber | string | Parent project number |
| ParentTaskId | integer | Parent task identifier for hierarchy |
| StartDate | string | Task start date |
| EndDate | string | Task end date |
| TaskLevel | integer | Task level in hierarchy |
| PlannedEfffort | number | Planned effort |
| ActualEffort | number | Actual effort |
| PercentComplete | number | Completion percentage |
| TaskStatus | string | Task status |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ProjectTask",
"title": "ProjectTask",
"type": "object",
"properties": {
"TaskId": {
"type": "integer",
"description": "Task identifier"
},
"TaskNumber": {
"type": "string",
"description": "Task number"
},
"TaskName": {
"type": "string",
"description": "Task name"
},
"ProjectId": {
"type": "integer",
"description": "Parent project identifier"
},
"ProjectNumber": {
"type": "string",
"description": "Parent project number"
},
"ParentTaskId": {
"type": "integer",
"description": "Parent task identifier for hierarchy"
},
"StartDate": {
"type": "string",
"format": "date",
"description": "Task start date"
},
"EndDate": {
"type": "string",
"format": "date",
"description": "Task end date"
},
"TaskLevel": {
"type": "integer",
"description": "Task level in hierarchy"
},
"PlannedEfffort": {
"type": "number",
"format": "double",
"description": "Planned effort"
},
"ActualEffort": {
"type": "number",
"format": "double",
"description": "Actual effort"
},
"PercentComplete": {
"type": "number",
"format": "double",
"description": "Completion percentage"
},
"TaskStatus": {
"type": "string",
"description": "Task status"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-fusion-projecttask"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.