Get all project resource requests

get

/fscmRestApi/resources/11.13.18.05/projectPlanResourceRequests

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds all requests with the matching primary key criteria specified.
      Finder Variables:
      • ResourceRequestId; integer; Unique identifier of the project resource request.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssignedQuantity; integer; The number of resources assigned for this project resource request. Summing up Remaining Quantity and Assigned Quantity will give you Requested Quantity.
    • AssignmentType; string; Indicates if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank.
    • AssignmentTypeCode; string; Code to indicate if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank.
    • BillablePercent; integer; Indicates the percentage of assignment time that is billable for an assignment that is defined as Billable assignment. For a non-billable assignment, the value is ignored. Valid values are positive integer between 0 and 100
    • BillablePercentReason; string; Indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored.
    • BillablePercentReasonCode; string; Code that indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored.
    • FridayHours; number; Hours for Friday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
    • Location; string; Assignment location for the work specified on the project resource request.
    • MondayHours; number; Hours for Monday of every week for the requested time period. Applicable only if Use Variable Hours Indicator value is true.
    • ProjectId; integer; Identifier of the project associated to the resource request. You may enter a value for only this attribute or for Project Name but not both.
    • ProjectName; string; Name of the project associated to the resource request. You may enter a value for only this attribute or for Project ID but not both.
    • ProjectNumber; string; Number of the project associated to the resource request.
    • ProjectRoleId; integer; Identifier of the role that the selected resources will fill on a project. You may enter a value for only this attribute or for Project Role Name but not both.
    • ProjectRoleName; string; Name of the role that the selected resources will fill on a project. You may enter a value for only this attribute or for Project Role ID but not both.
    • ProposedQuantity; integer; The number of resources proposed or nominated for this project resource request.
    • RemainingQuantity; integer; The number of resources remaining to fulfill this project resource request.
    • RequestFulfilledDate; string; Date on which the request is fulfilled.
    • RequestName; string; Name of a project resource request.
    • RequestStatus; string; Status name of the resource request.
    • RequestStatusCode; string; Code of the request status for the resource request. You may pass the value as OPEN or DRAFT when creating the request. The default value will be DRAFT.
      You can update the request and change the status from from DRAFT to OPEN. But you cannot change the status from OPEN to DRAFT.
    • RequestSubmittedDate; string; Date on which the request is submitted.
    • RequestedFinishDate; string; Date until which a resource is requested.
    • RequestedHoursPerWeek; number; Hours for every week of the requested duration. Applicable only if Use Weekly Hours Indicator value is true.
    • RequestedHoursperDay; number; Period of time measured in hours that establishes the number of requested hours per working day on a project resource request.
    • RequestedQuantity; integer; The requested quantity of resources for this project resource request. If this request is for multiple resources, then the quantity must be greater than one. If no value is passed, the default value is set to 1.
    • RequestedResourceEmail; string; Email of the resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1. You may enter a value for only this attribute or for Requested Resource ID but not both.
    • RequestedResourceId; integer; Identifier of the resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1. You may enter a value for only this attribute or for Requested Resource Email but not both.
    • RequestedResourceName; string; Name of the project enterprise labor resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1.
    • RequestedResourcePersonId; integer; Identifier of the HCM person who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1.
    • RequestedStartDate; string; Date from which a resource is requested. If no value is passed, the default value is set to the start date of the project.
    • RequesterEmail; string; Email of the person who is requesting resources. Usually it is the project manager. You may enter a value for only this attribute or for Requester Resource ID but not both.
    • RequesterName; string; Name of the project enterprise resource who is requesting resources.
    • RequesterPersonId; integer; Identifier of the HCM person who is requesting resources.
    • RequesterResourceId; integer; Identifier of the project enterprise resource of the person who is requesting resources. Usually it is the project manager.You may enter a value for only this attribute or for Requester Email but not both.
    • ResourceRequestId; integer; Identifier of the project resource request.
    • SaturdayHours; number; Hours for Saturday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
    • SpecialInstructions; string; Special instructions for the project resource request, such as requester instructions to the resource manager.
    • StaffingOwnerEmail; string; Email of the person who responsible for finding a resource to fulfill the request. You may enter a value for only this attribute or Staffing Owner ID but not both.
    • StaffingOwnerName; string; Name of the person who is responsible for finding a resource to fulfill the request.
    • StaffingOwnerPersonId; integer; Identifier of the HCM person who is responsible for finding a resource to fulfill the request.
    • StaffingOwnerResourceId; integer; Identifier of the project enterprise resource who is responsible for finding a resource to fulfill the request. You may enter a value for only this attribute or for Staffing Owner Email but not both.
    • StaffingRemarks; string; Staffing remarks captured by the resource manager during staffing.
    • SundayHours; number; Hours for Sunday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
    • TargetBillRate; number; Bill rate that represents the targeted rate for the resource who will fulfill the request.
    • TargetBillRateCurrencyCode; string; Code of the currency used to define the bill rate.
    • TargetCostRate; number; Cost rate that represents the targeted rate for the resource who is selected on the request.
    • TargetCostRateCurrencyCode; string; Code of the currency used to define the cost rate.
    • ThursdayHours; number; Hours for Thursday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
    • TotalHours; number; Total requested hours for the resource for the particular assignment.
    • TuesdayHours; number; Hours for Tuesday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
    • UseProjectCalendarFlag; boolean; Flag to indicate if the hours for the assignment is explicitly provided in RequestedHoursperDay or should be derived from the project calendar. Valid values are Y and N.
    • WednesdayHours; number; Hours for Wednesday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : projectPlanResourceRequests
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : projectPlanResourceRequests-item-response
Type: object
Show Source
  • Title: Assigned Quantity
    Read Only: true
    The number of resources assigned for this project resource request. Summing up Remaining Quantity and Assigned Quantity will give you Requested Quantity.
  • Title: Assignment Type
    Maximum Length: 80
    Indicates if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank.
  • Title: Assignment Type Code
    Maximum Length: 30
    Code to indicate if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank.
  • Title: Billable Percent
    Indicates the percentage of assignment time that is billable for an assignment that is defined as Billable assignment. For a non-billable assignment, the value is ignored. Valid values are positive integer between 0 and 100
  • Title: Billable Percent Reason
    Maximum Length: 80
    Indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored.
  • Title: Billable Percent Reason Code
    Maximum Length: 30
    Code that indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored.
  • Title: Friday Hours
    Hours for Friday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • Links
  • Title: Location
    Maximum Length: 240
    Assignment location for the work specified on the project resource request.
  • Title: Monday Hours
    Hours for Monday of every week for the requested time period. Applicable only if Use Variable Hours Indicator value is true.
  • Title: Project ID
    Identifier of the project associated to the resource request. You may enter a value for only this attribute or for Project Name but not both.
  • Title: Project Name
    Maximum Length: 240
    Name of the project associated to the resource request. You may enter a value for only this attribute or for Project ID but not both.
  • Title: Project Number
    Maximum Length: 25
    Number of the project associated to the resource request.
  • Project Plan Resource Request Descriptive Flexfields
    Title: Project Plan Resource Request Descriptive Flexfields
    The Project Plan Resource Request Descriptive Flexfields resource is used by a project manager to view, create, and update descriptive flexfields associated to a project resource request.
  • Project Plan Resource Request Lines
    Title: Project Plan Resource Request Lines
    The Project Plan Resource Request Lines resource is used by a project manager to view and update the status of nominated resources associated to the request.
  • Project Plan Resource Request Qualifications
    Title: Project Plan Resource Request Qualifications
    The Project Plan Resource Request Qualifications resource is used by a project manager to view, create, and manage project resource qualifications under a specific request.
  • Title: Project Role ID
    Identifier of the role that the selected resources will fill on a project. You may enter a value for only this attribute or for Project Role Name but not both.
  • Title: Project Role Name
    Maximum Length: 240
    Name of the role that the selected resources will fill on a project. You may enter a value for only this attribute or for Project Role ID but not both.
  • Title: Proposed Quantity
    Read Only: true
    The number of resources proposed or nominated for this project resource request.
  • Title: Remaining Quantity
    Read Only: true
    Default Value: 1
    The number of resources remaining to fulfill this project resource request.
  • Title: Requested Finish Date
    Date until which a resource is requested.
  • Title: Requested Hours per Day
    Default Value: 0
    Period of time measured in hours that establishes the number of requested hours per working day on a project resource request.
  • Title: Requested Hours per Week
    Hours for every week of the requested duration. Applicable only if Use Weekly Hours Indicator value is true.
  • Title: Requested Quantity
    Default Value: 1
    The requested quantity of resources for this project resource request. If this request is for multiple resources, then the quantity must be greater than one. If no value is passed, the default value is set to 1.
  • Title: Requested Resource Email
    Maximum Length: 240
    Email of the resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1. You may enter a value for only this attribute or for Requested Resource ID but not both.
  • Title: Requested Resource ID
    Identifier of the resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1. You may enter a value for only this attribute or for Requested Resource Email but not both.
  • Title: Requested Resource Name
    Read Only: true
    Maximum Length: 240
    Name of the project enterprise labor resource who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1.
  • Title: Requested Resource Person ID
    Read Only: true
    Identifier of the HCM person who is selected to fulfill the project resource request, if the Requested Quantity is equal to 1.
  • Title: Requested Start Date
    Date from which a resource is requested. If no value is passed, the default value is set to the start date of the project.
  • Title: Requester Email
    Maximum Length: 240
    Email of the person who is requesting resources. Usually it is the project manager. You may enter a value for only this attribute or for Requester Resource ID but not both.
  • Title: Requester Name
    Read Only: true
    Maximum Length: 240
    Name of the project enterprise resource who is requesting resources.
  • Title: Requester Person ID
    Read Only: true
    Identifier of the HCM person who is requesting resources.
  • Title: Requester Resource ID
    Identifier of the project enterprise resource of the person who is requesting resources. Usually it is the project manager.You may enter a value for only this attribute or for Requester Email but not both.
  • Title: Request Fulfilled Date
    Read Only: true
    Date on which the request is fulfilled.
  • Title: Request Name
    Maximum Length: 240
    Name of a project resource request.
  • Title: Request Status
    Read Only: true
    Maximum Length: 80
    Status name of the resource request.
  • Title: Request Status Code
    Maximum Length: 30
    Default Value: DRAFT
    Code of the request status for the resource request. You may pass the value as OPEN or DRAFT when creating the request. The default value will be DRAFT.
    You can update the request and change the status from from DRAFT to OPEN. But you cannot change the status from OPEN to DRAFT.
  • Title: Request Submitted Date
    Read Only: true
    Date on which the request is submitted.
  • Title: Request ID
    Identifier of the project resource request.
  • Title: Saturday Hours
    Hours for Saturday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • Title: Special Instructions
    Maximum Length: 2000
    Special instructions for the project resource request, such as requester instructions to the resource manager.
  • Title: Staffing Owner Email
    Maximum Length: 240
    Email of the person who responsible for finding a resource to fulfill the request. You may enter a value for only this attribute or Staffing Owner ID but not both.
  • Title: Staffing Owner Name
    Read Only: true
    Maximum Length: 240
    Name of the person who is responsible for finding a resource to fulfill the request.
  • Title: Staffing Owner Person ID
    Read Only: true
    Identifier of the HCM person who is responsible for finding a resource to fulfill the request.
  • Title: Staffing Owner Resource ID
    Identifier of the project enterprise resource who is responsible for finding a resource to fulfill the request. You may enter a value for only this attribute or for Staffing Owner Email but not both.
  • Title: Staffing Remarks
    Maximum Length: 2000
    Staffing remarks captured by the resource manager during staffing.
  • Title: Sunday Hours
    Hours for Sunday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • Title: Target Bill Rate
    Bill rate that represents the targeted rate for the resource who will fulfill the request.
  • Title: Target Bill Rate Currency Code
    Maximum Length: 15
    Code of the currency used to define the bill rate.
  • Title: Target Cost Rate
    Cost rate that represents the targeted rate for the resource who is selected on the request.
  • Title: Target Cost Rate Currency Code
    Maximum Length: 15
    Code of the currency used to define the cost rate.
  • Title: Thursday Hours
    Hours for Thursday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • Title: Total Requested Hours
    Read Only: true
    Total requested hours for the resource for the particular assignment.
  • Title: Tuesday Hours
    Hours for Tuesday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
  • Title: Use Project Calendar Indicator
    Maximum Length: 1
    Default Value: true
    Flag to indicate if the hours for the assignment is explicitly provided in RequestedHoursperDay or should be derived from the project calendar. Valid values are Y and N.
  • Title: Use Variable Hours Indicator
    Indicates if the hours for the request are variable for every day of the week or not. Valid values are True and False. If the value is True, the requested hours are derived from the attributes Monday Hours through Sunday Hours.
  • Title: Use Weekly Hours Indicator
    Indicates if the hours for the request are for every week or not. Valid values are True and False. If the value is True, the requested hours are derived from the attributes RequestedHoursPerWeek.
  • Title: Wednesday Hours
    Hours for Wednesday of every week for the requested time period. Applicable only if Use Variable Hours Indicator is true.
