View Rules of Credit by Name

get

/api/restapi/ruleOfCredit/name/{rocName}

This endpoint returns rules of credit that meet the following requirements:
  • The object has a name that matches the value of the {rocName} path parameter.
Rules of credit can be used when tracking progress on scope assignments in work packages.

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 : List<ApiEntityRuleOfCredit>
Type: array
Title: List<ApiEntityRuleOfCredit>
Show Source
Nested Schema : ApiEntityRuleOfCredit
Type: object
Title: ApiEntityRuleOfCredit
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    The type of association in the relationship between the rule of credit and the workspace. Possible values are Owned and Inherited.
  • milestones
    The milestones associated with the rule of credit.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    The push down type of the rule of credit.
  • Unique identifier of the rule of credit.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the rule of credit.
  • Allowed Values: [ "MANUAL", "ZERO_TO_ONE_HUNDRED" ]
    Determines how each milestone in a rule of credit can be progressed.
    Manual: Allows partial completion of a milestone, entered as a percentage.
    0/100%: Partial progress cannot be made when progressing a milestone. As soon as the milestone is selected, the milestone is 100% complete.
  • Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : milestones
Type: array
The milestones associated with the rule of credit.
Show Source
Nested Schema : ApiEntityRuleOfCreditMilestone
Type: object
Title: ApiEntityRuleOfCreditMilestone
Show Source

204 Response

Successful operation with no content.

404 Response

The requested rule of credit does not exist, or you do not have access to it.
Back to Top