View all Resource Work Rates by Workspace Code

get

/api/restapi/resourceWorkRate/workspaceCode/{workspaceCode}

Send a request to this endpoint to view the work rates of all resources belonging to a workspace with a code value that matches the value of the {workspaceCode} 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 : List<ApiEntityResourceWorkRate>
Type: array
Title: List<ApiEntityResourceWorkRate>
Show Source
Nested 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.

204 Response

Successful operation with no content.

404 Response

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