Nested Schema : Project Plan Resource Request Descriptive Flexfields
Type: array
Title: Project Plan Resource Request Descriptive Flexfields
The Project Plan Resource Request Descriptive Flexfields resource is used by a project manager to view, create, and update descriptive flexfields associated to a project resource request.
Show Source
Nested Schema : Project Plan Resource Request Lines
Type: array
Title: Project Plan Resource Request Lines
The Project Plan Resource Request Lines resource is used by a project manager to view and update the status of nominated resources associated to the request.
Show Source
Nested Schema : Project Plan Resource Request Qualifications
Type: array
Title: Project Plan Resource Request Qualifications
The Project Plan Resource Request Qualifications resource is used by a project manager to view, create, and manage project resource qualifications under a specific request.
Show Source
Nested Schema : projectPlanResourceRequests-ProjectPlanResourceRequestDFF-item-response
Type: object
Show Source
Nested Schema : projectPlanResourceRequests-ProjectPlanResourceRequestLines-item-response
Type: object
Show Source
  • Title: Assigned Hours
    Read Only: true
    Assigned hours per day when the specify hours per day is selected for use project calendar flag.
  • Title: Assignment Finish Date
    Assignment finish date for the resource.
  • Title: Assignment ID
    Identifier of the assignment created for the resource, if an assignment is created for the resource on the request line.
  • Title: Assignment Start Date
    Assignment start date for the resource.
  • Title: Resource Staffing Status
    Read Only: true
    Maximum Length: 80
    Status of the assignment created for the resource to fulfill the request.
  • Title: Assignment Status Code
    Maximum Length: 30
    Code of the assignment created for the resource to fulfill the request.
  • Title: Current Indicator
    Read Only: true
    Maximum Length: 1
    Indicates whether the project resource request is the most recent request for the assignment. Valid values are Y and N.
  • Links
  • Title: Project Role
    Resource role for the project assignment.
  • Maximum Length: 80
    Reason the nominated resource is rejected for the project resource assignment.
  • Title: Rejection Reason Code
    Maximum Length: 30
    Code to indicate the reason the nominated resource is rejected for the project resource assigment.
  • Title: Request Line ID
    Unique identifier of the request line under the project resource request.
  • Title: Reservation Expiration Date
    Read Only: true
    Reservation expiration date for the resource if the assignment status is reserved.
  • Title: Reservation Reason
    Read Only: true
    Reservation reason for the resource if the assignment status is reserved.
  • Title: Resource Email
    Maximum Length: 240
    Name of the project enterprise resource associated to the project resource request.
  • Title: Request Fulfilled Date
    The date the resource on the request line is approved to fulfill the project resource request.
  • Title: Resource ID
    Identifier of the project enterprise resource associated to the project resource request.
  • Title: Resource Name
    Read Only: true
    Maximum Length: 240
    Email of the project enterprise resource associated to the project resource request.
  • Title: Resource HCM Person ID
    Read Only: true
    HCM person identifier of the project enterprise resource associated to the project resource request.
  • Title: Resource Proposed Date
    The date when the resource is proposed or nominated to fulfill the project resource request.
  • Title: Resource Staffing Status
    Maximum Length: 80
    Status of the resource associated to the project resource request.
  • Title: Resource Status Code
    Maximum Length: 20
    Default Value: NEW_LINE
    Status code for the resource associated to the project resource request.
  • Title: Resource System Status
    Read Only: true
    Resource system status based on the seeded values.
  • Title: Use Project Calendar Indicator
    Read Only: true
    Indicates whether to use project calendar hours or specific hours per day.
