Get performance data for all tasks
get
                    /fscmRestApi/resources/11.13.18.05/taskPerformance
Request
Query Parameters
                    - 
                            expand: string
                            
                            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).
- 
                            fields: string
                            
                            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
- 
                            finder: string
                            
                            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.
 
 
- PrimaryKey: Finds the task performance data for the project task with the specified primary key.
- 
                            limit: integer
                            
                            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.
- 
                            links: string
                            
                            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
- 
                            offset: integer
                            
                            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.
- 
                            onlyData: boolean
                            
                            The resource item payload will be filtered in order to contain only data (no links section, for example).
- 
                            orderBy: string
                            
                            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
- 
                            q: string
                            
                            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.
 
- 
                            totalResults: boolean
                            
                            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
                    - 
                            Metadata-Context: 
                            
                            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".
- 
                            REST-Framework-Version: 
                            
                            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 TopResponse
Supported Media Types
                - application/json
Default Response
The following table describes the default response for this task.
                            
                                Headers
                                - 
                                        Metadata-Context: 
                                        
                                        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".
- 
                                        REST-Framework-Version: 
                                        
                                        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.
Root Schema : taskPerformance
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    count(required): integer
                    
                    
                     
                    
                
                
                The number of resource instances returned in the current range.
- 
                
                    
                    hasMore(required): boolean
                    
                    
                     
                    
                
                
                Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
- 
                
                    
                    items: array
                    
                    
                
                
                    Items
                
                
                Title:ItemsThe items in the collection.
- 
                
                    
                    limit(required): integer
                    
                    
                     
                    
                
                
                The actual paging size used by the server.
- 
                
                    
                    links(required): array
                    
                    
                
                
                    Links
                
                
                Title:LinksThe link relations associated with the resource instance.
- 
                
                    
                    offset(required): integer
                    
                    
                     
                    
                
                
                The offset value used in the current page.
- 
                
                    
                    totalResults: integer
                    
                    
                     
                    
                
                
                The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : taskPerformance-item-response
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    BusinessUnit: string
                    
                    
                     
                    
                
                
                Title:Business UnitRead Only:trueName of the business unit for which you can view summarized data.
- 
                
                    
                    BusinessUnitId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Business Unit IDRead Only:trueIdentifier of the business unit for which you can view summarized data.
- 
                
                    
                    CalendarId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Calendar IDRead Only:trueIdentifier of the calendar in which you can view summarized data.
- 
                
                    
                    CalendarType: string
                    
                    
                     
                    
                
                
                Title:Calendar TypeRead Only:trueMaximum Length:32Type 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
                    
                    
                     
                    
                
                
                Title:Calendar Type CodeRead Only:trueMaximum Length:1Code 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
                    
                    
                     
                    
                
                
                Title:CurrencyRead Only:trueMaximum Length:15The three-letter ISO currency code.
- 
                
                    
                    CurrencyType: string
                    
                    
                     
                    
                
                
                Title:Currency TypeRead Only:trueMaximum Length:11Type 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
                    
                    
                     
                    
                
                
                Title:Currency Type CodeRead Only:trueMaximum Length:11Code 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
                    
                    
                     
                    
                
                
                Title:EAC Budget Burden CostRead Only:trueEstimated planned legitimate cost of doing business that supports raw cost for the project at the completion of the project.
- 
                
                    
                    EACBudgetCost: number
                    
                    
                     
                    
                
                
                Title:EAC Budget CostRead Only:trueEstimated planned cost for the project at the completion of the project.
- 
                
                    
                    EACBudgetEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Budget EffortRead Only:trueEstimated planned effort for the project at the completion of the project, expressed in hours.
- 
                
                    
                    EACBudgetEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Budget Equipment EffortRead Only:trueEstimated planned equipment effort for the project on completion of the project, expressed in hours.
- 
                
                    
                    EACBudgetLaborEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Budget Labor EffortRead Only:trueEstimated planned labor effort for the project on completion of the project, expressed in hours.
- 
                
                    
                    EACBudgetRawCost: number
                    
                    
                     
                    
                
                
                Title:EAC Budget Raw CostRead Only:trueEstimated planned cost for the project that is directly attributable to the work performed at the completion of the project.
- 
                
                    
                    EACBudgetRevenue: number
                    
                    
                     
                    
                
                
                Title:EAC Budget RevenueRead Only:trueEstimated planned revenue for the project at the completion of the project.
