View a Resource Work Rate
get
/primeapi/restapi/resourceWorkRate/resource/{id}
This endpoint returns resource work rates that meet the following requirements:
- The object has a resource with an ID value that matches the value of the {resourceId} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a resource.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityResourceWorkRate
Type:
Show Source
object
-
effectiveEndDate(optional):
string(date-time)
The date that corresponding units/time period and rates end for the resource or role.
-
effectiveStartDate(optional):
string(date-time)
The date that the corresponding units/time period and rates go into effect for the resource or role.
-
link(optional):
string(url)
Read Only:
true
-
maxUnitsPerTime(optional):
object Unit
-
resourceId(optional):
integer(int64)
-
resourceWorkRateId(optional):
integer(int64)
ID of a work rate.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response. -
workspaceCode(optional):
string
-
workspaceId(optional):
integer(int64)
The name of the workspace where the resource or role was created.
Nested Schema : Unit
Type:
object
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.