View a Resource Work Rate

get

/api/restapi/resourceWorkRate/{resourceWorkRateId}

This endpoint returns resource work rates that meet the following requirements:
  • The object has an ID that matches the value of the {resourceWorkRateId} 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 : ApiEntityResourceWorkRate
Type: object
Title: ApiEntityResourceWorkRate
Show Source
Nested Schema : resourceWorkRateCost
An entity containing the price per unit fields of a resource work rate.
Match All
Show Source
Nested Schema : ApiEntityResourceWorkRateCost
Type: object
Title: ApiEntityResourceWorkRateCost
Show Source
  • Minimum Value: 0
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Minimum Value: 0
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Minimum Value: 0
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Minimum Value: 0
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • Minimum Value: 0
    The price per unit associated with the resource or role. The price per unit is used to calculate costs for resources or roles assigned to activities.
  • The system-generated identifier of the work rate.
  • Date when the record was last updated.

404 Response

The requested resource work rate does not exist, or you do not have access to it.
Back to Top