- 
                
                    
                    EACForecastBurdenCost: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast Burden CostRead Only:trueEstimated forecast legitimate cost of doing business that supports raw cost for the project at the completion of the project.
- 
                
                    
                    EACForecastCost: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast CostRead Only:trueEstimated forecast cost for the project at the completion of the project.
- 
                
                    
                    EACForecastEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast EffortRead Only:trueEstimated forecast effort for the project at the completion of the project, expressed in hours.
- 
                
                    
                    EACForecastEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast Equipment EffortRead Only:trueEstimated forecast equipment effort for the project on completion of the project, expressed in hours.
- 
                
                    
                    EACForecastLaborEffort: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast Labor EffortRead Only:trueEstimated forecast labor effort for the project on completion of the project, expressed in hours.
- 
                
                    
                    EACForecastRawCost: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast Raw CostRead Only:trueEstimated forecast cost for the project that is directly attributable to the work performed at the completion of the project.
- 
                
                    
                    EACForecastRevenue: number
                    
                    
                     
                    
                
                
                Title:EAC Forecast RevenueRead Only:trueEstimated forecast revenue for the project at the completion of the project.
- 
                
                    
                    ITDActualBurdenCost: number
                    
                    
                     
                    
                
                
                Title:ITD Actual Burden CostRead Only:trueActual legitimate cost of doing business that supports raw cost for the project from the start of the project to the current date.
- 
                
                    
                    ITDActualCost: number
                    
                    
                     
                    
                
                
                Title:ITD Actual CostRead Only:trueActual 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
                    
                    
                     
                    
                
                
                Title:ITD Actual EffortRead Only:trueActual effort for the project from the inception of the project to date, expressed in hours.
- 
                
                    
                    ITDActualEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Actual Equipment EffortRead Only:trueActual equipment effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDActualLaborEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Actual Labor EffortRead Only:trueActual labor effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDActualRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Actual Raw CostRead Only:trueActual 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
                    
                    
                     
                    
                
                
                Title:ITD Budget Burden CostRead Only:truePlanned legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
- 
                
                    
                    ITDBudgetCost: number
                    
                    
                     
                    
                
                
                Title:ITD Budget CostRead Only:truePlanned cost for the project from the start of the project till the current date.
- 
                
                    
                    ITDBudgetEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Budget EffortRead Only:truePlanned effort for the project from the start of the project till the current date, expressed in hours.
- 
                
                    
                    ITDBudgetEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Budget Equipment EffortRead Only:truePlanned equipment effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDBudgetLaborEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Budget Labor EffortRead Only:truePlanned labor effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDBudgetRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Budget Raw CostRead Only:truePlanned cost for the project that is directly attributable to the work performed from the start of the project till the current date.
- 
                
                    
                    ITDBudgetRevenue: number
                    
                    
                     
                    
                
                
                Title:ITD Budget RevenueRead Only:truePlanned revenue for the project from the start of the project till the current date.
- 
                
                    
                    ITDCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:ITD Committed Burden CostRead Only:trueLegitimate committed cost of doing business that supports raw cost for the project from the start of the project to the current date.
- 
                
                    
                    ITDCommittedCost: number
                    
                    
                     
                    
                
                
                Title:ITD Committed CostRead Only:trueSum of various project commitment costs from the start of the project to the current date.
- 
                
                    
                    ITDCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Committed Raw CostRead Only:trueCost committed for the project that is directly attributable to the work performed from the start of the project to the current date.
- 
                
                    
                    ITDExternalCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:ITD Other Committed Burden CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:ITD Other Committed CostRead Only:trueCost committed for the project through other commitments from the start of the project till the current date.
- 
                
                    
                    ITDExternalCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Other Committed Raw CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:ITD Forecast Burden CostRead Only:trueForecasted legitimate cost of doing business that supports raw cost for the project from the start of the project till the current date.
- 
                
                    
                    ITDForecastCost: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast CostRead Only:trueForecasted cost for the project from the start of the project till the current date.
- 
                
                    
                    ITDForecastEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast EffortRead Only:trueForecasted effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDForecastEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast Equipment EffortRead Only:trueForecasted equipment effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDForecastLaborEffort: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast Labor EffortRead Only:trueForecasted labor effort for the project from the start of the project to the current date, expressed in hours.
