Project REST Endpoints
Project
Use the Project service to create, view, update, and delete projects. Projects are company initiatives and goals you can manage in Oracle Prime Update Keys : 'projectId'
- Batch Delete Projects
- Method: deletePath:
/primeapi/restapi/project/batch?cascadeOnDelete={cascadeOnDelete}
- Batch Integrate Projects with an External Data Source
- Method: postPath:
/primeapi/restapi/project/syncBatch
- Create a Project
- Method: postPath:
/primeapi/restapi/project
- Delete a Project
- Method: deletePath:
/primeapi/restapi/project/{id}?cascadeOnDelete={cascadeOnDelete}
- Integrate a Project with an External Data Source
- Method: postPath:
/primeapi/restapi/project/sync
- Update a Project
- Method: putPath:
/primeapi/restapi/project
- View a Project by Code
- Method: getPath:
/primeapi/restapi/project/code/{code}
- View a Project by Code and Workspace
- Method: getPath:
/primeapi/restapi/project/workspace/{workspaceId}/code/{code}
- View a project by code.
- Method: getPath:
/primeapi/restapi/project/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}
- View a Project by Name
- Method: getPath:
/primeapi/restapi/project/name/{name}
- View a Project by Workspace
- Method: getPath:
/primeapi/restapi/project/workspace/{id}
- View a Project Image
- Method: getPath:
/primeapi/restapi/project/image/{id}
- View all projects by parent code.
- Method: getPath:
/primeapi/restapi/project/byParent?workspaceCode={workspaceCode}
- View Integrated Projects
- Method: getPath:
/primeapi/restapi/project/externallySourced
- View Project by Name and Workspace
- Method: getPath:
/primeapi/restapi/project/nameLike/{name}
- View Project Configured Fields
- Method: getPath:
/primeapi/restapi/project/{id}/configuredFields
- View Projects by Assigned Code Value
- Method: getPath:
/primeapi/restapi/project/codeType/{typeId}/codeValue/{code}
- View Projects by Assigned Configured Field Value
- Method: getPath:
/primeapi/restapi/project/configuredField/{viewColumnName}/{value}