View a Maximum Work Unit per Time Period
get
/primeapi/restapi/resourceWorkRate/{id}
This endpoint returns resource work rates that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a resource work rate.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root 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
404 Response
The requested resource work rate does not exist, or you do not have access to it.