- 
                
                    
                    ITDForecastRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast Raw CostRead Only:trueForecasted cost for the project that is directly attributable to the work performed from the start of the project till the current date.
- 
                
                    
                    ITDForecastRevenue: number
                    
                    
                     
                    
                
                
                Title:ITD Forecast RevenueRead Only:trueForecasted revenue for the project from the start of the project till the current date.
- 
                
                    
                    ITDInvoiceAmount: number
                    
                    
                     
                    
                
                
                Title:ITD Invoice AmountRead Only:trueMonetary value of an invoice created for the contract from the start of the project to the current date.
- 
                
                    
                    ITDPurchaseOrderCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:ITD Purchase Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:ITD Purchase Order Committed CostRead Only:trueCost committed for the project through purchase orders from the start of the project till the current date.
- 
                
                    
                    ITDPurchaseOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Purchase Order Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:ITD Requisition Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:ITD Requisition Committed CostRead Only:trueCost committed for the project through requisitions from the inception of the project to the current date.
- 
                
                    
                    ITDRequisitionCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Requisition Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:ITD RevenueRead Only:trueAmount of revenue recognized and summarized for the project from the start of the project till the current date.
- 
                
                    
                    ITDSupplierInvoiceCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:ITD Supplier Invoice Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:ITD Supplier Invoice Committed CostRead Only:trueCost committed for the project through supplier invoices from the start of the project to the current date.
- 
                
                    
                    ITDSupplierInvoiceCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Supplier Invoice Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:ITD Transfer Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:ITD Transfer Order Committed CostRead Only:trueCost committed for the project through transfer orders from the start of the project to the current date.
- 
                
                    
                    ITDTransferOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:ITD Transfer Order Committed Raw CostRead Only:trueCost 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: array
                    
                    
                
                
                    Links
                
                
                Title:LinksThe link relations associated with the resource instance.
- 
                
                    
                    LowestLevelTaskFlag: boolean
                    
                    
                     
                    
                
                
                Title:Lowest Level TaskRead Only:trueMaximum Length:1Indicates if the task is at the lowest level in the task hierarchy.
- 
                
                    
                    Organization: string
                    
                    
                     
                    
                
                
                Title:OrganizationRead Only:trueName of the organization for which you can view summarized data.
- 
                
                    
                    OrganizationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Organization IDRead Only:trueIdentifier of the organization for which you can view summarized data.
- 
                
                    
                    ParentTaskId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Parent Task IDRead Only:trueIdentifier of the parent task of the task for which you can view summarized data.
- 
                
                    
                    PeriodEndDate: string
                    
                    
                     (date) 
                    
                
                
                Title:Period End DateRead Only:trueThe date on which the accounting or project accounting period ends.
- 
                
                    
                    PeriodName: string
                    
                    
                     
                    
                
                
                Title:Period NameRead Only:trueMaximum Length:100Period of the calendar for which you can view summarized data. Default value is the current reporting period.
- 
                
                    
                    PeriodStartDate: string
                    
                    
                     (date) 
                    
                
                
                Title:Period Start DateRead Only:trueThe date on which the accounting or project accounting period starts.
- 
                
                    
                    ProjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Project IDRead Only:trueIdentifier of the project for which you can view summarized data.
- 
                
                    
                    ProjectManager: string
                    
                    
                     
                    
                
                
                Title:Project ManagerRead Only:trueName of the person who leads the project team and who has authority and responsibility for meeting project objectives.
- 
                
                    
                    ProjectManagerId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Project Manager IDRead Only:trueIdentifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives.
- 
                
                    
                    ProjectName: string
                    
                    
                     
                    
                
                
                Title:Project NameRead Only:trueMaximum Length:240Name of the project for which you can view summarized data.
- 
                
                    
                    ProjectNumber: string
                    
                    
                     
                    
                
                
                Title:Project NumberRead Only:trueMaximum Length:25Number of the project for which you can view summarized data.
- 
                
                    
                    ProjectStatus: string
                    
                    
                     
                    
                
                
                Title:Project StatusRead Only:trueAn implementation-defined classification of the status of a project. Typical project statuses are Active and Closed.
- 
                
                    
                    ProjectType: string
                    
                    
                     
                    
                
                
                Title:Project TypeRead Only:trueMaximum Length:240Implementation entity that defines basic project options for the project for which you can view summarized data.
