Returns the maximum work units per time period for the specified resource work rate ID.
get
/primeapi/restapi/v16.2/resourceWorkRate/{id}
Request
Path Parameters
- id
-
Type:
integer
(int64
)Required:true
??resourceWorkRate_resource_find_id??
Response
Supported Media Types
- application/json
200 Response
successful operation
Body
Root Schema : ApiEntityResourceWorkRate
Type:
object
- effectiveEndDate
-
Type:
string
(date-time
) - effectiveStartDate
-
Type:
string
(date-time
)The date that the corresponding units/time period and rates go into effect for the resource or role. - maxUnitsPerTime
-
Type:
object
Unit - resourceId
-
Type:
integer
(int64
) - resourceWorkRateId
-
Type:
integer
(int64
) - workspaceId
-
Type:
integer
(int64
)The name of the workspace where the resource or role was created.
Nested Schema : Unit
Type:
object
404 Response
The Resource Work Rate does not exist or you do not have access to it.