Get performance data for all tasks

get

/fscmRestApi/resources/11.13.18.05/taskPerformance

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 the task performance data for the project task with the specified primary key.
      Finder Variables:
      • CalendarTypeCode; string; Code of the calendar type in which you can view summarized data.
      • CurrencyTypeCode; string; Code of the currency type in which you can view summarized data.
      • TaskId; integer; Identifier of the project task for which you can view summarized data.
    • findTaskPerformancebyLowestLevelTasks: Finds the task performance data for the lowest level tasks in the task hierarchy of a project.
      Finder Variables:
      • LowestLevelTaskFlag; string; Indicates if the task is at the lowest level in the task hierarchy.
    • findTaskPerformancebyProjectClassification: Finds the project performance data for the projects with the specified class category or class code.
      Finder Variables:
      • ClassCategory; string; A category for classifying projects. For example, if you want to know the market sector to which a project belongs, you can define a class category with a name such as Market Sector. Each class category has a set of values (class codes) that can be chosen for a project.
      • ClassCategoryId; integer; Identifier of the category for classifying projects.
      • ClassCode; string; A value within the class category that can be used to classify a project.
      • ClassCodeId; integer; Identifier of the project class code.
    • findTaskPerformancebyReportingPeriod: Finds the task performance data for the project tasks for the specified reporting period.
      Finder Variables:
      • CalendarType; string; Type of the calendar in which you can view summarized data.
      • CurrencyType; string; Type of the currency in which you can view summarized data.
      • PeriodName; string; Period of the calendar for which you can view summarized data.
    • findTaskPerformancebyTopLevelTasks: Finds the task performance data for the top level tasks in the task hierarchy of a project.
      Finder Variables:
      • TaskLevel; integer; Indicates the position of the task in the task hierarchy.
  • 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:
    • BusinessUnit; string; Name of the business unit for which you can view summarized data.
    • BusinessUnitId; integer; Identifier of the business unit for which you can view summarized data.
    • CalendarId; integer; Identifier of the calendar in which you can view summarized data.
    • CalendarType; string; Type of the calendar in which you can view summarized data. A list of accepted values - Accounting and Project accounting - is defined in the lookup type PJF_CALENDAR_TYPE.
    • CalendarTypeCode; string; Code of the calendar type in which you can view summarized data. A list of accepted values - G and P - is defined in the lookup type PJF_CALENDAR_TYPE.
    • Currency; string; The three-letter ISO currency code.
    • CurrencyType; string; Type of the calendar in which you can view summarized data. A list of accepted values - Accounting and Project accounting - is defined in the lookup type PJF_CALENDAR_TYPE.
    • CurrencyTypeCode; string; Code of the currency type in which you can view summarized data. A list of accepted values - P and F - is defined in the lookup type PJF_CURRENCY_TYPE.
    • EACBudgetBurdenCost; number; Estimated planned legitimate cost of doing business that supports raw cost for the project at the completion of the project.
    • EACBudgetCost; number; Estimated planned cost for the project at the completion of the project.
    • EACBudgetEffort; number; Estimated planned effort for the project at the completion of the project, expressed in hours.
    • EACBudgetEquipmentEffort; number; Estimated planned equipment effort for the project on completion of the project, expressed in hours.
    • EACBudgetLaborEffort; number; Estimated planned labor effort for the project on completion of the project, expressed in hours.
    • EACBudgetRawCost; number; Estimated planned cost for the project that is directly attributable to the work performed at the completion of the project.
    • EACBudgetRevenue; number; Estimated planned revenue for the project at the completion of the project.
    • EACForecastBurdenCost; number; Estimated forecast legitimate cost of doing business that supports raw cost for the project at the completion of the project.
    • EACForecastCost; number; Estimated forecast cost for the project at the completion of the project.
    • EACForecastEffort; number; Estimated forecast effort for the project at the completion of the project, expressed in hours.
    • EACForecastEquipmentEffort; number; Estimated forecast equipment effort for the project on completion of the project, expressed in hours.
    • EACForecastLaborEffort; number; Estimated forecast labor effort for the project on completion of the project, expressed in hours.
    • EACForecastRawCost; number; Estimated forecast cost for the project that is directly attributable to the work performed at the completion of the project.
    • EACForecastRevenue; number; Estimated forecast revenue for the project at the completion of the project.
    • ITDActualBurdenCost; number; Actual legitimate cost of doing business that supports raw cost for the project from the start of the project to the current date.
    • ITDActualCost; number; Actual cost incurred for the project. This is the sum of actual raw cost and actual burden cost from the inception of the project to the current date.
    • ITDActualEffort; number; Actual effort for the project from the inception of the project to date, expressed in hours.
    • ITDActualEquipmentEffort; number; Actual equipment effort for the project from the start of the project to the current date, expressed in hours.
    • ITDActualLaborEffort; number; Actual labor effort for the project from the start of the project to the current date, expressed in hours.
    • ITDActualRawCost; number; Actual cost incurred for the project that is directly attributable to the work performed from the start of the project to the current date.
    • ITDBudgetBurdenCost; number; Planned legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
    • ITDBudgetCost; number; Planned cost for the project from the start of the project till the current date.
    • ITDBudgetEffort; number; Planned effort for the project from the start of the project till the current date, expressed in hours.
    • ITDBudgetEquipmentEffort; number; Planned equipment effort for the project from the start of the project to the current date, expressed in hours.
    • ITDBudgetLaborEffort; number; Planned labor effort for the project from the start of the project to the current date, expressed in hours.
    • ITDBudgetRawCost; number; Planned cost for the project that is directly attributable to the work performed from the start of the project till the current date.
    • ITDBudgetRevenue; number; Planned revenue for the project from the start of the project till the current date.
    • ITDCommittedBurdenCost; number; Legitimate committed cost of doing business that supports raw cost for the project from the start of the project to the current date.
    • ITDCommittedCost; number; Sum of various project commitment costs from the start of the project to the current date.
    • ITDCommittedRawCost; number; Cost committed for the project that is directly attributable to the work performed from the start of the project to the current date.
    • ITDExternalCommittedBurdenCost; number; Other legitimate committed cost of doing business that supports raw cost for the project from the start of the project till the current date.
    • ITDExternalCommittedCost; number; Cost committed for the project through other commitments from the start of the project till the current date.
    • ITDExternalCommittedRawCost; number; Other cost committed for the project that is directly attributable to the work performed from the start of the project to the current date.
    • ITDForecastBurdenCost; number; Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
    • ITDForecastCost; number; Forecasted cost for the project from the start of the project till the current date.
    • ITDForecastEffort; number; Forecasted effort for the project from the start of the project to the current date, expressed in hours.
    • ITDForecastEquipmentEffort; number; Forecasted equipment effort for the project from the start of the project to the current date, expressed in hours.
    • ITDForecastLaborEffort; number; Forecasted labor effort for the project from the start of the project to the current date, expressed in hours.
    • ITDForecastRawCost; number; Forecasted cost for the project that is directly attributable to the work performed from the start of the project till the current date.
    • ITDForecastRevenue; number; Forecasted revenue for the project from the start of the project till the current date.
    • ITDInvoiceAmount; number; Monetary value of an invoice created for the contract from the start of the project to the current date.
    • ITDPurchaseOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the project to the current date.
    • ITDPurchaseOrderCommittedCost; number; Cost committed for the project through purchase orders from the start of the project till the current date.
    • ITDPurchaseOrderCommittedRawCost; number; Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the project till the current date.
    • ITDRequisitionCommittedBurdenCost; number; Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the project till the current date.
    • ITDRequisitionCommittedCost; number; Cost committed for the project through requisitions from the inception of the project to the current date.
    • ITDRequisitionCommittedRawCost; number; Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the project till the current date.
    • ITDRevenue; number; Amount of revenue recognized and summarized for the project from the start of the project till the current date.
    • ITDSupplierInvoiceCommittedBurdenCost; number; Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the inception of the project to the current date.
    • ITDSupplierInvoiceCommittedCost; number; Cost committed for the project through supplier invoices from the start of the project to the current date.
    • ITDSupplierInvoiceCommittedRawCost; number; Cost committed for the project through supplier invoices that is directly attributable to the work performed from the inception of the project to the current date.
    • ITDTransferOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the project to the current date.
    • ITDTransferOrderCommittedCost; number; Cost committed for the project through transfer orders from the start of the project to the current date.
    • ITDTransferOrderCommittedRawCost; number; Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the project to the current date.
    • LowestLevelTaskFlag; boolean; Indicates if the task is at the lowest level in the task hierarchy.
    • Organization; string; Name of the organization for which you can view summarized data.
    • OrganizationId; integer; Identifier of the organization for which you can view summarized data.
    • PTDActualBurdenCost; number; Actual legitimate cost of doing business that supports raw cost for the project from the start of the period to the current date.
    • PTDActualCost; number; Actual cost incurred for the project from the start of the period to the current date.
    • PTDActualEffort; number; Actual effort for the project from the start of the period to the current date, expressed in hours.
    • PTDActualEquipmentEffort; number; Actual equipment effort for the project from the start of the period to the current date, expressed in hours.
    • PTDActualLaborEffort; number; Actual labor effort for the project from the start of the period to the current date, expressed in hours.
    • PTDActualRawCost; number; Actual cost incurred for the project that is directly attributable to the work performed from the start of the period to the current date.
    • PTDBudgetBurdenCost; number; Planned legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
    • PTDBudgetCost; number; Planned cost for the project from the start of the period till the current date.
    • PTDBudgetEffort; number; Planned effort for the project from the start of the period till the current date, expressed in hours.
    • PTDBudgetEquipmentEffort; number; Planned equipment effort for the project from the start of the period to the current date, expressed in hours.
    • PTDBudgetLaborEffort; number; Planned labor effort for the project from the start of the period to the current date, expressed in hours.
    • PTDBudgetRawCost; number; Planned cost for the project that is directly attributable to the work performed from the start of the period till the current date.
    • PTDBudgetRevenue; number; Planned revenue for the project from the start of the period till the current date.
    • PTDCommittedBurdenCost; number; Legitimate committed cost of doing business that supports raw cost for the project from the start of the period to the current date.
    • PTDCommittedCost; number; Cost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
    • PTDCommittedRawCost; number; Cost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
    • PTDExternalCommittedBurdenCost; number; Other legitimate committed cost of doing business that supports raw cost for the project from the start of the period till the current date.
    • PTDExternalCommittedCost; number; Cost committed for the project through other commitments from the start of the period till the current date.
    • PTDExternalCommittedRawCost; number; Other cost committed for the project that is directly attributable to the work performed from the start of the period till the current date.
    • PTDForecastBurdenCost; number; Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
    • PTDForecastCost; number; Forecasted cost for the project from the start of the period till the current date.
    • PTDForecastEffort; number; Forecasted effort for the project from the start of the period to the current date expressed in hours.
    • PTDForecastEquipmentEffort; number; Forecasted effort for the project from the start of the period to the current date, expressed in hours.
    • PTDForecastLaborEffort; number; Forecasted labor effort for the project from the start of the period to the current date, expressed in hours.
    • PTDForecastRawCost; number; Forecasted cost for the project that is directly attributable to the work performed from the start of the period till the current date.
    • PTDForecastRevenue; number; Forecasted revenue for the project from the start of the period till the current date.
    • PTDInvoiceAmount; number; Monetary value of an invoice created for the contract from the start of the period to the current date.
    • PTDPurchaseOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the period till the current date.
    • PTDPurchaseOrderCommittedCost; number; Cost committed for the project through purchase orders from the start of the period till the current date.
    • PTDPurchaseOrderCommittedRawCost; number; Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the period till the current date.
    • PTDRequisitionCommittedBurdenCost; number; Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the period till the current date.
    • PTDRequisitionCommittedCost; number; Cost committed for the project through requisitions from the start of the period to the current date.
    • PTDRequisitionCommittedRawCost; number; Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the period to the current date.
    • PTDRevenue; number; Amount of revenue recognized and summarized for the project from the start of the period to the current date.
    • PTDSupplierInvoiceCommittedBurdenCost; number; Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the period to the current date.
    • PTDSupplierInvoiceCommittedCost; number; Cost committed for the project through supplier invoices from the start of the period to the current date.
    • PTDSupplierInvoiceCommittedRawCost; number; Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the period to the current date.
    • PTDTransferOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the period to the current date.
    • PTDTransferOrderCommittedCost; number; Cost committed for the project through transfer orders from the start of the period to the current date.
    • PTDTransferOrderCommittedRawCost; number; Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the period to the current date.
    • ParentTaskId; integer; Identifier of the parent task of the task for which you can view summarized data.
    • PeriodEndDate; string; The date on which the accounting or project accounting period ends.
    • PeriodName; string; Period of the calendar for which you can view summarized data. Default value is the current reporting period.
    • PeriodStartDate; string; The date on which the accounting or project accounting period starts.
    • ProjectId; integer; Identifier of the project for which you can view summarized data.
    • ProjectManager; string; Name of the person who leads the project team and who has authority and responsibility for meeting project objectives.
    • ProjectManagerId; integer; Identifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives.
    • ProjectName; string; Name of the project for which you can view summarized data.
    • ProjectNumber; string; Number of the project for which you can view summarized data.
    • ProjectStatus; string; An implementation-defined classification of the status of a project. Typical project statuses are Active and Closed.
    • ProjectType; string; Implementation entity that defines basic project options for the project for which you can view summarized data.
    • ProjectTypeId; integer; Identifier of the implementation entity that defines basic project options for the project for which you can view summarized data.
    • ProjectUnit; string; Name of the project unit for which you can view summarized data.
    • ProjectUnitId; integer; Identifier of the project unit for which you can view summarized data.
    • QTDActualBurdenCost; number; Actual legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
    • QTDActualCost; number; Actual cost incurred for the project from the start of the quarter to the current date.
    • QTDActualEffort; number; Actual effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDActualEquipmentEffort; number; Actual equipment effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDActualLaborEffort; number; Actual labor effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDActualRawCost; number; Actual cost incurred for the project that is directly attributable to the work performed from the start of the quarter to the current date.
    • QTDBudgetBurdenCost; number; Planned legitimate cost of doing business that supports raw cost for the project from the start of the quarter till the current date.
    • QTDBudgetCost; number; Planned cost for the project from the start of the quarter till the current date.
    • QTDBudgetEffort; number; Planned effort for the project from the start of the quarter till the current date, expressed in hours.
    • QTDBudgetEquipmentEffort; number; Planned equipment effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDBudgetLaborEffort; number; Planned labor effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDBudgetRawCost; number; Planned cost for the project that is directly attributable to the work performed from the start of the quarter till the current date.
    • QTDBudgetRevenue; number; Planned revenue for the project from the start of the quarter till the current date.
    • QTDCommittedBurdenCost; number; Legitimate committed cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
    • QTDCommittedCost; number; Sum of various project commitment costs from the start of the quarter to the current date.
    • QTDCommittedRawCost; number; Cost committed for the project that is directly attributable to the work performed from the start of the quarter to the current date.
    • QTDExternalCommittedBurdenCost; number; Other legitimate committed cost of doing business that supports raw cost for the project from the start of the quarter till the current date.
    • QTDExternalCommittedCost; number; Cost committed for the project through other commitments from the start of the quarter till the current date.
    • QTDExternalCommittedRawCost; number; Other cost committed for the project that is directly attributable to the work performed from the start of the quarter till the current date.
    • QTDForecastBurdenCost; number; Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
    • QTDForecastCost; number; Forecasted cost for the project from the start of the quarter till the current date.
    • QTDForecastEffort; number; Forecasted effort for the project from the start of the quarter the current date expressed in hours.
    • QTDForecastEquipmentEffort; number; Forecasted equipment effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDForecastLaborEffort; number; Forecasted labor effort for the project from the start of the quarter to the current date, expressed in hours.
    • QTDForecastRawCost; number; Forecasted cost for the project that is directly attributable to the work performed from the start of the quarter to the current date.
    • QTDForecastRevenue; number; Forecasted revenue for the project from the start of the quarter till the current date.
    • QTDInvoiceAmount; number; Monetary value of an invoice created for the contract from the start of the quarter to the current date.
    • QTDPurchaseOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the quarter till the current date.
    • QTDPurchaseOrderCommittedCost; number; Cost committed for the project through purchase orders from the start of the quarter till the current date.
    • QTDPurchaseOrderCommittedRawCost; number; Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the quarter till the current date.
    • QTDRequisitionCommittedBurdenCost; number; Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the quarter till the current date.
    • QTDRequisitionCommittedCost; number; Cost committed for the project through requisitions from the start of the quarter to the current date.
    • QTDRequisitionCommittedRawCost; number; Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the quarter to the current date.
    • QTDRevenue; number; Amount of revenue recognized and summarized for the project from the start of the quarter to the current date.
    • QTDSupplierInvoiceCommittedBurdenCost; number; Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the quarter to the current date.
    • QTDSupplierInvoiceCommittedCost; number; Cost committed for the project through supplier invoices from the start of the quarter to the current date.
    • QTDSupplierInvoiceCommittedRawCost; number; Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the quarter to the current date.
    • QTDTransferOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the quarter to the current date.
    • QTDTransferOrderCommittedCost; number; Cost committed for the project through transfer orders from the start of the quarter to the current date.
    • QTDTransferOrderCommittedRawCost; number; Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the quarter to the current date.
    • TaskId; integer; Identifier of the project task for which you can view summarized data.
    • TaskLevel; integer; Indicates the position of the task in the task hierarchy.
    • TaskName; string; Name of the project task for which you can view summarized data.
    • TaskNumber; string; Number of the project task for which you can view summarized data.
    • YTDActualBurdenCost; number; Actual legitimate cost of doing business that supports raw cost for the project from the start of the year to the current date.
    • YTDActualCost; number; Actual cost incurred for the project from the start of the year to the current date.
    • YTDActualEffort; number; Actual effort for the project from the start of the year to the current date, expressed in hours.
    • YTDActualEquipmentEffort; number; Actual equipment effort for the project from the start of the year to the current date, expressed in hours.
    • YTDActualLaborEffort; number; Actual labor effort for the project from the start of the year to the current date, expressed in hours.
    • YTDActualRawCost; number; Actual cost incurred for the project that is directly attributable to the work performed from the start of the year to the current date.
    • YTDBudgetBurdenCost; number; Planned legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
    • YTDBudgetCost; number; Planned cost for the project from the start of the year till the current date.
    • YTDBudgetEffort; number; Planned effort for the project from the start of the year till the current date, expressed in hours.
    • YTDBudgetEquipmentEffort; number; Planned equipment effort for the project from the start of the year to the current date, expressed in hours.
    • YTDBudgetLaborEffort; number; Planned labor effort for the project from the start of the year to the current date, expressed in hours.
    • YTDBudgetRawCost; number; Planned cost for the project that is directly attributable to the work performed from the start of the year till the current date.
    • YTDBudgetRevenue; number; Planned revenue for the project from the start of the year till the current date.
    • YTDCommittedBurdenCost; number; Legitimate committed cost of doing business that supports raw cost for the project from the start of the year to the current date.
    • YTDCommittedCost; number; Sum of various project commitment costs from the start of the year to the current date.
    • YTDCommittedRawCost; number; Cost committed for the project that is directly attributable to the work performed from the start of the year to the current date.
    • YTDExternalCommittedBurdenCost; number; Other legitimate committed cost of doing business that supports raw cost for the project from the start of the year till the current date.
    • YTDExternalCommittedCost; number; Cost committed for the project through other commitments from the start of the year till the current date.
    • YTDExternalCommittedRawCost; number; Other cost committed for the project that is directly attributable to the work performed from the start of the year till the current date.
    • YTDForecastBurdenCost; number; Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
    • YTDForecastCost; number; Forecasted cost for the project from the start of the year till the current date.
    • YTDForecastEffort; number; Forecasted effort for the project from the start of the year till the current date expressed in hours.
    • YTDForecastEquipmentEffort; number; Forecasted equipment effort for the project from the start of the year to the current date, expressed in hours.
    • YTDForecastLaborEffort; number; Forecasted labor effort for the project from the start of the year to the current date, expressed in hours.
    • YTDForecastRawCost; number; Forecasted cost for the project that is directly attributable to the work performed from the start of the year to the current date.
    • YTDForecastRevenue; number; Forecasted revenue for the project from the start of the year till the current date.
    • YTDInvoiceAmount; number; Monetary value of an invoice created for the contract from the start of the year to the current date.
    • YTDPurchaseOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the year till the current date.
    • YTDPurchaseOrderCommittedCost; number; Cost committed for the project through purchase orders from the start of the year till the current date.
    • YTDPurchaseOrderCommittedRawCost; number; Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the year to the current date.
    • YTDRequisitionCommittedBurdenCost; number; Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the year till the current date.
    • YTDRequisitionCommittedCost; number; Cost committed for the project through requisitions from the start of the year to the current date.
    • YTDRequisitionCommittedRawCost; number; Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the year till the current date.
    • YTDRevenue; number; Amount of revenue recognized and summarized for the project from the start of the year to the current date.
    • YTDSupplierInvoiceCommittedBurdenCost; number; Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the year to the current date.
    • YTDSupplierInvoiceCommittedCost; number; Cost committed for the project through supplier invoices from the start of the year to the current date.
    • YTDSupplierInvoiceCommittedRawCost; number; Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the year to the current date.
    • YTDTransferOrderCommittedBurdenCost; number; Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the year to the current date.
    • YTDTransferOrderCommittedCost; number; Cost committed for the project through transfer orders from the start of the year to the current date.
    • YTDTransferOrderCommittedRawCost; number; Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the year to the current date.
  • 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 : taskPerformance
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : taskPerformance-item-response
Type: object
Show Source
  • Title: Business Unit
    Read Only: true
    Name of the business unit for which you can view summarized data.
  • Title: Business Unit ID
    Read Only: true
    Identifier of the business unit for which you can view summarized data.
  • Title: Calendar ID
    Read Only: true
    Identifier of the calendar in which you can view summarized data.
  • Title: Calendar Type
    Read Only: true
    Maximum Length: 32
    Type of the calendar in which you can view summarized data. A list of accepted values - Accounting and Project accounting - is defined in the lookup type PJF_CALENDAR_TYPE.
  • Title: Calendar Type Code
    Read Only: true
    Maximum Length: 1
    Code of the calendar type in which you can view summarized data. A list of accepted values - G and P - is defined in the lookup type PJF_CALENDAR_TYPE.
  • Title: Currency
    Read Only: true
    Maximum Length: 15
    The three-letter ISO currency code.
  • Title: Currency Type
    Read Only: true
    Maximum Length: 11
    Type of the calendar in which you can view summarized data. A list of accepted values - Accounting and Project accounting - is defined in the lookup type PJF_CALENDAR_TYPE.
  • Title: Currency Type Code
    Read Only: true
    Maximum Length: 11
    Code of the currency type in which you can view summarized data. A list of accepted values - P and F - is defined in the lookup type PJF_CURRENCY_TYPE.
  • Title: EAC Budget Burden Cost
    Read Only: true
    Estimated planned legitimate cost of doing business that supports raw cost for the project at the completion of the project.
  • Title: EAC Budget Cost
    Read Only: true
    Estimated planned cost for the project at the completion of the project.
  • Title: EAC Budget Effort
    Read Only: true
    Estimated planned effort for the project at the completion of the project, expressed in hours.
  • Title: EAC Budget Equipment Effort
    Read Only: true
    Estimated planned equipment effort for the project on completion of the project, expressed in hours.
  • Title: EAC Budget Labor Effort
    Read Only: true
    Estimated planned labor effort for the project on completion of the project, expressed in hours.
  • Title: EAC Budget Raw Cost
    Read Only: true
    Estimated planned cost for the project that is directly attributable to the work performed at the completion of the project.
  • Title: EAC Budget Revenue
    Read Only: true
    Estimated planned revenue for the project at the completion of the project.
  • Title: EAC Forecast Burden Cost
    Read Only: true
    Estimated forecast legitimate cost of doing business that supports raw cost for the project at the completion of the project.
  • Title: EAC Forecast Cost
    Read Only: true
    Estimated forecast cost for the project at the completion of the project.
  • Title: EAC Forecast Effort
    Read Only: true
    Estimated forecast effort for the project at the completion of the project, expressed in hours.
  • Title: EAC Forecast Equipment Effort
    Read Only: true
    Estimated forecast equipment effort for the project on completion of the project, expressed in hours.
  • Title: EAC Forecast Labor Effort
    Read Only: true
    Estimated forecast labor effort for the project on completion of the project, expressed in hours.
  • Title: EAC Forecast Raw Cost
    Read Only: true
    Estimated forecast cost for the project that is directly attributable to the work performed at the completion of the project.
  • Title: EAC Forecast Revenue
    Read Only: true
    Estimated forecast revenue for the project at the completion of the project.
  • Title: ITD Actual Burden Cost
    Read Only: true
    Actual legitimate cost of doing business that supports raw cost for the project from the start of the project to the current date.
  • Title: ITD Actual Cost
    Read Only: true
    Actual cost incurred for the project. This is the sum of actual raw cost and actual burden cost from the inception of the project to the current date.
  • Title: ITD Actual Effort
    Read Only: true
    Actual effort for the project from the inception of the project to date, expressed in hours.
  • Title: ITD Actual Equipment Effort
    Read Only: true
    Actual equipment effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Actual Labor Effort
    Read Only: true
    Actual labor effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Actual Raw Cost
    Read Only: true
    Actual cost incurred for the project that is directly attributable to the work performed from the start of the project to the current date.
  • Title: ITD Budget Burden Cost
    Read Only: true
    Planned legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
  • Title: ITD Budget Cost
    Read Only: true
    Planned cost for the project from the start of the project till the current date.
  • Title: ITD Budget Effort
    Read Only: true
    Planned effort for the project from the start of the project till the current date, expressed in hours.
  • Title: ITD Budget Equipment Effort
    Read Only: true
    Planned equipment effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Budget Labor Effort
    Read Only: true
    Planned labor effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Budget Raw Cost
    Read Only: true
    Planned cost for the project that is directly attributable to the work performed from the start of the project till the current date.
  • Title: ITD Budget Revenue
    Read Only: true
    Planned revenue for the project from the start of the project till the current date.
  • Title: ITD Committed Burden Cost
    Read Only: true
    Legitimate committed cost of doing business that supports raw cost for the project from the start of the project to the current date.
  • Title: ITD Committed Cost
    Read Only: true
    Sum of various project commitment costs from the start of the project to the current date.
  • Title: ITD Committed Raw Cost
    Read Only: true
    Cost committed for the project that is directly attributable to the work performed from the start of the project to the current date.
  • Title: ITD Other Committed Burden Cost
    Read Only: true
    Other legitimate committed cost of doing business that supports raw cost for the project from the start of the project till the current date.
  • Title: ITD Other Committed Cost
    Read Only: true
    Cost committed for the project through other commitments from the start of the project till the current date.
  • Title: ITD Other Committed Raw Cost
    Read Only: true
    Other cost committed for the project that is directly attributable to the work performed from the start of the project to the current date.
  • Title: ITD Forecast Burden Cost
    Read Only: true
    Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
  • Title: ITD Forecast Cost
    Read Only: true
    Forecasted cost for the project from the start of the project till the current date.
  • Title: ITD Forecast Effort
    Read Only: true
    Forecasted effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Forecast Equipment Effort
    Read Only: true
    Forecasted equipment effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Forecast Labor Effort
    Read Only: true
    Forecasted labor effort for the project from the start of the project to the current date, expressed in hours.
  • Title: ITD Forecast Raw Cost
    Read Only: true
    Forecasted cost for the project that is directly attributable to the work performed from the start of the project till the current date.
  • Title: ITD Forecast Revenue
    Read Only: true
    Forecasted revenue for the project from the start of the project till the current date.
  • Title: ITD Invoice Amount
    Read Only: true
    Monetary value of an invoice created for the contract from the start of the project to the current date.
  • Title: ITD Purchase Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the project to the current date.
  • Title: ITD Purchase Order Committed Cost
    Read Only: true
    Cost committed for the project through purchase orders from the start of the project till the current date.
  • Title: ITD Purchase Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the project till the current date.
  • Title: ITD Requisition Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the project till the current date.
  • Title: ITD Requisition Committed Cost
    Read Only: true
    Cost committed for the project through requisitions from the inception of the project to the current date.
  • Title: ITD Requisition Committed Raw Cost
    Read Only: true
    Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the project till the current date.
  • Title: ITD Revenue
    Read Only: true
    Amount of revenue recognized and summarized for the project from the start of the project till the current date.
  • Title: ITD Supplier Invoice Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the inception of the project to the current date.
  • Title: ITD Supplier Invoice Committed Cost
    Read Only: true
    Cost committed for the project through supplier invoices from the start of the project to the current date.
  • Title: ITD Supplier Invoice Committed Raw Cost
    Read Only: true
    Cost committed for the project through supplier invoices that is directly attributable to the work performed from the inception of the project to the current date.
  • Title: ITD Transfer Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the project to the current date.
  • Title: ITD Transfer Order Committed Cost
    Read Only: true
    Cost committed for the project through transfer orders from the start of the project to the current date.
  • Title: ITD Transfer Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the project to the current date.
  • Links
  • Title: Lowest Level Task
    Read Only: true
    Maximum Length: 1
    Indicates if the task is at the lowest level in the task hierarchy.
  • Title: Organization
    Read Only: true
    Name of the organization for which you can view summarized data.
  • Title: Organization ID
    Read Only: true
    Identifier of the organization for which you can view summarized data.
  • Title: Parent Task ID
    Read Only: true
    Identifier of the parent task of the task for which you can view summarized data.
  • Title: Period End Date
    Read Only: true
    The date on which the accounting or project accounting period ends.
  • Title: Period Name
    Read Only: true
    Maximum Length: 100
    Period of the calendar for which you can view summarized data. Default value is the current reporting period.
  • Title: Period Start Date
    Read Only: true
    The date on which the accounting or project accounting period starts.
  • Title: Project ID
    Read Only: true
    Identifier of the project for which you can view summarized data.
  • Title: Project Manager
    Read Only: true
    Name of the person who leads the project team and who has authority and responsibility for meeting project objectives.
  • Title: Project Manager ID
    Read Only: true
    Identifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives.
  • Title: Project Name
    Read Only: true
    Maximum Length: 240
    Name of the project for which you can view summarized data.
  • Title: Project Number
    Read Only: true
    Maximum Length: 25
    Number of the project for which you can view summarized data.
  • Title: Project Status
    Read Only: true
    An implementation-defined classification of the status of a project. Typical project statuses are Active and Closed.
  • Title: Project Type
    Read Only: true
    Maximum Length: 240
    Implementation entity that defines basic project options for the project for which you can view summarized data.
  • Title: Project Number
    Read Only: true
    Identifier of the implementation entity that defines basic project options for the project for which you can view summarized data.
  • Title: Project Unit
    Read Only: true
    Name of the project unit for which you can view summarized data.
  • Title: Project Unit ID
    Read Only: true
    Identifier of the project unit for which you can view summarized data.
  • Title: PTD Actual Burden Cost
    Read Only: true
    Actual legitimate cost of doing business that supports raw cost for the project from the start of the period to the current date.
  • Title: PTD Actual Cost
    Read Only: true
    Actual cost incurred for the project from the start of the period to the current date.
  • Title: PTD Actual Effort
    Read Only: true
    Actual effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Actual Equipment Effort
    Read Only: true
    Actual equipment effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Actual Labor Effort
    Read Only: true
    Actual labor effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Actual Raw Cost
    Read Only: true
    Actual cost incurred for the project that is directly attributable to the work performed from the start of the period to the current date.
  • Title: PTD Budget Burden Cost
    Read Only: true
    Planned legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
  • Title: PTD Budget Cost
    Read Only: true
    Planned cost for the project from the start of the period till the current date.
  • Title: PTD Budget Effort
    Read Only: true
    Planned effort for the project from the start of the period till the current date, expressed in hours.
  • Title: PTD Budget Equipment Effort
    Read Only: true
    Planned equipment effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Budget Labor Effort
    Read Only: true
    Planned labor effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Budget Raw Cost
    Read Only: true
    Planned cost for the project that is directly attributable to the work performed from the start of the period till the current date.
  • Title: PTD Budget Revenue
    Read Only: true
    Planned revenue for the project from the start of the period till the current date.
  • Title: PTD Committed Burden Cost
    Read Only: true
    Legitimate committed cost of doing business that supports raw cost for the project from the start of the period to the current date.
  • Title: PTD Committed Cost
    Read Only: true
    Cost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
  • Title: PTD Committed Raw Cost
    Read Only: true
    Cost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
  • Title: PTD Other Committed Burden Cost
    Read Only: true
    Other legitimate committed cost of doing business that supports raw cost for the project from the start of the period till the current date.
  • Title: PTD Other Committed Cost
    Read Only: true
    Cost committed for the project through other commitments from the start of the period till the current date.
  • Title: PTD Other Committed Raw Cost
    Read Only: true
    Other cost committed for the project that is directly attributable to the work performed from the start of the period till the current date.
  • Title: PTD Forecast Burden Cost
    Read Only: true
    Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
  • Title: PTD Forecast Cost
    Read Only: true
    Forecasted cost for the project from the start of the period till the current date.
  • Title: PTD Forecast Effort
    Read Only: true
    Forecasted effort for the project from the start of the period to the current date expressed in hours.
  • Title: PTD Forecast Equipment Effort
    Read Only: true
    Forecasted effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Forecast Labor Effort
    Read Only: true
    Forecasted labor effort for the project from the start of the period to the current date, expressed in hours.
  • Title: PTD Forecast Raw Cost
    Read Only: true
    Forecasted cost for the project that is directly attributable to the work performed from the start of the period till the current date.
  • Title: PTD Forecast Revenue
    Read Only: true
    Forecasted revenue for the project from the start of the period till the current date.
  • Title: PTD Invoice Amount
    Read Only: true
    Monetary value of an invoice created for the contract from the start of the period to the current date.
  • Title: PTD Purchase Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the period till the current date.
  • Title: PTD Purchase Order Committed Cost
    Read Only: true
    Cost committed for the project through purchase orders from the start of the period till the current date.
  • Title: PTD Purchase Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the period till the current date.
  • Title: PTD Requisition Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the period till the current date.
  • Title: PTD Requisition Committed Cost
    Read Only: true
    Cost committed for the project through requisitions from the start of the period to the current date.
  • Title: PTD Requisition Committed Raw Cost
    Read Only: true
    Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the period to the current date.
  • Title: PTD Revenue
    Read Only: true
    Amount of revenue recognized and summarized for the project from the start of the period to the current date.
  • Title: PTD Supplier Invoice Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the period to the current date.
  • Title: PTD Supplier Invoice Committed Cost
    Read Only: true
    Cost committed for the project through supplier invoices from the start of the period to the current date.
  • Title: PTD Supplier Invoice Committed Raw Cost
    Read Only: true
    Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the period to the current date.
  • Title: PTD Transfer Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the period to the current date.
  • Title: PTD Transfer Order Committed Cost
    Read Only: true
    Cost committed for the project through transfer orders from the start of the period to the current date.
  • Title: PTD Transfer Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the period to the current date.
  • Title: QTD Actual Burden Cost
    Read Only: true
    Actual legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
  • Title: QTD Actual Cost
    Read Only: true
    Actual cost incurred for the project from the start of the quarter to the current date.
  • Title: QTD Actual Effort
    Read Only: true
    Actual effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Actual Equipment Effort
    Read Only: true
    Actual equipment effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Actual Labor Effort
    Read Only: true
    Actual labor effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Actual Raw Cost
    Read Only: true
    Actual cost incurred for the project that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: QTD Budget Burden Cost
    Read Only: true
    Planned legitimate cost of doing business that supports raw cost for the project from the start of the quarter till the current date.
  • Title: QTD Budget Cost
    Read Only: true
    Planned cost for the project from the start of the quarter till the current date.
  • Title: QTD Budget Effort
    Read Only: true
    Planned effort for the project from the start of the quarter till the current date, expressed in hours.
  • Title: QTD Budget Equipment Effort
    Read Only: true
    Planned equipment effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Budget Labor Effort
    Read Only: true
    Planned labor effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Budget Raw Cost
    Read Only: true
    Planned cost for the project that is directly attributable to the work performed from the start of the quarter till the current date.
  • Title: QTD Budget Revenue
    Read Only: true
    Planned revenue for the project from the start of the quarter till the current date.
  • Title: QTD Committed Burden Cost
    Read Only: true
    Legitimate committed cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
  • Title: QTD Committed Cost
    Read Only: true
    Sum of various project commitment costs from the start of the quarter to the current date.
  • Title: QTD Committed Raw Cost
    Read Only: true
    Cost committed for the project that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: QTD Other Committed Burden Cost
    Read Only: true
    Other legitimate committed cost of doing business that supports raw cost for the project from the start of the quarter till the current date.
  • Title: QTD Other Committed Cost
    Read Only: true
    Cost committed for the project through other commitments from the start of the quarter till the current date.
  • Title: QTD Other Committed Raw Cost
    Read Only: true
    Other cost committed for the project that is directly attributable to the work performed from the start of the quarter till the current date.
  • Title: QTD Forecast Burden Cost
    Read Only: true
    Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
  • Title: QTD Forecast Cost
    Read Only: true
    Forecasted cost for the project from the start of the quarter till the current date.
  • Title: QTD Forecast Effort
    Read Only: true
    Forecasted effort for the project from the start of the quarter the current date expressed in hours.
  • Title: QTD Forecast Equipment Effort
    Read Only: true
    Forecasted equipment effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Forecast Labor Effort
    Read Only: true
    Forecasted labor effort for the project from the start of the quarter to the current date, expressed in hours.
  • Title: QTD Forecast Raw Cost
    Read Only: true
    Forecasted cost for the project that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: QTD Forecast Revenue
    Read Only: true
    Forecasted revenue for the project from the start of the quarter till the current date.
  • Title: QTD Invoice Amount
    Read Only: true
    Monetary value of an invoice created for the contract from the start of the quarter to the current date.
  • Title: QTD Purchase Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the quarter till the current date.
  • Title: QTD Purchase Order Committed Cost
    Read Only: true
    Cost committed for the project through purchase orders from the start of the quarter till the current date.
  • Title: QTD Purchase Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the quarter till the current date.
  • Title: QTD Requisition Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the quarter till the current date.
  • Title: QTD Requisition Committed Cost
    Read Only: true
    Cost committed for the project through requisitions from the start of the quarter to the current date.
  • Title: QTD Requisition Committed Raw Cost
    Read Only: true
    Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: QTD Revenue
    Read Only: true
    Amount of revenue recognized and summarized for the project from the start of the quarter to the current date.
  • Title: QTD Supplier Invoice Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the quarter to the current date.
  • Title: QTD Supplier Invoice Committed Cost
    Read Only: true
    Cost committed for the project through supplier invoices from the start of the quarter to the current date.
  • Title: QTD Supplier Invoice Committed Raw Cost
    Read Only: true
    Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: QTD Transfer Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the quarter to the current date.
  • Title: QTD Transfer Order Committed Cost
    Read Only: true
    Cost committed for the project through transfer orders from the start of the quarter to the current date.
  • Title: QTD Transfer Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the quarter to the current date.
  • Title: Summarization Status
    For Task Performance resource: Indicates whether data is summarized for a project.
  • Title: Task ID
    Read Only: true
    Identifier of the project task for which you can view summarized data.
  • Title: Task Level
    Read Only: true
    Indicates the position of the task in the task hierarchy.
  • Title: Task Name
    Read Only: true
    Maximum Length: 255
    Name of the project task for which you can view summarized data.
  • Title: Task Number
    Read Only: true
    Maximum Length: 100
    Number of the project task for which you can view summarized data.
  • Title: YTD Actual Burden Cost
    Read Only: true
    Actual legitimate cost of doing business that supports raw cost for the project from the start of the year to the current date.
  • Title: YTD Actual Cost
    Read Only: true
    Actual cost incurred for the project from the start of the year to the current date.
  • Title: YTD Actual Effort
    Read Only: true
    Actual effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Actual Equipment Effort
    Read Only: true
    Actual equipment effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Actual Labor Effort
    Read Only: true
    Actual labor effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Actual Raw Cost
    Read Only: true
    Actual cost incurred for the project that is directly attributable to the work performed from the start of the year to the current date.
  • Title: YTD Budget Burden Cost
    Read Only: true
    Planned legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
  • Title: YTD Budget Cost
    Read Only: true
    Planned cost for the project from the start of the year till the current date.
  • Title: YTD Budget Effort
    Read Only: true
    Planned effort for the project from the start of the year till the current date, expressed in hours.
  • Title: YTD Budget Equipment Effort
    Read Only: true
    Planned equipment effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Budget Labor Effort
    Read Only: true
    Planned labor effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Budget Raw Cost
    Read Only: true
    Planned cost for the project that is directly attributable to the work performed from the start of the year till the current date.
  • Title: YTD Budget Revenue
    Read Only: true
    Planned revenue for the project from the start of the year till the current date.
  • Title: YTD Committed Burden Cost
    Read Only: true
    Legitimate committed cost of doing business that supports raw cost for the project from the start of the year to the current date.
  • Title: YTD Committed Cost
    Read Only: true
    Sum of various project commitment costs from the start of the year to the current date.
  • Title: YTD Committed Raw Cost
    Read Only: true
    Cost committed for the project that is directly attributable to the work performed from the start of the year to the current date.
  • Title: YTD Other Committed Burden Cost
    Read Only: true
    Other legitimate committed cost of doing business that supports raw cost for the project from the start of the year till the current date.
  • Title: YTD Other Committed Cost
    Read Only: true
    Cost committed for the project through other commitments from the start of the year till the current date.
  • Title: YTD Other Committed Raw Cost
    Read Only: true
    Other cost committed for the project that is directly attributable to the work performed from the start of the year till the current date.
  • Title: YTD Forecast Burden Cost
    Read Only: true
    Forecasted legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
  • Title: YTD Forecast Cost
    Read Only: true
    Forecasted cost for the project from the start of the year till the current date.
  • Title: YTD Forecast Effort
    Read Only: true
    Forecasted effort for the project from the start of the year till the current date expressed in hours.
  • Title: YTD Forecast Equipment Effort
    Read Only: true
    Forecasted equipment effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Forecast Labor Effort
    Read Only: true
    Forecasted labor effort for the project from the start of the year to the current date, expressed in hours.
  • Title: YTD Forecast Raw Cost
    Read Only: true
    Forecasted cost for the project that is directly attributable to the work performed from the start of the year to the current date.
  • Title: YTD Forecast Revenue
    Read Only: true
    Forecasted revenue for the project from the start of the year till the current date.
  • Title: YTD Invoice Amount
    Read Only: true
    Monetary value of an invoice created for the contract from the start of the year to the current date.
  • Title: YTD Purchase Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through purchase orders that supports raw cost for the project from the start of the year till the current date.
  • Title: YTD Purchase Order Committed Cost
    Read Only: true
    Cost committed for the project through purchase orders from the start of the year till the current date.
  • Title: YTD Purchase Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through purchase orders that is directly attributable to the work performed from the start of the year to the current date.
  • Title: YTD Requisition Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through requisitions that supports raw cost for the project from the start of the year till the current date.
  • Title: YTD Requisition Committed Cost
    Read Only: true
    Cost committed for the project through requisitions from the start of the year to the current date.
  • Title: YTD Requisition Committed Raw Cost
    Read Only: true
    Cost committed for the project through requisitions that is directly attributable to the work performed from the start of the year till the current date.
  • Title: YTD Revenue
    Read Only: true
    Amount of revenue recognized and summarized for the project from the start of the year to the current date.
  • Title: YTD Supplier Invoice Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through supplier invoices that supports raw cost for the project from the start of the year to the current date.
  • Title: YTD Supplier Invoice Committed Cost
    Read Only: true
    Cost committed for the project through supplier invoices from the start of the year to the current date.
  • Title: YTD Supplier Invoice Committed Raw Cost
    Read Only: true
    Cost committed for the project through supplier invoices that is directly attributable to the work performed from the start of the year to the current date.
  • Title: YTD Transfer Order Committed Burden Cost
    Read Only: true
    Legitimate cost of doing business committed through transfer orders that supports raw cost for the project from the start of the year to the current date.
  • Title: YTD Transfer Order Committed Cost
    Read Only: true
    Cost committed for the project through transfer orders from the start of the year to the current date.
  • Title: YTD Transfer Order Committed Raw Cost
    Read Only: true
    Cost committed for the project through transfer orders that is directly attributable to the work performed from the start of the year to the current date.