- 
                
                    
                    ProjectTypeId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Project NumberRead Only:trueIdentifier of the implementation entity that defines basic project options for the project for which you can view summarized data.
- 
                
                    
                    ProjectUnit: string
                    
                    
                     
                    
                
                
                Title:Project UnitRead Only:trueName of the project unit for which you can view summarized data.
- 
                
                    
                    ProjectUnitId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Project Unit IDRead Only:trueIdentifier of the project unit for which you can view summarized data.
- 
                
                    
                    PTDActualBurdenCost: number
                    
                    
                     
                    
                
                
                Title:PTD Actual Burden CostRead Only:trueActual legitimate cost of doing business that supports raw cost for the project from the start of the period to the current date.
- 
                
                    
                    PTDActualCost: number
                    
                    
                     
                    
                
                
                Title:PTD Actual CostRead Only:trueActual cost incurred for the project from the start of the period to the current date.
- 
                
                    
                    PTDActualEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Actual EffortRead Only:trueActual effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDActualEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Actual Equipment EffortRead Only:trueActual equipment effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDActualLaborEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Actual Labor EffortRead Only:trueActual labor effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDActualRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Actual Raw CostRead Only:trueActual 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
                    
                    
                     
                    
                
                
                Title:PTD Budget Burden CostRead Only:truePlanned legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
- 
                
                    
                    PTDBudgetCost: number
                    
                    
                     
                    
                
                
                Title:PTD Budget CostRead Only:truePlanned cost for the project from the start of the period till the current date.
- 
                
                    
                    PTDBudgetEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Budget EffortRead Only:truePlanned effort for the project from the start of the period till the current date, expressed in hours.
- 
                
                    
                    PTDBudgetEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Budget Equipment EffortRead Only:truePlanned equipment effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDBudgetLaborEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Budget Labor EffortRead Only:truePlanned labor effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDBudgetRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Budget Raw CostRead Only:truePlanned cost for the project that is directly attributable to the work performed from the start of the period till the current date.
- 
                
                    
                    PTDBudgetRevenue: number
                    
                    
                     
                    
                
                
                Title:PTD Budget RevenueRead Only:truePlanned revenue for the project from the start of the period till the current date.
- 
                
                    
                    PTDCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:PTD Committed Burden CostRead Only:trueLegitimate committed cost of doing business that supports raw cost for the project from the start of the period to the current date.
- 
                
                    
                    PTDCommittedCost: number
                    
                    
                     
                    
                
                
                Title:PTD Committed CostRead Only:trueCost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
- 
                
                    
                    PTDCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Committed Raw CostRead Only:trueCost committed for the project that is directly attributable to the work performed from the start of the period to the current date.
- 
                
                    
                    PTDExternalCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:PTD Other Committed Burden CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:PTD Other Committed CostRead Only:trueCost committed for the project through other commitments from the start of the period till the current date.
- 
                
                    
                    PTDExternalCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Other Committed Raw CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:PTD Forecast Burden CostRead Only:trueForecasted legitimate cost of doing business that supports raw cost for the project from the start of the period till the current date.
- 
                
                    
                    PTDForecastCost: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast CostRead Only:trueForecasted cost for the project from the start of the period till the current date.
- 
                
                    
                    PTDForecastEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast EffortRead Only:trueForecasted effort for the project from the start of the period to the current date expressed in hours.
- 
                
                    
                    PTDForecastEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast Equipment EffortRead Only:trueForecasted effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDForecastLaborEffort: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast Labor EffortRead Only:trueForecasted labor effort for the project from the start of the period to the current date, expressed in hours.
- 
                
                    
                    PTDForecastRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast Raw CostRead Only:trueForecasted cost for the project that is directly attributable to the work performed from the start of the period till the current date.
- 
                
                    
                    PTDForecastRevenue: number
                    
                    
                     
                    
                
                
                Title:PTD Forecast RevenueRead Only:trueForecasted revenue for the project from the start of the period till the current date.
- 
                
                    
                    PTDInvoiceAmount: number
                    
                    
                     
                    
                
                
                Title:PTD Invoice AmountRead Only:trueMonetary value of an invoice created for the contract from the start of the period to the current date.
