View a Project Resource Work Rate by Project and Resource
get
/primeapi/restapi/projectResourceWorkRate/project/{projectId}/resource/{resourceId}
This endpoint returns a project resource work rate that meet the following requirements:
- The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.
- The object has a resource with an ID value that matches the value of the {resourceId} path parameter.
Request
Path Parameters
-
projectId: integer(int64)
The system-generated identifier of a project.
-
resourceId: integer(int64)
The system-generated identifier of a resource.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityProjectResourceWorkRate
Type:
Show Source
object
-
effectiveEndDate(optional):
string(date-time)
Date that the corresponding units/time period and rates complete for the resource or role.
-
effectiveStartDate:
string(date-time)
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
-
projectResourceId:
integer(int64)
The unique identifier of a project resource.
-
projectResourceWorkRateId:
integer(int64)
The unique identifier of a project work rate.
-
uniqueName(optional):
string
-
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.
Nested Schema : Unit
Type:
object
204 Response
Successful operation with no content.
404 Response
The requested project resource work rate does not exist, or you do not have access to it.