View all Project Ranks by Project
get
/api/restapi/projectRank/project/{projectId}
This endpoint returns a project rank that meet the following requirements:
- The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.
Request
Path Parameters
-
projectId(required): integer(int64)
ID of the Project for which Project Rank has to be found.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityProjectRank>
Type:
arrayTitle:
Show Source
List<ApiEntityProjectRank>-
Array of:
object ApiEntityProjectRank
Title:
ApiEntityProjectRank
Nested Schema : ApiEntityProjectRank
Type:
objectTitle:
Show Source
ApiEntityProjectRank-
categoryScore: number
(double)
Category score.
-
evaluationCategoryId: integer
(int64)
Evaluation category ID.
-
evaluationRankId: integer
(int64)
The ranking for the evaluation category.
-
evaluationSubCategoryId: integer
(int64)
Evaluation subcategory ID.
-
link: string
(url)
Read Only:
trueThe self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
projectId: integer
(int64)
The system-generated identifier of the project.
-
projectRankId: integer
(int64)
The system-generated identifier of the project rank.
-
subCategoryScore: number
(double)
The evaluation score of a project per category and sub-category.
The sub-category score formula is calculated as the selected Rank Weight % multiplied by the given sub-category Weight % divided by 100.
The category score formula is calculated as the sum of the sub-category Scores. If a given sub-category does not have a score, its score is 0. -
updateDate: string
(date-time)
Read Only:
trueDate when the record was last updated.
204 Response
Successful operation with no content.
404 Response
The requested project rank does not exist, or you do not have access to it.