- 
                
                    
                    PTDPurchaseOrderCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:PTD Purchase Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:PTD Purchase Order Committed CostRead Only:trueCost committed for the project through purchase orders from the start of the period till the current date.
- 
                
                    
                    PTDPurchaseOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Purchase Order Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:PTD Requisition Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:PTD Requisition Committed CostRead Only:trueCost committed for the project through requisitions from the start of the period to the current date.
- 
                
                    
                    PTDRequisitionCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Requisition Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:PTD RevenueRead Only:trueAmount of revenue recognized and summarized for the project from the start of the period to the current date.
- 
                
                    
                    PTDSupplierInvoiceCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:PTD Supplier Invoice Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:PTD Supplier Invoice Committed CostRead Only:trueCost committed for the project through supplier invoices from the start of the period to the current date.
- 
                
                    
                    PTDSupplierInvoiceCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Supplier Invoice Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:PTD Transfer Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:PTD Transfer Order Committed CostRead Only:trueCost committed for the project through transfer orders from the start of the period to the current date.
- 
                
                    
                    PTDTransferOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:PTD Transfer Order Committed Raw CostRead Only:trueCost 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.
- 
                
                    
                    QTDActualBurdenCost: number
                    
                    
                     
                    
                
                
                Title:QTD Actual Burden CostRead Only:trueActual legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
- 
                
                    
                    QTDActualCost: number
                    
                    
                     
                    
                
                
                Title:QTD Actual CostRead Only:trueActual cost incurred for the project from the start of the quarter to the current date.
- 
                
                    
                    QTDActualEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Actual EffortRead Only:trueActual effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDActualEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Actual Equipment EffortRead Only:trueActual equipment effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDActualLaborEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Actual Labor EffortRead Only:trueActual labor effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDActualRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Actual Raw CostRead Only:trueActual 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
                    
                    
                     
                    
                
                
                Title:QTD Budget Burden CostRead Only:truePlanned legitimate cost of doing business that supports raw cost for the project from the start of the quarter till the current date.
- 
                
                    
                    QTDBudgetCost: number
                    
                    
                     
                    
                
                
                Title:QTD Budget CostRead Only:truePlanned cost for the project from the start of the quarter till the current date.
- 
                
                    
                    QTDBudgetEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Budget EffortRead Only:truePlanned effort for the project from the start of the quarter till the current date, expressed in hours.
- 
                
                    
                    QTDBudgetEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Budget Equipment EffortRead Only:truePlanned equipment effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDBudgetLaborEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Budget Labor EffortRead Only:truePlanned labor effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDBudgetRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Budget Raw CostRead Only:truePlanned cost for the project that is directly attributable to the work performed from the start of the quarter till the current date.
- 
                
                    
                    QTDBudgetRevenue: number
                    
                    
                     
                    
                
                
                Title:QTD Budget RevenueRead Only:truePlanned revenue for the project from the start of the quarter till the current date.
- 
                
                    
                    QTDCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:QTD Committed Burden CostRead Only:trueLegitimate committed cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
- 
                
                    
                    QTDCommittedCost: number
                    
                    
                     
                    
                
                
                Title:QTD Committed CostRead Only:trueSum of various project commitment costs from the start of the quarter to the current date.
- 
                
                    
                    QTDCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Committed Raw CostRead Only:trueCost committed for the project that is directly attributable to the work performed from the start of the quarter to the current date.
- 
                
                    
                    QTDExternalCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:QTD Other Committed Burden CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:QTD Other Committed CostRead Only:trueCost committed for the project through other commitments from the start of the quarter till the current date.
- 
                
                    
                    QTDExternalCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Other Committed Raw CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:QTD Forecast Burden CostRead Only:trueForecasted legitimate cost of doing business that supports raw cost for the project from the start of the quarter to the current date.
- 
                
                    
                    QTDForecastCost: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast CostRead Only:trueForecasted cost for the project from the start of the quarter till the current date.
- 
                
                    
                    QTDForecastEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast EffortRead Only:trueForecasted effort for the project from the start of the quarter the current date expressed in hours.
- 
                
                    
                    QTDForecastEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast Equipment EffortRead Only:trueForecasted equipment effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDForecastLaborEffort: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast Labor EffortRead Only:trueForecasted labor effort for the project from the start of the quarter to the current date, expressed in hours.
