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: delete
Path: /primeapi/restapi/project/batch?cascadeOnDelete={cascadeOnDelete}
Batch Integrate Projects with an External Data Source
Method: post
Path: /primeapi/restapi/project/syncBatch
Create a Project
Method: post
Path: /primeapi/restapi/project
Delete a Project
Method: delete
Path: /primeapi/restapi/project/{id}?cascadeOnDelete={cascadeOnDelete}
Integrate a Project with an External Data Source
Method: post
Path: /primeapi/restapi/project/sync
Update a Project
Method: put
Path: /primeapi/restapi/project
View a Project by Code
Method: get
Path: /primeapi/restapi/project/code/{code}
View a Project by Code and Workspace
Method: get
Path: /primeapi/restapi/project/workspace/{workspaceId}/code/{code}
View a project by code.
Method: get
Path: /primeapi/restapi/project/byItemCode?workspaceCode={workspaceCode}&projectCode={projectCode}
View a Project by Name
Method: get
Path: /primeapi/restapi/project/name/{name}
View a Project by Workspace
Method: get
Path: /primeapi/restapi/project/workspace/{id}
View a Project Image
Method: get
Path: /primeapi/restapi/project/image/{id}
View all projects by parent code.
Method: get
Path: /primeapi/restapi/project/byParent?workspaceCode={workspaceCode}
View Integrated Projects
Method: get
Path: /primeapi/restapi/project/externallySourced
View Project by Name and Workspace
Method: get
Path: /primeapi/restapi/project/nameLike/{name}
View Project Configured Fields
Method: get
Path: /primeapi/restapi/project/{id}/configuredFields
View Projects by Assigned Code Value
Method: get
Path: /primeapi/restapi/project/codeType/{typeId}/codeValue/{code}
View Projects by Assigned Configured Field Value
Method: get
Path: /primeapi/restapi/project/configuredField/{viewColumnName}/{value}