Project Rank REST Endpoints

Project Rank
The Project Rank service enables you to send and retrieve information related to a project's rank.
Batch Create Project Ranks
Method: post
Path: /primeapi/restapi/projectRank/batch
Batch Update Project Ranks
Method: put
Path: /primeapi/restapi/projectRank/batch
Create a Project Rank
Method: post
Path: /primeapi/restapi/projectRank
Update a Project Rank
Method: put
Path: /primeapi/restapi/projectRank
View a Project Rank
Method: get
Path: /primeapi/restapi/projectRank/{id}
View a Project Rank by Project
Method: get
Path: /primeapi/restapi/projectRank/project/{projectId}