- 
                
                    
                    QTDForecastRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast Raw CostRead Only:trueForecasted cost for the project that is directly attributable to the work performed from the start of the quarter to the current date.
- 
                
                    
                    QTDForecastRevenue: number
                    
                    
                     
                    
                
                
                Title:QTD Forecast RevenueRead Only:trueForecasted revenue for the project from the start of the quarter till the current date.
- 
                
                    
                    QTDInvoiceAmount: number
                    
                    
                     
                    
                
                
                Title:QTD Invoice AmountRead Only:trueMonetary value of an invoice created for the contract from the start of the quarter to the current date.
- 
                
                    
                    QTDPurchaseOrderCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:QTD Purchase Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:QTD Purchase Order Committed CostRead Only:trueCost committed for the project through purchase orders from the start of the quarter till the current date.
- 
                
                    
                    QTDPurchaseOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Purchase Order Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:QTD Requisition Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:QTD Requisition Committed CostRead Only:trueCost committed for the project through requisitions from the start of the quarter to the current date.
- 
                
                    
                    QTDRequisitionCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Requisition Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:QTD RevenueRead Only:trueAmount of revenue recognized and summarized for the project from the start of the quarter to the current date.
- 
                
                    
                    QTDSupplierInvoiceCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:QTD Supplier Invoice Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:QTD Supplier Invoice Committed CostRead Only:trueCost committed for the project through supplier invoices from the start of the quarter to the current date.
- 
                
                    
                    QTDSupplierInvoiceCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Supplier Invoice Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:QTD Transfer Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:QTD Transfer Order Committed CostRead Only:trueCost committed for the project through transfer orders from the start of the quarter to the current date.
- 
                
                    
                    QTDTransferOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:QTD Transfer Order Committed Raw CostRead Only:trueCost 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.
- 
                
                    
                    SummarizationStatus: string
                    
                    
                     
                    
                
                
                Title:Summarization StatusFor Task Performance resource: Indicates whether data is summarized for a project.
- 
                
                    
                    TaskId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:Task IDRead Only:trueIdentifier of the project task for which you can view summarized data.
- 
                
                    
                    TaskLevel: integer
                    
                    
                     (int32) 
                    
                
                
                Title:Task LevelRead Only:trueIndicates the position of the task in the task hierarchy.
- 
                
                    
                    TaskName: string
                    
                    
                     
                    
                
                
                Title:Task NameRead Only:trueMaximum Length:255Name of the project task for which you can view summarized data.
- 
                
                    
                    TaskNumber: string
                    
                    
                     
                    
                
                
                Title:Task NumberRead Only:trueMaximum Length:100Number of the project task for which you can view summarized data.
- 
                
                    
                    YTDActualBurdenCost: number
                    
                    
                     
                    
                
                
                Title:YTD Actual Burden CostRead Only:trueActual legitimate cost of doing business that supports raw cost for the project from the start of the year to the current date.
- 
                
                    
                    YTDActualCost: number
                    
                    
                     
                    
                
                
                Title:YTD Actual CostRead Only:trueActual cost incurred for the project from the start of the year to the current date.
- 
                
                    
                    YTDActualEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Actual EffortRead Only:trueActual effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDActualEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Actual Equipment EffortRead Only:trueActual equipment effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDActualLaborEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Actual Labor EffortRead Only:trueActual labor effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDActualRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Actual Raw CostRead Only:trueActual 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
                    
                    
                     
                    
                
                
                Title:YTD Budget Burden CostRead Only:truePlanned legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
- 
                
                    
                    YTDBudgetCost: number
                    
                    
                     
                    
                
                
                Title:YTD Budget CostRead Only:truePlanned cost for the project from the start of the year till the current date.
- 
                
                    
                    YTDBudgetEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Budget EffortRead Only:truePlanned effort for the project from the start of the year till the current date, expressed in hours.
- 
                
                    
                    YTDBudgetEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Budget Equipment EffortRead Only:truePlanned equipment effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDBudgetLaborEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Budget Labor EffortRead Only:truePlanned labor effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDBudgetRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Budget Raw CostRead Only:truePlanned cost for the project that is directly attributable to the work performed from the start of the year till the current date.
- 
                
                    
                    YTDBudgetRevenue: number
                    
                    
                     
                    
                
                
                Title:YTD Budget RevenueRead Only:truePlanned revenue for the project from the start of the year till the current date.