Nested Schema : projectPlanResourceRequests-ProjectPlanResourceRequestQualifications-item-response
Type: object
Show Source
  • Title: Competency Proficiency Level
    Level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level ID but not both.
  • Title: Competency Proficiency Level ID
    Identifier of the level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level but not both. Competency Proficiency level applies only if the Qualification Type value is Competency.
  • Title: Keyword
    Maximum Length: 240
    Unstructured words or phrases that appear as keywords on a project resource request.
  • Links
  • Title: Mandatory Qualification
    Maximum Length: 1
    Indicates whether the qualification is mandatory or optional.
  • Title: Qualification ID
    Identifier of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification Name but not both.
  • Title: Qualification Name
    Name of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification ID but not both.
  • Title: Qualification Type
    Type of the structured content item to indicate whether the qualification is Competency or Language.
  • Title: Reading Language Proficiency Level
    Level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level ID but not both.
  • Title: Reading Language Proficiency Level ID
    Identifier of the level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level Name but not both. Reading Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Resource Request Detail ID
    Read Only: true
    Unique identifier of the resource request qualification associated to the request.
  • Title: Content Section ID
    Identifier of the qualification content section. You may enter a value for only this attribute or for Content Section Name but not both.
  • Title: Content Section Name
    Maximum Length: 255
    Content section name for the qualification.
  • Title: Speaking Language Proficiency Level
    Level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level ID but not both.
  • Title: Speaking Language Proficiency Level ID
    Identifier of the level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level Name but not both. Speaking Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Writing Language Proficiency Level
    Level of ability to write text in a specific language. You may enter a value for only this attribute or for Writing Language Proficiency Level ID but not both.
  • Title: Writing Language Proficiency Level ID
    Identifier of the level of ability to write text in a specific language. You may enter a value for only this attribute or for Write Language Proficiency Level Name but not both. Writing Language Proficiency level applies only if the Qualification Type value is Language.