Back to Top

Examples

The following example shows how to get the task performance for all tasks 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/taskPerformance

Response Body Example

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

{
"items": [
  {
"TaskId": 300100122359124,
"TaskNumber": "PAYDEP_BURD_PRJ",
"TaskName": "PAYDEP_BURD_PRJ",
"ParentTaskId": null,
"TaskLevel": 0,
"LowestLevelTaskFlag": "false",
"BusinessUnit": "PAYDEP1",
"BusinessUnitId": 300100038012877,
"Organization": "PAYDEP1",
"OrganizationId": 300100038012877,
"ProjectType": "PAYDEP_BURD_PRJTYPE",
"ProjectTypeId": 300100122347287,
"ProjectManager": "Abraham Mason",
"ProjectManagerId": 100010032550827,
"ProjectName": "PAYDEP_BURD_PRJ",
"ProjectNumber": "PAYDEP_BURD_PRJ",
"ProjectId": 300100122359121,
"ProjectStatus": "Approved",
"ProjectUnit": "PAYDEP_PU",
"ProjectUnitId": 300100047716119,
"CalendarType": "Accounting",
"CalendarTypeCode": "G",
"CalendarId": 300100036710305,
"CurrencyType": "Project ledger currency",
"CurrencyTypeCode": "F",
"Currency": "USD",
"PeriodName": "Sep-18",
"SummarizationStatus": "Last summarized on: {2018-09-05}",
"ITDActualCost": 1200,
"PTDActualCost": 0,
"QTDActualCost": 0,
"YTDActualCost": 0,
"ITDActualRawCost": 1200,
"PTDActualRawCost": 0,
"QTDActualRawCost": 0,
"YTDActualRawCost": 0,
"ITDActualBurdenCost": 0,
"PTDActualBurdenCost": 0,
"QTDActualBurdenCost": 0,
"YTDActualBurdenCost": 0,
"ITDActualEffort": 0,
"ITDActualLaborEffort": 0,
"ITDActualEquipmentEffort": 0,
"PTDActualEffort": 0,
"PTDActualLaborEffort": 0,
"PTDActualEquipmentEffort": 0,
"QTDActualEffort": 0,
"QTDActualLaborEffort": 0,
"QTDActualEquipmentEffort": 0,
"YTDActualEffort": 0,
"YTDActualLaborEffort": 0,
"YTDActualEquipmentEffort": 0,
"ITDCommittedCost": 0,
"PTDCommittedCost": 0,
"QTDCommittedCost": 0,
"YTDCommittedCost": 0,
"ITDCommittedRawCost": 0,
"PTDCommittedRawCost": 0,
"QTDCommittedRawCost": 0,
"YTDCommittedRawCost": 0,
"ITDCommittedBurdenCost": 0,
"PTDCommittedBurdenCost": 0,
"QTDCommittedBurdenCost": 0,
"YTDCommittedBurdenCost": 0,
"ITDSupplierInvoiceCommittedCost": 0,
"PTDSupplierInvoiceCommittedCost": 0,
"QTDSupplierInvoiceCommittedCost": 0,
"YTDSupplierInvoiceCommittedCost": 0,
"ITDSupplierInvoiceCommittedRawCost": 0,
"PTDSupplierInvoiceCommittedRawCost": 0,
"QTDSupplierInvoiceCommittedRawCost": 0,
"YTDSupplierInvoiceCommittedRawCost": 0,
"ITDSupplierInvoiceCommittedBurdenCost": 0,
"PTDSupplierInvoiceCommittedBurdenCost": 0,
"QTDSupplierInvoiceCommittedBurdenCost": 0,
"YTDSupplierInvoiceCommittedBurdenCost": 0,
"ITDRequisitionCommittedCost": 0,
"PTDRequisitionCommittedCost": 0,
"QTDRequisitionCommittedCost": 0,
"YTDRequisitionCommittedCost": 0,
"ITDRequisitionCommittedRawCost": 0,
"PTDRequisitionCommittedRawCost": 0,
"QTDRequisitionCommittedRawCost": 0,
"YTDRequisitionCommittedRawCost": 0,
"ITDRequisitionCommittedBurdenCost": 0,
"PTDRequisitionCommittedBurdenCost": 0,
"QTDRequisitionCommittedBurdenCost": 0,
"YTDRequisitionCommittedBurdenCost": 0,
"ITDPurchaseOrderCommittedCost": 0,
"PTDPurchaseOrderCommittedCost": 0,
"QTDPurchaseOrderCommittedCost": 0,
"YTDPurchaseOrderCommittedCost": 0,
"ITDPurchaseOrderCommittedRawCost": 0,
"PTDPurchaseOrderCommittedRawCost": 0,
"QTDPurchaseOrderCommittedRawCost": 0,
"YTDPurchaseOrderCommittedRawCost": 0,
"ITDPurchaseOrderCommittedBurdenCost": 0,
"PTDPurchaseOrderCommittedBurdenCost": 0,
"QTDPurchaseOrderCommittedBurdenCost": 0,
"YTDPurchaseOrderCommittedBurdenCost": 0,
"ITDExternalCommittedCost": 0,
"PTDExternalCommittedCost": 0,
"QTDExternalCommittedCost": 0,
"YTDExternalCommittedCost": 0,
"ITDExternalCommittedRawCost": 0,
"PTDExternalCommittedRawCost": 0,
"QTDExternalCommittedRawCost": 0,
"YTDExternalCommittedRawCost": 0,
"ITDExternalCommittedBurdenCost": 0,
"PTDExternalCommittedBurdenCost": 0,
"QTDExternalCommittedBurdenCost": 0,
"YTDExternalCommittedBurdenCost": 0,
"ITDBudgetCost": 0,
"PTDBudgetCost": 0,
"QTDBudgetCost": 0,
"YTDBudgetCost": 0,
"EACBudgetCost": 0,
"ITDBudgetRawCost": 0,
"PTDBudgetRawCost": 0,
"QTDBudgetRawCost": 0,
"YTDBudgetRawCost": 0,
"EACBudgetRawCost": 0,
"ITDBudgetBurdenCost": 0,
"PTDBudgetBurdenCost": 0,
"QTDBudgetBurdenCost": 0,
"YTDBudgetBurdenCost": 0,
"EACBudgetBurdenCost": 0,
"ITDBudgetRevenue": 0,
"PTDBudgetRevenue": 0,
"QTDBudgetRevenue": 0,
"YTDBudgetRevenue": 0,
"EACBudgetRevenue": 0,
"ITDBudgetEffort": 0,
"ITDBudgetLaborEffort": 0,
"ITDBudgetEquipmentEffort": 0,
"PTDBudgetEffort": 0,
"PTDBudgetLaborEffort": 0,
"PTDBudgetEquipmentEffort": 0,
"QTDBudgetEffort": 0,
"QTDBudgetLaborEffort": 0,
"QTDBudgetEquipmentEffort": 0,
"YTDBudgetEffort": 0,
"YTDBudgetLaborEffort": 0,
"YTDBudgetEquipmentEffort": 0,
"EACBudgetEffort": 0,
"EACBudgetLaborEffort": 0,
"EACBudgetEquipmentEffort": 0,
"ITDForecastCost": 0,
"PTDForecastCost": 0,
"QTDForecastCost": 0,
"YTDForecastCost": 0,
"EACForecastCost": 0,
"ITDForecastRawCost": 0,
"PTDForecastRawCost": 0,
"QTDForecastRawCost": 0,
"YTDForecastRawCost": 0,
"EACForecastRawCost": 0,
"ITDForecastBurdenCost": 0,
"PTDForecastBurdenCost": 0,
"QTDForecastBurdenCost": 0,
"YTDForecastBurdenCost": 0,
"EACForecastBurdenCost": 0,
"ITDForecastRevenue": 0,
"PTDForecastRevenue": 0,
"QTDForecastRevenue": 0,
"YTDForecastRevenue": 0,
"EACForecastRevenue": 0,
"ITDForecastEffort": 0,
"ITDForecastLaborEffort": 0,
"ITDForecastEquipmentEffort": 0,
"PTDForecastEffort": 0,
"PTDForecastLaborEffort": 0,
"PTDForecastEquipmentEffort": 0,
"QTDForecastEffort": 0,
"QTDForecastLaborEffort": 0,
"QTDForecastEquipmentEffort": 0,
"YTDForecastEffort": 0,
"YTDForecastLaborEffort": 0,
"YTDForecastEquipmentEffort": 0,
"EACForecastEffort": 0,
"EACForecastLaborEffort": 0,
"EACForecastEquipmentEffort": 0,
"ITDRevenue": 0,
"PTDRevenue": 0,
"QTDRevenue": 0,
"YTDRevenue": 0,
"ITDInvoiceAmount": 0,
"PTDInvoiceAmount": 0,
"QTDInvoiceAmount": 0,
"YTDInvoiceAmount": 0
}
]
...
]
Back to Top