View a Workspace Resource Rate by Resource
get
/primeapi/restapi/workspaceResourceRate/resource/{id}
This endpoint returns workspace resource 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 : ApiEntityWorkspaceResourceRate
Type:
Show Source
object
-
cost(optional):
object Cost
-
currencyId(optional):
integer(int64)
The currency in which the role rate is written.
-
effectiveDate(optional):
string(date-time)
The date the role rate goes into effect.
-
link(optional):
string(url)
Read Only:
true
-
resourceId(optional):
integer(int64)
The unique identifier for the resource or role.
-
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. -
workspaceId(optional):
integer(int64)
The system-generated identifier of a workspace.
-
workspaceResourceId(optional):
integer(int64)
The system-generated identifier of a resource.
-
workspaceResourceRateId(optional):
integer(int64)
The system-generated identifier of a resource rate.
Nested Schema : Cost
Type:
object
204 Response
Successful operation with no content.
404 Response
The requested workspace resource rate does not exist, or you do not have access to it.