Project Rank REST Endpoints
Project Rank
The Project Rank service enables you to send and retrieve information related to a project's rank. Update Keys : 'projectRankId'
- Batch Create Project Ranks
- Method: postPath:
/api/restapi/projectRank/batch - Batch Sync Project Ranks
- Method: postPath:
/api/restapi/projectRank/syncBatch - Batch Update Project Ranks
- Method: putPath:
/api/restapi/projectRank/batch - Create a Project Rank
- Method: postPath:
/api/restapi/projectRank - Update a Project Rank
- Method: putPath:
/api/restapi/projectRank - View a Project Rank
- Method: getPath:
/api/restapi/projectRank/{projectRankId} - View all Project Ranks by Project
- Method: getPath:
/api/restapi/projectRank/project/{projectId}