View Evaluation Matrix by Workspace

get

/api/restapi/evaluationMatrix/workspace/{workspaceId}

This endpoint returns evaluation Matrix that meet the following requirements:
  • The object belongs to a workspace with an ID value that matches the value of the {workspaceId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityEvaluationMatrix
Type: object
Title: ApiEntityEvaluationMatrix
Show Source
Nested Schema : categories
Type: array
The evaluation categories of an evaluation matrix.
Show Source
Nested Schema : ApiEntityEvaluationCategory
Type: object
Title: ApiEntityEvaluationCategory
Show Source
Nested Schema : subCategories
Type: array
The evaluation sub-categories of an evaluation category.
Show Source
Nested Schema : ApiEntityEvaluationSubCategory
Type: object
Title: ApiEntityEvaluationSubCategory
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the Evaluation sub-category and the workspace.
  • The unique identifier of the evaluation category to which the evaluation sub-category is associated.
  • Maximum Length: 4000
    Details describing the evaluation sub-category.
  • The status of Evaluation sub-category.
    Enabled: Evaluation sub-category gets considered for calculating the evaluation score.
    Disabled: Evaluation sub-category does not get considered for calculating the evaluation score.
  • ID of the workspace for which sub-category has to be found.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    The push down type of the sub-category in evaluation matrix.
  • The number of options available on the rating scale for the sub-category.
  • ranks
    The evaluation ranks of an evaluation sub-category.
  • The order in which the evaluation sub-category is displayed within a category.
  • The unique identifier for an evaluation sub-category.
  • Maximum Length: 255
    The name of the evaluation sub-category.
  • Read Only: true
    Date when the record was last updated.
  • Minimum Value: 1
    Maximum Value: 100
    The relative weight of the sibling evaluation sub-category node. This value indicates the contribution of a given node to its parent evaluation node.
  • The weight or relative rank of the evaluation sub-category node compared to its siblings. This value indicates the percentage that the evaluation sub-category node is contributing to the parent category. The total Weight Percent for all sibling evaluation sub-category nodes equals 100.
Nested Schema : ranks
Type: array
The evaluation ranks of an evaluation sub-category.
Show Source
Nested Schema : ApiEntityEvaluationRank
Type: object
Title: ApiEntityEvaluationRank
Show Source

204 Response

Successful operation with no content.

404 Response

The requested evaluation matrix does not exist, or you do not have access to them.
Back to Top