- 
                
                    
                    YTDCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:YTD Committed Burden CostRead Only:trueLegitimate committed cost of doing business that supports raw cost for the project from the start of the year to the current date.
- 
                
                    
                    YTDCommittedCost: number
                    
                    
                     
                    
                
                
                Title:YTD Committed CostRead Only:trueSum of various project commitment costs from the start of the year to the current date.
- 
                
                    
                    YTDCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Committed Raw CostRead Only:trueCost committed for the project that is directly attributable to the work performed from the start of the year to the current date.
- 
                
                    
                    YTDExternalCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:YTD Other Committed Burden CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:YTD Other Committed CostRead Only:trueCost committed for the project through other commitments from the start of the year till the current date.
- 
                
                    
                    YTDExternalCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Other Committed Raw CostRead Only:trueOther 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
                    
                    
                     
                    
                
                
                Title:YTD Forecast Burden CostRead Only:trueForecasted legitimate cost of doing business that supports raw cost for the project from the start of the year till the current date.
- 
                
                    
                    YTDForecastCost: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast CostRead Only:trueForecasted cost for the project from the start of the year till the current date.
- 
                
                    
                    YTDForecastEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast EffortRead Only:trueForecasted effort for the project from the start of the year till the current date expressed in hours.
- 
                
                    
                    YTDForecastEquipmentEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast Equipment EffortRead Only:trueForecasted equipment effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDForecastLaborEffort: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast Labor EffortRead Only:trueForecasted labor effort for the project from the start of the year to the current date, expressed in hours.
- 
                
                    
                    YTDForecastRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast Raw CostRead Only:trueForecasted cost for the project that is directly attributable to the work performed from the start of the year to the current date.
- 
                
                    
                    YTDForecastRevenue: number
                    
                    
                     
                    
                
                
                Title:YTD Forecast RevenueRead Only:trueForecasted revenue for the project from the start of the year till the current date.
- 
                
                    
                    YTDInvoiceAmount: number
                    
                    
                     
                    
                
                
                Title:YTD Invoice AmountRead Only:trueMonetary value of an invoice created for the contract from the start of the year to the current date.
- 
                
                    
                    YTDPurchaseOrderCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:YTD Purchase Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:YTD Purchase Order Committed CostRead Only:trueCost committed for the project through purchase orders from the start of the year till the current date.
- 
                
                    
                    YTDPurchaseOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Purchase Order Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:YTD Requisition Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:YTD Requisition Committed CostRead Only:trueCost committed for the project through requisitions from the start of the year to the current date.
- 
                
                    
                    YTDRequisitionCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Requisition Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:YTD RevenueRead Only:trueAmount of revenue recognized and summarized for the project from the start of the year to the current date.
- 
                
                    
                    YTDSupplierInvoiceCommittedBurdenCost: number
                    
                    
                     
                    
                
                
                Title:YTD Supplier Invoice Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:YTD Supplier Invoice Committed CostRead Only:trueCost committed for the project through supplier invoices from the start of the year to the current date.
- 
                
                    
                    YTDSupplierInvoiceCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Supplier Invoice Committed Raw CostRead Only:trueCost 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
                    
                    
                     
                    
                
                
                Title:YTD Transfer Order Committed Burden CostRead Only:trueLegitimate 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
                    
                    
                     
                    
                
                
                Title:YTD Transfer Order Committed CostRead Only:trueCost committed for the project through transfer orders from the start of the year to the current date.
- 
                
                    
                    YTDTransferOrderCommittedRawCost: number
                    
                    
                     
                    
                
                
                Title:YTD Transfer Order Committed Raw CostRead Only:trueCost 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.
Nested Schema : Links
    
    	
    	Type: 
    
    
    
    arrayTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    LinksThe link relations associated with the resource instance.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    href: string
                    
                    
                     
                    
                
                
                Title:hyperlink referenceThe URI to the related resource.
- 
                
                    
                    kind: string
                    
                    
                     
                    
                
                
                Title:kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource.
- 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Title:nameThe name of the link to the related resource.
- 
                
                    
                    properties: object
                    
                    
                
                
                    properties
                
                
                
- 
                
                    
                    rel: string
                    
                    
                     
                    
                
                
                Title:relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    changeIndicator: string
                    
                    
                     
                    
                
                
                Change indicator or the ETag value of the resource instance.
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
}
]
...
]