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: postPath:
/primeapi/restapi/projectRank/batch
- Batch Update Project Ranks
- Method: putPath:
/primeapi/restapi/projectRank/batch
- Create a Project Rank
- Method: postPath:
/primeapi/restapi/projectRank
- Update a Project Rank
- Method: putPath:
/primeapi/restapi/projectRank
- View a Project Rank
- Method: getPath:
/primeapi/restapi/projectRank/{id}
- View a Project Rank by Project
- Method: getPath:
/primeapi/restapi/projectRank/project/{projectId}