Files
shishirpatil--gorilla/data/apizoo/Oracle_Primavera_Cloud_REST_API.json
wehub-resource-sync bbfc60cd69
Publish BFCL to PyPI / build_and_publish (push) Has been cancelled
Update API Zoo Data / send-updates (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:27 +08:00

17762 lines
1.0 MiB
Plaintext

[
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Schedule Portfolio Measure Computation",
"api_call": "POST /action/computeMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to schedule a computation job for portfolio measures. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Schedule Strategy Measure Computation",
"api_call": "POST /action/computeStrategyMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to schedule a computation job for strategy measures. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Project Baseline By Name",
"api_call": "GET /action/baseline",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"name": "[REQUIRED] string: The user-specified identifier of a project baseline.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to get the project baseline by its name.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Update Project Baseline",
"api_call": "PUT /action/baseline",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update a project baseline using either projectBaselineId or the set of parent codes, providing the fields in the body that needs to be updated.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Create a Project Baseline",
"api_call": "POST /action/baseline",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project baseline. Baselines are static representations of project plans against which project performance may be benchmarked or measured.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Delete Project Baseline By Name",
"api_call": "DELETE /action/baseline",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"name": "[REQUIRED] string: The user-specified identifier of a project baseline.<br>This is a required field."
},
"functionality": "Delete a project baseline providing the projectBaseline details as query parameters, that needs to be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Create a Budget Plan Snapshot",
"api_call": "POST /action/capitalPlanSnapshot",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a budget plan snapshot. Budget plan snapshots capture the state of an approved budget plan at a particular point in time. Use budget plan snapshots to capture the history of a portfolio budget plan and monitor the progress of projects included in the plan.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Create a Project Snapshot",
"api_call": "POST /action/projectSnapshot",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a Cash Flow snapshot. Cash Flow snapshots capture the state of the project cash flow at a particular point in time. Use project snapshots to monitor changes to cash flow data over time.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Project Baseline",
"api_call": "GET /action/baseline/{projectBaselineId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBaselineId": "[REQUIRED] integer: Value of projectBaselineId, the system-generated identifier of a project baseline."
},
"functionality": "Send a request to this endpoint to get the project baselines by its Id.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Delete Project Baseline",
"api_call": "DELETE /action/baseline/{projectBaselineId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBaselineId": "[REQUIRED] integer: Value of projectBaselineId, the system-generated identifier of a project baseline."
},
"functionality": "Delete a project baseline providing the projectBaselineId that needs to be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Delete a Budget Plan Snapshot",
"api_call": "DELETE /action/capitalPlan/snapshot/{snapshotId}",
"api_version": "2024.01.29",
"api_arguments": {
"snapshotId": "[REQUIRED] integer: JSON representation of a budget plan object."
},
"functionality": "Send a request to this endpoint to delete a budget plan snapshot with an ID value matching the value of the {snapshotId} path parameter. Budget plan snapshots capture the state of an approved budget plan at a particular point in time. Use budget plan snapshots to capture the history of a portfolio budget plan and monitor the progress of projects included in the plan.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Delete a Project Snapshot",
"api_call": "DELETE /action/project/snapshot/{snapshotId}",
"api_version": "2024.01.29",
"api_arguments": {
"snapshotId": "[REQUIRED] integer: Project Snapshot to be deleted."
},
"functionality": "Send a request to this endpoint to delete a Cash Flow snapshot with an ID value matching the value of the {id} path parameter. Cash Flow snapshots capture the state of project cash flow at a particular point in time. Use project snapshots to monitor changes to cash flow data over time.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Project Baseline By Parent Code",
"api_call": "GET /action/baseline/parent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to get all the project baselines under the project using the set of parent codes as query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Project Baseline By Project",
"api_call": "GET /action/baseline/project/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to get all the project baselines under the project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: View Job Status",
"api_call": "GET /action/jobStatus/{jobId}",
"api_version": "2024.01.29",
"api_arguments": {
"jobId": "[REQUIRED] integer: The unique identifier of a scheduled job.",
"includeJobLog": "boolean: Whether the job log needs to be returned in the response or not. Allowed Values: [TRUE, FALSE] "
},
"functionality": "Send a request to this endpoint to view the current status of a job with an ID value matching the value of the {jobId} path parameter. A job represents a background process within the application. There are several background services, such as scheduler, leveler, risk analysis, and measures, that may initiate jobs. Completed scheduling, leveling, and measures jobs generate a job log that includes additional details about the service.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Snapshots by Budget Plan ID",
"api_call": "GET /action/snapshot/capitalPlan/{capitalPlanId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPlanId": "[REQUIRED] integer: View Budget Plan Snapshots"
},
"functionality": "Send a request to this endpoint to view snapshots associated to a budget plan with an ID value matching the value of the {id} path parameter. Budget plan snapshots capture the state of an approved budget plan at a particular point in time. Use budget plan snapshots to capture the history of a portfolio budget plan and monitor the progress of projects included in the plan.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: View Snapshots by Project ID",
"api_call": "GET /action/snapshot/project/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: Returns the snapshots for project id."
},
"functionality": "Send a request to this endpoint to view Cash Flow snapshots associated to a project with an ID value matching the value of the {id} path parameter. Cash Flow snapshots capture the state of project cash flow at a particular point in time. Use project snapshots to monitor changes to cash flow data over time.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Download a Report",
"api_call": "GET /action/reportResult/{jobId}",
"api_version": "2024.01.29",
"api_arguments": {
"jobId": "[REQUIRED] integer: The unique identifier of a job."
},
"functionality": "Send a request to this endpoint to download a report with an ID value matching the value of the {id} path parameter. Reports are user-defined synopses that contain detailed or summarized information about your projects. Reports may be output in a variety of file formats, including PDF, XLS, RTF, HTML, and XML.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Import a WBS from Project",
"api_call": "POST /action/importWBS",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to import a WBS from a project or project template.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Perform Project Resource Leveling",
"api_call": "POST /action/level",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to perform project resource leveling. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs. Resource leveling ensures your project schedules do not overallocate the projects available resources. Performing resource leveling delays simultaneous activities so that overallocated resources and roles may work on activities consecutively.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Schedule a Project",
"api_call": "POST /action/scheduleProject",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to schedule a project. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs.Schedule a project to determine a project timeline based on the constraints, relationships, and date types to which activities must adhere. The application's project scheduler will use the Critical path method algorithm to assign activity dates, calculate total float, and set the project critical path. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Apply Activity Uncertainty",
"api_call": "POST /action/applyActivityUncertainity/run",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to apply activity uncertainty for a project. This endpoint returns a job ID. Send a request to the View Job Status endpoint to view the status of the activity uncertainty job.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Run a Report",
"api_call": "POST /action/report/run",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to run a report. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs. Reports are user-defined synopses that contain detailed or summarized information about your projects. Reports may be output in a variety of file formats, including PDF, XLS, RTF, HTML, and XML.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Run Risk Analysis",
"api_call": "POST /action/runRiskAnalysis",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to run a risk analysis job. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs. Risk analysis uses project risk data to determine the severity and potential impact of project risks. Run risk analysis on your projects to ascertain the likelihood of achieving your project's cost and schedule objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Create Resource Demand from Schedule",
"api_call": "POST /action/resourceDemand/fetchAssignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to schedule a demand data to fetch from resource assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Synchronize Resource Availabilities and Rates for Workspace Hierarchy",
"api_call": "POST /action/resource/workRateSync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to synchronize the resource availabilities and rates in a workspace hierarchy. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of the scheduled jobs. The job will also synchronize role availability and rates if the user has the permission to edit role costs. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Action: Synchronize Role Availabilities and Rates for Workspace Hierarchy",
"api_call": "POST /action/role/workRateSync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to synchronize the role availabilities and rates in a workspace hierarchy. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of the scheduled jobs. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Aggregate: View an Activity Aggregate by Project ",
"api_call": "GET /activityAggregate/projects",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] string: One or more system-generated identifiers of projects.<br>This is a required field."
},
"functionality": "This endpoint returns activity aggregates that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches one of the values of the {id} query parameter.</li> </ul> Activity aggregates sum the data of activities that meet specified requirements.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Aggregate: View a Work Package Activity Aggregate by Projects",
"api_call": "GET /activityAggregate/workPackage/project",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a project.<br>This is a required field."
},
"functionality": "This endpoint returns work package activity aggregates that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches one of the values of the {id} query parameter.</li> </ul> Activity aggregates sum the data of activities that meet specified requirements.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Aggregate: View a Work Package Activity Aggregate by Portfolio ",
"api_call": "GET /activityAggregate/workPackage/portfolio",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a portfolio.<br>This is a required field."
},
"functionality": "This endpoint returns work package activity aggregates that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches one of the values of the {id} query parameter.</li> </ul> Activity aggregates sum the data of activities that meet specified requirements.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Update an Activity",
"api_call": "PUT /activity",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an activity. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Create an Activity",
"api_call": "POST /activity",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an activity. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Batch Update Activities",
"api_call": "PUT /activity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more activities. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Batch Create Activities",
"api_call": "POST /activity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more activities. An application object will be created for each JSON object provided in the request body. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Batch Delete Activities",
"api_call": "DELETE /activity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more activities. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View an Activity",
"api_call": "GET /activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Delete an Activity",
"api_call": "DELETE /activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "Send a request to this endpoint to delete an activity. The application object with an ID value that matches the value of the {activityId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View an Activity by Code and Parent Codes",
"api_call": "GET /activity/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the activity to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the activity to be found.<br>This is a required field.",
"activityCode": "[REQUIRED] string: Activity code of the activity to be found.<br>This is a required field.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "Send a request to this endpoint to view an activity with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View Activities by Code",
"api_call": "GET /activity/code/{activityCode}",
"api_version": "2024.01.29",
"api_arguments": {
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns an activity that meet the following requirements: <ul> <li>The object has a code that matches the value of the {activityCode} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View an Activity by Project and Activity Code",
"api_call": "GET /activity/project/{projectId}/code/{activityCode}",
"api_version": "2024.01.29",
"api_arguments": {
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.",
"projectId": "[REQUIRED] integer: The system-generated identifier of an activity.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a code that matches the value of the {activityCode} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View Activities by Project, Code Type, and Code Value",
"api_call": "GET /activity/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View Activities by Configured Field",
"api_call": "GET /activity/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View all Activities by Project ",
"api_call": "GET /activity/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View all Activities by Parent",
"api_call": "GET /activity/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the activities have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the activities have to be found.<br>This is a required field.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "Send a request to this endpoint to view all activities under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View User Baseline Preferences",
"api_call": "GET /activity/userBaselinePreferences",
"api_version": "2024.01.29",
"api_arguments": {
"userName": "[REQUIRED] string: User name of application user.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view the User Baseline Preferences.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View Activities by WBS",
"api_call": "GET /activity/wbsId/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS.",
"includeBaselineFields": "string: The Activity baseline fields which user wants to include. Allowed values are ORIGINAL, CURRENT, OTHER, USER_BASELINE_1, USER_BASELINE_2 and USER_BASELINE_3 or any combination."
},
"functionality": "This endpoint returns activities that meet the following requirements: <ul> <li>The object is associated with a WBS with an ID value that matches the value of the {wbsId} path parameter.</li> </ul> Activities represent units of work that must be completed to accomplish your project objectives.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: View Activities by Baseline",
"api_call": "GET /activity/baseline/data",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"baselineName": "string: The user-specified identifier of a project baseline.",
"baselineType": "string: Identifies the official and unofficial baselines. Default value is ORIGINAL."
},
"functionality": "Send a request to this endpoint to view all activities by baseline matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity: Batch Sync Activities",
"api_call": "POST /activity/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any activity sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ].# Activity Risk Resource #"
},
"functionality": "Send a request to this endpoint to create or update one or more activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: Create an Activity Favorite",
"api_call": "POST /activityFavorite",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an activity favorite. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: Batch Create Activity Favorites",
"api_call": "POST /activityFavorite/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more activity favorites. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: Batch Delete Activity Favorites",
"api_call": "DELETE /activityFavorite/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more activity favorites. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: View an Activity Favorite",
"api_call": "GET /activityFavorite/{activityFavoriteId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityFavoriteId": "[REQUIRED] integer: The system-generated identifier of an activity favorite."
},
"functionality": "This endpoint returns activity favorites that meet the following requirements: <ul> <li>The object has an activity favorite ID that matches the value of the {activityFavoriteId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: Delete an Activity Favorite",
"api_call": "DELETE /activityFavorite/{activityFavoriteId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityFavoriteId": "[REQUIRED] integer: The system-generated identifier of an activity favorite."
},
"functionality": "Send a request to this endpoint to delete an activity favorite. The application object with an ID value that matches the value of the {activityFavoriteId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: View Activity Favorites by User",
"api_call": "GET /activityFavorite/userId/{applicationUser}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUser": "[REQUIRED] integer: The system-generated identifier of an application user."
},
"functionality": "This endpoint returns all activity favorites that meet the following requirements: <ul> <li>The object is associated with an application user with an ID value that matches the value of the {applicationUser} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: View an Activity Favorite by User and Activity",
"api_call": "GET /activityFavorite/userId/{applicationUser}/activityId/{activity}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUser": "[REQUIRED] integer: The system-generated identifier of an application user.",
"activity": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns all activity favorites that meet the following requirements: <ul> <li>The object is associated with an application user with an ID value that matches the value of the {applicationUser} path parameter.</li> <li>The object is associated with an activity with an ID value that matches the value of the {activity} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: View an Activity Favorite by Code and Parent Codes",
"api_call": "GET /activityFavorite/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"userName": "[REQUIRED] string: User name of application user.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view an activity favorite with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Favorite: View All Activity Favorites by Parent",
"api_call": "GET /activityFavorite/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"userName": "[REQUIRED] string: User name of application user.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all activity favorites under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Update an Activity Risk",
"api_call": "PUT /activityRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an activity risk. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Create an Activity Risk",
"api_call": "POST /activityRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an activity risk. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Batch Update Activity Risks",
"api_call": "PUT /activityRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more activity risks. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Batch Create Activity Risks",
"api_call": "POST /activityRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more activity risks. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Batch Delete Activity Risks",
"api_call": "DELETE /activityRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more activity risks. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: View an Activity Risk",
"api_call": "GET /activityRisk/{activityRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityRiskId": "[REQUIRED] integer: The system-generated identifier of an activity risk."
},
"functionality": "This endpoint returns activity risks that meet the following requirements: <ul> <li>The object has an activity risk ID that matches the value of the {activityRiskId} path parameter.</li> </ul> Activity Risks indicate whether risks from the project risk register will impact a project activity and potentially cause schedule delays.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Delete an Activity Risk",
"api_call": "DELETE /activityRisk/{activityRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityRiskId": "[REQUIRED] integer: The system-generated identifier of an activity risk."
},
"functionality": "Send a request to this endpoint to delete an activity risk. The application object with an ID value that matches the value of the {activityRiskId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: View all Activity Risks by Activity",
"api_call": "GET /activityRisk/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns activity risks that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul> Activity Risks indicate whether risks from the project risk register will impact a project activity and potentially cause schedule delays.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Risk: Batch Sync Activity Risks",
"api_call": "POST /activityRisk/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any activity risk sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more activity risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Util: Test API Connection",
"api_call": "GET /util/testConnection",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this end point for testing the rest api connection. Status code 200 is returned in case the connection is successful.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: Update a User Group ",
"api_call": "PUT /applicationUserGroup",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a user group.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: Create a User Group",
"api_call": "POST /applicationUserGroup",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a user group.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: Batch Update User Groups",
"api_call": "PUT /applicationUserGroup/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more user groups.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: Batch Create User Groups",
"api_call": "POST /applicationUserGroup/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more user groups.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: View a User Group",
"api_call": "GET /applicationUserGroup/{applicationUserGroupId}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUserGroupId": "[REQUIRED] integer: The system-generated identifier of a user group."
},
"functionality": "This endpoint returns user groups that meet the following requirements: <ul> <li>The object has an user group ID that matches the value of the {applicationUserGroupId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: View a User Group by Group Name",
"api_call": "GET /applicationUserGroup/groupName/{groupName}",
"api_version": "2024.01.29",
"api_arguments": {
"groupName": "[REQUIRED] string: The name of a user group."
},
"functionality": "This endpoint returns user groups whose group name matches the value of the {groupName} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Application User Group: Batch Sync Application User Groups",
"api_call": "POST /applicationUserGroup/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any application user group sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more application user groups.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User Preferences: View User Preferences",
"api_call": "GET /userPreferences/{applicationUserSettingId}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUserSettingId": "[REQUIRED] integer: The system-generated identifier of user preferences."
},
"functionality": "This endpoint returns user preferences that meet the following requirements: <ul> <li>The object has an application user setting ID that matches the value of the {applicationUserSettingId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User Preferences: View User Preferences by Setting Name",
"api_call": "GET /userPreferences/name/{settingName}",
"api_version": "2024.01.29",
"api_arguments": {
"settingName": "[REQUIRED] string: The name of a user preference. "
},
"functionality": "This endpoint returns user preferences that meet the following requirements: <ul> <li>The object has a setting name that matches the value of the {settingName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User Preferences: View All User Preferences",
"api_call": "GET /userPreferences/allUserSettings",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all user preferences.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User Preferences: Update a User's Preferences ",
"api_call": "PUT /userPreferences",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a user's preferences.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User Preferences: Batch Update User Preferences ",
"api_call": "PUT /userPreferences/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more user preferences.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Update an Assignment",
"api_call": "PUT /assignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an assignment. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Create an Assignment",
"api_call": "POST /assignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an assignment. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Batch Update Assignments",
"api_call": "PUT /assignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more assignments. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Batch Create Assignments",
"api_call": "POST /assignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more assignments. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Batch Delete Assignments",
"api_call": "DELETE /assignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more assignments. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View an Assignment",
"api_call": "GET /assignment/{assignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentId": "[REQUIRED] integer: The system-generated identifier of an assignment."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object is associated with an assignment with an ID value that matches the value of the {assignmentId} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Delete an Assignment",
"api_call": "DELETE /assignment/{assignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentId": "[REQUIRED] integer: The system-generated identifier of an assignment."
},
"functionality": "Send a request to this endpoint to delete an assignment. The application object with an ID value that matches the value of the {assignmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Code",
"api_call": "GET /assignment/code/{assignmentCode}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentCode": "[REQUIRED] string: The user-specified identifier of an assignment."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object has a code that matches the value of the {assignmentCode} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View an Assignment by Activity and Code",
"api_call": "GET /assignment/activity/{activityId}/code/{assignmentCode}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentCode": "[REQUIRED] string: The user-specified identifier of an assignment.",
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> <li>The object has a code that matches the value of the {assignmentCode} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View all Assignments by Project ",
"api_call": "GET /assignment/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns assignments associated with a project with an ID value that matches the {projectId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Resource Code",
"api_call": "GET /assignment/resource/code/{resourceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceCode": "[REQUIRED] string: The user-specified identifier of a resource."
},
"functionality": "This endpoint returns assignements that meet the following requirements: <ul> <li>The object has a resource with a code value that matches the value of the {resourceCode} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Resource",
"api_call": "GET /assignment/resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object has a resource with an ID value that matches the value of the {resourceId} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Configured Field Values",
"api_call": "GET /assignment/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Activity ",
"api_call": "GET /assignment/activityId/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns assignments that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul> Assignments represent the allocation of project or workspace resources to project activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: View Assignments by Baseline",
"api_call": "GET /assignment/baseline/data",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"baselineName": "string: The user-specified identifier of a project baseline.",
"baselineType": "string: Identifies the official and unofficial baselines. Default value is ORIGINAL."
},
"functionality": "Send a request to this endpoint to view all assignments by baseline matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment: Batch Sync Assignments",
"api_call": "POST /assignment/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any assignment sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]."
},
"functionality": "Send a request to this endpoint to create or update one or more assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: Create an Assignment Favorite",
"api_call": "POST /assignmentFavorite",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an assignment favorite. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: Batch Create Assignment Favorites",
"api_call": "POST /assignmentFavorite/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more assignment favorites. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: Batch Delete Assignment Favorites",
"api_call": "DELETE /assignmentFavorite/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more assignment favorites. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: View an Assignment Favorite",
"api_call": "GET /assignmentFavorite/{assignmentFavoriteId}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentFavoriteId": "[REQUIRED] integer: The system-generated identifier of an assignment favorite."
},
"functionality": "This endpoint returns assignment favorites that meet the following requirements: <ul> <li>The object is associated with an assignment favorite with an ID value that matches the value of the {assignmentFavoriteId} path parameter.</li> </ul> Assignment favorites represent assignments that you consider particularly important.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: Delete an Assignment Favorite ",
"api_call": "DELETE /assignmentFavorite/{assignmentFavoriteId}",
"api_version": "2024.01.29",
"api_arguments": {
"assignmentFavoriteId": "[REQUIRED] integer: The system-generated identifier of an assignment favorite."
},
"functionality": "Send a request to this endpoint to delete an assignment favorite. The application object with an ID value that matches the value of the {assignmentFavoriteId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: View all Assignment Favorites Assigned to a User",
"api_call": "GET /assignmentFavorite/userId/{applicationUser}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUser": "[REQUIRED] integer: The system-generated identifier of an application user."
},
"functionality": "This endpoint returns assignment favorites that meet the following requirements: <ul> <li>The object is associated with an application user with an ID value that matches the value of the {applicationUser} path parameter.</li> </ul> Assignment favorites represent assignments that you consider particularly important.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: View an Assignment Favorite by User and Assignment ",
"api_call": "GET /assignmentFavorite/userId/{applicationUser}/assignmentId/{assignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUser": "[REQUIRED] integer: The system-generated identifier of an application user.",
"assignmentId": "[REQUIRED] integer: The system-generated identifier of an assignment."
},
"functionality": "This endpoint returns assignment favorites that meet the following requirements: <ul> <li>The object is associated with an application user with an ID value that matches the value of the {applicationUser} path parameter.</li> <li>The object is associated with an assignment with an ID value that matches the value of the {assignmentId} path parameter.</li> </ul> Assignment favorites represent assignments that you consider particularly important.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: View All Assignment Favorites by Parent",
"api_call": "GET /assignmentFavorite/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"userName": "[REQUIRED] string: User name of application user.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all assignment favorites under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Assignment Favorite: View an Assignment Favorite by Code and Parent Codes",
"api_call": "GET /assignmentFavorite/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"userName": "[REQUIRED] string: User name of application user.<br>This is a required field.",
"resourceCode": "[REQUIRED] string: The user-specified identifier of a resource.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view an assignment favorite with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Change Project Budget Change Status",
"api_call": "PUT /budgetChange/{id}/changeBudgetChangeStatus",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a budget change."
},
"functionality": "Send a request to this endpoint to modify the status of a project budget change.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Update a Project Budget Change",
"api_call": "PUT /budgetChange",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project budget change. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Create a Project Budget Change",
"api_call": "POST /budgetChange",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project budget change. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Batch Update Project Budget Changes",
"api_call": "PUT /budgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project budget changes. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Batch Create Project Budget Changes",
"api_call": "POST /budgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project budget changes. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Batch Delete Project Budget Changes",
"api_call": "DELETE /budgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project budget changes. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change",
"api_call": "GET /budgetChange/{budgetChangeId}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeId": "[REQUIRED] integer: The system-generated identifier of a budget change."
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object is associated with a project budget change with an ID value that matches the value of the {budgetChangeId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Delete a Project Budget Change",
"api_call": "DELETE /budgetChange/{budgetChangeId}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeId": "[REQUIRED] integer: The system-generated identifier of a budget change."
},
"functionality": "Send a request to this endpoint to delete a project budget change. The application object with an ID value that matches the value of the {budgetChangeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change by Code and Project Budget",
"api_call": "GET /budgetChange/projectBudget/{projectBudgetId}/code/{budgetChangeCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeCode": "[REQUIRED] string: The item code of a budget change.",
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object has a code that matches the value of the {budgetChangeCode} path parameter.</li> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change by Code and Project",
"api_call": "GET /budgetChange/project/{projectId}/code/{budgetChangeCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeCode": "[REQUIRED] string: The item code of a budget change.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a code that matches the value of the {budgetChangeCode} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change by Project and Assigned Configured Field",
"api_call": "GET /budgetChange/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change by Project Budget and Assigned Configured Field",
"api_call": "GET /budgetChange/projectBudget/{projectBudgetId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. ",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View Status Transition History Record by Project Budget Change",
"api_call": "GET /budgetChange/{budgetChangeId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeId": "[REQUIRED] integer: The system-generated identifier of a budget change."
},
"functionality": "This endpoint returns status transition histories of project budget changes that meet the following requirements: <ul> <li>The object is associated with a project budget change with an ID value that matches the value of the {budgetChangeId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View Status Transition History Record by Project",
"api_call": "GET /budgetChange/project/{projectId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns status transition histories of project budget changes that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View all Project Budget Changes by Parent",
"api_call": "GET /budgetChange/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the budget changes have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the budget changes have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project budget changes under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View a Project Budget Change by Code and Parent Codes",
"api_call": "GET /budgetChange/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the budget change to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the budget change to be found.<br>This is a required field.",
"budgetChangeCode": "[REQUIRED] string: The item code of a budget change.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project budget change with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View Project Budget Changes by Project",
"api_call": "GET /budgetChange/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View Project Budget Changes by Project Budget",
"api_call": "GET /budgetChange/projectBudget/{projectBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget changes that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget changes represent modifications or adjustments to project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: View Budget Transactions by Project Budget Change",
"api_call": "GET /budgetChange/{budgetChangeId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"budgetChangeId": "[REQUIRED] integer: The system-generated identifier of a budget change."
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project budget change with an ID value that matches the value of the {budgetChangeId} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Change: Batch Sync Project Budget Changes",
"api_call": "POST /budgetChange/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project budget change sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project budget changes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Update a Project Budget Item",
"api_call": "PUT /budgetItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project budget item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Create a Project Budget Item",
"api_call": "POST /budgetItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project budget item. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Batch Update Project Budget Items",
"api_call": "PUT /budgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project budget items. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Batch Create Project Budget Items",
"api_call": "POST /budgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project budget items. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Batch Delete Project Budget Items",
"api_call": "DELETE /budgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project budget items. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Delete a Project Budget Item",
"api_call": "DELETE /budgetItem/{budgetItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetItemId": "[REQUIRED] integer: The system-generated identifier of a budget item."
},
"functionality": "Send a request to this endpoint to delete a project budget item. The application object with an ID value that matches the value of the {budgetItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Project Budget Item by Code and Project Budget",
"api_call": "GET /budgetItem/projectBudget/{projectBudgetId}/code/{budgetItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetItemCode": "[REQUIRED] string: The item code of a budget item.",
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {budgetItemCode} path parameter.</li> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Project Budget Item by Code and Project",
"api_call": "GET /budgetItem/project/{projectId}/code/{budgetItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetItemCode": "[REQUIRED] string: The item code of a budget item.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a code that matches the value of the {budgetItemCode} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Project Budget Items by Name",
"api_call": "GET /budgetItem/name/{itemName}",
"api_version": "2024.01.29",
"api_arguments": {
"itemName": "[REQUIRED] string: The name of a budget item."
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object has a name that matches the value of the {itemName} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View a Project Budget Item by Project and Assigned Configured Field",
"api_call": "GET /budgetItem/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View a Project Budget Item by Project Budget and Assigned Configured Field",
"api_call": "GET /budgetItem/projectBudget/{projectBudgetId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. ",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Budget Transactions by Assigned Configured Field ",
"api_call": "GET /budgetItem/{budgetItemId}/transactions/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetItemId": "[REQUIRED] integer: The system-generated identifier of a budget item.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project budget item with an ID value that matches the value of the {budgetItemId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Integrated Budget Items",
"api_call": "GET /budgetItem/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated budget item objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View all Project Budget Items by Parent",
"api_call": "GET /budgetItem/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the budget items have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the budget items have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project budget items under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View a Project Budget Item by Code and Parent Codes",
"api_call": "GET /budgetItem/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the budget item to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the budget item to be found.<br>This is a required field.",
"budgetItemCode": "[REQUIRED] string: The item code of a budget item.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a budget item with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Project Budget Items by Project",
"api_call": "GET /budgetItem/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Project Budget Items by Project Budget",
"api_call": "GET /budgetItem/projectBudget/{projectBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget items that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget items represent costs associated with labor or other project expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: View Budget Transactions by Project Budget Item",
"api_call": "GET /budgetItem/{budgetItemId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"budgetItemId": "[REQUIRED] integer: The system-generated identifier of a budget item."
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project budget item with an ID value that matches the value of the {budgetItemId} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Integrate a Budget Item with an External Data Source",
"api_call": "POST /budgetItem/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a budget item. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Batch Integrate Budget Items with an External Data Source",
"api_call": "POST /budgetItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated budget items. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Item: Batch Sync Project Budget Items",
"api_call": "POST /budgetItem/sync/batch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any budget item sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project budget items",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Update Budget Planning Scenario Status",
"api_call": "POST /budgetPlanningScenario/updateScenarioStatus",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update status of Budget Planning Scenario. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Batch Update Budget Planning Scenario Status",
"api_call": "POST /budgetPlanningScenario/batchUpdateScenarioStatus",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update status of Budget Planning Scenarios. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Update a Budget Planning Scenario",
"api_call": "PUT /budgetPlanningScenario",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a budget planning scenario. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Create a Budget Planning Scenario",
"api_call": "POST /budgetPlanningScenario",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create Budget Planning Scenario. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Batch Update Budget Planning Scenarios",
"api_call": "PUT /budgetPlanningScenario/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more budget planning scenarios. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Batch Create Budget Planning Scenarios",
"api_call": "POST /budgetPlanningScenario/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more Budget Planning Scenarios. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Batch Delete Budget Planning Scenarios",
"api_call": "DELETE /budgetPlanningScenario/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more Budget Planning Scenarios. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View a Budget Planning Scenario",
"api_call": "GET /budgetPlanningScenario/{scenarioId}",
"api_version": "2024.01.29",
"api_arguments": {
"scenarioId": "[REQUIRED] integer: The system-generated identifier of an Budget Plan Scenario."
},
"functionality": "This endpoint returns budget planning scenarios that meet the following requirements: <ul> <li>The object has an ID value that matches the value of the {scenarioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Delete a Budget Planning Scenario",
"api_call": "DELETE /budgetPlanningScenario/{scenarioId}",
"api_version": "2024.01.29",
"api_arguments": {
"scenarioId": "[REQUIRED] integer: The system-generated identifier of an Budget Plan Scenario."
},
"functionality": "Send a request to this endpoint to delete a Budget Planning Scenario. The application object with an ID value that matches the value of the {scenarioId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View a Budget Planning Scenario Fund Data",
"api_call": "GET /budgetPlanningScenario/fund/{scenarioId}",
"api_version": "2024.01.29",
"api_arguments": {
"scenarioId": "[REQUIRED] integer: The system-generated identifier of an Budget Plan Scenario."
},
"functionality": "This endpoint returns budget planning scenario fund data that meet the following requirements: <ul> <li>The object has an ID value that matches the value of the {scenarioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View All Budget Planning Scenarios by Portfolio and Plan Period",
"api_call": "GET /budgetPlanningScenario/byPortfolioId",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio.<br>This is a required field.",
"planPeriod": "[REQUIRED] integer: The period during which budget is allocated to projects within the plan. <br />This value determines the year in which budget planning timescales start. <br />You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021. <br />After the planning period for a budget plan has been set it cannot be changed.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Budget Planning Scenarios under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View All Budget Planning Scenarios by Portfolio Name and Plan Period",
"api_call": "GET /budgetPlanningScenario/byPortfolioName",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioName": "[REQUIRED] string: The name of a capital portfolio member.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"planPeriod": "[REQUIRED] integer: The period during which budget is allocated to projects within the plan. <br />This value determines the year in which budget planning timescales start. <br />You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021. <br />After the planning period for a budget plan has been set it cannot be changed.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Budget Planning Scenarios under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View All Budget Planning Scenarios Fund Data by Portfolio and Plan Period",
"api_call": "GET /budgetPlanningScenario/fund/byPortfolioId",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio.<br>This is a required field.",
"planPeriod": "[REQUIRED] integer: The period during which budget is allocated to projects within the plan. <br />This value determines the year in which budget planning timescales start. <br />You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021. <br />After the planning period for a budget plan has been set it cannot be changed.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Budget Planning Scenarios with Fund data under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: View All Budget Planning Scenarios Fund Data by Portfolio Name and Plan Period",
"api_call": "GET /budgetPlanningScenario/fund/byPortfolioName",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioName": "[REQUIRED] string: The name of a capital portfolio member.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"planPeriod": "[REQUIRED] integer: The period during which budget is allocated to projects within the plan. <br />This value determines the year in which budget planning timescales start. <br />You can set the planning period to either the current or following year. For example, if the year is 2020 the latest planning period you can set is 2021. <br />After the planning period for a budget plan has been set it cannot be changed.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Budget Planning Scenarios with Fund data under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Manage Fund Allocation of Budget Planning Scenario",
"api_call": "PUT /budgetPlanningScenario/manageFundAllocation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to assign, unassign and update funds of budget planning scenario. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Manage Fund Allocation of Budget Planning Scenarios",
"api_call": "PUT /budgetPlanningScenario/manageFundAllocation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to assign, unassign and update funds of one or more budget planning scenarios. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Budget Planning Scenario: Batch Sync Budget Planning Scenarios",
"api_call": "POST /budgetPlanningScenario/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any budget planning scenarios sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more budget planning scenarios.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Change a Project Budget Transfer Status",
"api_call": "PUT /budgetTransfer/{id}/changeBudgetTransferStatus",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "Send a request to this endpoint to modify the status of a project budget transfer.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Update a Project Budget Transfer",
"api_call": "PUT /budgetTransfer",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project budget transfer. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Create a Project Budget Transfer",
"api_call": "POST /budgetTransfer",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project budget transfer. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Batch Update Project Budget Transfers",
"api_call": "PUT /budgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project budget transfers. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Batch Create Project Budget Transfers",
"api_call": "POST /budgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project budget transfers. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Batch Delete Project Budget Transfers",
"api_call": "DELETE /budgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project budget transfers. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View a Project Budget Transfer",
"api_call": "GET /budgetTransfer/{budgetTransferId}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object is associated with a project budget transfer with an ID value that matches the value of the {budgetTransferId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Delete a Project Budget Transfer",
"api_call": "DELETE /budgetTransfer/{budgetTransferId}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "Send a request to this endpoint to delete a project budget transfer. The application object with an ID value that matches the value of the {budgetTransferId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Project Budget Transfer by Code and Project Budget",
"api_call": "GET /budgetTransfer/projectBudget/{projectBudgetId}/code/{budgetTransferCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferCode": "[REQUIRED] string: The user-specified identifier of a budget transfer.",
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object has a code that matches the value of the {budgetTransferCode} path parameter.</li> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View a Project Budget Transfer by Code and Project",
"api_call": "GET /budgetTransfer/project/{projectId}/code/{budgetTransferCode}",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferCode": "[REQUIRED] string: The user-specified identifier of a budget transfer.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object has a code that matches the value of the {budgetTransferCode} path parameter.</li> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Project Budget Transfer by Assigned Configured Field",
"api_call": "GET /budgetTransfer/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Project Budget Transfer by Assigned Configured Field",
"api_call": "GET /budgetTransfer/projectBudget/{projectBudgetId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. ",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Status Transition History Records by Project Budget Transfer",
"api_call": "GET /budgetTransfer/{budgetTransferId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "This endpoint returns status transition histories of project budget transfers that meet the following requirements: <ul> <li>The object is associated with a project budget transfer with an ID value that matches the value of the {budgetTransferId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Status Transition History Records by Project",
"api_call": "GET /budgetTransfer/project/{projectId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget transfer status transition histories that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View all Project Budget Transfers by Parent",
"api_call": "GET /budgetTransfer/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the budget transfers have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the budget transfers have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project budget transfers under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Budget Transactions by Project Budget Transfer",
"api_call": "GET /budgetTransfer/{budgetTransferId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"budgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project budget transfer with an ID value that matches the value of the {budgetTransferId} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View a Project Budget Transfer by Code and Parent Codes",
"api_call": "GET /budgetTransfer/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the budget transfer to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the budget transfer to be found.<br>This is a required field.",
"budgetTransferCode": "[REQUIRED] string: The user-specified identifier of a budget transfer.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project budget transfer with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Project Budget Transfers by Project",
"api_call": "GET /budgetTransfer/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: View Project Budget Transfers by Project Budget",
"api_call": "GET /budgetTransfer/projectBudget/{projectBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns project budget transfers that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget transfers represent adjustments to budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget Transfer: Batch Sync Project Budget Transfers",
"api_call": "POST /budgetTransfer/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project budget transfer sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project budget transfers.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Push Down all Workspace CBS Code to Project",
"api_call": "PUT /cbs/import/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace Code whose CBS codes have to be pushed down.",
"projectCode": "[REQUIRED] string: Project Code where CBS codes have to be pushed down."
},
"functionality": "Send a request to this endpoint to push down workspace CBS codes to a project. <br/> Update Key : 'cbsTemplateCodeId'",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Create a Project CBS",
"api_call": "POST /cbs/createprojectCBS",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project CBS. An application object will be created using the JSON data provided in the request body. \nNote: Before you can create a project CBS, you must create a project CBS segment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a Project Costing Source ",
"api_call": "GET /cbs/project/{projectId}/projectCostingSource",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project costing source."
},
"functionality": "This endpoint returns project costing sources that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Update a Project Costing Source ",
"api_call": "PUT /cbs/project/{projectId}/projectCostingSource",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to update a project cost source. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents. <br/> Update Key : 'projectCostingSourceId'",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Create a Project Costing Source",
"api_call": "POST /cbs/project/{projectId}/projectCostingSource",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: A project costing source object."
},
"functionality": "Send a request to this endpoint to create a project costing source. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Create a Workspace CBS",
"api_call": "POST /cbs/createworkspaceCBS",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a workspace CBS. An application object will be created using the JSON data provided in the request body. \nNote: Before you can create a workspace CBS, you must create a workspace CBS segment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Delete a Project CBS Code by Project CBS ID",
"api_call": "DELETE /cbs/project/{cbsSheetCodeId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsSheetCodeId": "[REQUIRED] integer: The system-generated identifier of a CBS."
},
"functionality": "Send a request to this endpoint to delete a project CBS code. The application object with an ID value that matches the value of the {cbsSheetCodeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Reset all Project Cost Sheet Code",
"api_call": "DELETE /cbs/resetCostSheet/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified unique identifier of a workspace.",
"projectCode": "[REQUIRED] string: Indicate the project code where CBS codes have to be reset."
},
"functionality": "Send a request to this endpoint to reset all Project Cost Sheet Codes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Delete a Workspace CBS Code by Workspace CBS ID",
"api_call": "DELETE /cbs/workspace/{cbsTemplateCodeId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsTemplateCodeId": "[REQUIRED] integer: The system-generated identifier of a CBS."
},
"functionality": "Send a request to this endpoint to delete a workspace CBS code. The application object with an ID value that matches the value of the {cbsItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Reset Workspace CBS Template",
"api_call": "DELETE /cbs/resetCBSTemplate/workspace/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified unique identifier of a workspace."
},
"functionality": "Send a request to this endpoint to reset all CBS Template Segments and CBS Template Codes under the specified workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View Integrated CBSs",
"api_call": "GET /cbs/project/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated CBS objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a Project CBS",
"api_call": "GET /cbs/projectCbs/{cbsSheetCodeId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsSheetCodeId": "[REQUIRED] integer: The system-generated identifier of a CBS."
},
"functionality": "This endpoint returns Project CBS code that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {cbsSheetCodeId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a Workspace CBS",
"api_call": "GET /cbs/workspaceCbs/{cbsTemplateCodeId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsTemplateCodeId": "[REQUIRED] integer: The system-generated identifier of a CBS."
},
"functionality": "This endpoint returns Workspace CBS code that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {cbsTemplateCodeId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View all workspace CBSs by parent code",
"api_call": "GET /cbs/workspace/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the workspace CBSs have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all workspace CBSs under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View all project CBSs by parent code",
"api_call": "GET /cbs/project/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the project CBSs have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the project CBSs have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project CBSs under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a CBS Sheet Code by Project and CBS Code",
"api_call": "GET /cbs/project/{projectId}/code/{cbsCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"cbsCode": "[REQUIRED] string: The cost breakdown structure code is a code that is concatenated with its parent and child according to the segment definition."
},
"functionality": "This endpoint returns CBS sheet codes that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a cbs code with a value that matches the value of the {cbsCode} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a project CBS by code (Deprecated since 23.3)",
"api_call": "GET /cbs/project/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the project CBS to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the project CBS to be found.<br>This is a required field.",
"cbsCode": "[REQUIRED] string: CBS code of the project CBS to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project CBS with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View all Project CBS Assigned to a Project",
"api_call": "GET /cbs/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a CBS."
},
"functionality": "This endpoint returns CBS codes that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a CBS Sheet Total Cost Row by Project",
"api_call": "GET /cbs/project/{projectId}/totalCost",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns CBS sheet total cost rows that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a workspace CBS by code",
"api_call": "GET /cbs/workspace/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the workspace CBS to be found.<br>This is a required field.",
"cbsCode": "[REQUIRED] string: CBS code of the workspace CBS to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a workspace CBS with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View all Workspace CBS Codes Assigned to a Workspace",
"api_call": "GET /cbs/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns CBS codes that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: View a Workspace Total Item by ID and Template Type",
"api_call": "GET /cbs/aggregate/reference/{referenceObjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"referenceObjectId": "[REQUIRED] integer: The unique identifier of the project or workspace that owns the cost values.",
"templateType": "[REQUIRED] string: The Rollup type for workspace total item.<br>This is a required field."
},
"functionality": "This endpoint returns workspace total items that meet the following requirements: <ul> <li>The object has a reference to another object with an ID value that matches the value of the {referenceObjectId} path parameter.</li> <li>The object has a template with a type that matches one or more values of the {templateType} query parameter.</li> </ul> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Import a Workspace CBS to a Program",
"api_call": "PUT /cbs/import/workspaceCbs/{cbsTemplateCodeId}/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsTemplateCodeId": "[REQUIRED] integer: The user-specified identifier of a workspace cbs that needs to be imported.",
"programId": "[REQUIRED] integer: The user-specified identifier of a program to which the workspace cbs is to be imported."
},
"functionality": "Send a request to this end point to import a workspace cbs to a program. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Reset all Program CBS Template Codes",
"api_call": "DELETE /cbs/resetProgramCBS/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "Send a request to this endpoint to reset all the CBS Template Codes imported into a program.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Integrate a CBS with an External Data Source",
"api_call": "POST /cbs/project/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a CBS. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Batch Integrate CBSs with an External Data Source",
"api_call": "POST /cbs/project/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any CBS sheet codes sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more integrated CBSs. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Update a Project CBS Code by CBS ",
"api_call": "PUT /cbs/project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project CBS code. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents. <br/> Update Key : 'cbsSheetCodeId'",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS: Update a Workspace CBS Code",
"api_call": "PUT /cbs/workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a workpsace CBS code. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents. <br/> Update Key : 'cbsTemplateCodeId'",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Update a Calendar",
"api_call": "PUT /calendar",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a calendar. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Create a Calendar",
"api_call": "POST /calendar",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a calendar. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Batch Update Calendars",
"api_call": "PUT /calendar/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more calendars. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Batch Create Calendars",
"api_call": "POST /calendar/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more calendars. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Batch Delete Calendars",
"api_call": "DELETE /calendar/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more calendars. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View a Calendar",
"api_call": "GET /calendar/{calendarId}",
"api_version": "2024.01.29",
"api_arguments": {
"calendarId": "[REQUIRED] integer: The system-generated identifier of a calendar."
},
"functionality": "This endpoint returns calendars that meet the following requirements: <ul> <li>The object is associated with a calendar with an ID value that matches the value of the {calendarId} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Delete a Calendar",
"api_call": "DELETE /calendar/{calendarId}",
"api_version": "2024.01.29",
"api_arguments": {
"calendarId": "[REQUIRED] integer: The system-generated identifier of a calendar."
},
"functionality": "Send a request to this endpoint to delete a calendar. The application object with an ID value that matches the value of the {calendarId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Calendars by Code",
"api_call": "GET /calendar/code/{calendarCode}",
"api_version": "2024.01.29",
"api_arguments": {
"calendarCode": "[REQUIRED] string: The user-specified identifier of a calendar.",
"calendarType": "[REQUIRED] string: Type of Calendar - Workspace or Project.<br>This is a required field."
},
"functionality": "This endpoint returns calendars that meet the following requirements: <ul> <li>The object has a code that matches the value of the {calendarCode} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View a Calendar by Code and Workspace ID",
"api_call": "GET /calendar/workspace/{workspaceId}/code/{calendarCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"calendarCode": "[REQUIRED] string: The user-specified identifier of a calendar."
},
"functionality": "This endpoint returns calendars that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The object has a code that matches the value of the {calendarCode} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Calendar Exceptions",
"api_call": "GET /calendar/exception/{calendarId}",
"api_version": "2024.01.29",
"api_arguments": {
"calendarId": "[REQUIRED] integer: The system-generated identifier of a calendar exception."
},
"functionality": "This endpoint returns calendar exceptions that meet the following requirements: <ul> <li>The object is associated with a calendar with an ID value that matches the value of the {calendarId} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View all Workspace Calendars by Parent",
"api_call": "GET /calendar/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the calendars have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all workspace level calendars under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View a Workspace Calendar by Code and Parent Code",
"api_call": "GET /calendar/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the calendar to be found.<br>This is a required field.",
"calendarCode": "[REQUIRED] string: Calendar code of the calendar to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a workspace level calendar with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Calendars by Project and Workspace Code",
"api_call": "GET /calendar/project/code",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the calendar to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project specific calendars under a project identified by the provided codes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Calendars by Project",
"api_call": "GET /calendar/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to get all the project specific calendars under the provided projectId.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Calendars by Workspace",
"api_call": "GET /calendar/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns calendars that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: View Default Workspace Calendar",
"api_call": "GET /calendar/defaultCalendar/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns workspace default calendars that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> Calendars define the workdays, work hours, holidays, and exceptions available to projects, resources, and roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Promote Project Calendars To Workspace",
"api_call": "PUT /calendar/promote",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to promote the project calendars provided in the payload to their immediate workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar: Batch Sync Calendars",
"api_call": "POST /calendar/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any calendar sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more calendars.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar Exception: Delete a Calendar Exception",
"api_call": "DELETE /calendarExceptions/{calendarExceptionId}",
"api_version": "2024.01.29",
"api_arguments": {
"calendarExceptionId": "[REQUIRED] integer: The system-generated identifier of a calendar exception."
},
"functionality": "Send a request to this endpoint to delete a calendar exception. The application object with an ID value that matches the value of the {calendarExceptionId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Calendar Exception: Batch Delete Calendar Exceptions",
"api_call": "DELETE /calendarExceptions/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more calendar exceptions. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Assign Permission Profiles To User",
"api_call": "POST /portfolio/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail to successfully complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Update a Portfolio",
"api_call": "PUT /portfolio",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a portfolio. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Create a Portfolio",
"api_call": "POST /portfolio",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a portfolio. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Batch Update Portfolios",
"api_call": "PUT /portfolio/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more portfolios. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Batch Create Portfolios",
"api_call": "POST /portfolio/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more portfolios. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Batch Delete Portfolios",
"api_call": "DELETE /portfolio/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more portfolios. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Delete a Portfolio ",
"api_call": "DELETE /portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioId": "[REQUIRED] integer: The unique identifier of a portfolio."
},
"functionality": "Send a request to this endpoint to delete a portfolio. The application object with an ID value that matches the value of the {capitalPortfolioId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View a Portfolio",
"api_call": "GET /portfolio/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The unique identifier of a portfolio."
},
"functionality": "This endpoint returns portfolios that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {portfolioId} path parameter.</li> </ul> Portfolios are collections of projects or other portfolios that enable you to plan resource and budget allocations across the collection.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View all Portfolios by Name",
"api_call": "GET /portfolio/name/{name}",
"api_version": "2024.01.29",
"api_arguments": {
"name": "[REQUIRED] string: The name of a portfolio."
},
"functionality": "This endpoint returns portfolios that meet the following requirements: <ul> <li>The object has a name that matches the value of the {name} path parameter.</li> </ul> Portfolios are collections of projects or other portfolios that enable you to plan resource and budget allocations across the collection.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View a Portfolio by Name and Workspace ",
"api_call": "GET /portfolio/workspaceId/{workspaceId}/name/{name}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The unique identifier of a workspace.",
"name": "[REQUIRED] string: The name of a portfolio."
},
"functionality": "This endpoint returns portfolios that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The object has a name that matches the value of the {name} path parameter.</li> </ul> Portfolios are collections of projects or other portfolios that enable you to plan resource and budget allocations across the collection.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View Portfolios by Workspace",
"api_call": "GET /portfolio/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The unique identifier of a workspace."
},
"functionality": "This endpoint returns portfolios that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> Portfolios are collections of projects or other portfolios that enable you to plan resource and budget allocations across the collection.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View a Portfolio Image",
"api_call": "GET /portfolio/image/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns portfolio images that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {portfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: View User Permission Sets for Portfolio",
"api_call": "GET /portfolio/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The unique identifier of a portfolio.<br>This is a required field.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"workspaceCode": "string: The user-specified identifier of a workspace.",
"name": "string: The name of a portfolio."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Refresh a Portfolio",
"api_call": "GET /portfolio/refresh/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The unique identifier of a portfolio."
},
"functionality": "Send a request to this endpoint to refresh a portfolio. Refresh portfolios to ensure their contents contain up to date data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio: Batch Sync Portfolios",
"api_call": "POST /portfolio/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any portfolio sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more portfolios.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Capital Portfolio Member: Create a Capital Portfolio Member",
"api_call": "POST /capitalPortfolioMember",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a capital portfolio member. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Capital Portfolio Member: Batch Create Capital Portfolio Members",
"api_call": "POST /capitalPortfolioMember/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more capital portfolio members. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Capital Portfolio Member: View a Capital Portfolio Member",
"api_call": "GET /capitalPortfolioMember/{capitalPortfolioMemberId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioMemberId": "[REQUIRED] integer: The system-generated identifier of a capital portfolio member."
},
"functionality": "This endpoint returns capital portfolio member that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {capitalPortfolioMemberId} path parameter.</li> </ul> Capital portfolio members are references to projects or portfolios contained in a capital portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Capital Portfolio Member: View all Capital Portfolio Members by Portfolio ID",
"api_call": "GET /capitalPortfolioMember/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a capital portfolio."
},
"functionality": "This endpoint returns capital portfolio member that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul> Capital portfolio members are references to projects or portfolios contained in a capital portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Capital Portfolio Member: View all Capital Portfolio Members by Parent",
"api_call": "GET /capitalPortfolioMember/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"capitalPortfolioName": "[REQUIRED] string: The name of a capital portfolio.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all capital portfolio members under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Update a Change Order SOV (Deprecated since 20.6)",
"api_call": "PUT /changeOrderSOV",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change order SOV. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Create a Change Order SOV (Deprecated since 20.6)",
"api_call": "POST /changeOrderSOV",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change order SOV. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Batch Updated Change Order SOVs (Deprecated since 20.6)",
"api_call": "PUT /changeOrderSOV/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change order SOVs. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Batch Create Change Order SOVs (Deprecated since 20.6)",
"api_call": "POST /changeOrderSOV/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change order SOVs. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Batch Delete Change Order SOVs (Deprecated since 20.6)",
"api_call": "DELETE /changeOrderSOV/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change order SOVs. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): View a Change Order SOV (Deprecated since 20.6)",
"api_call": "GET /changeOrderSOV/{changeOrderSOVId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderSOVId": "[REQUIRED] integer: The system-generated identifier of a change order schedule of values."
},
"functionality": "This endpoint returns change order SOVs that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeOrderSOVId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): Delete a Change Order SOV (Deprecated since 20.6)",
"api_call": "DELETE /changeOrderSOV/{changeOrderSOVId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderSOVId": "[REQUIRED] integer: The system-generated identifier of a change order schedule of values."
},
"functionality": "Send a request to this endpoint to delete a change order SOV. The application object with an ID value that matches the value of the {changeOrderSOVId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): View a Change Order SOV by Parent (Deprecated since 20.6)",
"api_call": "GET /changeOrderSOV/workspace/{workspaceCode}/project/{projectCode}/changeOrder/{changeOrderCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/lineItem/{lineItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"changeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.",
"lineItemCode": "[REQUIRED] string: The user-specified identifier of a line item."
},
"functionality": "This endpoint returns change order SOVs that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderLineItemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order SOV (Deprecated since 20.6): View a Change Order SOV by Parent and Code (Deprecated since 20.6)",
"api_call": "GET /changeOrderSOV/workspace/{workspaceCode}/project/{projectCode}/changeOrder/{changeOrderCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/lineItem/{lineItemCode}/code/{changeOrderSOVCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"changeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"lineItemCode": "[REQUIRED] string: The user-specified identifier of a line item.",
"changeOrderSOVCode": "[REQUIRED] string: The user-specified identifier of a change order schedule of values.",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement."
},
"functionality": "This endpoint returns change order SOVs that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderLineItemCode} path parameter.</li> ${change_order_sov_code} </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Update a Change Request ",
"api_call": "PUT /changeRequest",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change request. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Create a Change Request",
"api_call": "POST /changeRequest",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change request. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Batch Update Change Requests",
"api_call": "PUT /changeRequest/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change requests. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Batch Create Change Requests",
"api_call": "POST /changeRequest/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change requests. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Batch Delete Change Requests",
"api_call": "DELETE /changeRequest/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change requests. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: View a Change Request ",
"api_call": "GET /changeRequest/{changeRequestId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeRequestId": "[REQUIRED] integer: The system-generated identifier of a change request."
},
"functionality": "This endpoint returns change requests that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeRequestId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Delete a Change Request ",
"api_call": "DELETE /changeRequest/{changeRequestId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeRequestId": "[REQUIRED] integer: The system-generated identifier of a change request."
},
"functionality": "Send a request to this endpoint to delete a change request. The application object with an ID value that matches the value of the {changeRequestId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: View All Change Requests by Parent",
"api_call": "GET /changeRequest/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all change requests under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: View a Change Request by Code",
"api_call": "GET /changeRequest/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"changeRequestCode": "[REQUIRED] string: The user-specified identifier of a change request.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a change request with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Request: Batch Sync Change Requests ",
"api_call": "POST /changeRequest/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any change request record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more change requests.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View Code Types by Associated Object ",
"api_call": "GET /codeType",
"api_version": "2024.01.29",
"api_arguments": {
"type": "[REQUIRED] string: Code EntityType to get Code Types<br>This is a required field."
},
"functionality": "This endpoint returns code types that meet the following requirements: <ul> <li>The object is associated with one or more object types that match the value of the {type} query parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Update a Code Type ",
"api_call": "PUT /codeType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a code type. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Create a Code Type",
"api_call": "POST /codeType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a code type. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Batch Update Code Types",
"api_call": "PUT /codeType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more code types. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Batch Create Code Types",
"api_call": "POST /codeType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more code types. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Batch Delete Code Types",
"api_call": "DELETE /codeType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more code types. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View a Code Type",
"api_call": "GET /codeType/{codeTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: ID of the Code Type to be loaded."
},
"functionality": "This endpoint returns code types that meet the following requirements: <ul> <li>The object is associated with a code type with an ID value that matches the value of the {codeTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Delete a Code Type ",
"api_call": "DELETE /codeType/{codeTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: ID of the Code Type to be deleted"
},
"functionality": "Send a request to this endpoint to delete a code type. The application object with an ID value that matches the value of the {codeTypeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Delete Code Type Assignments",
"api_call": "DELETE /codeType/{codeTypeId}/assignments",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type."
},
"functionality": "Send a request to this endpoint to delete code type assignments. The assignments provided in the body will be deleted from the code type object with an ID value that matches the value of the {codeTypeId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View Code Types by Workspace Code",
"api_call": "GET /codeType/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: workspace code under which all the code types have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all code types under a workspace with code matching the code field in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View a Code Type by Code",
"api_call": "GET /codeType/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: workspace code of the code type to be found.<br>This is a required field.",
"codeTypeCode": "[REQUIRED] string: The user specified Identifier of the code type to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a code type with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View Code Types by Project and Workspace",
"api_call": "GET /codeType/project",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: Project code of the project to be found.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: workspace code of the code type to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all code types under a project with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View Code Types by Project",
"api_call": "GET /codeType/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns code types that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: View Code Types by Workspace ",
"api_call": "GET /codeType/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns code types that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspace} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Promote Project Code Types To Workspace",
"api_call": "PUT /codeType/promote",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to promote the project code types provided in the payload to their immediate workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Type: Batch Sync Code Types",
"api_call": "POST /codeType/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any code type sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more code types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Update a Code Value ",
"api_call": "PUT /codeValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a code value. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Create a Code Value",
"api_call": "POST /codeValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a code value. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Batch Update Code Values ",
"api_call": "PUT /codeValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more code values. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Batch Create Code Values",
"api_call": "POST /codeValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more code values. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Batch Delete Code Values ",
"api_call": "DELETE /codeValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more code values. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View a Code Value ",
"api_call": "GET /codeValue/{codeValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueId": "[REQUIRED] integer: ID of the Code Value to be loaded."
},
"functionality": "This endpoint returns code values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {codeValueId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Delete a Code Value",
"api_call": "DELETE /codeValue/{codeValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueId": "[REQUIRED] integer: ID of the Code Value to be deleted"
},
"functionality": "Send a request to this endpoint to delete a code value. The application object with an ID value that matches the value of the {codeValueId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Delete Code Value Assignments from an Object",
"api_call": "DELETE /codeValue/objectType/{codeValueObjectType}",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueObjectType": "[REQUIRED] string: The name of an object from which the code value assignments needs to be deleted. <br>Allowed Values: [ \"SCOPE_ITEM\", \"PROJECT\", \"SCOPE_ASSIGNMENT\", \"WBS\", \"WORK_PACKAGE\", \"ACTIVITY\", \"RESOURCE\", \"CONTRACT\", \"RISK\", \"COMMITMENT\", \"TASKS\", \"STRATEGY\", \"FUND\", \"SUBMITTAL\", \"IDEA\", \"RFI\", \"CUSTOM_LOG_ITEM\" ]"
},
"functionality": "Send a request to this endpoint to delete one or more code value assignments from a given object. The object ID from which the code value assignments needs to be deleted should be given as a path parameter and the assignment IDs should be given as a body parameter. For example, an array of projectCodeValueId(s) should be given in the body with projectId in path for project object.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View Code Values by Code Type ",
"api_call": "GET /codeValue/codeType/{codeTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type."
},
"functionality": "This endpoint returns code values that meet the following requirements: <ul> <li>The object is associated with a code type with an ID value that matches the value of the {codeTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View Code Values by Code Type and Code",
"api_call": "GET /codeValue/code/{codeValueCode}/codeType/{codeTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns code values that meet the following requirements: <ul> <li>The object has a code that matches the value of the {codeValueCode} path parameter.</li> <li>The object is associated with a code type with an ID value that matches the value of the {codeTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View Code Values by Code Type Name",
"api_call": "GET /codeValue/codeType/name/{codeTypeName}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeName": "[REQUIRED] string: The name of a code type."
},
"functionality": "This endpoint returns code values that meet the following requirements: <ul> <li>The object is associated with a code type with a name value that matches the value of the {codeTypeName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View Code Values by Project, Workspace and CodeType",
"api_call": "GET /codeValue/projectCodeTypes",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"codeTypeCode": "[REQUIRED] string: The user-specified identifier of a code type.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the project to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all code values under a code type with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View All Code Values by Parent",
"api_call": "GET /codeValue/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"codeTypeCode": "[REQUIRED] string: The user-specified identifier of a code type.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all code values under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View All Child Code Values in a Code Value Hierarchy ",
"api_call": "GET /codeValue/{codeValueId}/childrenHierarchy",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueId": "[REQUIRED] integer: The system-generated identifier of a code value."
},
"functionality": "This endpoint returns all children in code value hierarchies that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {codeValueId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: View All Code Values by Code",
"api_call": "GET /codeValue/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"codeTypeCode": "[REQUIRED] string: The user-specified identifier of a code type.<br>This is a required field.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all code values with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Code Value: Batch Sync Code Values",
"api_call": "POST /codeValue/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any code value sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more code values.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Update a Commitment (Deprecated since 20.6)",
"api_call": "PUT /commitment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a commitment. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Create a Commitment (Deprecated since 20.6)",
"api_call": "POST /commitment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a commitment. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Batch Update Commitments (Deprecated since 20.6)",
"api_call": "PUT /commitment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more commitments. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Batch Create Commitments (Deprecated since 20.6)",
"api_call": "POST /commitment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more commitments. An application object will be created for each JSON object provided in the request body. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Batch Delete Commitments (Deprecated since 20.6)",
"api_call": "DELETE /commitment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more commitments. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View a Commitment (Deprecated since 20.6)",
"api_call": "GET /commitment/{commitmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentId": "[REQUIRED] integer: The system-generated identifier of a commitment."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object belongs to a commitment with an ID value that matches the value of the {commitmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Delete a Commitment (Deprecated since 20.6)",
"api_call": "DELETE /commitment/{commitmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentId": "[REQUIRED] integer: The system-generated identifier of a commitment."
},
"functionality": "Send a request to this endpoint to delete a commitment. The application object with an ID value that matches the value of the {commitmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View all Commitments by Code (Deprecated since 20.6)",
"api_call": "GET /commitment/code/{commitmentCode}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentCode": "[REQUIRED] string: The user-specified identifier of a commitment."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object has a code that matches the value of the {commitmentCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View a Commitment by Code and Project (Deprecated since 20.6)",
"api_call": "GET /commitment/project/{projectId}/code/{commitmentCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"commitmentCode": "[REQUIRED] string: The user-specified identifier of a commitment."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object has a code that matches the value of the {commitmentCode} path parameter.</li> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View Integrated Commitments (Deprecated since 20.6)",
"api_call": "GET /commitment/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated commitment objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View all Commitments by Parent (Deprecated since 20.6)",
"api_call": "GET /commitment/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the commitments have to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code under which all the commitments have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all commitments under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View a Commitment by Code and Parent Codes (Deprecated since 20.6)",
"api_call": "GET /commitment/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"commitmentCode": "[REQUIRED] string: The user-specified identifier of a commitment.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a commitment with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): View Commitments by Project (Deprecated since 20.6)",
"api_call": "GET /commitment/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Integrate a Commitment with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /commitment/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a commitment. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment (Deprecated since 20.6): Batch Integrate Commitments with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /commitment/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated commitments. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Update a Commitment Line Item (Deprecated since 20.6)",
"api_call": "PUT /commitmentLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a commitment Line Item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Create a Commitment Line Item (Deprecated since 20.6)",
"api_call": "POST /commitmentLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a commitment Line Item. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Batch Update Commitment Line Items (Deprecated since 20.6)",
"api_call": "PUT /commitmentLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more commitment Line Items. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Batch Create Commitment Line Items (Deprecated since 20.6)",
"api_call": "POST /commitmentLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more commitment Line Items. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Batch Delete Commitment Line Items (Deprecated since 20.6)",
"api_call": "DELETE /commitmentLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more commitment Line Items. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): View a Commitment Line Item (Deprecated since 20.6)",
"api_call": "GET /commitmentLineItem/{commitmentLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {commitmentLineItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Delete a Commitment Line Item (Deprecated since 20.6)",
"api_call": "DELETE /commitmentLineItem/{commitmentLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "Send a request to this endpoint to delete a commitment Line Item. The application object with an ID value that matches the value of the {commitmentLineItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): View a Commitment Line Item by Commitment Line Item Code (Deprecated since 20.6)",
"api_call": "GET /commitmentLineItem/code/{itemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"itemCode": "[REQUIRED] string: The user-specified identifier of a line item."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): View a Commitment Line Item by Commitment Line Item Code and Commitment (Deprecated since 20.6)",
"api_call": "GET /commitmentLineItem/commitment/{commitmentId}/code/{itemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentId": "[REQUIRED] integer: The system-generated identifier of a commitment.",
"itemCode": "[REQUIRED] string: The user-specified identifier of a line item."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object belongs to a commitment with an ID value that matches the value of the {commitmentId} path parameter.</li> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): View Commitment Line Items by Commitment (Deprecated since 20.6)",
"api_call": "GET /commitmentLineItem/commitment/{commitmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"commitmentId": "[REQUIRED] integer: The system-generated identifier of a commitment."
},
"functionality": "This endpoint returns commitments that meet the following requirements: <ul> <li>The object belongs to a commitment with an ID value that matches the value of the {commitmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): View Integrated Commitment Line Items (Deprecated since 20.6)",
"api_call": "GET /commitmentLineItem/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated commitment line item objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Integrate a Commitment Line Item with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /commitmentLineItem/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a commitment line item. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Commitment Line Item (Deprecated since 20.6): Batch Integrate Commitment Line Items with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /commitmentLineItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated commitment line items. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: View a Company",
"api_call": "GET /company/{companyId}",
"api_version": "2024.01.29",
"api_arguments": {
"companyId": "[REQUIRED] integer: The system-generated identifier of a company."
},
"functionality": "This endpoint returns companies that meet the following requirements: <ul> <li>The object is associated with a company with an ID value that matches the value of the {companyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: Delete a Company",
"api_call": "DELETE /company/{companyId}",
"api_version": "2024.01.29",
"api_arguments": {
"companyId": "[REQUIRED] integer: The system-generated identifier of a company."
},
"functionality": "Send a request to this endpoint to delete a company. The application object with an ID value that matches the value of the {companyId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: View all Companies",
"api_call": "GET /company/list",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all companies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: View a Company by Name",
"api_call": "GET /company/name/{companyName}",
"api_version": "2024.01.29",
"api_arguments": {
"companyName": "[REQUIRED] string: The name of a company."
},
"functionality": "This endpoint returns companies that meet the following requirements: <ul> <li>The object has a name that matches the value of the {companyName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: View Integrated Companies",
"api_call": "GET /company/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated company objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: View Companies by Tenant Owner",
"api_call": "GET /company/tenantOwner",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to view all companies under a tenant.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: Integrate a Company with an External Data Source",
"api_call": "POST /company/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a company. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Company: Batch Integrate Companies with an External Data Source",
"api_call": "POST /company/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated companies. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: Update a Configured Field",
"api_call": "PUT /configuredField",
"api_version": "2024.01.29",
"api_arguments": {
"inheritedWorkspaceId": "integer: The ID of the workspace where the configured field locale label change is needed. This is an optional parameter. <br /> This is not applicable for PROGRAM, IDEA, STRATEGY and DOCUMENT object types."
},
"functionality": "Send a request to this endpoint to update a configured field.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: Create a Configured Field",
"api_call": "POST /configuredField",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a configured field.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: Batch Delete Configured Fields",
"api_call": "DELETE /configuredField/batch",
"api_version": "2024.01.29",
"api_arguments": {
"objectType": "string: This is a required field for PROGRAM, IDEA, STRATEGY and DOCUMENT object types and optional for other object types."
},
"functionality": "Send a request to this endpoint to delete multiple configured fields.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View a Configured Field",
"api_call": "GET /configuredField/{columnDefinitionId}",
"api_version": "2024.01.29",
"api_arguments": {
"columnDefinitionId": "[REQUIRED] integer: The system-generated identifier of a configured field.",
"objectType": "string: This is a required field for PROGRAM, IDEA, STRATEGY and DOCUMENT object types and optional for other object types."
},
"functionality": "This endpoint returns configured fields that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {columnDefinitionId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: Delete a Configured Field",
"api_call": "DELETE /configuredField/{columnDefinitionId}",
"api_version": "2024.01.29",
"api_arguments": {
"columnDefinitionId": "[REQUIRED] integer: The system-generated identifier of a configured field.",
"objectType": "string: This is a required field for PROGRAM, IDEA, STRATEGY and DOCUMENT object types and optional for other object types."
},
"functionality": "Send a request to this endpoint to delete a configured field.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View all Configured Fields under a Workspace",
"api_call": "GET /configuredField/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"hierarchy": "boolean: The query flag to retrieve all owned and inherited configured fields(ex: hierarchy=true). "
},
"functionality": "This endpoint returns configured fields that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> File, Program, Idea and Strategy fields cannot be fetched from this URL, please use the respective provided URLs instead.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View File Configured Fields under a Workspace",
"api_call": "GET /configuredField/document/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns file configured fields that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The configured fields are owned by this workspace or inherited from its parent workspace. </li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View Idea Configured Fields under a Workspace",
"api_call": "GET /configuredField/idea/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns idea configured fields that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The configured fields are owned by this workspace or inherited from its parent workspace. </li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View Program Configured Fields under a Workspace",
"api_call": "GET /configuredField/program/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns program configured fields that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The configured fields are owned by this workspace or inherited from its parent workspace. </li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: View Strategy Configured Fields under a Workspace",
"api_call": "GET /configuredField/strategy/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns strategy configured fields that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The configured fields are owned by this workspace or inherited from its parent workspace. </li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Configured Fields: Assign or Promote a Configured Field",
"api_call": "POST /configuredField/replicateObjectInWorkspaces/configuredField/{columnDefinitionId}/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"columnDefinitionId": "[REQUIRED] integer: The system-generated identifier of a configured field.",
"workspaceId": "[REQUIRED] integer: The system-generated identifier for the new owning workspace of the configured field.",
"objectType": "string: This is a required field for PROGRAM, IDEA, STRATEGY and DOCUMENT object types."
},
"functionality": "Send a request to this endpoint to assign or promote a configured field.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Update a Constraint",
"api_call": "PUT /constraint",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a constraint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Create a Constraint",
"api_call": "POST /constraint",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a constraint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Batch Update Constraints ",
"api_call": "PUT /constraint/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more constraints.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Batch Create Constraints",
"api_call": "POST /constraint/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more constraints. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Batch Delete Constraints ",
"api_call": "DELETE /constraint/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more constraints.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: View a Constraint ",
"api_call": "GET /constraint/{constraintId}",
"api_version": "2024.01.29",
"api_arguments": {
"constraintId": "[REQUIRED] integer: The system-generated identifier of a constraint."
},
"functionality": "This endpoint returns constraints that meet the following requirements: <ul> <li>The object is associated with a task with an ID value that matches the value of the {workManagerTaskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Delete a Constraint ",
"api_call": "DELETE /constraint/{constraintId}",
"api_version": "2024.01.29",
"api_arguments": {
"constraintId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "Send a request to this endpoint to delete a constraint. The application object with an ID value that matches the value of the {constraintId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: View all Constraints by Code",
"api_call": "GET /constraint/code/{constraintCode}",
"api_version": "2024.01.29",
"api_arguments": {
"constraintCode": "[REQUIRED] string: The user-specified identifier of a constraint."
},
"functionality": "This endpoint returns constraints that meet the following requirements: <ul> ${constraintCode} </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: View a Constraint by Workspace and Project Code",
"api_call": "GET /constraint/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project."
},
"functionality": "This endpoint returns constraints that meet the following requirements: <ul> ${projectCode} ${workspaceCode} </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: View all Constraints by Project",
"api_call": "GET /constraint/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns constraints that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: View all Constraints by Work Manager Task",
"api_call": "GET /constraint/workManagerTask/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "This endpoint returns constraints that meet the following requirements: <ul> <li>The object is associated with a work manager task with an ID value that matches the value of the {workManagerTaskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Constraint: Batch Sync Constraints",
"api_call": "POST /constraint/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any constraint record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more constraints.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Update a Contract (Deprecated since 20.6)",
"api_call": "PUT /contract",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a contract. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Create a Contract (Deprecated since 20.6)",
"api_call": "POST /contract",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a contract. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Batch Update Contracts (Deprecated since 20.6)",
"api_call": "PUT /contract/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more contracts. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Batch Create Contracts (Deprecated since 20.6)",
"api_call": "POST /contract/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more contracts. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Batch Delete Contracts (Deprecated since 20.6)",
"api_call": "DELETE /contract/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more contracts. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): View a Contract (Deprecated since 20.6)",
"api_call": "GET /contract/{contractId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractId": "[REQUIRED] integer: The system-generated identifier of a contract."
},
"functionality": "This endpoint returns contracts that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {contractId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): Delete a Contract (Deprecated since 20.6)",
"api_call": "DELETE /contract/{contractId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractId": "[REQUIRED] integer: The system-generated identifier of a contract."
},
"functionality": "Send a request to this endpoint to delete a contract. The application object with an ID value that matches the value of the {contractId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): View a Contract by Code (Deprecated since 20.6)",
"api_call": "GET /contract/code/{itemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"itemCode": "[REQUIRED] string: The user-specified identifier of a contract."
},
"functionality": "This endpoint returns contracts that meet the following requirements: <ul> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): View Contract Status Transition History (Deprecated since 20.6)",
"api_call": "GET /contract/{itemCode}/project/{projectId}/history",
"api_version": "2024.01.29",
"api_arguments": {
"itemCode": "[REQUIRED] string: The user-specified identifier of a contract.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns contract status transition histories that meet the following requirements: <ul> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract (Deprecated since 20.6): View Contracts by Project (Deprecated since 20.6)",
"api_call": "GET /contract/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns contracts that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Update a Contract Line Item (Deprecated since 20.6)",
"api_call": "PUT /contractLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a contract line item. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Create a Contract Line Item (Deprecated since 20.6)",
"api_call": "POST /contractLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a contract line item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Batch Update Contract Line Items (Deprecated since 20.6)",
"api_call": "PUT /contractLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more contract line items. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Batch Create Contract Line Items (Deprecated since 20.6)",
"api_call": "POST /contractLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more contract line items. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Batch Delete Contract Line Items (Deprecated since 20.6)",
"api_call": "DELETE /contractLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more contract line items. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): View a Contract Line Item (Deprecated since 20.6)",
"api_call": "GET /contractLineItem/{contractLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "This endpoint returns contract line items that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {lineItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Delete a Contract Line Item (Deprecated since 20.6)",
"api_call": "DELETE /contractLineItem/{contractLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "Send a request to this endpoint to delete a contract line item. The application object with an ID value that matches the value of the {contractLineItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): View a Contract Line Item by Contract (Deprecated since 20.6)",
"api_call": "GET /contractLineItem/contract/{contractId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractId": "[REQUIRED] integer: The system-generated identifier of a contract."
},
"functionality": "This endpoint returns contract line items that meet the following requirements: <ul> <li>The object is associated with a contract with an ID value that matches the value of the {contractId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): Delete Contract Line Items by Contract (Deprecated since 20.6)",
"api_call": "DELETE /contractLineItem/contract/{contractId}",
"api_version": "2024.01.29",
"api_arguments": {
"contractId": "[REQUIRED] integer: The system-generated identifier of a contract."
},
"functionality": "Send a request to this endpoint to delete all contract line items under a contract. The application objects with an parent ID value that matches the value of the {contractId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Contract Line Item (Deprecated since 20.6): View a Contract Line Item by Code (Deprecated since 20.6)",
"api_call": "GET /contractLineItem/code/{itemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"itemCode": "[REQUIRED] string: The user-specified identifier of a line item."
},
"functionality": "This endpoint returns contract line items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View Cost Categories by Cost Category Type",
"api_call": "GET /costCategory",
"api_version": "2024.01.29",
"api_arguments": {
"type": "[REQUIRED] string: CostCategoryType to get Cost categories.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to get cost categories of the type mentioned in the query parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Update a Cost Category ",
"api_call": "PUT /costCategory",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a cost category. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Create a Cost Category",
"api_call": "POST /costCategory",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a cost category. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Batch Update Cost Categories ",
"api_call": "PUT /costCategory/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more cost categories. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Batch Create Cost Categories",
"api_call": "POST /costCategory/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more cost categories. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Batch Delete Cost Categories",
"api_call": "DELETE /costCategory/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more cost categories. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View a Cost Category ",
"api_call": "GET /costCategory/{costCategoryId}",
"api_version": "2024.01.29",
"api_arguments": {
"costCategoryId": "[REQUIRED] integer: ID of Cost Category to be found."
},
"functionality": "This endpoint returns a cost category. that meet the following requirements: <ul> <li>The object is associated with a cost category with an ID value that matches the value of the {costCategoryId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Delete a Cost Category ",
"api_call": "DELETE /costCategory/{costCategoryId}",
"api_version": "2024.01.29",
"api_arguments": {
"costCategoryId": "[REQUIRED] integer: ID of Cost Category to be deleted."
},
"functionality": "Send a request to this endpoint to delete a cost category. The application object with an ID value that matches the value of the {costCategoryId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View a Cost Category by Name",
"api_call": "GET /costCategory/name/{costCategoryName}",
"api_version": "2024.01.29",
"api_arguments": {
"costCategoryName": "[REQUIRED] string: Name of Cost Category to be found."
},
"functionality": "This endpoint returns a cost category. that meet the following requirements: <ul> <li>The object has a name that matches the value of the {costCategoryName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View a Cost Category by Name and Workspace",
"api_call": "GET /costCategory/workspace/{workspaceId}/name/{costCategoryName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated unique identifier of a workspace.",
"costCategoryName": "[REQUIRED] string: Name of Cost Category to be found."
},
"functionality": "This endpoint returns cost categories that meet the following requirements: <ul> <li>The object has a name that matches the value of the {costCategoryName} path parameter.</li> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View Cost Category Rows by Cost Category Name and Project",
"api_call": "GET /costCategory/categoryRow/costCategory/{costCategoryName}/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"costCategoryName": "[REQUIRED] string: The name of a cost category.",
"projectId": "[REQUIRED] integer: Project Id for which cost category row has to be found."
},
"functionality": "This endpoint returns cost category rows that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View a Cost Category Row",
"api_call": "GET /costCategory/categoryRow/costCategory/{costCategoryId}",
"api_version": "2024.01.29",
"api_arguments": {
"costCategoryId": "[REQUIRED] integer: The system-generated unique identifier of a cost category."
},
"functionality": "This endpoint returns cost categories that meet the following requirements: <ul> <li>The object is associated with a cost category with an ID value that matches the value of the {costCategoryId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View Cost Category Rows by CBS Sheet Code",
"api_call": "GET /costCategory/categoryRow/sheetCode/{cbsSheetCodeId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsSheetCodeId": "[REQUIRED] integer: The system-generated unique identifier of a CBS sheet code."
},
"functionality": "This endpoint returns cost category rows that meet the following requirements: <ul> <li>The object has a cbs sheet code with a value that matches the value of the {cbsSheetCodeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View a Cost Category Row by Cost Sheet ",
"api_call": "GET /costCategory/categoryRow/costSheet/{costSheetId}",
"api_version": "2024.01.29",
"api_arguments": {
"costSheetId": "[REQUIRED] integer: The system-generated unique identifier of a cost sheet."
},
"functionality": "This endpoint returns a cost category row that belongs to a cost sheet with an ID value that matches the value of the {costSheetId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: View Cost Categories by Workspace ",
"api_call": "GET /costCategory/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns cost categories that belong to a workspace with an ID value that matches the value of the {workspaceId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Cost Category: Batch Sync Cost Categories",
"api_call": "POST /costCategory/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any cost category sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more cost categories.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: Update a Currency",
"api_call": "PUT /currency",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a currency. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: Create a Currency",
"api_call": "POST /currency",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a currency. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: View a Currency",
"api_call": "GET /currency/{currencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"currencyId": "[REQUIRED] integer: ID of the currency to be found."
},
"functionality": "This endpoint returns currencies that meet the following requirements: <ul> <li>The object is associated with a currency with an ID value that matches the value of the {currencyId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: Delete a Currency",
"api_call": "DELETE /currency/{currencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"currencyId": "[REQUIRED] integer: ID of the currency to be deleted."
},
"functionality": "Send a request to this endpoint to delete a currency. The application object with an ID value that matches the value of the {currencyId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: View a Currency by Code",
"api_call": "GET /currency/code/{currencyCode}",
"api_version": "2024.01.29",
"api_arguments": {
"currencyCode": "[REQUIRED] string: The user-specified identifier of a currency."
},
"functionality": "This endpoint returns currencies that meet the following requirements: <ul> <li>The object has a code that matches the value of the {currencyCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: View a Currency by Name",
"api_call": "GET /currency/name/{currencyName}",
"api_version": "2024.01.29",
"api_arguments": {
"currencyName": "[REQUIRED] string: Name of the currency to be found."
},
"functionality": "This endpoint returns a currency that meet the following requirements: <ul> <li>The object has a name that matches the value of the {currencyName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: View a Currency Seed",
"api_call": "GET /currency/currencySeed",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns currency seed data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Currency: View Currencies by Workspace",
"api_call": "GET /currency/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: Id of Currency to be found"
},
"functionality": "This endpoint returns currencies that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Update a Curve",
"api_call": "PUT /curve",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a curve. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Create a Curve",
"api_call": "POST /curve",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a curve. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Batch Update Curves",
"api_call": "PUT /curve/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more curves. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Batch Create Curves",
"api_call": "POST /curve/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more curves. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Batch Delete Curves",
"api_call": "DELETE /curve/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more curves. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: View a Curve",
"api_call": "GET /curve/{curveId}",
"api_version": "2024.01.29",
"api_arguments": {
"curveId": "[REQUIRED] integer: ID of the curve that has to be found."
},
"functionality": "This endpoint returns a curve that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {curveId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Delete a Curve",
"api_call": "DELETE /curve/{curveId}",
"api_version": "2024.01.29",
"api_arguments": {
"curveId": "[REQUIRED] integer: ID of the curve that has to be deleted."
},
"functionality": "Send a request to this endpoint to delete a curve. The application object with an ID value that matches the value of the {curveId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: View a Curve by Name",
"api_call": "GET /curve/name/{curveName}",
"api_version": "2024.01.29",
"api_arguments": {
"curveName": "[REQUIRED] string: Name of the curve that has to be found."
},
"functionality": "This endpoint returns a curve that meet the following requirements: <ul> <li>The object has a code that matches the value of the {curveName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: View a Curve by Workspace",
"api_call": "GET /curve/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: ID of the workspace for which curve has to be found."
},
"functionality": "This endpoint returns curves that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: View a Curve by Workspace and Name",
"api_call": "GET /curve/workspace/{workspaceId}/name/{curveName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: ID of workspace and name of the curve that has to be found.",
"curveName": "[REQUIRED] string: curveName of curve to be found."
},
"functionality": "This endpoint returns curves that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The object has a code that matches the value of the {curveName} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Curve: Batch Sync Curves",
"api_call": "POST /curve/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any curve sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more curves.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Dictionary: Manage the Shared Data of Dictionary Objects",
"api_call": "POST /dictionary/manageSharedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to the endpoint to assign, unassign, and promote the various dictionary objects to different workspaces. This endpoint will work only for managing the shared data of records that are owned by workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Assign Permission Profiles To User",
"api_call": "POST /document/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Use this endpoint to assign document permission profiles to multiple user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Check in a File",
"api_call": "POST /document/file/{id}/checkin",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"Content-Length": "[REQUIRED] integer: The size of a document in bytes."
},
"functionality": "Send a request to this endpoint to check in a new version of an existing file.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Check out a File",
"api_call": "GET /document/file/{id}/checkout",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"scanStatus": "string: Allowed Values : One or more from [ SCAN_PENDING, SCAN_ERROR, SCAN_INCONCLUSIVE, SCAN_FAILED ] separated by comma. <ul><li>Send this query parameter to checkout the file which has the specified scan status.</li><li>Example : <b>\"scanStatus=SCAN_PENDING,SCAN_ERROR\"</b>. The File will be checked out even if the scan status is <b>SCAN_PENDING</b> or <b>SCAN_ERROR</b> </li></ul>"
},
"functionality": "Send a request to this endpoint to check out a file. A copy of file will also be downloaded after checkout.<ul> <li>To checkout a file which has scan status <b>SCAN_PENDING</b> or <b>SCAN_ERROR</b> or <b>SCAN_INCONCLUSIVE</b> or <b>SCAN_FAILED</b>, send the corresponding scan status or combination of scan statuses (comma separated) in the query parameter.</li><li>A file which has a scan status <b>SCAN_FAILED</b> can be checked out but the file will not be downloaded. </li><li><b>scanStatus</b> query parameter is not required to checkout a file which has scan status <b>SCAN_CLEARED</b> or <b>SCAN_DISABLED</b></li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Copy a Template to a Folder",
"api_call": "POST /document/templateCopy/sourceTemplate/{id}/targetFolder/{folderId}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder template.",
"folderId": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to copy files and folders of a template to another folder with template ID given as a {id} path parameter and the target folder ID given as a {folderId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Update a Folder",
"api_call": "PUT /document/folder",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a folder. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Create a Folder",
"api_call": "POST /document/folder",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a folder.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Create Zip for the List of Files under a Scope",
"api_call": "POST /document/file/zip/files",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a zip creation request for the specified files under a given scope.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View a Folder",
"api_call": "GET /document/folder/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to view a folder with folder ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Delete a Folder",
"api_call": "DELETE /document/folder/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to delete a folder. The application object with an ID value that matches the value of the {id} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Batch Delete Folders",
"api_call": "DELETE /document/batch/folders",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more folders. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View a File",
"api_call": "GET /document/file/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file."
},
"functionality": "Send a request to the endpoint to view a file with file ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Delete a File",
"api_call": "DELETE /document/file/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file."
},
"functionality": "Send a request to this endpoint to delete a file. The application object with an ID value that matches the value of the {id} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Batch Delete Files",
"api_call": "DELETE /document/batch/files",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more files. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Download a File",
"api_call": "GET /document/file/{id}/download",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"scanStatus": "string: Allowed Values : One or more from [ SCAN_PENDING, SCAN_ERROR, SCAN_INCONCLUSIVE ] separated by comma. <ul><li>Send this query parameter to download the file which has the specified scan status.</li><li>Example : <b>\"scanStatus=SCAN_PENDING,SCAN_ERROR\"</b>. The File will be downloaded even if the scan status is <b>SCAN_PENDING</b> or <b>SCAN_ERROR</b> </li></ul>",
"version": "string: The version of a file."
},
"functionality": "Send a request to this endpoint to download the latest version of a file. <ul> <li> To download the specific version of a file, send the version number as a value of <b>version</b> query parameter. </li> <li>To download a file which has scan status <b>SCAN_PENDING</b> or <b>SCAN_ERROR</b> or <b>SCAN_INCONCLUSIVE</b>, send the corresponding scan status or combination of scan statuses (comma separated) in the query parameter <b>scanStatus</b>.</li><li><b>scanStatus</b> query parameter is not required to download a file which has scan status <b>SCAN_CLEARED</b> or <b>SCAN_DISABLED</b></li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Download the Zip File",
"api_call": "GET /document/file/zip/zipRequest/{zipRequestId}",
"api_version": "2024.01.29",
"api_arguments": {
"zipRequestId": "[REQUIRED] integer: The system-generated identifier of a zip request created."
},
"functionality": "Send a request to this endpoint to download the created zip request provided by the zipRequestId as a path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Files and Folders under a Folder",
"api_call": "GET /document/folder/{id}/allChildren",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to view all files and child folders that belong to a folder with folder ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Files and Folders under a Template",
"api_call": "GET /document/template/{id}/allChildren",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to view all files and folders that belong to a template with template ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Folders under a Folder",
"api_call": "GET /document/folder/{id}/childFolders",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to view all child folders that belong to a folder with folder ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Folders of a Template",
"api_call": "GET /document/template/{id}/childFolders",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to view all folders that belong to a template with template ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View the ID for a File or Folder by Path ",
"api_call": "GET /document/workspace/{workspaceCode}/{type}/search",
"api_version": "2024.01.29",
"api_arguments": {
"type": "[REQUIRED] string: The object name where the file or folder is created. <br>Allowed Values: [ \"TEMPLATE\", \"PROJECT\", \"GENERIC_PORTFOLIO\", \"IDEA\", \"PROGRAM\", \"STRATEGY\" ]",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"path": "[REQUIRED] string: The path of the file or folder from it's root folder.<br />The field is non-persistable and thus maximum length is not applicable.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to get the ID of a file or folder by it's path from the root folder.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View Annotations of a Version of a File",
"api_call": "GET /document/file/{id}/version/{version}/annotations",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"version": "[REQUIRED] integer: The version of a file."
},
"functionality": "Send a request to this endpoint to view all annotations of a given version of a file with version number given as a {version} path parameter and file ID given as a {id} path parameter. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all File Versions",
"api_call": "GET /document/file/{id}/version",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file."
},
"functionality": "Send a request to this endpoint to view versions of a file with file ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Files of a Template",
"api_call": "GET /document/template/{id}/files",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to view all files that belong to a template with template ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all Files of a Folder",
"api_call": "GET /document/folder/{id}/files",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder."
},
"functionality": "Send a request to this endpoint to view all files that belong to a folder with folder ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View a Folder by Name and Template",
"api_call": "GET /document/{name}/folderTemplate/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"name": "[REQUIRED] string: The name of a folder.",
"id": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to view a folder that belongs to a template with folder name given as a {name} path parameter and template ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View the Root Folder of a Portfolio",
"api_call": "GET /document/portfolio/{portfolioId}/root",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "Send a request to this endpoint to view the root folder of a portfolio with portfolio ID given as a {portfolio} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View the Root Folder of a Project",
"api_call": "GET /document/project/{projectId}/root",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to view the root folder of a project with project ID given as a {projectId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View the Root Folder of a Template",
"api_call": "GET /document/template/{id}/root",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to view the root folder of a folder template with template ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View User Permission Sets for File",
"api_call": "GET /document/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"id": "integer: The system-generated identifier of a document.",
"scopeId": "integer: The system-generated identifier of the scope where document is created.",
"scope": "string: Scope type where document is created. <br>Allowed Values: [ \"project\", \"workspace\", \"genericPortfolio\", \"strategy\", \"idea\", \"program\", \"template\"]",
"path": "string: The path of the file or folder from it's root folder.<br />The field is non-persistable and thus maximum length is not applicable."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided file.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Link a File to another Object",
"api_call": "GET /document/{id}/scope/{scope}/scopeId/{scopeId}/linkDocument",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"scope": "[REQUIRED] string: The object type the file is associated with, for example, workspace.",
"scopeId": "[REQUIRED] integer: The object ID the file is associated with, for example, The ID of a workspace."
},
"functionality": "Send a request to this endpoint to link a file to another object.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View all References of a File",
"api_call": "GET /document/file/{id}/references",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file."
},
"functionality": "Send a request to this endpoint to view all references of a file with file ID given as a {id} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Batch Rescan Files",
"api_call": "POST /document/file/rescan/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to rescan one or more files. Only the files with scanStatus as SCAN_ERROR can be rescanned.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Rescan a File",
"api_call": "POST /document/file/rescan",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to rescan a file. Only the files with scanStatus as SCAN_ERROR can be rescanned.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Unlink a File",
"api_call": "GET /document/{id}/scope/{scope}/scopeId/{scopeId}/unlinkDocument",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a file.",
"scope": "[REQUIRED] string: The object type the file is associated with, for example, workspace.",
"scopeId": "[REQUIRED] integer: The object ID the file is associated with, for example, The ID of a workspace."
},
"functionality": "Send a request to this endpoint to unlink a file.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Update a File",
"api_call": "PUT /document/file",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a file.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: Upload a File",
"api_call": "POST /document/uploadFile/parent/{folderId}/fileName/{fileName}",
"api_version": "2024.01.29",
"api_arguments": {
"folderId": "[REQUIRED] integer: The system-generated identifier of a folder.",
"Content-Length": "[REQUIRED] integer: The size of a document in bytes.",
"fileName": "[REQUIRED] string: The name of a file."
},
"functionality": "Send a request to this endpoint to upload a new file.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document: View the Zip Request Details by Zip Request ID",
"api_call": "GET /document/file/zip/status/zipRequest/{zipRequestId}",
"api_version": "2024.01.29",
"api_arguments": {
"zipRequestId": "[REQUIRED] integer: The system-generated identifier of a zip request created."
},
"functionality": "Send a request to this endpoint to view the current status of the zip request provided by the zipRequestId as a path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Update a Document Folder Structure Template",
"api_call": "PUT /folderTemplate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a document folder structure template. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Create a Document Folder Structure Template",
"api_call": "POST /folderTemplate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a document folder structure template. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Batch Update Document Folder Structure Templates",
"api_call": "PUT /folderTemplate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more document folder structure templates. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Batch Create Document Folder Structure Templates",
"api_call": "POST /folderTemplate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more document folder structure templates. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Batch Delete Document Folder Structure Templates",
"api_call": "DELETE /folderTemplate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more document folder structure templates. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: View a Document Folder Structure Template",
"api_call": "GET /folderTemplate/{documentFolderStructureTemplateId}",
"api_version": "2024.01.29",
"api_arguments": {
"documentFolderStructureTemplateId": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "This endpoint returns document folder structure templates that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {documentFolderStructureTemplateId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Delete a Document Folder Structure Template",
"api_call": "DELETE /folderTemplate/{documentFolderStructureTemplateId}",
"api_version": "2024.01.29",
"api_arguments": {
"documentFolderStructureTemplateId": "[REQUIRED] integer: The system-generated identifier of a folder template."
},
"functionality": "Send a request to this endpoint to delete a document folder structure template. The application object with an ID value that matches the value of the {documentFolderStructureTemplateId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: View all Document Folder Structure Templates by Workspace",
"api_call": "GET /folderTemplate/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns document folder structure templates that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: View Document Folder Structure Templates by Name",
"api_call": "GET /folderTemplate/name/{templateName}",
"api_version": "2024.01.29",
"api_arguments": {
"templateName": "[REQUIRED] string: The name of a folder template."
},
"functionality": "This endpoint returns document folder structure templates that meet the following requirements: <ul> <li>The object has a name that matches the value of the {templateName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Document Folder Structure Template: Batch Sync Document Folder Structure Templates",
"api_call": "POST /folderTemplate/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any document folder structure template sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more document folder structure templates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Evaluation Categories: View Evaluation Matrix by Workspace",
"api_call": "GET /evaluationMatrix/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: ID of the workspace for which Evaluation Matrix has to be found."
},
"functionality": "This endpoint returns evaluation Matrix that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Evaluation Categories: Update an Evaluation Rank",
"api_call": "PUT /evaluationMatrix/evaluationRank",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an evaluation Rank. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Exchange Rate: Create an Exchange Rate",
"api_call": "POST /exchangeRate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an exchange rate. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Exchange Rate: View an Exchange Rate ",
"api_call": "GET /exchangeRate/{exchangeRateId}",
"api_version": "2024.01.29",
"api_arguments": {
"exchangeRateId": "[REQUIRED] integer: ID of the exchangeRate to be found."
},
"functionality": "This endpoint returns an exchange rate. that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {exchangeRateId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Exchange Rate: View Exchange Rates by Currency ",
"api_call": "GET /exchangeRate/currency/{currencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"currencyId": "[REQUIRED] integer: ID of the currency whose exchange rates are to be found."
},
"functionality": "This endpoint returns exchange rates that meet the following requirements: <ul> <li>The object is associated with a currency with an ID value that matches the value of the {currencyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Update an Fund Actual",
"api_call": "PUT /fundActual",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an fund actual. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Create an Fund Actual",
"api_call": "POST /fundActual",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an fund actual. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Batch Update Fund Actuals",
"api_call": "PUT /fundActual/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more fund actuals. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Batch Create Fund Actuals",
"api_call": "POST /fundActual/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more fund actuals. An application object will be created for each JSON object provided in the request body. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Batch Delete Fund Actuals",
"api_call": "DELETE /fundActual/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more fund actuals. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: View an Fund Actual",
"api_call": "GET /fundActual/{fundActualId}",
"api_version": "2024.01.29",
"api_arguments": {
"fundActualId": "[REQUIRED] integer: The system-generated identifier of a fund actual."
},
"functionality": "This endpoint returns fund actuals that meet the following requirements: <ul> <li>The object is associated with a fund actual with an ID value that matches the value of the {fundActualId} path parameter.</li> </ul> Fund Actuals represent the funds allocated to Project Actuals.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Delete an Fund Actual",
"api_call": "DELETE /fundActual/{fundActualId}",
"api_version": "2024.01.29",
"api_arguments": {
"fundActualId": "[REQUIRED] integer: The system-generated identifier of a fund actual."
},
"functionality": "Send a request to this endpoint to delete an fund actual. The application object with an ID value that matches the value of the {fundActualId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: View an Fund Actual by Project Actual",
"api_call": "GET /fundActual/projectActuals/{projectActualsId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "[REQUIRED] integer: The system-generated identifier for the project actual."
},
"functionality": "Send a request to this endpoint to view all allocated funds to a project actual.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Fund Actual: Batch Sync Fund Actuals",
"api_call": "POST /fundActual/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any fund actual sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]."
},
"functionality": "Send a request to this endpoint to create or update one or more fund actuals.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance Configurations (Deprecated since 24.2): View a Gateway App Instance Configuration (Deprecated since 24.2)",
"api_call": "GET /pims/appInstanceConfigurations/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of application configuration instance."
},
"functionality": "This endpoint returns Gateway app instance configurations that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance Configurations (Deprecated since 24.2): View All Gateway App Instance Configurations (Deprecated since 24.2)",
"api_call": "GET /pims/appInstanceConfigurations/list",
"api_version": "2024.01.29",
"api_arguments": {
"appInstId": "[REQUIRED] integer: ID of application instance.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway app instance configurations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): Create a Gateway App Instance (Deprecated since 24.2)",
"api_call": "POST /pims/appInstances",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a Gateway app instance.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): View a Gateway App Instance (Deprecated since 24.2)",
"api_call": "GET /pims/appInstances/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of application instance."
},
"functionality": "This endpoint returns Gateway app instances that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): Update a Gateway App Instance (Deprecated since 24.2)",
"api_call": "PUT /pims/appInstances/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of application instance."
},
"functionality": "Send a request to this endpoint to update a Gateway app instance.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): Delete a Gateway App Instance (Deprecated since 24.2)",
"api_call": "DELETE /pims/appInstances/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of application instance."
},
"functionality": "Send a request to this endpoint to delete a Gateway app instance.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): View All Gateway App Instances (Deprecated since 24.2)",
"api_call": "GET /pims/appInstances/list",
"api_version": "2024.01.29",
"api_arguments": {
"appId": "[REQUIRED] integer: ID of application object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway app instances.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): View All Gateway Deployments (Deprecated since 24.2)",
"api_call": "GET /pims/appInstances/deployments",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all Gateway deployments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway App Instance (Deprecated since 24.2): Test a Gateway Deployment Connection (Deprecated since 24.2)",
"api_call": "POST /pims/appInstances/testConnection",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Test a Gateway deployment connection.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Definition Apps (Deprecated since 24.2): View all Gateway Business Flow Definitions (Deprecated since 24.2)",
"api_call": "GET /pims/flowDefinitionApps/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowDefinitionId": "[REQUIRED] integer: ID of flow definition object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway business flow definitions.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Instances (Deprecated since 24.2): View All of the Child Business Flow Instances of a Gateway Business Flow (Deprecated since 24.2)",
"api_call": "GET /pims/flowInstances/childrenOf/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow instance."
},
"functionality": "This endpoint returns all of the children of a Gateway business flow instance.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Instances (Deprecated since 24.2): View a Gateway Business Flow Instance (Deprecated since 24.2)",
"api_call": "GET /pims/flowInstances/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow instance."
},
"functionality": "This endpoint returns Gateway business flow instances that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Instances (Deprecated since 24.2): View All Gateway Business Flow Instances (Deprecated since 24.2)",
"api_call": "GET /pims/flowInstances/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowId": "[REQUIRED] integer: ID of flow object.<br>This is a required field.",
"flowInstanceStatus": "[REQUIRED] string: Status of flowInstance object.<br>This is a required field.",
"isUser": "boolean: Flag of filter by current user.",
"jobFilter": "integer: ID of flowInstance object."
},
"functionality": "This endpoint returns all Gateway business flow instances.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Load Objects (Deprecated since 24.2): View all Gateway Business Flow Loads (Deprecated since 24.2)",
"api_call": "GET /pims/flowLoadObjects/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowId": "[REQUIRED] integer: ID of flow object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway business flow loads.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Parameters (Deprecated since 24.2): View a Gateway Flow Parameter (Deprecated since 24.2)",
"api_call": "GET /pims/flowParameters/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow parameter object."
},
"functionality": "This endpoint returns Gateway flow parameters that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Parameters (Deprecated since 24.2): View All Gateway Flow Parameters (Deprecated since 24.2)",
"api_call": "GET /pims/flowParameters/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowId": "[REQUIRED] integer: ID of flow object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway flow parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flows (Deprecated since 24.2): Create a Gateway Business Flow (Deprecated since 24.2)",
"api_call": "POST /pims/flows",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a Gateway business flow.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flows (Deprecated since 24.2): View a Gateway Business Flow (Deprecated since 24.2)",
"api_call": "GET /pims/flows/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow object."
},
"functionality": "This endpoint returns Gateway business flows that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flows (Deprecated since 24.2): Update a Gateway Business Flow (Deprecated since 24.2)",
"api_call": "PUT /pims/flows/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow object."
},
"functionality": "Send a request to this endpoint to update a Gateway business flow.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flows (Deprecated since 24.2): Delete a Gateway Business Flow (Deprecated since 24.2)",
"api_call": "DELETE /pims/flows/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow object."
},
"functionality": "Send a request to this endpoint to delete a Gateway business flow.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flows (Deprecated since 24.2): View all Gateway Business Flows (Deprecated since 24.2)",
"api_call": "GET /pims/flows/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowDefinitionId": "[REQUIRED] integer: ID of flow definition object.<br>This is a required field.",
"isUser": "boolean: Use current user name if 'true'."
},
"functionality": "This endpoint returns all Gateway business flows.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Synchronizations (Deprecated since 24.2): Create a Business Flow Schedule (Deprecated since 24.2)",
"api_call": "POST /pims/synchronizations",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a Gateway business flow schedule.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Synchronizations (Deprecated since 24.2): View a Business Flow Schedule (Deprecated since 24.2)",
"api_call": "GET /pims/synchronizations/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow schedule object."
},
"functionality": "This endpoint returns Gateway business flow schedules that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Synchronizations (Deprecated since 24.2): Update a Business Flow Schedule (Deprecated since 24.2)",
"api_call": "PUT /pims/synchronizations/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow schedule object."
},
"functionality": "Send a request to this endpoint to update a Gateway business flow schedule.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Synchronizations (Deprecated since 24.2): Delete a Business Flow Schedule (Deprecated since 24.2)",
"api_call": "DELETE /pims/synchronizations/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow schedule object."
},
"functionality": "Send a request to this endpoint to delete a Gateway business flow schdule.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Synchronizations (Deprecated since 24.2): View All Business Flow Schedules (Deprecated since 24.2)",
"api_call": "GET /pims/synchronizations/list",
"api_version": "2024.01.29",
"api_arguments": {
"deploymentName": "[REQUIRED] string: The name of deployment.<br>This is a required field.",
"flowDefinitiontype": "[REQUIRED] string: The flow definition type.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway business flow schedules.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Step Instance Messages (Deprecated since 24.2): View Business Flow Step Messages (Deprecated since 24.2)",
"api_call": "GET /pims/flowStepInstanceMessages/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow step instance message object."
},
"functionality": "This endpoint returns Gateway business flow step messages that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Step Instance Messages (Deprecated since 24.2): Download Business Flow Step Details (Deprecated since 24.2)",
"api_call": "GET /pims/flowStepInstanceMessages/download/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow step instance message object."
},
"functionality": "Send a request to this endpoint to download Gateway business flow step details.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Step Instances (Deprecated since 24.2): View Business Flow Step Details (Deprecated since 24.2)",
"api_call": "GET /pims/flowStepInstances/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow step instance object."
},
"functionality": "This endpoint returns Gateway business flow step details that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Step Instances (Deprecated since 24.2): View All Business Flow Step Details (Deprecated since 24.2)",
"api_call": "GET /pims/flowStepInstances/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowInstanceId": "[REQUIRED] integer: ID of flow instance object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway business flow step details.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Field Map Templates (Deprecated since 24.2): View a Gateway Flow Field Mapping Template (Deprecated since 24.2)",
"api_call": "GET /pims/flowFieldMapTemplates/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of flow template map object."
},
"functionality": "This endpoint returns a Gateway business flow field mapping template that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Flow Field Map Templates (Deprecated since 24.2): View All Gateway Flow Field Mapping Templates (Deprecated since 24.2)",
"api_call": "GET /pims/flowFieldMapTemplates/list",
"api_version": "2024.01.29",
"api_arguments": {
"flowId": "[REQUIRED] integer: ID of flow object.<br>This is a required field."
},
"functionality": "This endpoint returns all Gateway business flow field mapping templates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Parameter Values (Deprecated since 24.2): Returns the parameterValue business object for the specified parameterValue ID. (Deprecated since 24.2)",
"api_call": "GET /pims/parameterValues/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of parameter value object."
},
"functionality": "Returns the parameterValue business object for the specified parameterValue ID",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Parameter Values (Deprecated since 24.2): Returns all parameterValue business objects. (Deprecated since 24.2)",
"api_call": "GET /pims/parameterValues/list",
"api_version": "2024.01.29",
"api_arguments": {
"scheduleId": "[REQUIRED] integer: ID of flow schedule object.<br>This is a required field."
},
"functionality": "Returns all parameterValue business objects",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Parameter Values (Deprecated since 24.2): Returns the parameterValue business objects for the specified Job ID. (Deprecated since 24.2)",
"api_call": "GET /pims/parameterValues/byJobId",
"api_version": "2024.01.29",
"api_arguments": {
"jobId": "[REQUIRED] integer: ID of flow instance object.<br>This is a required field.",
"paramName": "[REQUIRED] string: The name of the parameter.<br>This is a required field."
},
"functionality": "Returns the parameterValue business objects for the specified Job ID",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Services (Deprecated since 24.2): Initiate a Gateway Job with a Parameter (Deprecated since 24.2)",
"api_call": "POST /pims/services/createJobProcessWithParameters/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a job."
},
"functionality": "Send a request to this endpoint to start a Gateway synchronization job.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Gateway Services (Deprecated since 24.2): Initiate a Gateway Job (Deprecated since 24.2)",
"api_call": "POST /pims/services/createJobProcess/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: The system-generated identifier of a job.",
"review": "boolean: Indicates whether or not the job should be reviewed.",
"runOnChain": "boolean: Indicates whether or not the job should run in a job chain."
},
"functionality": "Send a request to this endpoint to start a Gateway synchronization job.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday: Delete a Holiday",
"api_call": "DELETE /holiday/{holidayId}",
"api_version": "2024.01.29",
"api_arguments": {
"holidayId": "[REQUIRED] integer: ID of the Holiday to be deleted."
},
"functionality": "Send a request to this endpoint to delete a holiday. The application object with an ID value that matches the value of the {holidayId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday: Batch Delete Holidays",
"api_call": "DELETE /holiday/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more holidays. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Update a Holiday List ",
"api_call": "PUT /holidayList",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a holiday list. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Create a Holiday List",
"api_call": "POST /holidayList",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a holiday list. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Batch Update Holiday Lists",
"api_call": "PUT /holidayList/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more holiday lists. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Batch Create Holiday Lists",
"api_call": "POST /holidayList/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more holiday lists. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Batch Delete Holiday Lists ",
"api_call": "DELETE /holidayList/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more holiday lists. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: View a Holiday List ",
"api_call": "GET /holidayList/{holidayListId}",
"api_version": "2024.01.29",
"api_arguments": {
"holidayListId": "[REQUIRED] integer: ID of the Holiday List to be found."
},
"functionality": "This endpoint returns holiday lists that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {holidayListId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Delete a Holiday List ",
"api_call": "DELETE /holidayList/{holidayListId}",
"api_version": "2024.01.29",
"api_arguments": {
"holidayListId": "[REQUIRED] integer: ID of the Holiday List to be deleted."
},
"functionality": "Send a request to this endpoint to delete a holiday list. The application object with an ID value that matches the value of the {holidayListId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: View a Holiday List by Name ",
"api_call": "GET /holidayList/name/{holidayGroupName}",
"api_version": "2024.01.29",
"api_arguments": {
"holidayGroupName": "[REQUIRED] string: Name of the holiday List to be found."
},
"functionality": "This endpoint returns holiday lists that meet the following requirements: <ul> <li>The object has a name that matches the value of the {holidayGroupName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Holiday List: Batch Sync Holiday Lists",
"api_call": "POST /holidayList/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any holiday list sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more holiday lists.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Assign Permission Profiles To User",
"api_call": "POST /idea/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail to successfully complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided idea.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Update an Idea",
"api_call": "PUT /idea",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update an idea with the json objects provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Create an Idea",
"api_call": "POST /idea",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Create an idea with the json object provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Batch Update Ideas",
"api_call": "PUT /idea/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update multiple ideas with the list of json objects provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Batch Create Ideas",
"api_call": "POST /idea/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Create multiple ideas with the list of json objects provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Batch Delete Ideas",
"api_call": "DELETE /idea/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Delete an idea based on the ID provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View an Idea",
"api_call": "GET /idea/{ideaId}",
"api_version": "2024.01.29",
"api_arguments": {
"ideaId": "[REQUIRED] integer: The system-generated identifier of the idea."
},
"functionality": "Returns an idea object based on the id provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Delete an Idea",
"api_call": "DELETE /idea/{ideaId}",
"api_version": "2024.01.29",
"api_arguments": {
"ideaId": "[REQUIRED] integer: The system-generated identifier of the idea."
},
"functionality": "Delete an idea based on the ID provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View Ideas under a Workspace using Code",
"api_call": "GET /idea/workspace/code/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace."
},
"functionality": "Returns all ideas under a workspace with the specified code. Filter on only idea name like for example: ideaName=*IDEA* and record count is supported.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View Idea by Name and Workspace Code",
"api_call": "GET /idea/{ideaName}/workspace/code/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"ideaName": "[REQUIRED] string: The user-specified name of the idea."
},
"functionality": "Returns an idea with the specified name under a workspace with the given workspace code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View Ideas under a Workspace",
"api_call": "GET /idea/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "Returns all ideas under a workspace. Filter on only idea name like for example: ideaName=*IDEA* and record count is supported.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View Ideas by Name and Workspace",
"api_call": "GET /idea/{ideaName}/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"ideaName": "[REQUIRED] string: The user-specified name of the idea."
},
"functionality": "Returns an idea object under a workspace with the specified code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View Ideas by Status and Workspace",
"api_call": "GET /idea/status/{status}/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"status": "[REQUIRED] string: Idea status."
},
"functionality": "Returns all ideas under a workspace with the given status.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Count Ideas with a Status",
"api_call": "GET /idea/status/{status}",
"api_version": "2024.01.29",
"api_arguments": {
"status": "[REQUIRED] string: Idea status."
},
"functionality": "Returns the count of ideas with a given status. The service is not supported for cases other than record count so, is supposed to be used only with REC_COUNT_ONLY query.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: View User Permission Sets for Idea",
"api_call": "GET /idea/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"ideaId": "integer: The system-generated identifier of the idea.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"ideaName": "string: The user-specified name of the idea.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided idea.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Idea: Batch Sync Ideas",
"api_call": "POST /idea/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any idea record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more ideas.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Update a Location",
"api_call": "PUT /location",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a location. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Create a Location",
"api_call": "POST /location",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a location. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Batch Update Locations",
"api_call": "PUT /location/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more locations. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Batch Create Locations",
"api_call": "POST /location/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more locations. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Batch Delete Locations",
"api_call": "DELETE /location/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more locations. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: View a Location",
"api_call": "GET /location/{locationId}",
"api_version": "2024.01.29",
"api_arguments": {
"locationId": "[REQUIRED] integer: ID of the Location to be found."
},
"functionality": "This endpoint returns locations that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {locationId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Delete a Location",
"api_call": "DELETE /location/{locationId}",
"api_version": "2024.01.29",
"api_arguments": {
"locationId": "[REQUIRED] integer: ID of the Location to be deleted."
},
"functionality": "Send a request to this endpoint to delete a location. The application object with an ID value that matches the value of the {locationId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: View a Location by Code",
"api_call": "GET /location/code/{locationCode}",
"api_version": "2024.01.29",
"api_arguments": {
"locationCode": "[REQUIRED] string: Code of the location to be found."
},
"functionality": "This endpoint returns locations that meet the following requirements: <ul> <li>The object has a code that matches the value of the {locationCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: View a Location by Code and Workspace",
"api_call": "GET /location/workspace/{workspaceId}/code/{locationCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"locationCode": "[REQUIRED] string: Code of the location to be found."
},
"functionality": "This endpoint returns locations that meet the following requirements: <ul> <li>The object has a code that matches the value of the {locationCode} path parameter.</li> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: View a Location by Name",
"api_call": "GET /location/name/{locationName}",
"api_version": "2024.01.29",
"api_arguments": {
"locationName": "[REQUIRED] string: Name of the location to be found."
},
"functionality": "This endpoint returns locations that meet the following requirements: <ul> <li>The object has a name that matches the value of the {locationName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: View a Location by Workspace",
"api_call": "GET /location/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns locations that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Location: Batch Sync Location",
"api_call": "POST /location/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any location sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more locations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Delta: View a Monte Carlo Activity Delta ",
"api_call": "GET /monteCarloActivityDelta/{monteCarloActivityDeltaId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloActivityDeltaId": "[REQUIRED] integer: ID of MonteCarlo Activity Delta to be found."
},
"functionality": "This endpoint returns Monte Carlo activity deltas that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloActivityDeltaId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Delta: View a Monte Carlo Activity Delta by Activity ",
"api_call": "GET /monteCarloActivityDelta/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: Activity ID of which MonteCarlo Activity Delta has to be returned."
},
"functionality": "This endpoint returns Monte Carlo activity deltas that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Deterministic Values: View Monte Carlo Activity Deterministic Values ",
"api_call": "GET /monteCarloActivityDeterministicValues/{monteCarloActivityDeterministicValuesId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloActivityDeterministicValuesId": "[REQUIRED] integer: ID of MonteCarlo Activity Deterministic Value to be found."
},
"functionality": "This endpoint returns Monte Carlo activity deterministic values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloActivityDeterministicValuesId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Deterministic Values: View Monte Carlo Activity Deterministic Values by Activity and Scenario",
"api_call": "GET /monteCarloActivityDeterministicValues/activity/{activityId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"activityId": "[REQUIRED] integer: Activity ID of which MonteCarlo Activity Deterministic Value has to be returned."
},
"functionality": "This endpoint returns Monte Carlo activity deterministic values that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Deterministic Values: View Monte Carlo Activity Deterministic Values by Project and Scenario",
"api_call": "GET /monteCarloActivityDeterministicValues/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Activity Deterministic Value has to be returned."
},
"functionality": "This endpoint returns Monte Carlo activity deterministic values that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Deterministic Values: View All Monte Carlo Activity Deterministic Values by Parent",
"api_call": "GET /monteCarloActivityDeterministicValues/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo activity deterministic values under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Iteration Values: View All Monte Carlo Activity Iteration Values by Activity ID and Scenario",
"api_call": "GET /monteCarloActivityIterationValues/activity/{activityId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"activityId": "[REQUIRED] integer: Activity ID of which Monte Carlo Activity Iteration Values has to be returned."
},
"functionality": "This endpoint returns Monte Carlo Activity Iteration Values that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Iteration Values: View All Monte Carlo Activity Iteration Values by Project ID and Scenario",
"api_call": "GET /monteCarloActivityIterationValues/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which Monte Carlo Activity Iteration Values has to be returned."
},
"functionality": "This endpoint returns Monte Carlo Activity Iteration Values that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Iteration Values: View All Monte Carlo Activity Iteration Values by Parent Codes",
"api_call": "GET /monteCarloActivityIterationValues/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo Activity Iteration Values under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Result: View Monte Carlo Activity Result",
"api_call": "GET /monteCarloActivityResult/{monteCarloActivityResultId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloActivityResultId": "[REQUIRED] integer: The system-generated identifier of a Monte Carlo activity result."
},
"functionality": "This endpoint returns Monte Carlo activities that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloActivityResultId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Result: View Monte Carlo Activity Results by Activity ",
"api_call": "GET /monteCarloActivityResult/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns Monte Carlo activities that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Result: View Monte Carlo Activity Results by Project",
"api_call": "GET /monteCarloActivityResult/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns Monte Carlo activities that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Risk Result: View Monte Carlo Activity Risk Results ",
"api_call": "GET /monteCarloActivityRiskResult/{monteCarloActivityRiskResultId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloActivityRiskResultId": "[REQUIRED] integer: ID of MonteCarlo Activity Risk Result to be found."
},
"functionality": "This endpoint returns Monte Carlo activity risk results that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloActivityRiskResultId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Activity Risk Result: View Monte Carlo Activity Risk Results by Project Risk ",
"api_call": "GET /monteCarloActivityRiskResult/projectRisk/{projectRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: Project Risk ID of which MonteCarlo Activity Risk Result has to be returned."
},
"functionality": "This endpoint returns Monte Carlo activity risk results that meet the following requirements: <ul> <li>The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Delta: View a Monte Carlo Project Delta ",
"api_call": "GET /monteCarloProjectDelta/{monteCarloProjectDeltaId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloProjectDeltaId": "[REQUIRED] integer: ID of MonteCarlo Project Delta to be found."
},
"functionality": "This endpoint returns Monte Carlo project deltas that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloProjectDeltaId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Delta: View Monte Carlo Project Delta by Project and Scenario",
"api_call": "GET /monteCarloProjectDelta/project/{projectId}/deltaScenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: Risk analysis results delta. <br>Allowed Values: [ \"ORG_PRE_TO_ORG_POST\", \"ORG_PRE_TO_SENS_PRE\", \"ORG_POST_TO_SENS_POST\", \"PRE_MEAN_IMPACTED\", \"POST_MEAN_IMPACTED\" ]",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Project Delta has to be returned."
},
"functionality": "This endpoint returns Monte Carlo project deltas that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Delta: View All Monte Carlo Project Deltas by Parent",
"api_call": "GET /monteCarloProjectDelta/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"scenario": "[REQUIRED] string: Risk analysis results delta.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo project deltas under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Deterministic Values: View Monte Carlo Project Deterministic Values ",
"api_call": "GET /monteCarloProjectDeterministicValues/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: ID of MonteCarlo Project Deterministic Values to be found."
},
"functionality": "This endpoint returns Monte Carlo project deterministic values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Deterministic Values: View Monte Carlo Project Deterministic Values by Project and Scenario",
"api_call": "GET /monteCarloProjectDeterministicValues/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Project Deterministic Values has to be returned."
},
"functionality": "This endpoint returns Monte Carlo deterministic values that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Deterministic Values: View All Monte Carlo Project Deterministic Values by Parent",
"api_call": "GET /monteCarloProjectDeterministicValues/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo project deterministic values under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Iteration Values: View All Monte Carlo Project Iteration Values by Project ID and Scenario",
"api_call": "GET /monteCarloProjectIterationValues/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which Monte Carlo Project Iteration Values has to be returned."
},
"functionality": "This endpoint returns Monte Carlo Project Iteration Values that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Iteration Values: View All Monte Carlo Project Iteration Values by Parent Codes",
"api_call": "GET /monteCarloProjectIterationValues/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo Project Iteration Values under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Result: View a Monte Carlo Project Result ",
"api_call": "GET /monteCarloProjectResult/{monteCarloProjectResultId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloProjectResultId": "[REQUIRED] integer: ID of MonteCarlo Project Result to be found."
},
"functionality": "This endpoint returns Monte Carlo project results that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloProjectResultId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Result: View a Monte Carlo Project Result by Project and Scenario",
"api_call": "GET /monteCarloProjectResult/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Project Result has to be returned."
},
"functionality": "This endpoint returns a Monte Carlo project results that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Project Result: View All Monte Carlo Project Results by Parent",
"api_call": "GET /monteCarloProjectResult/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo project results under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Risk Result: View a Monte Carlo Risk Result ",
"api_call": "GET /monteCarloRiskResult/{monteCarloRiskResultId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloRiskResultId": "[REQUIRED] integer: ID of MonteCarlo Risk Result to be found."
},
"functionality": "This endpoint returns a Monte Carlo risk results that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloRiskResultId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Risk Result: View a Monte Carlo Risk Result by Project and Scenario",
"api_call": "GET /monteCarloRiskResult/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Risk Result has to be returned."
},
"functionality": "This endpoint returns a Monte Carlo risk results that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Risk Result: View a Monte Carlo Risk Result by Project Risk and Scenario",
"api_call": "GET /monteCarloRiskResult/projectRisk/{projectRiskId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectRiskId": "[REQUIRED] integer: Project Risk ID of which MonteCarlo Risk Result has to be returned."
},
"functionality": "This endpoint returns a Monte Carlo risk results that meet the following requirements: <ul> <li>The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Run Settings: View Monte Carlo Run Settings ",
"api_call": "GET /monteCarloRunSettings/{monteCarloRunSettingsId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloRunSettingsId": "[REQUIRED] integer: ID of MonteCarlo Run Settings to be found."
},
"functionality": "This endpoint returns Monte Carlo run settings that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloRunSettingsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Run Settings: View All Monte Carlo Run Settings by Parent",
"api_call": "GET /monteCarloRunSettings/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul><br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo run settings under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Run Settings: View Monte Carlo Run Settings by Project and Scenario",
"api_call": "GET /monteCarloRunSettings/project/{projectId}/scenario/{scenario}",
"api_version": "2024.01.29",
"api_arguments": {
"scenario": "[REQUIRED] string: The type of risk analysis run on a project. <ul><li><b>PRE_MITIGATED</b> : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.</li><li><b>POST_MITIGATED</b> : A quantitative risk analysis that takes into account the impact of defined risk response plans.</li><li><b>BOTH</b> : A quantitative risk analysis that uses both pre and post mitigated contexts.</li></ul>",
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Run Settings has to be returned."
},
"functionality": "This endpoint returns Monte Carlo run settings that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object was run under a scenario that matches the value of the {scenario} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: Create Default Monte Carlo Settings for a Project",
"api_call": "POST /monteCarloSettings/createDefault/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of Project on which MonteCarlo setting object has to be created. "
},
"functionality": "Send a request to this endpoint to create default Monte Carlo settings for a project that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: View Monte Carlo Settings ",
"api_call": "GET /monteCarloSettings/{monteCarloSettingsId}",
"api_version": "2024.01.29",
"api_arguments": {
"monteCarloSettingsId": "[REQUIRED] integer: ID of MonteCarlo Settings to be found."
},
"functionality": "This endpoint returns Monte Carlo settings that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {monteCarloSettingsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: View All Monte Carlo Settings by Parent",
"api_call": "GET /monteCarloSettings/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all Monte Carlo settings under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: View Monte Carlo Settings by Project ",
"api_call": "GET /monteCarloSettings/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID of which MonteCarlo Settings has to be returned."
},
"functionality": "This endpoint returns Monte Carlo settings that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: Update Monte Carlo Settings ",
"api_call": "PUT /monteCarloSettings",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a Monte Carlo settings object. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Monte Carlo Settings: Batch Update Monte Carlo Settings ",
"api_call": "PUT /monteCarloSettings/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more Monte Carlo settings. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Download a P6 XML/XER",
"api_call": "GET /action/download/job/{jobId}",
"api_version": "2024.01.29",
"api_arguments": {
"jobId": "[REQUIRED] integer: The jobId field value returned as part of the Export P6 XML/XER endpoint response.",
"doEncode": "boolean: Optional query parameter whether or not to encode the XML/XER file. Default value is 'false'."
},
"functionality": "Send a request to this endpoint to download a P6 XML/XER file once the Export P6 XML/XER job has completed. The XML/XER file will be encoded based on the query parameter. Send a request to the View Job Status endpoint to monitor the Export P6 XML/XER job status.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Export a P6 XER",
"api_call": "POST /action/exportP6xer",
"api_version": "2024.01.29",
"api_arguments": {
"prefLang": "string: Preferred language by the user."
},
"functionality": "Send a request to this endpoint to trigger a job to export data in P6 XER format. Send a request to the View Job Status endpoint to monitor the job status. Once the job has completed, the corresponding P6 XER file can be downloaded using the Download P6 XML/XER endpoint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Export a P6 XML",
"api_call": "POST /action/exportP6xml",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to trigger a job to export data in P6 XML format. Send a request to the View Job Status endpoint to monitor the job status. Once the job has completed, the corresponding P6 XML file can be downloaded using the Download P6 XML/XER endpoint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Import a P6 XML",
"api_call": "POST /action/importP6xml",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a job to import a well-formed, compressed, and encoded (Base64) P6 XML file. Send a request to the View Job Status endpoint to monitor the job status.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Import a Decoded P6 XML",
"api_call": "POST /action/importDecodedP6xml",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a job to import a well-formed, compressed, and decoded P6 XML file. Send a request to the View Job Status endpoint to monitor the job status.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - P6 Import Export: Import a P6 XER file",
"api_call": "POST /action/importP6xer",
"api_version": "2024.01.29",
"api_arguments": {
"prefLang": "string: Preferred language by the user."
},
"functionality": "Send a request to this endpoint to create a job to import a well-formed P6 XER file. Send a request to the View Job Status endpoint to monitor the job status.Baseline import support is not available for XER.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: Update a PBS",
"api_call": "PUT /pbs",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a PBS. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: Create a PBS",
"api_call": "POST /pbs",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a PBS. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View a PBS",
"api_call": "GET /pbs/{pbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: The system-generated identifier of a PBS."
},
"functionality": "This endpoint returns PBSs that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {pbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: Delete a PBS",
"api_call": "DELETE /pbs/{pbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: ID of the PBS to be deleted."
},
"functionality": "Send a request to this endpoint to delete a PBS. The application object with an ID value that matches the value of the {pbsId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View a Child in a PBS Hierarchy",
"api_call": "GET /pbs/children/{pbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: ID of the PBS whose children have to be found."
},
"functionality": "This endpoint returns children of PBSs that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {pbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: Delete all Children in a PBS Hierarchy",
"api_call": "DELETE /pbs/children/{pbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: ID of the PBS whose children have to be deleted."
},
"functionality": "Send a request to this endpoint to delete all children in the PBS hierarchy of a PBS with an ID value that matches the value of the {pbsId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View a PBS by Code and Project",
"api_call": "GET /pbs/project/{projectId}/code/{pbsCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID of the PBS.",
"pbsCode": "[REQUIRED] string: PBS code of the PBS to be found."
},
"functionality": "This endpoint returns PBSs that meet the following requirements: <ul> <li>The object has a code that matches the value of the {pbsCode} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View a PBS by Name and Project",
"api_call": "GET /pbs/project/{projectId}/name/{pbsName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID of the PBS.",
"pbsName": "[REQUIRED] string: PBS name of the PBS to be found."
},
"functionality": "This endpoint returns PBSs that meet the following requirements: <ul> <li>The object has a name that matches the value of the {pbsName} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View a PBS by Project",
"api_call": "GET /pbs/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID of the PBS."
},
"functionality": "This endpoint returns PBSs that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - PBS: View All Children in a PBS Hierarchy",
"api_call": "GET /pbs/{pbsId}/childrenHierarchy",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: Returns the PBS that are children in the hierarchy of the specified PBS ID."
},
"functionality": "This endpoint returns all children of PBSs that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {pbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Period Closeout Record: View a Period Closeout",
"api_call": "GET /periodCloseoutRecord/{periodCloseOutRecordId}",
"api_version": "2024.01.29",
"api_arguments": {
"periodCloseOutRecordId": "[REQUIRED] integer: ID of the period closeout that has to be found."
},
"functionality": "This endpoint returns period closeouts that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {periodCloseOutRecordId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Period Closeout Record: View all Period Closeout by Project",
"api_call": "GET /periodCloseoutRecord/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the project for which period closeout has to be found."
},
"functionality": "This endpoint returns period closeouts that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Assign Permission Profiles To User",
"api_call": "POST /program/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail to successfully complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided program.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Update a Program",
"api_call": "PUT /program",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Create a Program",
"api_call": "POST /program",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Batch Update Programs",
"api_call": "PUT /program/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more programs. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Batch Create Programs",
"api_call": "POST /program/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more programs. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Batch Delete Programs",
"api_call": "DELETE /program/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more programs. Objects with ID values that match the values provided in the request body will be deleted. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View a Program",
"api_call": "GET /program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: ID of the program to be found."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object is associated with a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Delete a Program",
"api_call": "DELETE /program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated identifier of a program."
},
"functionality": "Send a request to this endpoint to delete a program. The application object with an ID value that matches the value of the {programId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Assigned Code Value",
"api_call": "GET /program/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter and a code value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Portfolio ID",
"api_call": "GET /program/portfolio/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated unique identifier of a portfolio."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {portfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Portfolio Name",
"api_call": "GET /program/portfolio/name/{portfolioName}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioName": "[REQUIRED] string: The user-specified unique identifier of a portfolio."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object is associated with a portfolio with a name that matches the value of the {portfolioName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Program Code",
"api_call": "GET /program/code/{programCode}",
"api_version": "2024.01.29",
"api_arguments": {
"programCode": "[REQUIRED] string: The user-specified identifier of the program to be found."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object has a code that matches the value of the {programCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View a Program by Code and Workspace Code",
"api_call": "GET /program/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"programCode": "[REQUIRED] string: The user-specified identifier of the program to be found.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: Workspace Code of the program to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a program with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Name",
"api_call": "GET /program/name/{programName}",
"api_version": "2024.01.29",
"api_arguments": {
"programName": "[REQUIRED] string: Name of the program to be found."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object has a name that matches the value of the {programName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Project",
"api_call": "GET /program/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Programs by Workspace",
"api_call": "GET /program/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: Workspace ID of the program to be found."
},
"functionality": "This endpoint returns programs that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Program Financial and Settings by Project",
"api_call": "GET /program/financialsAndSettings/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to view all program financial and settings with an ID value matching the value of the {projectId} path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Program Financial and Settings by Portfolio",
"api_call": "GET /program/financialsAndSettings/portfolio/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The unique identifier of a portfolio."
},
"functionality": "Send a request to this endpoint to view all program financial and settings with an ID value matching the value of the {portfolioId} path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Program Financial and Settings by Portfolio Name",
"api_call": "GET /program/financialsAndSettings/portfolio/name/{name}",
"api_version": "2024.01.29",
"api_arguments": {
"name": "[REQUIRED] string: The name of a portfolio."
},
"functionality": "Send a request to this endpoint to view all program financial and settings with a name value matching the value of the {name} path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View all Program Financial and Settings by Workspace",
"api_call": "GET /program/financialsAndSettings/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: Workspace ID of the program to be found."
},
"functionality": "Send a request to this endpoint to view all program financial and settings with an ID value matching the value of the {workspaceId} path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: View User Permission Sets for Program",
"api_call": "GET /program/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: ID of the program to be found.<br>This is a required field.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"programCode": "[REQUIRED] string: The user-specified identifier of the program to be found.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: Workspace Code of the program to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided program.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program: Batch Sync Programs",
"api_call": "POST /program/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more programs. This endpoint should to be used to sync programs under a single workspace. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: Change a Program Budget Status",
"api_call": "PUT /programBudget/program/{programId}/changeBudgetStatus",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "Send a request to this endpoint to update the status of a program budget that meet the following requirements: <ul> <li>The object is associated with a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: Create a Program Budget",
"api_call": "POST /programBudget",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint creates a program budget with a Status value of DRAFT. If the program budget already exists, it is directly returned.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: Batch Create Program Budgets",
"api_call": "POST /programBudget/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint creates one or more program budgets with Status values of DRAFT. If the program budgets already exist, they are directly returned.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View a Program Budget ",
"api_call": "GET /programBudget/{programBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns a program budget that meet the following requirements: <ul> <li>The object belongs to a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Program Budgets by Portfolio Name",
"api_call": "GET /programBudget/portfolio/name/{portfolioName}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioName": "[REQUIRED] string: The user-specified unique identifier of a portfolio."
},
"functionality": "This endpoint returns program budgets that meet the following requirements: <ul> <li>The object is associated with a portfolio with a name that matches the value of the {portfolioName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View a Program Budget by Program",
"api_call": "GET /programBudget/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns a program budget that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Program Budgets by Workspace Code",
"api_call": "GET /programBudget/workspace/code/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace."
},
"functionality": "This endpoint returns program budgets that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Linked Project Budget Item Transactions by Program Budget ID",
"api_call": "GET /programBudget/{programBudgetId}/linkedProjectTransactions",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns program budget transactions that meet the following requirements: <ul> <li>The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul> Program budget transactions capture the program budget transfers and program budget changes for program budgets. </br>This API returns only the transaction wherein the project budget item is either the source or destination in the transaction under a program budget.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Linked Project Budget Item Transactions by Program ID",
"api_call": "GET /programBudget/program/{programId}/linkedProjectTransactions",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget transactions that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program budget transactions capture the program budget transfers and program budget changes for program budgets. </br>This API returns only the transaction wherein the project budget item is either the source or destination in the transaction under a program budget.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Program Budget Transactions By Program Budget ID",
"api_call": "GET /programBudget/{programBudgetId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns program budget transactions that meet the following requirements: <ul> <li>The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul> Program budget transactions capture the program budget transfers and program budget changes for program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View Program Budget Transactions By Program ID",
"api_call": "GET /programBudget/program/{programId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget transactions that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program budget transactions capture the program budget transfers and program budget changes for program budgets. This API returns only the transactions wherein the program budget item is either the source or destination in the transaction under a program budget.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget: View all Program Budget Status Transition History by Program",
"api_call": "GET /programBudget/program/{programId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns a program budget status transition history that meet the following requirements: <ul> <li>The object is associated with a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Change Program Budget Change Status",
"api_call": "PUT /programBudgetChange/{programBudgetChangeId}/changeProgramBudgetChangeStatus",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetChangeId": "[REQUIRED] integer: The system-generated identifier of a program budget change."
},
"functionality": "Send a request to this end point to modify the status of a program budget change.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Update a Program Budget Change",
"api_call": "PUT /programBudgetChange",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program budget change. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Create a Program Budget Change",
"api_call": "POST /programBudgetChange",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program budget change. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Batch Update Program Budget Changes",
"api_call": "PUT /programBudgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program budget changes. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Batch Create Program Budget Changes",
"api_call": "POST /programBudgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program budget changes. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Batch Delete Program Budget Changes",
"api_call": "DELETE /programBudgetChange/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program budget changes. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View a Program Budget Change",
"api_call": "GET /programBudgetChange/{programBudgetChangeId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetChangeId": "[REQUIRED] integer: The system-generated identifier of a program budget change."
},
"functionality": "This endpoint returns program budget changes that meet the following requirements: <ul> <li>The object is associated with a program budget change with an ID value that matches the value of the {programBudgetChangeId} path parameter.</li> </ul> Program Budget changes represent modifications or adjustments to program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Delete a Program Budget Change",
"api_call": "DELETE /programBudgetChange/{programBudgetChangeId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetChangeId": "[REQUIRED] integer: The system-generated identifier of a program budget change."
},
"functionality": "Send a request to this endpoint to delete a program budget change. The application object with an ID value that matches the value of the {programBudgetChangeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View Program Budget Change Status Transition History Records by Program Budget Change",
"api_call": "GET /programBudgetChange/{programBudgetChangeId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetChangeId": "[REQUIRED] integer: The system-generated identifier of a program budget change."
},
"functionality": "This endpoint returns status transition history records of a program budget change that meet the following requirements: <ul> <li>The object is associated with a program budget change with an ID value that matches the value of the {programBudgetChangeId} path parameter.</li> </ul> Program Budget changes represent modifications or adjustments to program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View Program Budget Change Status Transition History Records by Program",
"api_call": "GET /programBudgetChange/program/{programId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns status transition history records of program budget changes that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program Budget changes represent modifications or adjustments to program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View Program Budget Changes by Parent",
"api_call": "GET /programBudgetChange/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the program budget changes have to be found.<br>This is a required field.",
"programCode": "[REQUIRED] string: Program code under which all the program budget changes have to be found.<br>This is a required field."
},
"functionality": "Send a request to this end point to view all program budget changes under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View a Program Budget Change by Code and Parent Codes",
"api_call": "GET /programBudgetChange/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the program budget change to be found.<br>This is a required field.",
"programCode": "[REQUIRED] string: PARAM_PROGRAM_BUDGET_CHANGE_FIND.PROJECT_CODE<br>This is a required field.",
"programBudgetChangeCode": "[REQUIRED] string: The user-specified generated identifier of a program budget change.<br>This is a required field."
},
"functionality": "Send a request to this end point to view a program budget change with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View Program Budget Changes by Program",
"api_call": "GET /programBudgetChange/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget changes that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program Budget changes represent modifications or adjustments to program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: View Program Budget Changes by Program Budget",
"api_call": "GET /programBudgetChange/programBudget/{programBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns program budget changes that meet the following requirements: <ul> <li>The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul> Program Budget changes represent modifications or adjustments to program budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Change: Batch Sync Program Budget Changes",
"api_call": "POST /programBudgetChange/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program budget change sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program budget changes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Update a Program Budget Item",
"api_call": "PUT /programBudgetItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program budget item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Create a Program Budget Item",
"api_call": "POST /programBudgetItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program budget item. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Batch Update Program Budget Items",
"api_call": "PUT /programBudgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program budget items. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Batch Create Program Budget Items",
"api_call": "POST /programBudgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program budget items. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Batch Delete Program Budget Items",
"api_call": "DELETE /programBudgetItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program budget items. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Delete a Program Budget Item",
"api_call": "DELETE /programBudgetItem/{programBudgetItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetItemId": "[REQUIRED] integer: The system-generated identifier of a program budget item."
},
"functionality": "Send a request to this endpoint to delete a program budget item. The application object with an ID value that matches the value of the {programBudgetItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: View a Program Budget Item by Code and Parent Codes",
"api_call": "GET /programBudgetItem/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the budget item to be found.<br>This is a required field.",
"programCode": "[REQUIRED] string: The user-specified unique identifier of a program.<br>This is a required field.",
"programBudgetItemCode": "[REQUIRED] string: The item code of a program budget item.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a program budget item with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: View Program Budget Items by Program",
"api_call": "GET /programBudgetItem/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget items that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program budget items represent costs associated with labor or other program expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: View Program Budget Items by Program Budget",
"api_call": "GET /programBudgetItem/programBudget/{programBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns program budget items that meet the following requirements: <ul> <li>The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul> Program budget items represent costs associated with labor or other program expenses.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Item: Batch Sync Program Budget Items",
"api_call": "POST /programBudgetItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program budget item sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program budget items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Change a Program Budget Transfer Status",
"api_call": "PUT /programBudgetTransfer/{programBudgetTransferId}/changeProgramBudgetTransferStatus",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "Send a request to this end point to modify the status of a program budget transfer.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Update a Program Budget Transfer",
"api_call": "PUT /programBudgetTransfer",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program budget transfer. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Create a Program Budget Transfer",
"api_call": "POST /programBudgetTransfer",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program budget transfer. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Batch Update Program Budget Transfers",
"api_call": "PUT /programBudgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program budget transfers. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Batch Create Program Budget Transfers",
"api_call": "POST /programBudgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program budget transfers. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Batch Delete Program Budget Transfers",
"api_call": "DELETE /programBudgetTransfer/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program budget transfers. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View a Program Budget Transfer",
"api_call": "GET /programBudgetTransfer/{programBudgetTransferId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "This endpoint returns program budget transfers that meet the following requirements: <ul> <li>The object is associated with a program budget transfer with an ID value that matches the value of the {programBudgetTransferId} path parameter.</li> </ul> Program Budget transfers represent adjustments to program budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Delete a Program Budget Transfer",
"api_call": "DELETE /programBudgetTransfer/{programBudgetTransferId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "Send a request to this endpoint to delete a program budget transfer. The application object with an ID value that matches the value of the {budgetTransferId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View Status Transition History Records by Program Budget Transfer",
"api_call": "GET /programBudgetTransfer/{programBudgetTransferId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetTransferId": "[REQUIRED] integer: The system-generated identifier of a budget transfer."
},
"functionality": "This endpoint returns status transition histories of program budget transfers that meet the following requirements: <ul> <li>The object is associated with a program budget transfer with an ID value that matches the value of the {programBudgetTransferId} path parameter.</li> </ul> Program Budget transfers represent adjustments to program budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View Status Transition History Records by Program",
"api_call": "GET /programBudgetTransfer/program/{programId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget transfer status transition histories that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program Budget transfers represent adjustments to program budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View all Program Budget Transfers by Parent",
"api_call": "GET /programBudgetTransfer/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the budget transfers have to be found.<br>This is a required field.",
"programCode": "[REQUIRED] string: The user-specified unique identifier of a program.<br>This is a required field."
},
"functionality": "Send a request to this end point to view all program budget transfers under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View a Program Budget Transfer by Code and Parent Codes",
"api_call": "GET /programBudgetTransfer/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the budget transfer to be found.<br>This is a required field.",
"programCode": "[REQUIRED] string: Project code of the budget transfer to be found.<br>This is a required field.",
"programBudgetTransferCode": "[REQUIRED] string: The user-specified identifier of a budget transfer.<br>This is a required field."
},
"functionality": "Send a request to this end point to view a program budget transfer with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View Program Budget Transfers by Program",
"api_call": "GET /programBudgetTransfer/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program budget transfers that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul> Program Budget transfers represent adjustments to program budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: View Program Budget Transfers by Program Budget",
"api_call": "GET /programBudgetTransfer/programBudget/{programBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"programBudgetId": "[REQUIRED] integer: The system-generated unique identifier of a program budget."
},
"functionality": "This endpoint returns program budget transfers that meet the following requirements: <ul> <li>The object is associated with a program budget with an ID value that matches the value of the {programBudgetId} path parameter.</li> </ul> Program Budget transfers represent adjustments to program budget line item costs, and capture costs that were moved from one line item to another.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Budget Transfer: Batch Sync Program Budget Transfers",
"api_call": "POST /programBudgetTransfer/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program budget transfer sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program budget transfers.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Measure Value: View a Program Measure Value ",
"api_call": "GET /programMeasureValue/{programMeasureValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"programMeasureValueId": "[REQUIRED] integer: The system-generated identifier of a program measure value;"
},
"functionality": "Send a request to this endpoint to view a program measure value for the specified programMeasureValueId. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Measure Value: View all Program Measure Values by Program Code and Workspace Code ",
"api_call": "GET /programMeasureValue/program",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace;<br>This is a required field.",
"programCode": "[REQUIRED] string: The user-specified identifier of a program;<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view program measure values for the specified programCode and workspaceCode.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Measure Value: View all Program Measure Values by Measure Name and Workspace Code ",
"api_call": "GET /programMeasureValue/measure",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace;<br>This is a required field.",
"measureName": "[REQUIRED] string: The name of the measure.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view program measure values for the specified measureName and workspaceCode.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Measure Value: View all Program Measure Values by Measure ",
"api_call": "GET /programMeasureValue/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure;"
},
"functionality": "Send a request to this endpoint to view program measure values for the specified measureId. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Measure Value: View all Program Measure Values by Program",
"api_call": "GET /programMeasureValue/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated identifier of a program;"
},
"functionality": "Send a request to this endpoint to view program measure values for the specified programId.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Update a Program Risk",
"api_call": "PUT /programRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program risk.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Create a Program Risk",
"api_call": "POST /programRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program risk.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Batch Update Program Risks",
"api_call": "PUT /programRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Batch Create Program Risks",
"api_call": "POST /programRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Batch Delete Program Risks",
"api_call": "DELETE /programRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View a Program Risk",
"api_call": "GET /programRisk/{programRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskId": "[REQUIRED] integer: The system-generated identifier of a program risk."
},
"functionality": "This endpoint returns program risks that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {programRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Delete a Program Risk",
"api_call": "DELETE /programRisk/{programRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskId": "[REQUIRED] integer: The system-generated identifier of a program risk."
},
"functionality": "Send a request to this endpoint to delete a program risk. The application object with an ID value that matches the value of the {programRiskId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View all Program Risks by Assigned CodeValue",
"api_call": "GET /programRisk/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns program risks that meet the following requirements: <ul> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View all Program Risks by Name",
"api_call": "GET /programRisk/name/{riskName}",
"api_version": "2024.01.29",
"api_arguments": {
"riskName": "[REQUIRED] string: The name of the program risk."
},
"functionality": "Send a request to this endpoint to view a project risk with a name value matching the value of the {riskName} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View a Program Risk by Program and Risk Code",
"api_call": "GET /programRisk/program/{programId}/riskCode/{riskCode}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program.",
"riskCode": "[REQUIRED] string: The user-specified identifier of a risk."
},
"functionality": "This endpoint returns program risks that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> <li>The object has a risk with a code value that matches the value of the {riskCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View all Program Risks by Program ",
"api_call": "GET /programRisk/programId/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program risks that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: View all Program Risks in a Workspace",
"api_call": "GET /programRisk/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns program risks that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk: Batch Sync Program Risks",
"api_call": "POST /programRisk/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program risk sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Update a Program Risk Mitigation",
"api_call": "PUT /programRiskMitigation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program risk mitigation.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Create a Program Risk Mitigation",
"api_call": "POST /programRiskMitigation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program risk mitigation.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Batch Update Program Risk Mitigations",
"api_call": "PUT /programRiskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Batch Create Program Risk Mitigations",
"api_call": "POST /programRiskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Batch Delete Program Risk Mitigations",
"api_call": "DELETE /programRiskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: View a Program Risk Mitigation",
"api_call": "GET /programRiskMitigation/{programRiskMitigationId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskMitigationId": "[REQUIRED] integer: The system-generated identifier of a program risk mitigation."
},
"functionality": "This endpoint returns program risk mitigations that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {programRiskMitigationId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Delete a Program Risk Mitigation",
"api_call": "DELETE /programRiskMitigation/{programRiskMitigationId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskMitigationId": "[REQUIRED] integer: The system-generated identifier of a program risk mitigation."
},
"functionality": "Send a request to this endpoint to delete a program risk mitigation. The application object with an ID value that matches the value of the {programRiskMitigationId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: View all Program Risk Mitigations by Code",
"api_call": "GET /programRiskMitigation/code/{programRiskMitigationCode}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskMitigationCode": "[REQUIRED] string: The user-specified identifier of a program risk mitigation."
},
"functionality": "This endpoint returns program risk mitigations that meet the following requirements: <ul> <li>The object has a code that matches the value of the {programRiskMitigationCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: View all Program Risk Mitigations by Program Risk ID",
"api_call": "GET /programRiskMitigation/programRisk/{programRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskId": "[REQUIRED] integer: The system-generated identifier of a program risk."
},
"functionality": "This endpoint returns program risk mitigations that meet the following requirements: <ul> <li>The object is associated with a program risk with an ID value that matches the value of the {programRiskId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: View all Program Risk Mitigations by Program ID",
"api_call": "GET /programRiskMitigation/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program risk mitigations that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Mitigation: Batch Sync Program Risk Mitigations",
"api_call": "POST /programRiskMitigation/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program risk mitigation sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Update a Program Risk Weather Period",
"api_call": "PUT /programRiskWeatherPeriod",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a program risk weather period.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Create a Program Risk Weather Period",
"api_call": "POST /programRiskWeatherPeriod",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a program risk weather period.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Batch Update Program Risk Weather Periods",
"api_call": "PUT /programRiskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more program risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Batch Create Program Risk Weather Periods",
"api_call": "POST /programRiskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more program risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Batch Delete Program Risk Weather Periods",
"api_call": "DELETE /programRiskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more program risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: View a Program Risk Weather Period",
"api_call": "GET /programRiskWeatherPeriod/{programRiskWeatherPeriodId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskWeatherPeriodId": "[REQUIRED] integer: The system-generated identifier of a program risk weather period."
},
"functionality": "This endpoint returns program risk weather periods that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {programRiskMitigationId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Delete a Program Risk Weather Period",
"api_call": "DELETE /programRiskWeatherPeriod/{programRiskWeatherPeriodId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskWeatherPeriodId": "[REQUIRED] integer: The system-generated identifier of a program risk weather period."
},
"functionality": "Send a request to this endpoint to delete a program risk weather period. The application object with an ID value that matches the value of the {programRiskWeatherPeriodId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: View all Program Risk Weather Periods by Period Name",
"api_call": "GET /programRiskWeatherPeriod/code/{periodName}",
"api_version": "2024.01.29",
"api_arguments": {
"periodName": "[REQUIRED] string: The user-specified identifier of a program risk weather period."
},
"functionality": "This endpoint returns program risk weather periods that meet the following requirements: <ul> <li>The object has a name that matches the value of the {periodName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: View all Program Risk Weather Periods by Program ID",
"api_call": "GET /programRiskWeatherPeriod/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns program risk weather periods that meet the following requirements: <ul> <li>The object belongs to a program with an ID value that matches the value of the {programId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: View a Program Risk Mitigation by Program Risk ID",
"api_call": "GET /programRiskWeatherPeriod/programRisk/{programRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"programRiskId": "[REQUIRED] integer: The system-generated identifier of a program risk."
},
"functionality": "This endpoint returns program risk weather periods that meet the following requirements: <ul> <li>The object is associated with a program risk with an ID value that matches the value of the {programRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Program Risk Weather Period: Batch Sync Program Risk Weather Periods",
"api_call": "POST /programRiskWeatherPeriod/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any program risk weather period sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more program risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Change Project Actual Status",
"api_call": "PUT /projectActuals/changeStatus",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "integer: The system-generated identifier of a project actual.",
"projectActualsCode": "string: The user-specified identifier of a project actual.",
"workspaceCode": "string: The user-specified identifier of a workspace.",
"projectCode": "string: The user-specified identifier of a project.",
"status": "[REQUIRED] string: That status of the actual.<br>This is a required field.",
"approvedDate": "string: The date that the actual was approved."
},
"functionality": "Send a request to this endpoint to approve or withdraw the approval of a project actuals.s ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Update a Project Actual",
"api_call": "PUT /projectActuals",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project actual. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Create a Project Actual",
"api_call": "POST /projectActuals",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project actual. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Batch Update Project Actuals",
"api_call": "PUT /projectActuals/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project actuals. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Batch Create Project Actuals",
"api_call": "POST /projectActuals/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project actuals. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Batch Delete Project Actuals",
"api_call": "DELETE /projectActuals/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project actuals. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View a Project Actual",
"api_call": "GET /projectActuals/{projectActualsId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "[REQUIRED] integer: The system-generated identifier of a project actual."
},
"functionality": "This endpoint returns project actuals that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectActualsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Delete a Project Actual",
"api_call": "DELETE /projectActuals/{projectActualsId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "[REQUIRED] integer: The system-generated identifier of a project actual."
},
"functionality": "Send a request to this endpoint to delete a project actual. The application object with an ID value that matches the value of the {projectActualsId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View all Integrated Project Actuals",
"api_call": "GET /projectActuals/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated project actuals objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View a Project Actual by Code",
"api_call": "GET /projectActuals/code/{projectActualsCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsCode": "[REQUIRED] string: The user-specified identifier of a project actual."
},
"functionality": "This endpoint returns project actuals that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectActualsCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View a Project Actual by Code and Project",
"api_call": "GET /projectActuals/project/{projectId}/code/{projectActualsCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"projectActualsCode": "[REQUIRED] string: The user-specified identifier of a project actual."
},
"functionality": "This endpoint returns project actuals that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectActualsCode} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View all Project Actuals by Project",
"api_call": "GET /projectActuals/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project actuals that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View all Project Actuals by Assigned Configured Field Value",
"api_call": "GET /projectActuals/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: View column name of project actuals configured fields.",
"value": "[REQUIRED] string: Value of project actuals configured fields."
},
"functionality": "This endpoint returns project actuals that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View all Project Actuals by Parent",
"api_call": "GET /projectActuals/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project actuals under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: View a Project Actual by Code and Parent Codes",
"api_call": "GET /projectActuals/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"projectActualsCode": "[REQUIRED] string: The user-specified identifier of a project actual.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project actual with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Integrate Project Actuals Data with an External Data Source",
"api_call": "POST /projectActuals/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated project actuals data. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Batch Integrate Project Actuals Data with an External Data Source",
"api_call": "POST /projectActuals/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated project actuals data. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals: Batch Sync Project Actuals",
"api_call": "POST /projectActuals/sync/batch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any project actuals sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project actuals.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Update a Project Actuals Line Item ",
"api_call": "PUT /projectActualsLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project actual line item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Create a Project Actuals Line Item",
"api_call": "POST /projectActualsLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project actual line item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Batch Update Project Actuals Line Items",
"api_call": "PUT /projectActualsLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project actual line items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Batch Create Project Actuals Line Items",
"api_call": "POST /projectActualsLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project actual line items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Batch Delete Project Actuals Line Items ",
"api_call": "DELETE /projectActualsLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project actual line items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View a Project Actual Line Item",
"api_call": "GET /projectActualsLineItem/{projectActualsLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsLineItemId": "[REQUIRED] integer: The system-generated identifier of the project actual line item."
},
"functionality": "This endpoint returns project actual line items that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectActualsLineItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Delete a Project Actuals Line Item ",
"api_call": "DELETE /projectActualsLineItem/{projectActualsLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsLineItemId": "[REQUIRED] integer: The system-generated identifier of a project actual line item."
},
"functionality": "Send a request to this endpoint to delete a project actual line item. The application object with an ID value that matches the value of the {projectActualsLineItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View all Integrated Project Actuals Line Items",
"api_call": "GET /projectActualsLineItem/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated project actuals line item objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View a Project Actuals Line Item by Code",
"api_call": "GET /projectActualsLineItem/code/{projectActualsLineItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsLineItemCode": "[REQUIRED] string: The user-specified identifier of a project actual line item."
},
"functionality": "This endpoint returns project actual line items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectActualsLineItemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View a Project Actuals Line Item by Code and Project Actual ID",
"api_call": "GET /projectActualsLineItem/projectActual/{projectActualsId}/code/{projectActualsLineItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "[REQUIRED] integer: The system-generated identifier of a project actual.",
"projectActualsLineItemCode": "[REQUIRED] string: The user-specified identifier of a project actual line item."
},
"functionality": "This endpoint returns project actual line items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectActualsLineItemCode} path parameter.</li> <li>The object is associated with a project actual with an ID value that matches the value of the {projectActualsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View all Project Actual Line Items by Project Actual",
"api_call": "GET /projectActualsLineItem/projectActuals/{projectActualsId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectActualsId": "[REQUIRED] integer: The system-generated identifier of a project actual."
},
"functionality": "This endpoint returns project actual line items that meet the following requirements: <ul> <li>The object is associated with a project actual with an ID value that matches the value of the {projectActualsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View all Project Actual Line Items by Parent",
"api_call": "GET /projectActualsLineItem/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"projectActualsCode": "[REQUIRED] string: The user-specified identifier of a project actual.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project actual line items under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: View a Project Actual Line Item by Code and Parent Codes",
"api_call": "GET /projectActualsLineItem/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"projectActualsCode": "[REQUIRED] string: The user-specified identifier of a project actual.<br>This is a required field.",
"projectActualsLineItemCode": "[REQUIRED] string: The user-specified identifier of a project actual line item.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project actual line item with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Integrate a Project Actuals Line Item with an External Data Source",
"api_call": "POST /projectActualsLineItem/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a project actuals line item. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Batch Integrate Project Actuals Line Items with an External Data Source",
"api_call": "POST /projectActualsLineItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated project actuals line items. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Actuals Line Item: Batch Sync Project Actuals Line Items",
"api_call": "POST /projectActualsLineItem/sync/batch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any project actuals line items sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project actuals line item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Assign Permission Profiles To User",
"api_call": "POST /project/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Use this endpoint to assign project permission profiles to multiple user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Update a Project",
"api_call": "PUT /project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Create a Project",
"api_call": "POST /project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Batch Update Projects",
"api_call": "PUT /project/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more projects. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Batch Create Projects",
"api_call": "POST /project/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more projects. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Batch Delete Projects",
"api_call": "DELETE /project/batch",
"api_version": "2024.01.29",
"api_arguments": {
"cascadeOnDelete": "boolean: Boolean value(true) for cascade delete project."
},
"functionality": "Send a request to this endpoint to delete one or more projects. Objects with ID values that match the values provided in the request body will be deleted. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View a Project",
"api_call": "GET /project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the project to be found."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object has an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Delete a Project",
"api_call": "DELETE /project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the project to be deleted.",
"cascadeOnDelete": "boolean: Boolean value(true) for cascade delete project."
},
"functionality": "Send a request to this endpoint to delete a project. The application object with an ID value that matches the value of the {projectId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Assigned Code Value",
"api_call": "GET /project/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter and a code value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Assigned Configured Field Value",
"api_call": "GET /project/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Integrated Projects",
"api_call": "GET /project/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated project objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Project Code",
"api_call": "GET /project/code/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View a Project by Code and Parent Code",
"api_call": "GET /project/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code of the project to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the project to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View a Project by Code and Workspace",
"api_call": "GET /project/workspace/{workspaceId}/code/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: WorkspaceID of the project to be found.",
"projectCode": "[REQUIRED] string: Code of the project to be found."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object has a code that matches the value of the {projectCode} path parameter.</li> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Name",
"api_call": "GET /project/name/{projectName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectName": "[REQUIRED] string: Name of the project to be found."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object has a name that matches the value of the {projectName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Specified Name Pattern",
"api_call": "GET /project/nameLike/{projectName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectName": "[REQUIRED] string: Name of the project to be found."
},
"functionality": "Send a request to this endpoint to get a list of projects that contain the given project name pattern. A pattern must include part of a project name and may include any wild card characters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View a Project Image",
"api_call": "GET /project/image/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project images that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View User Permission Sets for Project",
"api_call": "GET /project/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the project to be found.<br>This is a required field.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"workspaceCode": "[REQUIRED] string: Workspace code of the project to be found.<br>This is a required field.",
"projectCode": "[REQUIRED] string: Project code of the project to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Parent Code",
"api_call": "GET /project/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the projects have to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all projects under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: View all Projects by Workspace ",
"api_call": "GET /project/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: WorkspaceID of the project to be found."
},
"functionality": "This endpoint returns projects that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Integrate a Project with an External Data Source",
"api_call": "POST /project/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a project. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project: Batch Integrate Projects with an External Data Source",
"api_call": "POST /project/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any project sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more integrated projects with an external data source.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: Change a Project Budget Status",
"api_call": "PUT /projectBudget/project/{projectId}/changeBudgetStatus",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project Id whose project budget status has to be changed."
},
"functionality": "Send a request to this endpoint to update the status of a project budget that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View a Project Budget ",
"api_call": "GET /projectBudget/{projectBudgetId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: ID of the Project whose Project Budget has to be found."
},
"functionality": "This endpoint returns a project budget that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectBudgetId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View a Project Budget by Project",
"api_call": "GET /projectBudget/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID for which Project Budget has to be found."
},
"functionality": "This endpoint returns a project budget that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View a Project Budget by Parent Code",
"api_call": "GET /projectBudget/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view project budget under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View all Project Budget Status Transition History by Project",
"api_call": "GET /projectBudget/project/{projectId}/statusTransitionHistory",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project id for which Budget Status Transition History has to be found."
},
"functionality": "This endpoint returns a project budget status transition history that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View Budget Transactions by Project",
"api_call": "GET /projectBudget/project/{projectId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Budget: View Budget Transactions by Project Budget",
"api_call": "GET /projectBudget/{projectBudgetId}/transactions",
"api_version": "2024.01.29",
"api_arguments": {
"projectBudgetId": "[REQUIRED] integer: The system-generated identifier of a project budget. "
},
"functionality": "This endpoint returns budget transactions that meet the following requirements: <ul> <li>The object is associated with a project budget with an ID value that matches the value of the {projectBudgetId} path parameter.</li> </ul> Budget transactions capture the budget transfers and budget changes for project budgets.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Update a Project Dependency",
"api_call": "PUT /projectDependency",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project dependency. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Create a Project Dependency",
"api_call": "POST /projectDependency",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project dependency. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Batch Update Project Dependencies",
"api_call": "PUT /projectDependency/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project dependencies. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Batch Create Project Dependencies",
"api_call": "POST /projectDependency/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project dependencies. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Batch Delete Project Dependencies",
"api_call": "DELETE /projectDependency/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project dependencies. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: View a Project Dependency",
"api_call": "GET /projectDependency/{projectDependencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectDependencyId": "[REQUIRED] integer: ID of the Project Dependency to be found."
},
"functionality": "This endpoint returns a project dependency that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectDependencyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Delete a Project Dependency",
"api_call": "DELETE /projectDependency/{projectDependencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectDependencyId": "[REQUIRED] integer: ID of the Project Dependency to be deleted."
},
"functionality": "Send a request to this endpoint to delete a project dependency. The application object with an ID value that matches the value of the {projectDependencyId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: View all Project Dependencies that Depend on a Specific Project",
"api_call": "GET /projectDependency/dependsOn/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The unique identifier of a project that has other projects depending on it."
},
"functionality": "This endpoint returns project dependencies dependent on a specific project that meet the following requirements: <ul> <li>The object depends on a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: View all Project Dependencies that Support a Specific Project",
"api_call": "GET /projectDependency/supports/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The unique identifier of a project that has other projects that it relies on for support."
},
"functionality": "This endpoint returns project dependencies supporting a specific project that meet the following requirements: <ul> <li>The object supports a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: View all Project Dependencies by Parent",
"api_call": "GET /projectDependency/supportedBy",
"api_version": "2024.01.29",
"api_arguments": {
"projectWorkspaceCode": "[REQUIRED] string: The workspace code of a project that has other projects depending on it.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project dependencies under a workspace with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: View a Project Dependency by Codes",
"api_call": "GET /projectDependency/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"projectWorkspaceCode": "[REQUIRED] string: The workspace code of a project that has other projects depending on it.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The project code of a project that has other projects depending on it.<br>This is a required field.",
"dependentProjectWorkspaceCode": "[REQUIRED] string: The workspace code of a project that has other projects that it relies on for support.<br>This is a required field.",
"dependentProjectCode": "[REQUIRED] string: The project code of a project that has other projects that it relies on for support.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a project dependency with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Dependency: Batch Sync Project Dependencies",
"api_call": "POST /projectDependency/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project dependencies sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project dependencies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: Update a Project Rank",
"api_call": "PUT /projectRank",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project rank. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: Create a Project Rank",
"api_call": "POST /projectRank",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project rank. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: Batch Update Project Ranks",
"api_call": "PUT /projectRank/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project ranks. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: Batch Create Project Ranks",
"api_call": "POST /projectRank/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project ranks. An application object will be created for each JSON object provided in the request body. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: View a Project Rank",
"api_call": "GET /projectRank/{projectRankId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRankId": "[REQUIRED] integer: ID of the Project Rank that has to be found."
},
"functionality": "This endpoint returns a project rank that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectRankId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: View all Project Ranks by Project",
"api_call": "GET /projectRank/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the Project for which Project Rank has to be found."
},
"functionality": "This endpoint returns a project rank that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Rank: Batch Sync Project Ranks",
"api_call": "POST /projectRank/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project ranks sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project ranks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: Update a Project Resource Work Rate",
"api_call": "PUT /projectResourceWorkRate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project resource work rate.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: Create a Project Resource Work Rate",
"api_call": "POST /projectResourceWorkRate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project resource work rate.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: Batch Update Project Resource Work Rates",
"api_call": "PUT /projectResourceWorkRate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: Batch Create Project Resource Work Rates",
"api_call": "POST /projectResourceWorkRate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View a Project Resource Work Rate",
"api_call": "GET /projectResourceWorkRate/{projectResourceWorkRateId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectResourceWorkRateId": "[REQUIRED] integer: The system-generated identifier of a project resource work rate."
},
"functionality": "This endpoint returns a project resource work rate that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectResourceWorkRateId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View All Project Resource Work Rates by Parent",
"api_call": "GET /projectResourceWorkRate/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"resourceCode": "[REQUIRED] string: The user-specified identifier of a resource.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project resource work rates under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View all Project Resource Work Rates by Project and Resource",
"api_call": "GET /projectResourceWorkRate/project/{projectId}/resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "This endpoint returns a project resource work rate that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a resource with an ID value that matches the value of the {resourceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View Project Resource Work Rates by Project and Workspace Code",
"api_call": "GET /projectResourceWorkRate/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace."
},
"functionality": "Send a request to this endpoint to view the work rates of all resources belonging to a project with code values that match the values of the path parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View Project Resource Work Rates by Project",
"api_call": "GET /projectResourceWorkRate/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to view the project resource work rates of all resources belonging to a project with an ID value that matches the value of the {projectId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: View all Project Resource Work Rates by Project Resource ",
"api_call": "GET /projectResourceWorkRate/projectResource/{projectResourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectResourceId": "[REQUIRED] integer: The system-generated identifier of a project resource."
},
"functionality": "This endpoint returns a project resource work rate that meet the following requirements: <ul> <li>The object has a project resource with an ID value that matches the value of the {projectResourceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Resource Work Rate: Batch Sync Project Resource Work Rates",
"api_call": "POST /projectResourceWorkRate/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any project resource work rate sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Update a Project Risk",
"api_call": "PUT /projectRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project risk.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Create a Project Risk",
"api_call": "POST /projectRisk",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project risk.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Batch Update Project Risks",
"api_call": "PUT /projectRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Batch Create Project Risks",
"api_call": "POST /projectRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Batch Delete Project Risks",
"api_call": "DELETE /projectRisk/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View a Project Risk",
"api_call": "GET /projectRisk/{projectRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: The system-generated identifier of a project risk."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Delete a Project Risk",
"api_call": "DELETE /projectRisk/{projectRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: The system-generated identifier of a project risk."
},
"functionality": "Send a request to this endpoint to delete a project risk. The application object with an ID value that matches the value of the {projectRiskId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View all Project Risks by Assigned CodeValue",
"api_call": "GET /projectRisk/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View all Project Risks by Name",
"api_call": "GET /projectRisk/name/{riskName}",
"api_version": "2024.01.29",
"api_arguments": {
"riskName": "[REQUIRED] string: The user-specified name of a project risk."
},
"functionality": "Send a request to this endpoint to view a project risk with a name value matching the value of the {riskName} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View a Project Risk by Project and Risk Code",
"api_call": "GET /projectRisk/project/{projectId}/riskCode/{riskCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"riskCode": "[REQUIRED] string: The user-specified identifier of a risk."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a risk with a code value that matches the value of the {riskCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View all Project Risks by Configured Field Value",
"api_call": "GET /projectRisk/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The view column name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View Project Risk Mitigation by Project Risk ",
"api_call": "GET /projectRisk/mitigation/{projectRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: The system-generated identifier of a project risk."
},
"functionality": "This endpoint returns project risk mitigations that meet the following requirements: <ul> <li>The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View Project Risk Weather Periods by Project Risk ",
"api_call": "GET /projectRisk/weatherPeriod/{projectRiskId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: The system-generated identifier of a project risk."
},
"functionality": "This endpoint returns project risk weather periods that meet the following requirements: <ul> <li>The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View all Project Risks in a Workspace",
"api_call": "GET /projectRisk/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: View all Project Risks by Project",
"api_call": "GET /projectRisk/projectId/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project risks that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk: Batch Sync Project Risks",
"api_call": "POST /projectRisk/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project risk sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project risks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Projects Aggregate: View a Project Aggregate by Rollup",
"api_call": "GET /projectsAggregate/rollupId/{rollupId}",
"api_version": "2024.01.29",
"api_arguments": {
"rollupId": "[REQUIRED] integer: Rollup ID of the projects aggregate for which projects aggregate has to be found."
},
"functionality": "This endpoint returns project aggregates that meet the following requirements: <ul> <li>The object has a rollup with an ID value that matches the value of the {rollupId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Projects Aggregate: View a Project Aggregate by Reference ID and Rollup Type",
"api_call": "GET /projectsAggregate/reference/{referenceObjectId}/rollupType/{rollupType}",
"api_version": "2024.01.29",
"api_arguments": {
"referenceObjectId": "[REQUIRED] integer: Reference ID and rollup type for the projects aggregates to be found.",
"rollupType": "[REQUIRED] string: The rollup type of a project aggregate."
},
"functionality": "This endpoint returns project aggregates that meet the following requirements: <ul> <li>The object has a reference to another object with an ID value that matches the value of the {referenceObjectId} path parameter.</li> <li>The object has a rollup with an ID value that matches the value of the {rollupId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Projects Aggregate: View a Project Aggregate by Budget Plan",
"api_call": "POST /projectsAggregate/capitalPlan",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns a project aggregate that meet the following requirements: <ul> <li>The object is associated with a budget plan with an ID value that matches one or more values of the {id} query parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Assign Resources to Projects",
"api_call": "POST /resource/assign/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint assign multiple workspace resource to various projects. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Assign a Resource to a Project",
"api_call": "POST /resource/{resourceId}/assign/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to assign a workspace resource to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Resources by Resource Class",
"api_call": "GET /resource",
"api_version": "2024.01.29",
"api_arguments": {
"resourceClass": "[REQUIRED] string: The class identifies the item as a resource or a role.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all workspace resources which have a resource class with the {resourceClass} query parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Update a Resource or Role",
"api_call": "PUT /resource",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a workspace resource.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Create a Resource or Role",
"api_call": "POST /resource",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Create a resource or role.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Batch Update Resources or Roles",
"api_call": "PUT /resource/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more workspace resources or roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Batch Create Resources or Roles",
"api_call": "POST /resource/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more workspace resources or roles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Batch Delete Resources or Roles",
"api_call": "DELETE /resource/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more resources.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View a Resource or Role",
"api_call": "GET /resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "Send a request to this endpoint to view a resource or role created at the workspace level.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Delete a Resource or Role",
"api_call": "DELETE /resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "Send a request to this endpoint to delete a resource. The application object with an ID value that matches the value of the {resourceId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Unassign Workspace Resources or Roles ",
"api_call": "DELETE /resource/workspaceResource/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to unassign one or more resources or roles from given inherited workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Unassign a Workspace Resource or Role ",
"api_call": "DELETE /resource/workspaceResource/workspace/{workspaceId}/resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "Send a request to this endpoint to unassign a resource or role from a inherited workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Integrated Resources",
"api_call": "GET /resource/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to view all integrated resources.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Resources by Code and Type",
"api_call": "GET /resource/code/{resourceCode}/resourceType/{resourceType}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceCode": "[REQUIRED] string: The user-specified identifier of a resource.",
"resourceType": "[REQUIRED] string: The type of the resource i.e., LABOR, NONLABOR or MATERIAL."
},
"functionality": "Send a request to this endpoint to view all workspace resources which have a resource code with the {resourceCode} path parameter and a resource type with the {resourceType} path parameter. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Resources by Parent Code",
"api_call": "GET /resource/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace code under which all the resources have to be found.<br>This is a required field.",
"projectCode": "string: The user-specified identifier of a project."
},
"functionality": "Send a request to this endpoint to view all resources under a parent with codes matching the code fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Resources by Assigned Code Value",
"api_call": "GET /resource/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type."
},
"functionality": "Send a request to this endpoint to view all resources which have a code type with the {codeTypeId} path parameter and a code value with the {codeValueCode} path parameter. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Child Resources and Roles by Resource Hierarchy ",
"api_call": "GET /resource/{resourceId}/resourceClass/{resourceClass}/childrenHierarchy",
"api_version": "2024.01.29",
"api_arguments": {
"resourceClass": "[REQUIRED] string: ResourceClass to get resources",
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "View all child resources of a resource which have a resource ID with the {resourceId} path parameter and a resource class with the {resourceClass} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Project Resources or Roles by Project ",
"api_call": "GET /resource/projectId/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns resources that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: View all Workspace Resources and Roles by Workspace ",
"api_call": "GET /resource/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns resources that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Assign or Promote a Resource",
"api_call": "POST /resource/replicateObjectInWorkspaces/resource/{resourceId}/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource.",
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "Send a request to this endpoint to assign or promote a resource to the provided workspace from an existing project or a workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Integrate a Resource with an External Data Source",
"api_call": "POST /resource/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated resource. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Batch Integrate Resources with an External Data Source",
"api_call": "POST /resource/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any resource sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more integrated resources. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Unassign Resources or Roles from Projects",
"api_call": "DELETE /resource/unassign/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to unassign multiple resources or roles from various project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource: Unassign a Resource or Role from a Project",
"api_call": "DELETE /resource/{resourceId}/unassign/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "Send a request to this endpoint to unassign a resource or role from a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Update an Activity Relationship",
"api_call": "PUT /relationship",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a activity relationship.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Create an Activity Relationship",
"api_call": "POST /relationship",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a activity relationship.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Batch Update Activity Relationships",
"api_call": "PUT /relationship/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more activity relationships.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Batch Create Activity Relationships",
"api_call": "POST /relationship/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more activity relationships.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Batch Delete Activity Relationships",
"api_call": "DELETE /relationship/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more activity relationships. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: View an Activity Relationship",
"api_call": "GET /relationship/{relationshipId}",
"api_version": "2024.01.29",
"api_arguments": {
"relationshipId": "[REQUIRED] integer: The system-generated identifier of an activity relationship."
},
"functionality": "This endpoint returns activity relationships that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {relationshipId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Delete an Activity Relationship",
"api_call": "DELETE /relationship/{relationshipId}",
"api_version": "2024.01.29",
"api_arguments": {
"relationshipId": "[REQUIRED] integer: The system-generated identifier of an activity relationship."
},
"functionality": "Send a request to this endpoint to delete a activity relationship. The application object with an ID value that matches the value of the {relationshipId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: View all Activity Relationships by Parent",
"api_call": "GET /relationship/activityRelationshipCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all activity relationships under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: View all Activity Relationships Associated to an Activity",
"api_call": "GET /relationship/activityId/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns activity relationships that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: View all Project Relationships by Parent",
"api_call": "GET /relationship/projectRelationshipCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all project relationships under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: View Relationships by Baseline",
"api_call": "GET /relationship/baseline/data",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"baselineName": "string: The user-specified identifier of a project baseline.",
"baselineType": "string: Identifies the official and unofficial baselines."
},
"functionality": "Send a request to this endpoint to view all relationships by baseline matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Activity Relationship: Batch Sync Activity Relationships",
"api_call": "POST /relationship/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any activity relationship sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]."
},
"functionality": "Send a request to this endpoint to create or update one or more activity relationships.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report: Assign Permission Profiles To User",
"api_call": "POST /report/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]."
},
"functionality": "Use this endpoint to assign report permission profiles to multiple user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report: View User Permission Sets for Report",
"api_call": "GET /report/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"reportId": "integer: The system-generated identifier of a report.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"workspaceCode": "string: The user-specified identifier of a workspace.",
"reportCode": "string: The user-defined identifier of a report."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided report.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Update a Report Cycle",
"api_call": "PUT /reportCycle",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a report cycle.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Create a Report Cycle",
"api_call": "POST /reportCycle",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a report cycle.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Batch Update Report Cycles",
"api_call": "PUT /reportCycle/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more report cycles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Batch Create Report Cycles",
"api_call": "POST /reportCycle/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more report cycles. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Batch Delete Report Cycles",
"api_call": "DELETE /reportCycle/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more report cycles. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: View a Report Cycle",
"api_call": "GET /reportCycle/{reportCycleId}",
"api_version": "2024.01.29",
"api_arguments": {
"reportCycleId": "[REQUIRED] integer: The system-generated identifier of a report cycle."
},
"functionality": "This endpoint returns report cycles that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {reportCycleId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Delete a Report Cycle",
"api_call": "DELETE /reportCycle/{reportCycleId}",
"api_version": "2024.01.29",
"api_arguments": {
"reportCycleId": "[REQUIRED] integer: The system-generated identifier of a report cycle."
},
"functionality": "Send a request to this endpoint to delete a report cycle. The application object with an ID value that matches the value of the {reportCycleId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: View all Report Cycles by Workspace",
"api_call": "GET /reportCycle/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns report cycles that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Report Cycle: Batch Sync Report Cycles",
"api_call": "POST /reportCycle/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any report cycle sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more report cycles.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Update a Resource Demand",
"api_call": "PUT /resourceDemand",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a resource demand.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Create a Resource Demand",
"api_call": "POST /resourceDemand",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a resource demand.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Batch Update Resource Demands",
"api_call": "PUT /resourceDemand/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more resource demands.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Batch Create Resource Demands",
"api_call": "POST /resourceDemand/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more resource demands. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Batch Delete Resource Demands",
"api_call": "DELETE /resourceDemand/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more resource demands.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: View a Resource Demand",
"api_call": "GET /resourceDemand/{resourceDemandId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceDemandId": "[REQUIRED] integer: The system-generated identifier of a resource demand."
},
"functionality": "This endpoint returns resource demands that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {resourceDemandId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Delete a Resource Demand",
"api_call": "DELETE /resourceDemand/{resourceDemandId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceDemandId": "[REQUIRED] integer: The system-generated identifier of a resource demand."
},
"functionality": "Send a request to this endpoint to delete a resource demand. The application object with an ID value that matches the value of the {resourceDemandId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: View all Resource Demands by Project ID",
"api_call": "GET /resourceDemand/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns resource demands that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Demand: Batch Sync Resource Demands",
"api_call": "POST /resourceDemand/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any resource demand record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more resource demands.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Update a Resource Role Assignment ",
"api_call": "PUT /resourceRoleAssignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a resource role assignment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Create a Resource Role Assignment",
"api_call": "POST /resourceRoleAssignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a reosurce role assignment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Batch Update Resource Role Assignments",
"api_call": "PUT /resourceRoleAssignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more resource role assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Batch Create Resource Role Assignments",
"api_call": "POST /resourceRoleAssignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more resource role assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Batch Delete Resource Role Assignments ",
"api_call": "DELETE /resourceRoleAssignment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more resource role assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: View a Resource Role Assignment ",
"api_call": "GET /resourceRoleAssignment/{resourceRoleAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceRoleAssignmentId": "[REQUIRED] integer: The system-generated identifier of a resource role assignment."
},
"functionality": "This endpoint returns resource role assignments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {resourceRoleAssignmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Delete a Resource Role Assignment ",
"api_call": "DELETE /resourceRoleAssignment/{resourceRoleAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceRoleAssignmentId": "[REQUIRED] integer: The system-generated identifier of a resource role assignment."
},
"functionality": "Send a request to this endpoint to delete a resource role assignment. The application object with an ID value that matches the value of the {resourceRoleAssignmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: View a Resource Role Assignment by Resource and Role ",
"api_call": "GET /resourceRoleAssignment/resource/{resourceId}/role/{roleId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource.",
"roleId": "[REQUIRED] integer: The system-generated identifier of a role."
},
"functionality": "This endpoint returns resource role assignments that meet the following requirements: <ul> <li>The object has a resource with an ID value that matches the value of the {resourceId} path parameter.</li> <li>The object is associated with a role with an ID value that matches the value of the {roleId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: View all Resource Role Assignments by Primary Flag ",
"api_call": "GET /resourceRoleAssignment/primaryFlag/{primaryFlag}",
"api_version": "2024.01.29",
"api_arguments": {
"primaryFlag": "[REQUIRED] string: Indicates whether this is resource's primary role or not. <br>Allowed Values: [ \"TEMPLATE\", \"PROJECT\", \"GENERIC_PORTFOLIO\", \"IDEA\", \"PROGRAM\", \"STRATEGY\" ]"
},
"functionality": "This endpoint returns reosurce role assignments that meet the following requirements: <ul> <li>The object is associated with a flag with an ID value that matches the value of the {primaryFlag} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: View all Resource Role Assignments by Resource ",
"api_call": "GET /resourceRoleAssignment/resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "This endpoint returns resource role assignments that meet the following requirements: <ul> <li>The object has a resource with an ID value that matches the value of the {resourceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Role Assignment: Batch Sync Resource Role Assignments",
"api_call": "POST /resourceRoleAssignment/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any resource role assignments sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]# RESOURCE WORK RATE #"
},
"functionality": "Send a request to this endpoint to create or update one or more Resource Role Assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Update a Resource Work Rate",
"api_call": "PUT /resourceWorkRate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a resource work rate.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Create a Resource Work Rate",
"api_call": "POST /resourceWorkRate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a resource work rate.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Batch Update Resource Work Rates",
"api_call": "PUT /resourceWorkRate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Batch Create Resource Work Rates",
"api_call": "POST /resourceWorkRate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Batch Delete Resource Work Rates ",
"api_call": "DELETE /resourceWorkRate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: View a Resource Work Rate ",
"api_call": "GET /resourceWorkRate/{resourceWorkRateId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceWorkRateId": "[REQUIRED] integer: The system-generated identifier of a resource work rate."
},
"functionality": "This endpoint returns resource work rates that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {resourceWorkRateId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Delete a Resource Work Rate",
"api_call": "DELETE /resourceWorkRate/{resourceWorkRateId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceWorkRateId": "[REQUIRED] integer: One or more system-generated identifiers of resource work rates."
},
"functionality": "Send a request to this endpoint to delete a resource work rate. The application object with an ID value that matches the value of the {resourceWorkRateId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: View all Resource Work Rates by Resource ",
"api_call": "GET /resourceWorkRate/resource/{resourceId}",
"api_version": "2024.01.29",
"api_arguments": {
"resourceId": "[REQUIRED] integer: The system-generated identifier of a resource."
},
"functionality": "This endpoint returns resource work rates that meet the following requirements: <ul> <li>The object has a resource with an ID value that matches the value of the {resourceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: View all Resource Work Rates by Workspace",
"api_call": "GET /resourceWorkRate/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "Send a request to this endpoint to view the work rates of all resources belonging to a workspace with an ID value that matches the value of the {workspaceId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: View all Resource Work Rates by Workspace Code",
"api_call": "GET /resourceWorkRate/workspaceCode/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace."
},
"functionality": "Send a request to this endpoint to view the work rates of all resources belonging to a workspace with a code value that matches the value of the {workspaceCode} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Resource Work Rate: Batch Sync Resource Work Rates",
"api_call": "POST /resourceWorkRate/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any resource work rate record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more resource work rates.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Update a Risk Matrix",
"api_call": "PUT /riskMatrix",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a risk matrix.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Create a Risk Matrix",
"api_call": "POST /riskMatrix",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a risk matrix.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Batch Update Risk Matrices",
"api_call": "PUT /riskMatrix/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more risk matrixes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Batch Create Risk Matrices",
"api_call": "POST /riskMatrix/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more risk matrixes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Batch Delete Risk Matrices",
"api_call": "DELETE /riskMatrix/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more risk matrixes.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View a Risk Matrix",
"api_call": "GET /riskMatrix/{riskMatrixId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskMatrixId": "[REQUIRED] integer: The system-generated identifier of a risk matrix."
},
"functionality": "This endpoint returns risk matrixes that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {riskMatrixId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Delete a Risk Matrix",
"api_call": "DELETE /riskMatrix/{riskMatrixId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskMatrixId": "[REQUIRED] integer: The system-generated identifier of a risk matrix."
},
"functionality": "Send a request to this endpoint to delete a risk matrix. The application object with an ID value that matches the value of the {riskMatrixId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View a Risk Matrix by Name",
"api_call": "GET /riskMatrix/name/{matrixName}",
"api_version": "2024.01.29",
"api_arguments": {
"matrixName": "[REQUIRED] string: The name of a risk matrix."
},
"functionality": "This endpoint returns risk matrixes that meet the following requirements: <ul> <li>The object has a name that matches the value of the {matrixName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View a Risk Matrix by Name and Workspace",
"api_call": "GET /riskMatrix/workspace/{workspaceId}/name/{matrixName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"matrixName": "[REQUIRED] string: The name of a risk matrix."
},
"functionality": "This endpoint returns risk matrixes that meet the following requirements: <ul> <li>The object has a name that matches the value of the {matrixName} path parameter.</li> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View Risk Matrices by Workspace",
"api_call": "GET /riskMatrix/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns risk matrixes that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View Risk Matrix by Program",
"api_call": "GET /riskMatrix/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "Send a request to this endpoint to view the risk matrix assigned to the program.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View Risk Matrix by Project",
"api_call": "GET /riskMatrix/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to view the risk matrix assigned to the project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: View all Risk Matrixes by Name in a Workspace Hierarchy",
"api_call": "GET /riskMatrix/resolveRiskMatrix/workspace/{workspaceId}/riskMatrix/{matrixName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: WorkspaceId of RiskMatrix to be found",
"matrixName": "[REQUIRED] string: The name of a risk matrix."
},
"functionality": "Send a request to this endpoint to view a risk matrix associated with a name matching the value of the {matrixName} and the hierarchy of the workspace with an id matching the value of the {workspaceId}.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Matrix: Batch Sync Risk Matrices",
"api_call": "POST /riskMatrix/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any risk matrix sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more risk matrices.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Update a Project Risk Mitigation",
"api_call": "PUT /riskMitigation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project risk mitigation.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Create a Project Risk Mitigation",
"api_call": "POST /riskMitigation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project risk mitigation.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Batch Update Project Risk Mitigations",
"api_call": "PUT /riskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Batch Create Project Risk Mitigations",
"api_call": "POST /riskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Batch Delete Project Risk Mitigations",
"api_call": "DELETE /riskMitigation/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: View a Project Risk Mitigation",
"api_call": "GET /riskMitigation/{riskMitigationId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskMitigationId": "[REQUIRED] integer: The system-generated identifier of a risk mitigation."
},
"functionality": "This endpoint returns project risk mitigations that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {riskMitigationId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Delete a Project Risk Mitigation",
"api_call": "DELETE /riskMitigation/{riskMitigationId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskMitigationId": "[REQUIRED] integer: The system-generated identifier of a risk mitigation."
},
"functionality": "Send a request to this endpoint to delete a project risk mitigation. The application object with an ID value that matches the value of the {riskMitigationId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: View all Project Risk Mitigations by Code",
"api_call": "GET /riskMitigation/code/{riskMitigationCode}",
"api_version": "2024.01.29",
"api_arguments": {
"riskMitigationCode": "[REQUIRED] string: The user-specified identifier of a risk mitigation."
},
"functionality": "This endpoint returns project risk mitigations that meet the following requirements: <ul> <li>The object has a code that matches the value of the {riskMitigationCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: View a Project Risk Mitigation by Code and Project Risk",
"api_call": "GET /riskMitigation/projectRisk/{projectRiskId}/code/{riskMitigationCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectRiskId": "[REQUIRED] integer: The system-generated identifier of a project risk.",
"riskMitigationCode": "[REQUIRED] string: The user-specified identifier of a risk mitigation."
},
"functionality": "This endpoint returns project risk mitigations that meet the following requirements: <ul> <li>The object has a code that matches the value of the {riskMitigationCode} path parameter.</li> <li>The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: View all Project Risk Mitigations by Project ID",
"api_call": "GET /riskMitigation/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint will fetch a project risk mitigation with a corresponding risk that belongs to the project with a project ID that matches the ID passed as the path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Mitigation: Batch Sync Project Risk Mitigations",
"api_call": "POST /riskMitigation/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project risk mitigation sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project risk mitigations.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Update a Risk Score Type",
"api_call": "PUT /riskScoreType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a risk score type.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Create a Risk Score Type",
"api_call": "POST /riskScoreType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a risk score type.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Batch Update Risk Score Types",
"api_call": "PUT /riskScoreType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more risk score types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Batch Create Risk Score Types",
"api_call": "POST /riskScoreType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more risk score types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View a Risk Score Type",
"api_call": "GET /riskScoreType/{riskScoreTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskScoreTypeId": "[REQUIRED] integer: The system-generated identifier of a risk score type."
},
"functionality": "This endpoint returns risk score types that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {riskScoreTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Delete a Risk Score Type",
"api_call": "DELETE /riskScoreType/{riskScoreTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskScoreTypeId": "[REQUIRED] integer: The system-generated identifier of a risk score type."
},
"functionality": "Send a request to this endpoint to delete a risk score type. The application object with an ID value that matches the value of the {riskScoreTypeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View a Risk Score Type by Name",
"api_call": "GET /riskScoreType/name/{riskScoreTypeName}",
"api_version": "2024.01.29",
"api_arguments": {
"riskScoreTypeName": "[REQUIRED] string: The name of a risk score type."
},
"functionality": "This endpoint returns risk score types that meet the following requirements: <ul> <li>The object has a name that matches the value of the {riskScoreTypeName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View a Risk Score Type by Name and Project",
"api_call": "GET /riskScoreType/name/{riskScoreTypeName}/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskScoreTypeName": "[REQUIRED] string: The name of a risk score type.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns risk score types that meet the following requirements: <ul> <li>The object has a name that matches the value of the {riskScoreTypeName} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View a Risk Score Type by Name and Workspace",
"api_call": "GET /riskScoreType/workspace/{workspaceId}/name/{riskScoreTypeName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"riskScoreTypeName": "[REQUIRED] string: The name of a risk score type."
},
"functionality": "This endpoint returns risk score types that meet the following requirements: <ul> <li>The object has a name that matches the value of the {riskScoreTypeName} path parameter.</li> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View Risk Score Thresholds by Risk Score Type",
"api_call": "GET /riskScoreType/threshold/{riskScoreTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskScoreTypeId": "[REQUIRED] integer: The system-generated identifier of a risk score type."
},
"functionality": "This endpoint returns risk score thresholds that meet the following requirements: <ul> <li>The object is associated with a risk score type with an ID value that matches the value of the {riskScoreTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View all Risk Score Types by Workspace",
"api_call": "GET /riskScoreType/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns risk score types that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View Risk Score Types by Program",
"api_call": "GET /riskScoreType/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated unique identifier of a program."
},
"functionality": "This endpoint returns risk score types that are associated with a program ID value that matches the value of the {programId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: View Risk Score Types by Project",
"api_call": "GET /riskScoreType/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns risk score types that are associated with a project ID value that matches the value of the {projectId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Risk Score Type: Batch Sync Risk Score Types",
"api_call": "POST /riskScoreType/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any risk score type sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more risk score types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Update a Project Risk Weather Period",
"api_call": "PUT /riskWeatherPeriod",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project risk weather period.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Create a Project Risk Weather Period",
"api_call": "POST /riskWeatherPeriod",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project risk weather period.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Batch Update Project Risk Weather Periods",
"api_call": "PUT /riskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Batch Create Project Risk Weather Periods",
"api_call": "POST /riskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Batch Delete Project Risk Weather Periods",
"api_call": "DELETE /riskWeatherPeriod/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: View a Project Risk Weather Period",
"api_call": "GET /riskWeatherPeriod/{riskWeatherPeriodId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskWeatherPeriodId": "[REQUIRED] integer: The system-generated identifier of a risk weather period."
},
"functionality": "This endpoint returns project risk weather periods that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {riskWeatherPeriodId} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Delete a Project Risk Weather Period",
"api_call": "DELETE /riskWeatherPeriod/{riskWeatherPeriodId}",
"api_version": "2024.01.29",
"api_arguments": {
"riskWeatherPeriodId": "[REQUIRED] integer: The system-generated identifier of a risk weather period."
},
"functionality": "Send a request to this endpoint to delete a project risk weather period. The application object with an ID value that matches the value of the {riskWeatherPeriodId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: View all Project Risk Weather Periods by Period Name",
"api_call": "GET /riskWeatherPeriod/code/{periodName}",
"api_version": "2024.01.29",
"api_arguments": {
"periodName": "[REQUIRED] string: The user-specified identifier of a risk weather period."
},
"functionality": "This endpoint returns project risk weather periods that meet the following requirements: <ul> <li>The object has a name that matches the value of the {periodName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: View all Project Risk Weather Periods by Project ID",
"api_call": "GET /riskWeatherPeriod/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns project risk weather periods that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Risk Weather Period: Batch Sync Project Risk Weather Periods",
"api_call": "POST /riskWeatherPeriod/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project risk weather period sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project risk weather periods.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Update a Rule of Credit",
"api_call": "PUT /ruleOfCredit",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a rule of credit. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Create a Rule of Credit",
"api_call": "POST /ruleOfCredit",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a rule of credit. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Batch Update Rules of Credit",
"api_call": "PUT /ruleOfCredit/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more rules of credit. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Batch Create Rules of Credit",
"api_call": "POST /ruleOfCredit/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more rules of credit. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Batch Delete Rules of Credit",
"api_call": "DELETE /ruleOfCredit/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more rules of credit. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: View a Rule of Credit",
"api_call": "GET /ruleOfCredit/{rocId}",
"api_version": "2024.01.29",
"api_arguments": {
"rocId": "[REQUIRED] integer: The system-generated identifier of a rule of credit."
},
"functionality": "This endpoint returns rules of credit that meet the following requirements: <ul> <li>The object is associated with a rule of credit with an ID value that matches the value of the {rocId} path parameter.</li> </ul> Rules of credit can be used when tracking progress on scope assignments in work packages.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Delete a Rule of Credit",
"api_call": "DELETE /ruleOfCredit/{rocId}",
"api_version": "2024.01.29",
"api_arguments": {
"rocId": "[REQUIRED] integer: The system-generated identifier of a rule of credit."
},
"functionality": "Send a request to this endpoint to delete a rule of credit. The application object with an ID value that matches the value of the {rocId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: View Rules of Credit by Name",
"api_call": "GET /ruleOfCredit/name/{rocName}",
"api_version": "2024.01.29",
"api_arguments": {
"rocName": "[REQUIRED] string: The name of the rule of credit."
},
"functionality": "This endpoint returns rules of credit that meet the following requirements: <ul> <li>The object has a name that matches the value of the {rocName} path parameter.</li> </ul> Rules of credit can be used when tracking progress on scope assignments in work packages.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: View Rule of Credit Milestones",
"api_call": "GET /ruleOfCredit/ROCMilestone/{rocId}",
"api_version": "2024.01.29",
"api_arguments": {
"rocId": "[REQUIRED] integer: The system-generated identifier of a rule of credit."
},
"functionality": "This endpoint returns rule of credit milestones that meet the following requirements: <ul> <li>The object is associated with a rule of credit with an ID value that matches the value of the {rocId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: View Rules of Credit by Workspace",
"api_call": "GET /ruleOfCredit/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns rules of credit that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul> Rules of credit can be used when tracking progress on scope assignments in work packages.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: View Rules of Credit by Workspace Code",
"api_call": "GET /ruleOfCredit/workspace/code/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace."
},
"functionality": "This endpoint returns rules of credit that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul> Rules of credit can be used when tracking progress on scope assignments in work packages.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Rule Of Credit: Batch Sync Rules of Credit",
"api_call": "POST /ruleOfCredit/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any rules of credit sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more Rules of Credit.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Update Scope Assignment Actuals Time Phased Data ",
"api_call": "PUT /actualsTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Create Scope Assignment Actuals Time Phased Data",
"api_call": "POST /actualsTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Batch Update Scope Assignment Actuals Time Phased Data ",
"api_call": "PUT /actualsTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Batch Create Scope Assignment Actuals Time Phased Data ",
"api_call": "POST /actualsTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Batch Delete Scope Assignment Actuals Time Phased Data ",
"api_call": "DELETE /actualsTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: View Scope Assignment Actuals Time Phased Data ",
"api_call": "GET /actualsTimePhasedData/{scopeAssignmentActualsTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentActualsTimePhasedDataId": "[REQUIRED] integer: The system-generated identifier of actual time phased data."
},
"functionality": "This endpoint returns scope assignment actual time phased data that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {actualsTimePhasedDataId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Delete Scope Assignment Actuals Time Phased Data ",
"api_call": "DELETE /actualsTimePhasedData/{scopeAssignmentActualsTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentActualsTimePhasedDataId": "[REQUIRED] integer: The system-generated identifier of actual time phased data."
},
"functionality": "Send a request to this endpoint to delete scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: View all Scope Assignment Actuals Time Phased Data by Scope Assignment ",
"api_call": "GET /actualsTimePhasedData/scopeAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of a scope assignment."
},
"functionality": "This endpoint returns actual time phased data that meet the following requirements: <ul> <li>The object is associated with a scope assignment with an ID value that matches the value of the {scopeAssignmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Actuals Time Phased Data: Batch Sync Scope Assignment Actuals Time Phased Data",
"api_call": "POST /actualsTimePhasedData/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any scope assignment actuals time phased data record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more scope assignment actual time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Baseline Time Phased Data: View Scope Assignment Baseline Time Phased Data",
"api_call": "GET /baselineTimePhasedData/{scopeAssignmentBaselineTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentBaselineTimePhasedDataId": "[REQUIRED] integer: The system-generated identifier of baseline time phased data."
},
"functionality": "This endpoint returns baseline time phased data that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {scopeAssignmentBaselineTimePhasedDataId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Baseline Time Phased Data: View all Scope Assignment Baseline Time Phased Data by Scope Assignment ",
"api_call": "GET /baselineTimePhasedData/scopeAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of a scope assignment."
},
"functionality": "This endpoint returns baseline time phased data that meet the following requirements: <ul> <li>The object is associated with a scope item assignment with an ID value that matches the value of the {scopeItemAssigmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Update a Scope Assignment Installed Time Phased Data ",
"api_call": "PUT /installedTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Updates the scope assignment installed time phased data for the specified scopeAssignment installed time phased data ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Create a Scope Assignment Installed Time Phased Data",
"api_call": "POST /installedTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a scope assignment installed time phased data item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Batch Update Scope Assignment Installed Time Phased Data ",
"api_call": "PUT /installedTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Updates the scopeAssignment installed time phased data objects for the specified scopeAssignment installed time phased data IDs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Batch Create Scope Assignment Installed Time Phased Data ",
"api_call": "POST /installedTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more scope assignment installed time phased data items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Batch Delete Scope Assignment Installed Time Phased Data ",
"api_call": "DELETE /installedTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Deletes the scope assignment installed time phased data for the specified scopeAssignment installed time phased data IDs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: View Scope Assignment Installed Time Phased Data ",
"api_call": "GET /installedTimePhasedData/{scopeAssignmentInstalledTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentInstalledTimePhasedDataId": "[REQUIRED] integer: ID of the scopeAssignment installed time phased data to be found."
},
"functionality": "Returns the scope assignment installed time phased data for the specified scopeAssignment installed time phased data ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Delete a Scope Assignment Installed Time Phased Data ",
"api_call": "DELETE /installedTimePhasedData/{scopeAssignmentInstalledTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentInstalledTimePhasedDataId": "[REQUIRED] integer: ID of the scopeAssignment installed time phased data to be deleted."
},
"functionality": "Deletes the scope assignment installed time phased data for the specified scopeAssignment installed time phased data ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: View all Scope Assignment Installed Time Phased Data by Scope Assignment ID",
"api_call": "GET /installedTimePhasedData/scopeAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: ID of the scopeAssignment to be found."
},
"functionality": "Returns the scope assignment installed time phased data for the specified scopeAssignment ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Installed Time Phased Data: Batch Sync Scope Assignment Installed Time Phased Data ",
"api_call": "POST /installedTimePhasedData/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any scope assignment installed time phased data record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more scope assignment installed time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: Update a Scope Assignment Planned Time Phased Data Object",
"api_call": "PUT /plannedTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Updates the scopeAssignment planned time phased data for the specified scopeAssignment planned time phased data ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: Create a Scope Assignment Planned Time Phased Data Object",
"api_call": "POST /plannedTimePhasedData",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Creates a scopeAssignment planned time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: Batch Update Scope Assignment Planned Time Phased Data ",
"api_call": "PUT /plannedTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Updates the scopeAssignment planned time phased data objects for the specified scopeAssignment planned time phased data IDs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: Batch Create Scope Assignment Planned Time Phased Data",
"api_call": "POST /plannedTimePhasedData/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Creates a scopeAssignment planned time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: View a Scope Assignment Planned Time Phased Data ",
"api_call": "GET /plannedTimePhasedData/{scopeAssignmentPlannedTimePhasedDataId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentPlannedTimePhasedDataId": "[REQUIRED] integer: ID of the scopeAssignment planned time phased data to be found."
},
"functionality": "Returns the scopeAssignment planned time phased data for the specified scopeAssignment planned time phased data ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: View all Scope Assignment Planned Time Phased Data by Scope Assignment ID",
"api_call": "GET /plannedTimePhasedData/scopeAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: ID of the scopeAssignment to be found."
},
"functionality": "Returns the scopeAssignment planned time phased data for the specified scopeAssignment ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Assignment Planned Time Phased Data: Batch Sync Scope Assignment Planned Time Phased Data",
"api_call": "POST /plannedTimePhasedData/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any scope assignment planned time phased data record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more scope assignment planned time phased data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: Update a Scope Item",
"api_call": "PUT /scopeItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a scope item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: Create a Scope Item",
"api_call": "POST /scopeItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a scope item.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View a Scope Item",
"api_call": "GET /scopeItem/{scopeItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemId": "[REQUIRED] integer: The system-generated identifier of a scope item."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a scope item with an ID value that matches the value of the {scopeItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: Delete a Scope Item",
"api_call": "DELETE /scopeItem/{scopeItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemId": "[REQUIRED] integer: The system-generated identifier of a scope item."
},
"functionality": "Send a request to this endpoint to delete a scope item. The application object with an ID value that matches the value of the {scopeItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View a Scope Item by Code",
"api_call": "GET /scopeItem/code/{scopeItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemCode": "[REQUIRED] string: The user-specified identifier of a scope item."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {scopeItemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by Code and Project",
"api_call": "GET /scopeItem/project/{projectId}/code/{scopeItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"scopeItemCode": "[REQUIRED] string: The user-specified identifier of a scope item."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object has a code that matches the value of the {scopeItemCode} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by Name",
"api_call": "GET /scopeItem/project/{projectId}/name/{itemName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"itemName": "[REQUIRED] string: The name of a scope item."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a name that matches the value of the {itemName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View Scope Items by Project",
"api_call": "GET /scopeItem/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by Assigned Configured Field Value",
"api_call": "GET /scopeItem/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by Assigned Code Value",
"api_call": "GET /scopeItem/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter and a code value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by Parent",
"api_call": "GET /scopeItem/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"pbsCode": "[REQUIRED] string: The user-specified identifier of a PBS.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all scope items under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View a Scope Item by Code and Parent Codes",
"api_call": "GET /scopeItem/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"pbsCode": "[REQUIRED] string: The user-specified identifier of a PBS.<br>This is a required field.",
"scopeItemCode": "[REQUIRED] string: The user-specified identifier of a scope item.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a scope item with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item: View all Scope Items by PBS",
"api_call": "GET /scopeItem/pbsId/{pbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"pbsId": "[REQUIRED] integer: The system-generated identifier of a PBS."
},
"functionality": "This endpoint returns scope items that meet the following requirements: <ul> <li>The object is associated with a PBS with an ID value that matches the value of the {pbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: Update a Scope Item Assignment",
"api_call": "PUT /scopeItemAssignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: Create a Scope Item Assignment",
"api_call": "POST /scopeItemAssignment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View a Scope Item Assignment",
"api_call": "GET /scopeItemAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {scopeItemAssigmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: Delete a Scope Item Assignment",
"api_call": "DELETE /scopeItemAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment."
},
"functionality": "Send a request to this endpoint to delete a scope item assignment. The application object with an ID value that matches the value of the {scopeItemAssignmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Code",
"api_call": "GET /scopeItemAssignment/code/{scopeItemAssignmentCode}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentCode": "[REQUIRED] string: The user-specified identifier of a scope item assignment."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object has a code that matches the value of the {code} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Project",
"api_call": "GET /scopeItemAssignment/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Scope Item",
"api_call": "GET /scopeItemAssignment/scope/{scopeItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemId": "[REQUIRED] integer: The system-generated identifier of a scope item."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a scope item with an ID value that matches the value of the {scopeItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Assigned Configured Field Value",
"api_call": "GET /scopeItemAssignment/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Work Package",
"api_call": "GET /scopeItemAssignment/workPackage/{workPackageId}",
"api_version": "2024.01.29",
"api_arguments": {
"workPackageId": "[REQUIRED] integer: The system-generated identifier of a work package."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a work package with an ID value that matches the value of the {workPackageId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment: View all Scope Item Assignments by Assigned Code Value",
"api_call": "GET /scopeItemAssignment/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter and a code value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Period Closeout Record: View a Scope Item Assignment Period Closeout",
"api_call": "GET /periodCloseoutData/{scopeAssignmentPeriodCloseOutId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeAssignmentPeriodCloseOutId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment period close out data."
},
"functionality": "Send a request to this endpoint to view a scope item assignment period close out data.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Period Closeout Record: View all Scope Item Assignment Period Closeout by Period Item",
"api_call": "GET /periodCloseoutData/periodItem/{periodItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"periodItemId": "[REQUIRED] integer: The system-generated identifier of a period item."
},
"functionality": "Send a request to this endpoint to view all scope item assignment period close out data which have a period item with the {periodItemId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Period Closeout Record: View all Scope Item Assignment Period Closeout by Scope Item Assignment",
"api_call": "GET /periodCloseoutData/scopeAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment."
},
"functionality": "Send a request to this endpoint to view all scope item assignment period close out data which have a scope item assignment with the {scopeItemAssignmentId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Create Multiple Project CBS Segments",
"api_call": "POST /segment/projectSegment/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more CBS Project Segments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Create a Project CBS Segment",
"api_call": "POST /segment/projectSegment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project CBS segment. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Create a Workspace CBS Segment",
"api_call": "POST /segment/workspaceSegment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a workspace CBS segment. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: View a Project CBS Segment",
"api_call": "GET /segment/projectSegment/{cbsSheetSegmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsSheetSegmentId": "[REQUIRED] integer: The system-generated identifier of a CBS segment."
},
"functionality": "This endpoint returns project CBS segments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {cbsSheetSegmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: View a Workspace CBS Segment",
"api_call": "GET /segment/workspaceSegment/{cbsTemplateSegmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"cbsTemplateSegmentId": "[REQUIRED] integer: The system-generated identifier of a CBS segment."
},
"functionality": "This endpoint returns workspace CBS segments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {cbsTemplateSegmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: View all Project CBS Segments by Project ID",
"api_call": "GET /segment/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns workspace CBS segments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: View all Workspace CBS Segments by Workspace ID",
"api_call": "GET /segment/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns workspace CBS segments that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> A CBS is used to track, manage, and report costs related to a project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Batch Sync Project Segments",
"api_call": "POST /segment/projectSegment/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any project segment record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project segments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Batch Sync Workspace Segments",
"api_call": "POST /segment/workspaceSegment/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any workspace segment record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more workspace segments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Update Multiple Project CBS Segments",
"api_call": "PUT /segment/project/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more Project CBS segments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Update Multiple Workspace CBS Segments",
"api_call": "PUT /segment/workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more workspace CBS segments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Update a Project CBS Segment",
"api_call": "PUT /segment/project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns a project CBS segment. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - CBS Segment: Update a Workspace CBS Segment",
"api_call": "PUT /segment/workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a CBS segment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Spreads: Calculate Activity Spread",
"api_call": "POST /action/activityspread/calculate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to calculate the activity spread of all activities in a project for the input list of spread items in the Daily timescale. This endpoint returns a job ID upon request execution. Send a request to the View Job Status endpoint to monitor the status of the scheduled jobs. Once the job is complete, download the spread result using the Download Activity/Assignment Spread endpoint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Spreads: Calculate Assignment Spread",
"api_call": "POST /action/assignmentspread/calculate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to calculate the assignment spread of all assignments in a project for the input list of spread items in the Daily timescale. This endpoint returns a job ID upon request execution. Send a request to the View Job Status endpoint to monitor the status of the scheduled jobs. Once the job is complete, download the spread result using the Download Activity/Assignment Spread endpoint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Spreads: Download Activity/Assignment Spread",
"api_call": "GET /action/spreadResult/{jobId}",
"api_version": "2024.01.29",
"api_arguments": {
"jobId": "[REQUIRED] integer: The jobId field value returned as part of the Calculate Activity/Assignment Spread endpoint response."
},
"functionality": "Send a request to this endpoint to download the activity or assignment spread file once the Calculate Activity/Assignment Spread job has completed. Track the status of the Calculate Activity/Assignment Spread job using the View Job Status endpoint.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Update a Strategy",
"api_call": "PUT /strategy",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a strategy.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Create a Strategy",
"api_call": "POST /strategy",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a strategy.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Batch Update Strategies",
"api_call": "PUT /strategy/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more strategy configured fields.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Batch Create Strategies",
"api_call": "POST /strategy/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more strategies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Batch Deletes Strategies",
"api_call": "DELETE /strategy/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more strategy configured fields.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: View a Strategy",
"api_call": "GET /strategy/{strategyId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy."
},
"functionality": "This endpoint returns strategies that meet the following requirements: <ul> <li>The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Delete a Strategy",
"api_call": "DELETE /strategy/{strategyId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy."
},
"functionality": "Send a request to this endpoint to delete a strategy. The application object with an ID value that matches the value of the {strategyId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: View all Strategy Measure Values by Strategy",
"api_call": "GET /strategy/measureValue/strategy/{strategyId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy."
},
"functionality": "This endpoint returns strategies that meet the following requirements: <ul> <li>The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: View all Strategies Measure Values by Workspace",
"api_call": "GET /strategy/measureValue/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns strategies that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy: Batch Sync Strategies",
"api_call": "POST /strategy/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any strategy sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more strategies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: Create a Strategy Measure",
"api_call": "POST /strategyMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a strategy measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: Batch Create Strategy Measures",
"api_call": "POST /strategyMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more strategy measures.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: Batch Delete Strategy Measures",
"api_call": "DELETE /strategyMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more strategy measures.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: View a Strategy Measure",
"api_call": "GET /strategyMeasure/{strategyMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyMeasureId": "[REQUIRED] integer: The system-generated identifier of a strategy measure."
},
"functionality": "This endpoint returns strategy measures that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {strategyMeasureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: Delete a Strategy Measure",
"api_call": "DELETE /strategyMeasure/{strategyMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyMeasureId": "[REQUIRED] integer: The system-generated identifier of a strategy measure."
},
"functionality": "Send a request to this endpoint to delete a strategy measure. The application object with an ID value that matches the value of the {strategyMeasureId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure: View all Strategy Measures by Parent",
"api_call": "GET /strategyMeasure/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"measureName": "[REQUIRED] string: The name of a measure.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all strategy measures under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Manual Value: Update a Strategy Measure Manual Value",
"api_call": "PUT /strategyMeasureManualValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a strategy measure manual value.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Manual Value: Create a Strategy Measure Manual Value",
"api_call": "POST /strategyMeasureManualValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a strategy measure manual value.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Manual Value: Batch Update Strategy Measure Manual Values",
"api_call": "PUT /strategyMeasureManualValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more strategy measure manual values.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Manual Value: Batch Create Strategy Measure Manual Values",
"api_call": "POST /strategyMeasureManualValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more strategy measure manual values.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Manual Value: View all Strategy Measure Manual Value Date Sequences",
"api_call": "GET /strategyMeasureManualValue/dateSequenceRange/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns date sequence ranges for strategy measure manual values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Measure Value: View a Strategy Measure Value Trend",
"api_call": "GET /strategyMeasureValue/strategyMeasureSpread/measure/{measureId}/strategy/{strategyId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure.",
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy."
},
"functionality": "This endpoint returns strategy measure trends that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {measureId} path parameter.</li> <li>The object has an ID that matches the value of the {strategyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Update a Strategy Project ",
"api_call": "PUT /strategyProject",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a strategy project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Create a Strategy Project",
"api_call": "POST /strategyProject",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a strategy project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Batch Update Strategy Projects ",
"api_call": "PUT /strategyProject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more strategy projects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Batch Create Strategy Projects",
"api_call": "POST /strategyProject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more strategy projects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Batch Delete Strategy Projects",
"api_call": "DELETE /strategyProject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more strategy projects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: View a Strategy Project",
"api_call": "GET /strategyProject/{strategyProjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyProjectId": "[REQUIRED] integer: The system-generated identifier of a strategy project."
},
"functionality": "This endpoint returns strategy projects that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {strategyProjectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Delete a Strategy Project",
"api_call": "DELETE /strategyProject/{strategyProjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyProjectId": "[REQUIRED] integer: The system-generated identifier of a strategy project."
},
"functionality": "Send a request to this endpoint to delete a strategy project. The application object with an ID value that matches the value of the {strategyProjectId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: Delete a Strategy Project by Strategy and Project",
"api_call": "DELETE /strategyProject/strategy/{strategyId}/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this endpoint to delete strategy projects that meet the following requirements: <ul> <li>The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.</li> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: View all Strategy Projects by Strategy",
"api_call": "GET /strategyProject/strategy/{strategyId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyId": "[REQUIRED] integer: The system-generated identifier of a strategy."
},
"functionality": "This endpoint returns strategy projects that meet the following requirements: <ul> <li>The object is associated with a strategy with an ID value that matches the value of the {strategyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Project: View all Strategy Projects by Parent",
"api_call": "GET /strategyProject/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all strategy projects under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Update a Strategy Type",
"api_call": "PUT /strategyType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a strategy type.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Create a Strategy Type",
"api_call": "POST /strategyType",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a strategy type.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Batch Update Strategy Types",
"api_call": "PUT /strategyType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update strategy types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Batch Create Strategy Types",
"api_call": "POST /strategyType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more strategy types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Batch Delete Strategy Types",
"api_call": "DELETE /strategyType/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more strategy types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: View a Strategy Type",
"api_call": "GET /strategyType/{strategyTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyTypeId": "[REQUIRED] integer: The system-generated identifier of a strategy type."
},
"functionality": "This endpoint returns strategy types that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {strategyTypeId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Delete a Strategy Type",
"api_call": "DELETE /strategyType/{strategyTypeId}",
"api_version": "2024.01.29",
"api_arguments": {
"strategyTypeId": "[REQUIRED] integer: The system-generated identifier of a strategy type."
},
"functionality": "Send a request to this endpoint to delete a strategy type. The application object with an ID value that matches the value of the {strategyTypeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: View all Strategy Types by Workspace",
"api_call": "GET /strategyType/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns strategy types that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Strategy Type: Batch Sync Strategy Types",
"api_call": "POST /strategyType/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any strategy type sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more strategy types.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Threshold: Update a Threshold",
"api_call": "PUT /threshold",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a threshold.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Threshold: Create a Threshold",
"api_call": "POST /threshold",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a threshold.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Threshold: Batch Update Thresholds",
"api_call": "PUT /threshold/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more thresholds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Threshold: Batch Create Thresholds",
"api_call": "POST /threshold/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more thresholds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Threshold: View a Threshold",
"api_call": "GET /threshold/{thresholdId}",
"api_version": "2024.01.29",
"api_arguments": {
"thresholdId": "[REQUIRED] integer: The system-generated identifier of a threshold."
},
"functionality": "This endpoint returns thresholds that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {thresholdId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Update a Units of Measure",
"api_call": "PUT /unitsOfMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a unit of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Create a Units of Measure",
"api_call": "POST /unitsOfMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a unit of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Batch Update Units of Measures",
"api_call": "PUT /unitsOfMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more units of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Batch Create Units of Measures",
"api_call": "POST /unitsOfMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more units of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Batch Delete Units of Measures",
"api_call": "DELETE /unitsOfMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more units of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: View a Units of Measure ",
"api_call": "GET /unitsOfMeasure/{unitOfMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"unitOfMeasureId": "[REQUIRED] integer: The system-generated identifier of a units of measure."
},
"functionality": "This endpoint returns units of measure that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {unitOfMeasureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Delete a Units of Measure",
"api_call": "DELETE /unitsOfMeasure/{unitOfMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"unitOfMeasureId": "[REQUIRED] integer: The system-generated identifier of a units of measure."
},
"functionality": "Send a request to this endpoint to delete a unit of measure. The application object with an ID value that matches the value of the {unitOfMeasureId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: View all Units of Measures by Code",
"api_call": "GET /unitsOfMeasure/code/{key}",
"api_version": "2024.01.29",
"api_arguments": {
"key": "[REQUIRED] string: The user-specified identifier of a units of measure."
},
"functionality": "This endpoint returns units of measure that meet the following requirements: <ul> <li>The object has a code that matches the value of the {key} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: View all Units of Measures by Name",
"api_call": "GET /unitsOfMeasure/name/{displayName}/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"displayName": "[REQUIRED] string: The name of a units of measure.",
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a units of measure."
},
"functionality": "This endpoint returns units of measure that meet the following requirements: <ul> <li>The object has a name that matches the value of the {displayName} path parameter.</li> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: View all Units of Measures by Workspace",
"api_call": "GET /unitsOfMeasure/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns units of measure that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Units Of Measure: Batch Sync Units of Measures",
"api_call": "POST /unitsOfMeasure/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any units of measure sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more units of measure.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User: View a User",
"api_call": "GET /user/{userId}",
"api_version": "2024.01.29",
"api_arguments": {
"userId": "[REQUIRED] integer: The system-generated identifier of a user."
},
"functionality": "This endpoint returns users that meet the following requirements: <ul> <li>The object is associated with a user with an ID value that matches the value of the {userId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - User: View a User by Authentication GUID",
"api_call": "GET /user/ldap/{ldapGuid}",
"api_version": "2024.01.29",
"api_arguments": {
"ldapGuid": "[REQUIRED] string: The unique identifier in the external authentication system (LDAP or IDCS)"
},
"functionality": "This endpoint returns users that meet the following requirements: <ul> <li>The object is associated with a user with an ID value that matches the value of the {ldapGuidId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: Update a WBS",
"api_call": "PUT /wbs",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a WBS.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: Create a WBS",
"api_call": "POST /wbs",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a WBS.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View a WBS",
"api_call": "GET /wbs/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a WBS with an ID value that matches the value of the {wbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: Delete a WBS",
"api_call": "DELETE /wbs/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS."
},
"functionality": "Send a request to this endpoint to delete a WBS. The application object with an ID value that matches the value of the {wbsId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all WBS Children",
"api_call": "GET /wbs/children/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a parent object."
},
"functionality": "This endpoint returns children of WBSs that meet the following requirements: <ul> <li>The object is associated with a WBS with an ID value that matches the value of the {wbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: Delete all WBS Children",
"api_call": "DELETE /wbs/children/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a parent object."
},
"functionality": "Send a request to this endpoint to delete all children in the WBS hierarchy of a WBS with an ID value that matches the value of the {wbsId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View a WBS by Code",
"api_call": "GET /wbs/project/{projectId}/code/{wbsCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"wbsCode": "[REQUIRED] string: The user-specified identifier of a WBS."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a code that matches the value of the {wbsCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all WBS by Name",
"api_call": "GET /wbs/project/{projectId}/name/{wbsName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"wbsName": "[REQUIRED] string: The name of a WBS."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a name that matches the value of the {wbsName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all WBS by Project",
"api_call": "GET /wbs/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all WBS by Assigned Configured Field Value",
"api_call": "GET /wbs/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all WBS by Assigned Code Value",
"api_call": "GET /wbs/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View a WBS by WBS Code, Parent WBS Code, and Project ID",
"api_call": "GET /wbs/wbsCode/{wbsCode}/parentWbsCode/{parentCode}/projectId/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"parentCode": "[REQUIRED] string: The user-specified identifier of the parent object.",
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns WBSs that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is a child of another object with a code value that matches the value of the {parentCode} path parameter.</li> <li>The object has a code that matches the value of the {wbsCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - WBS: View all Children in a WBS Hierarchy ",
"api_call": "GET /wbs/{wbsId}/childrenHierarchy",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS."
},
"functionality": "This endpoint returns children of WBSs that meet the following requirements: <ul> <li>The object is associated with a WBS with an ID value that matches the value of the {wbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Update a Work Manager Task",
"api_call": "PUT /workManagerTask",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a work manager task.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Create a Work Manager Task",
"api_call": "POST /workManagerTask",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a work manager task.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Batch Update Work Manager Tasks ",
"api_call": "PUT /workManagerTask/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more work manager tasks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Batch Create Work Manager Tasks",
"api_call": "POST /workManagerTask/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more work manager tasks. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Batch Delete Work Manager Tasks ",
"api_call": "DELETE /workManagerTask/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more work manager tasks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View a Work Manager Task ",
"api_call": "GET /workManagerTask/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a task with an ID value that matches the value of the {workManagerTaskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Delete a Work Manager Task ",
"api_call": "DELETE /workManagerTask/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "Send a request to this endpoint to delete a work manager task. The application object with an ID value that matches the value of the {workManagerTaskId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Activity",
"api_call": "GET /workManagerTask/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Activity (Deprecated since 22.5)",
"api_call": "GET /workManagerTask/project/{project}/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"project": "[REQUIRED] integer: The system-generated identifier of a project.",
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Code",
"api_call": "GET /workManagerTask/code/{itemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"itemCode": "[REQUIRED] string: The user-specified identifier of a work manager task.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object has a code that matches the value of the {itemCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Assigned Code Value",
"api_call": "GET /workManagerTask/project/{project}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"project": "[REQUIRED] integer: The system-generated identifier of a code value.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code value type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Project",
"api_call": "GET /workManagerTask/project/{project}",
"api_version": "2024.01.29",
"api_arguments": {
"project": "[REQUIRED] integer: The system-generated identifier of a project.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Configured Field Values",
"api_call": "GET /workManagerTask/project/{project}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"project": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "This endpoint returns work manager tasks that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {project} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by WBS",
"api_call": "GET /workManagerTask/wbs/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "Send a request to this end point to view all the work manager task records assigned to the wbs specified as a path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View all Work Manager Tasks by Parent",
"api_call": "GET /workManagerTask/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "string: The user-specified identifier of a workspace. One of the query parameter workspaceCode or workspaceId is required.",
"workspaceId": "integer: The system-generated identifier of a workspace. One of the query parameter workspaceCode or workspaceId is required.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "string: The user-specified identifier of an activity.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "Send a request to this endpoint to view all work manager tasks under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View a Work Manager Task by Code and Parent Codes (Deprecated since 22.5)",
"api_call": "GET /workManagerTask/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"workManagerTaskName": "[REQUIRED] string: The user-specified name of a work manager task.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a work manager task with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: View a Work Manager Task by Code and Parent Codes",
"api_call": "GET /workManagerTask/byCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"itemCode": "[REQUIRED] string: The user-specified name of a work manager task.<br>This is a required field.",
"includeCommitments": "boolean: Indicates whether a commitment needs to be included in ApiEntityWorkManagerTask."
},
"functionality": "Send a request to this endpoint to view a work manager task with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Batch Sync Work Manager Tasks",
"api_call": "POST /workManagerTask/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any work manager task record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more work manager tasks.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task: Update Work Manager Task Favorite Flag",
"api_call": "PUT /workManagerTask/updateFavorite/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update work manager task favorite flag.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Dependency: View a Work Manager Task Dependency",
"api_call": "GET /workManagerTaskDependency/{workManagerTaskDependencyId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskDependencyId": "[REQUIRED] integer: The system-generated identifier of a work manager task dependency."
},
"functionality": "Returns the Work Manager Task Dependency for the specified Work Manager Task Dependency ID",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Dependency: View Work Manager Task Dependency Chain by Workspace, Project and Work Manager Task Codes",
"api_call": "GET /workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}/task/{tasksCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace Code for which Work Manager Task Dependencies to be found.",
"projectCode": "[REQUIRED] string: Project Code for which Work Manager Task Dependencies to be found.",
"tasksCode": "[REQUIRED] string: Task Code for which Work Manager Task Dependencies to be found."
},
"functionality": "Send a request to this end point to view the entire work manager task dependency chain by the specified workspace, project and work manager task codes of a work manager task.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Dependency: View all Work Manager Task Dependencies by Project",
"api_call": "GET /workManagerTaskDependency/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: Project ID for which Work Manager Task Dependencies to be found."
},
"functionality": "Returns the Work Manager Task Dependencies for the specified Project ID",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Dependency: View Work Manager Task Dependency Chain by Work Manager Task",
"api_call": "GET /workManagerTaskDependency/task/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: Task ID for which Work Manager Task Dependencies to be found."
},
"functionality": "Send a request to this end point to view the entire work manager task dependency chain by the specified work manager task ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Dependency: View all Work Manager Task Dependencies by Workspace and Project Codes",
"api_call": "GET /workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Workspace Code for which Work Manager Task Dependencies to be found.",
"projectCode": "[REQUIRED] string: Project Code for which Work Manager Task Dependencies to be found."
},
"functionality": "Returns the Work Manager Task Dependencies for the specified Workspace and Project Codes",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: Update a Work Package ",
"api_call": "PUT /workPackage",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a work package.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: Create a Work Package",
"api_call": "POST /workPackage",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a work package.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View a Work Package ",
"api_call": "GET /workPackage/{workPackageId}",
"api_version": "2024.01.29",
"api_arguments": {
"workPackageId": "[REQUIRED] integer: The system-generated identifier of a work package."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object is associated with a work package with an ID value that matches the value of the {workPackageId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: Delete a Work Package ",
"api_call": "DELETE /workPackage/{workPackageId}",
"api_version": "2024.01.29",
"api_arguments": {
"workPackageId": "[REQUIRED] integer: The system-generated identifier of a work package."
},
"functionality": "Send a request to this endpoint to delete a work package. The application object with an ID value that matches the value of the {workPackageId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View all Work Packages by Project and Code",
"api_call": "GET /workPackage/project/{projectId}/code/{workPackageCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"workPackageCode": "[REQUIRED] string: The user-specified identifier of a work package."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a code that matches the value of the {workPackageCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View all Work Packages by Project and Name",
"api_call": "GET /workPackage/project/{projectId}/name/{workPackageName}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"workPackageName": "[REQUIRED] string: The name of a work package."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a name that matches the value of the {workPackageName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View all Work Packages by Project",
"api_call": "GET /workPackage/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View all Work Packages by Assigned Configured Field Value",
"api_call": "GET /workPackage/project/{projectId}/configuredField/{viewColumnName}/{value}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project.",
"viewColumnName": "[REQUIRED] string: The name of a configured field.",
"value": "[REQUIRED] string: The value of a configured field."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object has a configured field with a column name that matches the value of the {viewColumnName} path parameter and a value that matches the value of the {value} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View all Work Packages by WBS",
"api_call": "GET /workPackage/wbs/{wbsId}",
"api_version": "2024.01.29",
"api_arguments": {
"wbsId": "[REQUIRED] integer: The system-generated identifier of a WBS."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object is associated with a WBS with an ID value that matches the value of the {wbsId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Package: View a Work Package by Assigned Code Value",
"api_call": "GET /workPackage/project/{projectId}/codeType/{codeTypeId}/codeValue/{codeValueCode}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a code value.",
"codeTypeId": "[REQUIRED] integer: The system-generated identifier of a code value type.",
"codeValueCode": "[REQUIRED] string: The user-specified identifier of a code value."
},
"functionality": "This endpoint returns work packages that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> <li>The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workflow: Start a Workflow",
"api_call": "POST /workflow",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This Endpoint can be used to Start a WorkFlow.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Assign Permission Profiles To User",
"api_call": "POST /workspace/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Use this endpoint to assign workspace permission profiles to multiple user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View all Workspaces",
"api_call": "GET /workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Update a Workspace",
"api_call": "PUT /workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Create a Workspace",
"api_call": "POST /workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Batch Update Workspaces",
"api_call": "PUT /workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Batch Create Workspaces",
"api_call": "POST /workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Batch Delete Workspaces",
"api_call": "DELETE /workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View a Workspace",
"api_call": "GET /workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns workspaces that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Delete a Workspace",
"api_call": "DELETE /workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "Send a request to this endpoint to delete a workspace. The application object with an ID value that matches the value of the {workspaceId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View a Workspace by Code",
"api_call": "GET /workspace/code/{workspaceCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The name of a workspace."
},
"functionality": "This endpoint returns workspaces that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View Child Workspaces ",
"api_call": "GET /workspace/children/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns child workspaces of workspaces that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View the Root Workspace",
"api_call": "GET /workspace/root",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns the root workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View a Workspace Image",
"api_call": "GET /workspace/image/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns workspace images that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View All Child Workspaces in a Workspace Hierarchy ",
"api_call": "GET /workspace/{workspaceId}/childrenHierarchy",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns children of workspaces that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View Currency Of Record for a Workspace",
"api_call": "GET /workspace/currencyOfRecord",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "integer: The system-generated identifier of a workspace.",
"workspaceCode": "string: The user-specified identifier of a workspace."
},
"functionality": "Send a request to this endpoint to view the currency of record and the exchange rate for a specified workspace given by workspaceId or workspaceCode as a query parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: View User Permission Sets for Workspace",
"api_call": "GET /workspace/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "integer: The system-generated identifier of a workspace.",
"workspaceCode": "string: The user-specified identifier of a workspace."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Workspace: Batch Sync Workspaces",
"api_call": "POST /workspace/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any workspace sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more workspaces.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Project: View a Portfolio Project ",
"api_call": "GET /portfolioProject/{capitalPortfolioProjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioProjectId": "[REQUIRED] integer: The unique identifier of a portfolio project."
},
"functionality": "This endpoint returns a portfolio project that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {capitalPortfolioProjectId} path parameter.</li> </ul> Portfolio projects are references to projects that belong to a portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Project: View Portfolio Projects by Portfolio ",
"api_call": "GET /portfolioProject/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns a portofolio project that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul> Portfolio projects are references to projects that belong to a portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Update a Change Estimate (Deprecated since 20.6)",
"api_call": "PUT /changeEstimate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change estimate. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Create a Change Estimate (Deprecated since 20.6)",
"api_call": "POST /changeEstimate",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change estimate. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Batch Update Change Estimates (Deprecated since 20.6)",
"api_call": "PUT /changeEstimate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change estimates. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Batch Create Change Estimates (Deprecated since 20.6)",
"api_call": "POST /changeEstimate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change estimates. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Batch Delete Change Estimates (Deprecated since 20.6)",
"api_call": "DELETE /changeEstimate/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change estimates. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): View a Change Estimate (Deprecated since 20.6)",
"api_call": "GET /changeEstimate/{changeEstimateId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeEstimateId": "[REQUIRED] integer: The system-generated identifier of a change estimate."
},
"functionality": "This endpoint returns change estimates that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeEstimateId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): Delete a Change Estimate (Deprecated since 20.6)",
"api_call": "DELETE /changeEstimate/{changeEstimateId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeEstimateId": "[REQUIRED] integer: The system-generated identifier of a change estimate."
},
"functionality": "Send a request to this endpoint to delete a change estimate. The application object with an ID value that matches the value of the {changeEstimateId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): View a Change Estimate by Parent (Deprecated since 20.6)",
"api_call": "GET /changeEstimate/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"changeEventCode": "[REQUIRED] string: The user-specified identifier of a change event.<br>This is a required field."
},
"functionality": "This endpoint returns change estimates that meet the following requirements: <ul> <li>The object is associated with a change event that has a code that matches the value of the {changeEventCode} query parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Estimate (Deprecated since 20.6): View a Change Estimate by Parent and Code (Deprecated since 20.6)",
"api_call": "GET /changeEstimate/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"changeEventCode": "[REQUIRED] string: The user-specified identifier of a change event.<br>This is a required field.",
"changeEstimateCode": "[REQUIRED] string: The user-specified identifier of a change estimate.<br>This is a required field."
},
"functionality": "This endpoint returns change estimates that meet the following requirements: <ul> <li>The object is associated with a change estimate with a code value that matches the value of the {changeEstimateCode} path parameter.</li> <li>The object is associated with a change event that has a code that matches the value of the {changeEventCode} query parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Update a Change Event (Deprecated since 20.6)",
"api_call": "PUT /changeEvent",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change event. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Create a Change Event (Deprecated since 20.6)",
"api_call": "POST /changeEvent",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change event. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Batch Update Change Events (Deprecated since 20.6)",
"api_call": "PUT /changeEvent/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change events. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Batch Create Change Events (Deprecated since 20.6)",
"api_call": "POST /changeEvent/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change events. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Batch Delete Change Events (Deprecated since 20.6)",
"api_call": "DELETE /changeEvent/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change events. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): View a Change Event (Deprecated since 20.6)",
"api_call": "GET /changeEvent/{changeEventId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeEventId": "[REQUIRED] integer: The system-generated identifier of a change event."
},
"functionality": "This endpoint returns change events that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeEventId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): Delete a Change Event (Deprecated since 20.6)",
"api_call": "DELETE /changeEvent/{changeEventId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeEventId": "[REQUIRED] integer: The system-generated identifier of a change event."
},
"functionality": "Send a request to this endpoint to delete change events. The application object with an ID value that matches the value of the {changeEventId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): View a Change Event by Parent (Deprecated since 20.6)",
"api_call": "GET /changeEvent/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field."
},
"functionality": "This endpoint returns change events that meet the following requirements: <ul> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Event (Deprecated since 20.6): View a Change Event by Parent and Code (Deprecated since 20.6)",
"api_call": "GET /changeEvent/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"changeEventCode": "[REQUIRED] string: The user-specified identifier of a change event.<br>This is a required field."
},
"functionality": "This endpoint returns change events that meet the following requirements: <ul> <li>The object is associated with a change event that has a code that matches the value of the {changeEventCode} query parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Associate payment application with change order (Deprecated since 20.6)",
"api_call": "PUT /changeOrder/associatePayment",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"paymentApplicationCode": "[REQUIRED] string: The user-specified identifier of a payment application.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of a change order.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field."
},
"functionality": "Associate a payment application with the given change orders.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Collect Change Orders (Deprecated since 20.6)",
"api_call": "PUT /changeOrder/collect/workspace/{workspaceCode}/project/{projectCode}/associatedContract/{associatedContractCode}/code/{contractChangeOrderCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"contractChangeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"associatedContractCode": "[REQUIRED] string: The user-specified identifier of a contract."
},
"functionality": "Send a request to this endpoint to collect change orders.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Update a Change Order (Deprecated since 20.6)",
"api_call": "PUT /changeOrder",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change order. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Create a Change Order (Deprecated since 20.6)",
"api_call": "POST /changeOrder",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change order. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Batch Update Change Orders (Deprecated since 20.6)",
"api_call": "PUT /changeOrder/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change orders. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Batch Create Change Orders (Deprecated since 20.6)",
"api_call": "POST /changeOrder/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change orders. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Batch Delete Change Orders (Deprecated since 20.6)",
"api_call": "DELETE /changeOrder/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change orders. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View a Change Order (Deprecated since 20.6)",
"api_call": "GET /changeOrder/{changeOrderId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderId": "[REQUIRED] integer: The system-generated identifier of a change order."
},
"functionality": "This endpoint returns change orders that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeOrderId} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Delete a Change Order (Deprecated since 20.6)",
"api_call": "DELETE /changeOrder/{changeOrderId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderId": "[REQUIRED] integer: The system-generated identifier of a change order."
},
"functionality": "Send a request to this endpoint to delete a change order. The application object with an ID value that matches the value of the {changeOrderId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View Collected Change Orders (Deprecated since 20.6)",
"api_call": "GET /changeOrder/collected/workspace/{workspaceCode}/project/{projectCode}/associatedContract/{associatedContractCode}/contractChangeOrder/{contractChangeOrderCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"associatedContractCode": "[REQUIRED] string: The user-specified identifier of an agreement.",
"contractChangeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order"
},
"functionality": "This endpoint returns change orders that have been collected.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View Uncollected Change Orders (Deprecated since 20.6)",
"api_call": "GET /changeOrder/uncollected/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project."
},
"functionality": "This endpoint returns change orders that have not been collected.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View Integrated Change Orders (Deprecated since 20.6)",
"api_call": "GET /changeOrder/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated change order objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Find all associated change orders (Deprecated since 20.6)",
"api_call": "GET /changeOrder/paymentAssociated",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of a change order.<br>This is a required field."
},
"functionality": "Returns all change orders associated with some payment application under the given agreement.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Find all unassociated change orders (Deprecated since 20.6)",
"api_call": "GET /changeOrder/paymentUnAssociated",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of a change order.<br>This is a required field."
},
"functionality": "Returns all change orders not yet associated with any payment application under the given agreement.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View Change Orders by Parent and Code (Deprecated since 20.6)",
"api_call": "GET /changeOrder/workspace/{workspaceCode}/project/{projectCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/code/{changeOrderCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"changeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement."
},
"functionality": "This endpoint returns change orders that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderCode} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): View Change Orders by Parent (Deprecated since 20.6)",
"api_call": "GET /changeOrder/workspace/{workspaceCode}/project/{projectCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement."
},
"functionality": "This endpoint returns change orders that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Integrate a Change Order with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /changeOrder/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a change order. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Batch Integrate Change Orders with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /changeOrder/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated change orders. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Uncollect Change Orders (Deprecated since 20.6)",
"api_call": "PUT /changeOrder/uncollect/workspace/{workspaceCode}/project/{projectCode}/associatedContract/{associatedContractCode}/code/{contractChangeOrderCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"contractChangeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"associatedContractCode": "[REQUIRED] string: The user-specified identifier of a contract."
},
"functionality": "Send a request to this endpoint to uncollect change orders.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order (Deprecated since 20.6): Unassociate Payment Application with Change Order (Deprecated since 20.6)",
"api_call": "PUT /changeOrder/unassociatePayment",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"paymentApplicationCode": "[REQUIRED] string: The user-specified identifier of a payment application.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of a change order.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to unassociate a payment application with the given change orders.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Update a Change Order Line Item (Deprecated since 20.6)",
"api_call": "PUT /changeOrderLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a change order line item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Create a Change Order Line Item (Deprecated since 20.6)",
"api_call": "POST /changeOrderLineItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a change order line item. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Batch Update Change Order Line Items (Deprecated since 20.6)",
"api_call": "PUT /changeOrderLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more change order line items. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Batch Create Change Order Line Items (Deprecated since 20.6)",
"api_call": "POST /changeOrderLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more change order line items. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Batch Delete Change Order Line Items (Deprecated since 20.6)",
"api_call": "DELETE /changeOrderLineItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more change order line items. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): View Change Order Line Items (Deprecated since 20.6)",
"api_call": "GET /changeOrderLineItem/{changeOrderLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "This endpoint returns change order line items that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {changeOrderLineItemId} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Delete a Change Order Line Item (Deprecated since 20.6)",
"api_call": "DELETE /changeOrderLineItem/{changeOrderLineItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"changeOrderLineItemId": "[REQUIRED] integer: The system-generated identifier of a line item."
},
"functionality": "Send a request to this endpoint to delete a change order line item. The application object with an ID value that matches the value of the {changeOrderLineItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): View Integrated Change Order Line Items (Deprecated since 20.6)",
"api_call": "GET /changeOrderLineItem/externallySourced",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "This endpoint returns all integrated change order line item objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): View Change Order Line Items by Parent (Deprecated since 20.6)",
"api_call": "GET /changeOrderLineItem/workspace/{workspaceCode}/project/{projectCode}/changeOrder/{changeOrderCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"changeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement."
},
"functionality": "This endpoint returns change order line items that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): View Change Order Line Items by Parent and Code (Deprecated since 20.6)",
"api_call": "GET /changeOrderLineItem/workspace/{workspaceCode}/project/{projectCode}/changeOrder/{changeOrderCode}/associatedAgreement/{associatedAgreementCode}/type/{agreementType}/code/{changeOrderLineItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a WBS.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"changeOrderCode": "[REQUIRED] string: The user-specified identifier of a change order",
"changeOrderLineItemCode": "[REQUIRED] string: The user-specified identifier of a line item.",
"agreementType": "[REQUIRED] string: The type of a change order.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement."
},
"functionality": "This endpoint returns change order line items that meet the following requirements: <ul> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {associatedAgreementCode} path parameter.</li> <li>The object is associated with an agreement that has a type that matches the value of the {agreementType} path parameter.</li> <li>The object has a code that matches the value of the {changeOrderLineItemCode} path parameter.</li> </ul> Change orders are documented changes that have been made to contracts or commitments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Integrate a Change Order Line Item with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /changeOrderLineItem/sync",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update an integrated a change order line item. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Change Order Line Item (Deprecated since 20.6): Batch Integrate Change Order Line Items with an External Data Source (Deprecated since 20.6)",
"api_call": "POST /changeOrderLineItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create or update one or more integrated change order line items. If an object provided in the request body does not exist in the application, an object is created using the request data. Integrated objects can only be modified using the API.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Update a Custom Log Item",
"api_call": "PUT /customLogItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a custom log item. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Create a Custom Log Item",
"api_call": "POST /customLogItem",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a custom log item. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Batch Update Custom Log Items",
"api_call": "PUT /customLogItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more custom log items. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Batch Create Custom Log Items",
"api_call": "POST /customLogItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more custom log items. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Batch Delete Custom Log Items",
"api_call": "DELETE /customLogItem/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more custom log items. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: View a Custom Log Item",
"api_call": "GET /customLogItem/{customLogItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"customLogItemId": "[REQUIRED] integer: The system-generated identifier of a custom log item."
},
"functionality": "This endpoint returns custom log items that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {customLogItemId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Delete a Custom Log Item",
"api_call": "DELETE /customLogItem/{customLogItemId}",
"api_version": "2024.01.29",
"api_arguments": {
"customLogItemId": "[REQUIRED] integer: The system-generated identifier of a custom log item."
},
"functionality": "Send a request to this endpoint to delete a custom log item. The application object with an ID value that matches the value of the {customLogItemId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: View a Custom Log Item by Parent",
"api_call": "GET /customLogItem/workspace/{workspaceCode}/project/{projectCode}/customLogObject/{customLogTypeObjectName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"customLogTypeObjectName": "[REQUIRED] string: The name of a custom log type object."
},
"functionality": "This endpoint returns custom log items that meet the following requirements: <ul> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a custom log type object with a name that matches the value of the {customLogTypeObjectName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: View a Custom Log Item by Parent and Code",
"api_call": "GET /customLogItem/workspace/{workspaceCode}/project/{projectCode}/customLogObject/{customLogTypeObjectName}/code/{customLogItemCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.",
"customLogTypeObjectName": "[REQUIRED] string: The name of a custom log type object.",
"customLogItemCode": "[REQUIRED] string: The user-specified identifier of a custom log item."
},
"functionality": "This endpoint returns custom log items that meet the following requirements: <ul> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> <li>The object is associated with a custom log type object with a name that matches the value of the {customLogTypeObjectName} path parameter.</li> <li>The object has a code that matches the value of the {customLogItemCode} path parameter.</li> </ul> ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Item: Batch Sync Custom Log Items",
"api_call": "POST /customLogItem/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any custom log items sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more custom log items.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Assign a Custom Log Type Object to Workspaces, Programs and Projects",
"api_call": "POST /customLogTypeObject/assign",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this end point to assign a custom log type object created in a workspace to the other workspaces in the hierarchy, projects and programs under the created workspace. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Assign Custom Log Type Objects to a Workspaces, Programs and Projects",
"api_call": "POST /customLogTypeObject/assign/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this end point to assign custom log type objects to the other workspaces in their workspace hierarchy, projects and programs under the created workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Assign Permission Profiles To User",
"api_call": "POST /customLogTypeObject/assignUser",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]."
},
"functionality": "Use this endpoint to assign custom log type object permission profiles to multiple user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Update a Custom Log Type Object",
"api_call": "PUT /customLogTypeObject",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a custom log type object. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Create a Custom Log Type Object",
"api_call": "POST /customLogTypeObject",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a custom log type object. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Update Custom Log Type Objects",
"api_call": "PUT /customLogTypeObject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update custom log type objects. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Create Custom Log Type Objects",
"api_call": "POST /customLogTypeObject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create custom log type objects. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Delete Custom Log Type Objects",
"api_call": "DELETE /customLogTypeObject/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete custom log type objects. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View a Custom Log Type Object",
"api_call": "GET /customLogTypeObject/{customLogTypeObjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"customLogTypeObjectId": "[REQUIRED] integer: The system-generated identifier of a custom log type object."
},
"functionality": "This endpoint returns custom log type objects that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {customLogTypeObjectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Delete a Custom Log Type Object",
"api_call": "DELETE /customLogTypeObject/{customLogTypeObjectId}",
"api_version": "2024.01.29",
"api_arguments": {
"customLogTypeObjectId": "[REQUIRED] integer: The system-generated identifier of a custom log type object."
},
"functionality": "Send a request to this endpoint to delete a custom log type object. The application object with an ID value that matches the value of the {customLogTypeObjectId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Delete Custom Log Type Object Code Types",
"api_call": "DELETE /customLogTypeObject/codeTypes/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"scopeCode": "[REQUIRED] string: The user-defined identifier of a reference to another object.",
"customLogTypeObjectName": "[REQUIRED] string: The name of a custom log type object."
},
"functionality": "Send a request to this endpoint to delete custom log type object code types. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Delete Custom Log Type Object Configured Fields",
"api_call": "DELETE /customLogTypeObject/udfs/workspace/{workspaceCode}/scope/{scopeCode}/name/{customLogTypeObjectName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"scopeCode": "[REQUIRED] string: The user-defined identifier of a reference to another object.",
"customLogTypeObjectName": "[REQUIRED] string: The name of a custom log type object."
},
"functionality": "Send a request to this endpoint to delete custom log type objects configured fields. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View User Permission Sets for Custom Log Type Object",
"api_call": "GET /customLogTypeObject/permissionSets",
"api_version": "2024.01.29",
"api_arguments": {
"customLogTypeObjectId": "integer: The system-generated identifier of a custom log type object.",
"workspaceCode": "string: The user-defined identifier of a workspace.",
"workspaceId": "integer: The system-generated identifier of a workspace.",
"customLogTypeObjectName": "string: The user-defined identifier of a custom log type object."
},
"functionality": "Send a request to this endpoint to view the user's permission sets for the provided custom log type object.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View a Custom Log Type Object by Name and Workspace or Program or Project Codes",
"api_call": "GET /customLogTypeObject/byItemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-defined identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-defined identifier of a program.",
"projectCode": "string: The user-defined identifier of a project.",
"customLogTypeObjectName": "[REQUIRED] string: The user-defined identifier of a custom log type object.<br>This is a required field."
},
"functionality": "Send a request to this end point to view the custom log type object record created and assigned to the workspace or project or program specified as combination of query parameters used to identify the individual object and having with name specified as path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View Custom Log Type Objects by Workspace or Program or Project Codes",
"api_call": "GET /customLogTypeObject/byParent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-defined identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-defined identifier of a program.",
"projectCode": "string: The user-defined identifier of a project."
},
"functionality": "Send a request to this end point to view all the custom log type objects created and assigned to the workspace or project or program specified as combination of query parameters used to identify the individual object.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View Custom Log Type Objects by Program",
"api_call": "GET /customLogTypeObject/program/{programId}",
"api_version": "2024.01.29",
"api_arguments": {
"programId": "[REQUIRED] integer: The system-generated identifier of a program."
},
"functionality": "Send a request to this end point to view all the custom log type objects created and assigned to the program specified as a path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View Custom Log Type Objects by Project",
"api_call": "GET /customLogTypeObject/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "Send a request to this end point to view all the custom log type objects created and assigned to the project specified as a path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: View Custom Log Type Objects by Workspace",
"api_call": "GET /customLogTypeObject/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "Send a request to this end point to view all the custom log type objects created and assigned to the workspace specified as a path parameter",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Sync Custom Log Type Objects",
"api_call": "POST /customLogTypeObject/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any custom log type objects sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more custom log type objects.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Unassign a Custom Log Type Object to Workspaces, Programs and Projects",
"api_call": "DELETE /customLogTypeObject/unassign",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this end point to unassign a custom log type object assigned to the other workspaces in the hierarchy, projects and programs under the created workspace. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Custom Log Type Object: Batch Unassign Custom Log Type Objects to a Workspaces, Programs and Projects",
"api_call": "DELETE /customLogTypeObject/unassign/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this end point to unassign custom log type objects assigned to the other workspaces in their workspace hierarchy, projects and programs under the created workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Batch Create References",
"api_call": "POST /entityReference/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more references. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Batch Delete References",
"api_call": "DELETE /entityReference/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more references. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: View a Reference",
"api_call": "GET /entityReference/{entityReferenceId}",
"api_version": "2024.01.29",
"api_arguments": {
"entityReferenceId": "[REQUIRED] integer: The system-generated identifier of an entity reference."
},
"functionality": "This endpoint returns references that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {entityReferenceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Delete a Reference",
"api_call": "DELETE /entityReference/{entityReferenceId}",
"api_version": "2024.01.29",
"api_arguments": {
"entityReferenceId": "[REQUIRED] integer: The system-generated identifier of an entity reference."
},
"functionality": "Send a request to this endpoint to delete a reference. The application object with an ID value that matches the value of the {entityReferenceId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: View Objects that Support References",
"api_call": "GET /entityReference/linkableObjectReferences",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-specified unique identifier of a program.",
"recordType": "[REQUIRED] string: The type of an object that supports references.<br>This is a required field.",
"recordCode": "[REQUIRED] string: The user-specified identifier of an object associated with a reference.<br>This is a required field.",
"recordId": "[REQUIRED] integer: The system-generated identifier of an object associated with a reference.<br>This is a required field.",
"objectType": "[REQUIRED] string: The type of the object the reference refers to.<br>This is a required field."
},
"functionality": "This endpoint returns objects that may be linked.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: View all References of a Linked Object",
"api_call": "GET /entityReference/linkedObjectReferences",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-specified unique identifier of a program.",
"recordType": "[REQUIRED] string: The type of an object that supports references.<br>This is a required field.",
"recordCode": "[REQUIRED] string: The user-specified identifier of an object associated with a reference.<br>This is a required field.",
"recordId": "[REQUIRED] integer: The system-generated identifier of an object associated with a reference.<br>This is a required field.",
"objectType": "[REQUIRED] string: The type of the object the reference refers to.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all the linked references by a given object type. ",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: View Linked References",
"api_call": "GET /entityReference/linkedReferences",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-specified unique identifier of a program.",
"recordType": "[REQUIRED] string: The type of an object that supports references.<br>This is a required field.",
"recordCode": "[REQUIRED] string: The user-specified identifier of an object associated with a reference.<br>This is a required field.",
"recordId": "[REQUIRED] integer: The system-generated identifier of an object associated with a reference.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all the linked references.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: View all Related Items of a Reference",
"api_call": "GET /entityReference/relatedItems",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"programCode": "string: The user-specified unique identifier of a program.",
"recordType": "[REQUIRED] string: The type of an object that supports references.<br>This is a required field.",
"recordCode": "[REQUIRED] string: The user-specified identifier of an object associated with a reference.<br>This is a required field.",
"recordId": "[REQUIRED] integer: The system-generated identifier of an object associated with a reference.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all the related items of a reference.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Create a Reference",
"api_call": "POST /entityReference/link",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a reference. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Batch Sync References",
"api_call": "POST /entityReference/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any entity references sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]# RELATIONSHIP #"
},
"functionality": "Send a request to this endpoint to create or update one or more entity references.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Related Items: Unlink a Reference",
"api_call": "PUT /entityReference/unLink",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to unlink a reference.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Assign an Allocation Rule to a Fund",
"api_call": "PUT /funds/allocationRuleAssignment",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioName": "string: Name of the portfolio to be found. This value should not be provided for workspace funds, but it is required for portfolio funds.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field.",
"ruleName": "[REQUIRED] string: Name of the allocation rule to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to assign an allocation rule to a fund that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Un-assign Allocation Rule from a Fund",
"api_call": "DELETE /funds/allocationRuleAssignment",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioName": "string: Name of the portfolio to be found. This value should not be provided for workspace funds, but it is required for portfolio funds.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field.",
"ruleName": "[REQUIRED] string: Name of the allocation rule to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to un-assign an allocation rule from a fund that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Assign List of Allocation Rules to a Fund",
"api_call": "PUT /funds/allocationRuleAssignment/batch",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioName": "string: Name of the portfolio to be found. This value should not be provided for workspace funds, but it is required for portfolio funds.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to assign a list of allocation rules to a fund that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Un-assign a list of Allocation Rule from a Fund",
"api_call": "DELETE /funds/allocationRuleAssignment/batch",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioName": "string: Name of the portfolio to be found. This value should not be provided for workspace funds, but it is required for portfolio funds.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to un-assign a list of allocation rules to a fund that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Allocation Rules by Fund",
"api_call": "GET /funds/allocationRule",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioName": "string: Name of the portfolio to be found. This value should not be provided for workspace funds, but it is required for portfolio funds.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view allocation rules that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Update an Allocation Rule",
"api_call": "PUT /funds/allocationRule",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an allocation rule. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Create an Allocation Rule",
"api_call": "POST /funds/allocationRule",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an allocation rule. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Update Allocation Rules",
"api_call": "PUT /funds/allocationRule/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more allocation rules. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Create Allocation Rules",
"api_call": "POST /funds/allocationRule/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more allocation rules. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Delete Allocation Rules",
"api_call": "DELETE /funds/allocationRule/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more allocation rules. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Updates a Portfolio Fund",
"api_call": "PUT /funds/portfolio",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a portfolio fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Create a Portfolio Fund",
"api_call": "POST /funds/portfolio",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a portfolio fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Update Portfolio Funds",
"api_call": "PUT /funds/portfolio/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more portfolio funds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Create Portfolio Funds",
"api_call": "POST /funds/portfolio/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more portfolio funds. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Updates a Project Fund",
"api_call": "PUT /funds/project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Create a Project Fund",
"api_call": "POST /funds/project",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Update Project Funds",
"api_call": "PUT /funds/project/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project funds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Create Project Funds",
"api_call": "POST /funds/project/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project funds. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Updates a Workspace Fund",
"api_call": "PUT /funds/workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a workspace fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Create a Workspace Fund",
"api_call": "POST /funds/workspace",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a workspace fund.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Update Workspace Funds",
"api_call": "PUT /funds/workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more workspace funds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Batch Create Workspace Funds",
"api_call": "POST /funds/workspace/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more workspace funds. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Allocates a Workspace Fund to the Portfolio",
"api_call": "POST /funds/workspace/portfolio/allocation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to allocate a workspace fund to the portfolio.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Allocates a Workspace Fund to the Project",
"api_call": "POST /funds/workspace/project/allocation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to allocate a workspace fund to the project.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Allocates a Workspace Fund to the Child Workspace",
"api_call": "POST /funds/workspace/workspace/allocation",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to allocate a workspace fund to the child workspace.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View a Fund",
"api_call": "GET /funds/{fundId}",
"api_version": "2024.01.29",
"api_arguments": {
"fundId": "[REQUIRED] integer: ID of the fund to be found."
},
"functionality": "Send a request to this endpoint to view a fund for the specified fund ID.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Deletes a Fund",
"api_call": "DELETE /funds/{fundId}",
"api_version": "2024.01.29",
"api_arguments": {
"fundId": "[REQUIRED] integer: Fund ID of the fund to be deleted."
},
"functionality": "Deletes a fund specified by Fund ID. The application object with an ID value that matches the value of the {fundId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View an Allocation Rule",
"api_call": "GET /funds/allocationRule/{filterId}",
"api_version": "2024.01.29",
"api_arguments": {
"filterId": "[REQUIRED] integer: The ID of the allocation rule to be found."
},
"functionality": "This endpoint returns the allocation rule with an ID that matches the value of the {filterId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Delete an Allocation Rule",
"api_call": "DELETE /funds/allocationRule/{filterId}",
"api_version": "2024.01.29",
"api_arguments": {
"filterId": "[REQUIRED] integer: Allocation rule to be deleted."
},
"functionality": "Send a request to this endpoint to delete an allocation rule. The application object with an ID value that matches the value of the {filterId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: Delete Funds",
"api_call": "DELETE /funds/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Delete funds specified by fund IDs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Portfolio Code and Workspace Code",
"api_call": "GET /funds/portfolio/list",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioCode": "[REQUIRED] string: Code of the portfolio to be found.<br>This is a required field.",
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view funds for the specified portfolio code and workspace code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Project Code",
"api_call": "GET /funds/project/list",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: Code of the project to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view funds for the specified project code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Workspace Code",
"api_call": "GET /funds/workspace/list",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view funds for the specified workspace code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Allocation Rules by Workspace",
"api_call": "GET /funds/allocationRule/workspace",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view allocation rules that matches the fields in the query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Fund Totals by Portfolio Code and Workspace Code",
"api_call": "GET /funds/portfolio/fundtotal",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"portfolioCode": "[REQUIRED] string: Code of the portfolio to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view fund totals for the specified portfolio code and workspace code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Project Code and Fund Code",
"api_call": "GET /funds/project/byFundCode",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: Code of the project to be found.<br>This is a required field.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a fund for the specified project code and fund code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Project Code and Fund Name",
"api_call": "GET /funds/project/byFundName",
"api_version": "2024.01.29",
"api_arguments": {
"projectCode": "[REQUIRED] string: Code of the project to be found.<br>This is a required field.",
"fundName": "[REQUIRED] string: Name of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a fund for the specified project code and fund name.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Workspace Code and Fund Code",
"api_call": "GET /funds/workspace/byFundCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"fundCode": "[REQUIRED] string: Code of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a fund for the specified workspace code and fund code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Funds by Workspace Code and Fund Name",
"api_call": "GET /funds/workspace/byFundName",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field.",
"fundName": "[REQUIRED] string: Name of the fund to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view a fund for the specified workspace code and fund name.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Funds: View Fund Totals by Workspace Code",
"api_call": "GET /funds/workspace/fundtotal",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: Code of the workspace to be found.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view fund totals for the specified workspace code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Update a Measure",
"api_call": "PUT /measure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a measure. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Create a Measure",
"api_call": "POST /measure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a measure. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Batch Update Measures",
"api_call": "PUT /measure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more measures. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Batch Create Measures",
"api_call": "POST /measure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more measures. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Batch Delete Measures",
"api_call": "DELETE /measure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more measures. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: View a Measure",
"api_call": "GET /measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: ID of the Measure to be found."
},
"functionality": "This endpoint returns a measure. that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Delete a Measure",
"api_call": "DELETE /measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: Id of Measure to be deleted."
},
"functionality": "Send a request to this endpoint to delete a measure. The application object with an ID value that matches the value of the {measureId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: View all Measures by Workspace",
"api_call": "GET /measure/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns measures that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: View a Measure by Workspace and Name",
"api_call": "GET /measure/workspace/{workspaceId}/measureName/{measureName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"measureName": "[REQUIRED] string: The name of a measure."
},
"functionality": "This endpoint returns measures that meet the following requirements: <ul> <li>The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The object has a name that matches the value of the {measureName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure: Batch Sync Measures",
"api_call": "POST /measure/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any measure sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more measures.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Update a Measure Threshold ",
"api_call": "PUT /measureThreshold",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a measure threshold. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Create a Measure Threshold",
"api_call": "POST /measureThreshold",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a measure threshold. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Batch Update Measure Thresholds",
"api_call": "PUT /measureThreshold/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more measure thresholds. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Batch Create Measure Thresholds",
"api_call": "POST /measureThreshold/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more measure thresholds. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Batch Delete Measure Thresholds ",
"api_call": "DELETE /measureThreshold/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more measure thresholds. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: View a Measure Threshold ",
"api_call": "GET /measureThreshold/{measureThresholdId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureThresholdId": "[REQUIRED] integer: ID of the Measure Threshold to be found."
},
"functionality": "This endpoint returns measure thresholds that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {measureThresholdId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Delete a Measure Threshold ",
"api_call": "DELETE /measureThreshold/{measureThresholdId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureThresholdId": "[REQUIRED] integer: Id of Measure Threshold to be deleted."
},
"functionality": "Send a request to this endpoint to delete a measure threshold. The application object with an ID value that matches the value of the {measureThresholdId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: View a Measure Threshold by Measure ",
"api_call": "GET /measureThreshold/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns measure thresholds that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Measure Threshold: Batch Sync Measure Thresholds",
"api_call": "POST /measureThreshold/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any measure threshold sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more measure thresholds.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Update an Office",
"api_call": "PUT /office",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update an office.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Create an Office",
"api_call": "POST /office",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create an office.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Batch Update Offices",
"api_call": "PUT /office/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more offices.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Batch Create Offices",
"api_call": "POST /office/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more offices.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Batch Delete Offices",
"api_call": "DELETE /office/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more offices.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: View an Office",
"api_call": "GET /office/{officeId}",
"api_version": "2024.01.29",
"api_arguments": {
"officeId": "[REQUIRED] integer: The system-generated identifier of an office. "
},
"functionality": "Send a request to the endpoint to return details of the office with office ID given as a {officeId} path parameter.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Delete an Office",
"api_call": "DELETE /office/{officeId}",
"api_version": "2024.01.29",
"api_arguments": {
"officeId": "[REQUIRED] integer: ID of the Office that has to be deleted."
},
"functionality": "Send a request to this endpoint to delete an office. The application object with an ID value that matches the value of the {officeId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: View Offices for a specified name",
"api_call": "GET /office/name/{officeName}",
"api_version": "2024.01.29",
"api_arguments": {
"officeName": "[REQUIRED] string: Name of the Offices to be found."
},
"functionality": "Send a request to this endpoint to view all offices having specified office name.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: View Offices for a specified company",
"api_call": "GET /office/company/{companyName}/{postalCode}/{countryCode}",
"api_version": "2024.01.29",
"api_arguments": {
"companyName": "[REQUIRED] string: Company name of the company to be found.",
"postalCode": "[REQUIRED] string: Postal code value of the company.",
"countryCode": "[REQUIRED] string: Country code value of the company."
},
"functionality": "Send a request to this endpoint to view all offices of a specified company.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Office: Batch Sync Offices",
"api_call": "POST /office/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any office record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more offices.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Update Payment Application (Deprecated since 20.6)",
"api_call": "PUT /paymentApplication",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update a payment application using one of the update keys, providing the fields in the body that needs to be updated.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Create Payment Application (Deprecated since 20.6)",
"api_call": "POST /paymentApplication",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Create a payment application providing all the mandatory fields required.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Update Payment Applications (Deprecated since 20.6)",
"api_call": "PUT /paymentApplication/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update multiple payment applications, proving list of payment application objects in body that have to be updated.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Create Payment Applications (Deprecated since 20.6)",
"api_call": "POST /paymentApplication/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Create multiple payment applications, with the list of json objects provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Delete Payment Applications (Deprecated since 20.6)",
"api_call": "DELETE /paymentApplication/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Delete multiple payment applications based on the ids provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Delete a Payment Application (Deprecated since 20.6)",
"api_call": "DELETE /paymentApplication/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: Value of paymentApplicationId, the system-generated identifier of a payment application."
},
"functionality": "Delete a payment application based on the id provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Find a Payment Application (Deprecated since 20.6)",
"api_call": "GET /paymentApplication/{paymentApplicationId}",
"api_version": "2024.01.29",
"api_arguments": {
"paymentApplicationId": "[REQUIRED] integer: Value of paymentApplicationId, the system-generated identifier of a payment application."
},
"functionality": "Returns a payment application based on the id provided.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Find Payment Application SOV (Deprecated since 20.6)",
"api_call": "GET /paymentApplication/sov/{id}",
"api_version": "2024.01.29",
"api_arguments": {
"id": "[REQUIRED] integer: Value of paymentApplicationSOVId, the system-generated identifier of a payment application sov."
},
"functionality": "This endpoint returns Payment Application Sov Object that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {id} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Find a Payment Application with a specified code (Deprecated since 20.6)",
"api_call": "GET /paymentApplication/itemCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"paymentApplicationCode": "[REQUIRED] string: The user-specified identifier of a payment application.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of the associated agreement.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to fetch a payment application object under a parent with the specified code.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Find SOVs under Payment Application (Deprecated since 20.6)",
"api_call": "GET /paymentApplication/sov/parent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"paymentApplicationCode": "[REQUIRED] string: The user-specified identifier of a payment application.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of the associated agreement.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to fetch all sovs under a payment application, based on the codes provided in the url.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Find All Payment Applications under Parent Associated Agreement (Deprecated since 20.6)",
"api_call": "GET /paymentApplication/parent",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"agreementType": "[REQUIRED] string: The type of the associated agreement.<br>This is a required field.",
"associatedAgreementCode": "[REQUIRED] string: The user-specified identifier of an agreement.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to fetch a payment application object based on the value of parent codes provided in the url.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Payment Application (Deprecated since 20.6): Update Payment Application SOV (Deprecated since 20.6)",
"api_call": "PUT /paymentApplication/sov/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Update costs of multiple payment application sovs based on the paymentApplicationSOVId provided. PaymentApplicationSOVId can be found out using one of the sov find get APIs.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Update a Portfolio Measure ",
"api_call": "PUT /portfolioMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a portfolio measure. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Create a Portfolio Measure",
"api_call": "POST /portfolioMeasure",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a portfolio measure. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Batch Update Portfolio Measures",
"api_call": "PUT /portfolioMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more portfolio measures. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Batch Create Portfolio Measures",
"api_call": "POST /portfolioMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more portfolio measures. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Batch Delete Portfolio Measures ",
"api_call": "DELETE /portfolioMeasure/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more portfolio measures. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: View a Portfolio Measure ",
"api_call": "GET /portfolioMeasure/{portfolioMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioMeasureId": "[REQUIRED] integer: ID of the Portfolio Measure to be found."
},
"functionality": "This endpoint returns a portfolio measures that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {portfolioMeasureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Delete a Portfolio Measure ",
"api_call": "DELETE /portfolioMeasure/{portfolioMeasureId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioMeasureId": "[REQUIRED] integer: Id of Portfolio Measure to be deleted."
},
"functionality": "Send a request to this endpoint to delete a portfolio measure. The application object with an ID value that matches the value of the {portfolioMeasureId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: View a Portfolio Measure by Measure ",
"api_call": "GET /portfolioMeasure/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns a portfolio measures that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: View All Portfolio Measures Owned by a User",
"api_call": "GET /portfolioMeasure/currentUserPortfolios",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to view all portfolio measures owned by the current user.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: View a Portfolio Measure by Portfolio ",
"api_call": "GET /portfolioMeasure/portfolio/{portfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns a portfolio measure that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {portfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure: Batch Sync Portfolio Measures",
"api_call": "POST /portfolioMeasure/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any portfolio measures sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more portfolio measures.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Value: View a Porfolio Measure Value ",
"api_call": "GET /portfolioMeasureValue/{portfolioMeasureValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioMeasureValueId": "[REQUIRED] integer: ID of the Project Measure Value to be found."
},
"functionality": "This endpoint returns portfolio measure values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {portfolioMeasureValueId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Value: View a Porfolio Measure Value by Measure ",
"api_call": "GET /portfolioMeasureValue/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns portfolio measure values that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Value: View a Porfolio Measure Value by Measure and Portfolio ",
"api_call": "GET /portfolioMeasureValue/measure/{measureId}/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure.",
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns portfolio measure values that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Value: View Porfolio Measure Value by Portfolio ",
"api_call": "GET /portfolioMeasureValue/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns portfolio measure values that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Update a Portfolio Measure Manual Value ",
"api_call": "PUT /portfolioMeasureManualValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a portfolio measure manual value. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Create a Portfolio Measure Manual Value",
"api_call": "POST /portfolioMeasureManualValue",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a portfolio measure manual value. An application object will be created using the JSON data provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Batch Update Portfolio Measure Manual Values ",
"api_call": "PUT /portfolioMeasureManualValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more a portfolio measure manual value. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Batch Create Portfolio Measure Manual Values",
"api_call": "POST /portfolioMeasureManualValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more portfolio measure manual values. An application object will be created for each JSON object provided in the request body.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Batch Delete Portfolio Measure Manual Values ",
"api_call": "DELETE /portfolioMeasureManualValue/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more portfolio measure manual values. Objects with ID values that match the values provided in the request body will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: View a Portfolio Measure Manual Value ",
"api_call": "GET /portfolioMeasureManualValue/{portfolioMeasureManualValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioMeasureManualValueId": "[REQUIRED] integer: ID of the Portfolio Measure Manual Value to be found."
},
"functionality": "This endpoint returns portfolio measure manual values that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {portfolioMeasureManualValueId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Delete a Portfolio Measure Manual Value ",
"api_call": "DELETE /portfolioMeasureManualValue/{portfolioMeasureManualValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"portfolioMeasureManualValueId": "[REQUIRED] integer: Id of Portfolio Measure Manual Value to be deleted."
},
"functionality": "Send a request to this endpoint to delete a portfolio measure manual value. The application object with an ID value that matches the value of the {portfolioMeasureManualValueId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: View a Portfolio Measure Manual Value by Measure",
"api_call": "GET /portfolioMeasureManualValue/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns portfolio measure manual values that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: View a Portfolio Measure Manual Value by Measure and Portfolio ",
"api_call": "GET /portfolioMeasureManualValue/measure/{measureId}/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure.",
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns portfolio measure manual values that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: View a Portfolio Measure Manual Value by Portfolio ",
"api_call": "GET /portfolioMeasureManualValue/portfolio/{capitalPortfolioId}",
"api_version": "2024.01.29",
"api_arguments": {
"capitalPortfolioId": "[REQUIRED] integer: The system-generated identifier of a portfolio."
},
"functionality": "This endpoint returns portfolio measure manual values that meet the following requirements: <ul> <li>The object is associated with a portfolio with an ID value that matches the value of the {capitalPortfolioId} path parameter.</li> </ul>.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Portfolio Measure Manual Value: Batch Sync Portfolio Measure Manual Values",
"api_call": "POST /portfolioMeasureManualValue/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any portfolio measure manual values sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more portfolio measure manual values.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Update a Project Company",
"api_call": "PUT /projectCompany",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a project company.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Create a Project Company",
"api_call": "POST /projectCompany",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a project company.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Batch Update Project Companies",
"api_call": "PUT /projectCompany/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more project companies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Batch Create Project Companies",
"api_call": "POST /projectCompany/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more project companies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Batch Delete Project Companies ",
"api_call": "DELETE /projectCompany/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more project companies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: View a Project Company ",
"api_call": "GET /projectCompany/{projectCompanyId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectCompanyId": "[REQUIRED] integer: The system-generated identifier of a project company."
},
"functionality": "This endpoint returns a project company that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectCompanyId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Delete a Project Company by Work Manager Task ",
"api_call": "DELETE /projectCompany/{projectCompanyId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectCompanyId": "[REQUIRED] integer: The system-generated identifier of a project company."
},
"functionality": "Send a request to this endpoint to delete a project company. The application object with an ID value that matches the value of the {projectCompanyId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: View all Project Companies by Company Name and Postal Code",
"api_call": "GET /projectCompany/company/{companyName}/{postalCode}",
"api_version": "2024.01.29",
"api_arguments": {
"companyName": "[REQUIRED] string: The name of a company.",
"postalCode": "[REQUIRED] string: The postal code associated with a company."
},
"functionality": "This endpoint returns project companies that meet the following requirements: <ul> <li>The object has a name that matches the value of the {companyName} path parameter.</li> <li>The object has a code that matches the value of the {postalCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: View all Project Companies by Code",
"api_call": "GET /projectCompany/workspace/{workspaceCode}/project/{projectCode}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project."
},
"functionality": "This endpoint returns project companies that meet the following requirements: <ul> <li>The object is associated with a project with a code value that matches the value of the {projectCode} path parameter.</li> <li>The object is associated with a workspace with a code value that matches the value of the {workspaceCode} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: View all Project Companies by Project",
"api_call": "GET /projectCompany/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: ID of the project to be found."
},
"functionality": "This endpoint returns project companies that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Company: Batch Sync Project Companies",
"api_call": "POST /projectCompany/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag will fail the request if an error occurs while processing any project company record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more project companies.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Measure Value: View a Project Measure Value ",
"api_call": "GET /projectMeasureValue/{projectMeasureValueId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectMeasureValueId": "[REQUIRED] integer: The system-generated identifier of a project measure value."
},
"functionality": "This endpoint returns a project measure value that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {projectMeasureValueId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Measure Value: View all Project Measure Values by Measure ",
"api_call": "GET /projectMeasureValue/measure/{measureId}",
"api_version": "2024.01.29",
"api_arguments": {
"measureId": "[REQUIRED] integer: The system-generated identifier of a measure."
},
"functionality": "This endpoint returns a project measure value that meet the following requirements: <ul> <li>The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Project Measure Value: View all Project Measure Values by Project ",
"api_call": "GET /projectMeasureValue/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns a project measure value that meet the following requirements: <ul> <li>The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Update a Reason",
"api_call": "PUT /reason",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a reason.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Create a Reason",
"api_call": "POST /reason",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a reason.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Batch Update Reasons",
"api_call": "PUT /reason/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more reasons.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Batch Create Reasons",
"api_call": "POST /reason/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more reasons.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Batch Delete Reasons",
"api_call": "DELETE /reason/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more reasons.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: View a Reason",
"api_call": "GET /reason/{reasonId}",
"api_version": "2024.01.29",
"api_arguments": {
"reasonId": "[REQUIRED] integer: The system-generated identifier of a reason."
},
"functionality": "This endpoint returns reasons that meet the following requirements: <ul> <li>The object is associated with a reason with an ID value that matches the value of the {reasonId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Delete a Reason",
"api_call": "DELETE /reason/{reasonId}",
"api_version": "2024.01.29",
"api_arguments": {
"reasonId": "[REQUIRED] integer: The system-generated identifier of a reason."
},
"functionality": "Send a request to this endpoint to delete a reason. The application object with an ID value that matches the value of the {reasonId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: View a Reason by Workspace and Name",
"api_call": "GET /reason/workspace/{workspaceId}/name/{reasonName}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace.",
"reasonName": "[REQUIRED] string: The name of a reason."
},
"functionality": "This endpoint returns reasons that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> <li>The object has a name that matches the value of the {reasonName} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: View all Reasons by Workspace",
"api_call": "GET /reason/workspace/{workspaceId}",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceId": "[REQUIRED] integer: The system-generated identifier of a workspace."
},
"functionality": "This endpoint returns reasons that meet the following requirements: <ul> <li>The object is associated with a workspace with an ID value that matches the value of the {workspaceId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Reason: Batch Sync Reasons",
"api_call": "POST /reason/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any reason record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more reasons.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Update a Scope Item Assignment Activity",
"api_call": "PUT /scopeItemAssignmentActivity",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update a scope item assignment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Create a Scope Item Assignment Activity",
"api_call": "POST /scopeItemAssignmentActivity",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a scope item assignment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Batch Update Scope Item Assignment Activities",
"api_call": "PUT /scopeItemAssignmentActivity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to update one or more scope item assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Batch Create Scope Item Assignment Activities",
"api_call": "POST /scopeItemAssignmentActivity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create one or more scope item assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Batch Delete Scope Item Assignment Activities",
"api_call": "DELETE /scopeItemAssignmentActivity/batch",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to delete one or more scope item assignments.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: View a Scope Item Assignment Activity ",
"api_call": "GET /scopeItemAssignmentActivity/{scopeItemAssignmentActivityId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentActivityId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment activity."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {scopeItemAssignmentActivityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Delete a Scope Item Assignment Activity",
"api_call": "DELETE /scopeItemAssignmentActivity/{scopeItemAssignmentActivityId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentActivityId": "[REQUIRED] integer: The system-generated identifier of a scope item assignment activity."
},
"functionality": "Send a request to this endpoint to delete a scope item assignment activity. The application object with an ID value that matches the value of the {scopeItemAssignmentActivityId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: View all Scope Item Assignment Activities by Activity",
"api_call": "GET /scopeItemAssignmentActivity/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Delete Scope Item Assignment Activities by Activity",
"api_call": "DELETE /scopeItemAssignmentActivity/activity/{activityId}",
"api_version": "2024.01.29",
"api_arguments": {
"activityId": "[REQUIRED] integer: The system-generated identifier of an activity."
},
"functionality": "Send a request to this endpoint to delete one or more scope item assignments. The application object with an parent activity ID value that matches the value of the {activityId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: View all Scope Item Assignment Activities by Scope Item Assignment",
"api_call": "GET /scopeItemAssignmentActivity/scopeItemAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of an assignment."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a scope item assignment with an ID value that matches the value of the {scopeItemAssigmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Delete Scope Item Assignment Activities by Scope Item Assignment",
"api_call": "DELETE /scopeItemAssignmentActivity/scopeItemAssignment/{scopeItemAssignmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"scopeItemAssignmentId": "[REQUIRED] integer: The system-generated identifier of an assignment."
},
"functionality": "Send a request to this endpoint to delete one or more scope item assignments. The application object with an parent scope item assignment ID value that matches the value of the {scopeItemAssignmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: View All Scope Item Assignment Activities by Project",
"api_call": "GET /scopeItemAssignmentActivity/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns scope item assignments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Scope Item Assignment Activity: Batch Sync Scope Item Assignment Activities",
"api_call": "POST /scopeItemAssignmentActivity/syncBatch",
"api_version": "2024.01.29",
"api_arguments": {
"singleTransaction": "boolean: Enabling this boolean flag fails to complete the request if an error occurred when processing any scope item assignment activity record sent as part of the request. <br />Allowed Values: [ \"true\", \"false\" ]"
},
"functionality": "Send a request to this endpoint to create or update one or more scope item assignment activities.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: Create a Work Manager Task Commitment",
"api_call": "POST /workManagerTaskCommitment",
"api_version": "2024.01.29",
"api_arguments": {},
"functionality": "Send a request to this endpoint to create a work manager task commitment.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View a Work Manager Task Commitment ",
"api_call": "GET /workManagerTaskCommitment/{workManagerTaskCommitmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskCommitmentId": "[REQUIRED] integer: The system-generated identifier of a work manager task commitment."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object has an ID that matches the value of the {workManagerTaskCommitmentId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: Delete a Work Manager Task Commitment ",
"api_call": "DELETE /workManagerTaskCommitment/{workManagerTaskCommitmentId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskCommitmentId": "[REQUIRED] integer: The system-generated identifier of a work manager task commitment."
},
"functionality": "Send a request to this endpoint to delete a work manager task commitment. The application object with an ID value that matches the value of the {workManagerTaskCommitmentId} path parameter will be deleted.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View all Work Manager Task Commitments by Work Manager Task",
"api_call": "GET /workManagerTaskCommitment/allCommitment/task/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object is associated with a work manager task with an ID value that matches the value of the {workManagerTaskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View all Work Manager Task Commitments by Project",
"api_call": "GET /workManagerTaskCommitment/project/{projectId}",
"api_version": "2024.01.29",
"api_arguments": {
"projectId": "[REQUIRED] integer: The system-generated identifier of a project."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object is associated with a project with an ID value that matches the value of the {projectId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View all Work Manager Task Commitments by Reason",
"api_call": "GET /workManagerTaskCommitment/reason/{reasonId}",
"api_version": "2024.01.29",
"api_arguments": {
"reasonId": "[REQUIRED] integer: The system-generated identifier of a reason."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object is associated with a reason with an ID value that matches the value of the {reasonId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View all Work Manager Task Commitments by Associated User",
"api_call": "GET /workManagerTaskCommitment/user/{applicationUserId}",
"api_version": "2024.01.29",
"api_arguments": {
"applicationUserId": "[REQUIRED] integer: The system-generated identifier of an application user."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object is associated with an application user with an ID value that matches the value of the {applicationUserId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View Last Work Manager Task Commitment ",
"api_call": "GET /workManagerTaskCommitment/lastCommitment/task/{workManagerTaskId}",
"api_version": "2024.01.29",
"api_arguments": {
"workManagerTaskId": "[REQUIRED] integer: The system-generated identifier of a work manager task."
},
"functionality": "This endpoint returns work manager task commitments that meet the following requirements: <ul> <li>The object is associated with a work manager task with an ID value that matches the value of the {workManagerTaskId} path parameter.</li> </ul>",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
},
{
"user_name": "meenakshimittal",
"api_name": "Oracle Primavera Cloud REST API - Work Manager Task Commitment: View all Work Manager Task Commitments by Parent",
"api_call": "GET /workManagerTaskCommitment/parentCode",
"api_version": "2024.01.29",
"api_arguments": {
"workspaceCode": "[REQUIRED] string: The user-specified identifier of a workspace.<br>This is a required field.",
"projectCode": "[REQUIRED] string: The user-specified identifier of a project.<br>This is a required field.",
"activityCode": "[REQUIRED] string: The user-specified identifier of an activity.<br>This is a required field.",
"taskName": "[REQUIRED] string: The user-specified identifier of a work manager task.<br>This is a required field."
},
"functionality": "Send a request to this endpoint to view all work manager task commitments under parent with codes matching the code fields in query parameters.",
"metadata": {
"documentation_link": "https://docs.oracle.com/cd/E80480_01/87749.htm#subhead_oracleprimaveracloudrestapidoc4"
}
}
]