Back to Top

Examples

The following example shows how to get all project resource requests by submitting a GET request on the REST resource using cURL.

curl --user ppm_cloud_user https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPlanResourceRequests

Response Body Example

The following shows an example of the response body in JSON format of the award budget period.

{
    "ResourceRequestId": 300100185388400,
    "RequestName": "Advanced Scheduling PayLoads Test 3",
    "RequestStatusCode": "OPEN",
    "RequestStatus": "Open",
    "RequestedStartDate": "2019-11-01",
    "RequestedFinishDate": "2019-11-02",
    "RequestFulfilledDate": null,
    "RequestedHoursperDay": null,
    "UseProjectCalendarFlag": false,
    "Location": null,
    "RequestedResourceId": 300100024326749,
    "RequestedResourceName": "Ravi Patel",
    "RequestedResourceEmail": "prj_ravi_patel_grp@oracle.com",
    "RequestedResourcePersonId": 11459,
    "ProjectId": 300100025404077,
    "ProjectName": "zBIQA_Rel8_RM8",
    "ProjectNumber": "300100025404077",
    "ProjectRoleId": 300100025498091,
    "ProjectRoleName": "QA Tester",
    "RequesterResourceId": 300100081800169,
    "RequesterName": "Martin Sims",
    "RequesterEmail": "martin.sims_dummy@oracle.com",
    "RequesterPersonId": 100010032551052,
    "SpecialInstructions": null,
    "StaffingOwnerResourceId": 300100026245821,
    "StaffingOwnerName": "Asha Preetam",
    "StaffingOwnerEmail": "Asha.Preetam@Oracle.com",
    "StaffingOwnerPersonId": 300100007668401,
    "StaffingRemarks": null,
    "RequestSubmittedDate": "2019-12-07",
    "TargetBillRate": null,
    "TargetBillRateCurrencyCode": null,
    "TargetCostRate": null,
    "TargetCostRateCurrencyCode": null,
    "RequestedQuantity": 1,
    "AssignedQuantity": 0,
    "ProposedQuantity": 0,
    "RemainingQuantity": 1,
    "AssignmentTypeCode": null,
    "AssignmentType": null,
    "BillablePercent": null,
    "BillablePercentReasonCode": null,
    "BillablePercentReason": null,
    "SundayHours": 0,
    "MondayHours": 2,
    "TuesdayHours": 3,
    "WednesdayHours": 4,
    "ThursdayHours": 5,
    "FridayHours": 6,
    "SaturdayHours": 0,
    "UseVariableHoursFlag": true
  }
Back to Top