Get all tasks for a project

get

/fscmRestApi/resources/11.13.18.05/projectTemplates/{projectTemplatesUniqID}/child/Tasks

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Project Templates resource and used to uniquely identify an instance of Project Templates. The client should not generate the hash key value. Instead, the client should query on the Project Templates collection resource in order to navigate to a specific instance of Project Templates to get the hash key.
Query Parameters
  • This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2

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

    Format: ?fields=Attribute1,Attribute2

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

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

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

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

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

      Format: ?q=expression1;expression2

      You can use these queryable attributes to filter this collection resource using the q query parameter:
      • AllowCapitalInterestFlag; boolean; Indicates whether the task allows capitalization of interest amounts. If true, then interest capitalization is allowed. If false, then it isn't. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • AllowCrossChargeTransactionsFlag; boolean; Indicates whether the task allows cross-charge transactions from other business units. If true, then cross-charge transactions are allowed. If false, then it's not allowed. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • BillableFlag; boolean; Indicates that transactions charged to that task can be billed to customers.
      • BurdenSchedule; string; Name of the burden schedule associated to the task.
      • BurdenScheduleFixedDate; string; A specific date used to determine the set of burden multipliers for the task. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • BurdenScheduleId; integer; Unique identifier of the burden schedule. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • CapitalizableFlag; boolean; Indicates whether the task is capitalizable. If true, then the task is capitalizable. If false, then the task isn't capitalizable. The default value is false for a summary task belonging to a noncapital project. The default value is true for a summary task belonging to a capital project. For a subtask belonging to a capital project, the default value is the corresponding value of the parent task.
      • CapitalizeInterestStopDate; string; The date when capitalized interest will stop accruing. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • ChargeableFlag; boolean; Indicates that something is eligible to be charged to a task.
      • CreatedBy; string; The user who created the record.
      • CreationDate; string; The date when the record was created.
      • CriticalFlag; boolean; Indicates that the task must be completed on schedule or it will impact the finish date of the entire project.
      • CrossChargeLaborFlag; boolean; Indicates whether labor transactions are eligible for cross-charging when the task allows cross-charge transactions from other business units. If true, then labor transactions are eligible for cross-charge processing. If false, they're not. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • CrossChargeNonLaborFlag; boolean; Indicates whether nonlabor transactions are eligible for cross-charging when the task allows cross-charge transactions from other business units. If true, then nonlabor transactions are eligible for cross-charge processing. If false, they're not. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • ExternalTaskId; string; Unique identifier of the project task that is created in the third-party application.
      • LaborTpFixedDate; string; A specific date used to determine a price on a transfer price schedule for labor transactions. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • LaborTpSchedule; string; Name of the transfer price schedule that associates transfer price rules with pairs of provider and receiver organizations for labor transactions. Enter a value for either this attribute or Labor Transfer Price Schedule ID, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • LaborTpScheduleId; integer; Unique identifier of the labor transfer price schedule. Enter a value for either this attribute or Labor Transfer Price Schedule, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • LastUpdateDate; string; The date when the record was last updated.
      • LastUpdatedBy; string; The user who last updated the record.
      • LowestLevelTask; string; Indicates that the task is at the lowest level.
      • MilestoneFlag; boolean; Indicates the project milestone during which the task must be completed.
      • NlTransferPriceFixedDate; string; A specific date used to determine a price on a transfer price schedule for nonlabor transactions. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • NlTransferPriceSchedule; string; Name of the transfer price schedule that associates transfer price rules with pairs of provider and receiver organizations for nonlabor transactions. Enter a value for either this attribute or Nonlabor Transfer Price Schedule ID, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • NlTransferPriceScheduleId; integer; Unique Identifier of the nonlabor transfer price schedule. Enter a value for either this attribute or Nonlabor Transfer Price Schedule, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • ParentTaskId; integer; Identifier of the parent task of the task.
      • PartySiteId; integer; The customer address or location identifier of where the contracted work for the task is being performed.
      • PercentCompleteCalculationMethodCode; string; Method to calculate the physical percent complete value for the task using actual costs, actual effort, or manually entered. Valid values include COST, EFFORT, and MANUAL. A list of accepted values is defined in the PJF_PERCENT_COMP_METHOD lookup type.
      • ProgressETCMethodCode; string; Method to calculate the estimate-to-complete value for the task by subtracting actuals from planned values or manually entering the value. Valid values include REMAINING_PLAN and MANUAL. A list of accepted values is defined in the PJF_ETC_METHOD lookup type.
      • ReceiveProjectInvoiceFlag; boolean; Indicates whether the chargeable task can receive invoices from other projects and organizations. If true, then the task can be included on intercompany and interproject invoices. If false, then the task can't be included on intercompany and interproject invoices. The default value is false.
      • RetirementCostFlag; boolean; Indicates whether task costs are for the removal of an asset, equipment, property, or resource from service after its useful life or following its sale. If true, costs are considered retirement costs. If false, costs aren't considered retirement costs. The default value is false.
      • ServiceType; string; A classification of the service or activity associated with a task. Enter a value for either this attribute or Service Type Code, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • ServiceTypeCode; string; Code identifier of the service type. Enter a value for either this attribute or Service Type, but not both. A list of accepted values is defined in the PJF_SERVICE_TYPE lookup type. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • SourceApplication; string; The external application from which the task is imported. A list of accepted values is defined in the PJF_PM_PRODUCT_CODE lookup type.
      • SourceReference; string; Identifier of the task in the external system where it was originally entered.
      • TaskDescription; string; Text description of the project task that is being created.
      • TaskFinishDate; string; Scheduled end date of the project task.
      • TaskId; integer; Unique identifier of the project task.
      • TaskLevel; integer; Indicates level of the task in the WBS.
      • TaskManagerEmail; string; Email of the person who is assigned as task manager to the task. Enter a value for this attribute, Task Manager ID or Task Manager but not more than one of these three attributes.
      • TaskManagerName; string; Name of the resource who manages the task. Enter a value for this attribute, Task Manager ID or Task Manager Email but not more than one of these three attributes.
      • TaskManagerPersonId; integer; Unique identifier of the person who leads the project task and who has the authority and responsibility for meeting the task objectives. Enter a value for this attribute, Task Manager Email or Task Manager but not more than one of these three attributes.
      • TaskName; string; Name of the task. A task is a subdivision of the project work.
      • TaskNumber; string; Number of the task.
      • TaskOrganizationId; integer; Unique identifier of the task organization. Enter a value for either this attribute or Task Organization Name but not both.
      • TaskOrganizationName; string; Name of the organization that owns the task. Enter a value for either this attribute or Task Organization ID but not both.
      • TaskStartDate; string; Scheduled start date of the project task.
      • TopTaskId; integer; Identifier of the top task to which the task rolls up. If the task is a top task, the identifier of the top task is same as the identifier of the task.
      • TransactionCompletionDate; string; Date after which transactions won't be accepted by the task.
      • TransactionStartDate; string; Date before which transactions won't be accepted by the task.
      • WorkType; string; Name of the classification of the work associated with the task. Use work types to categorize and group tasks for processing purposes. Enter a value for either this attribute or Work Type ID, but not both. The work type must be active within the planned task dates. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
      • WorkTypeId; integer; Identifier of the classification of the work associated with the task. Use work types to categorize and group tasks for processing purposes. Enter a value for either this attribute or Work Type, but not both. The work type must be active within the planned task dates. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
    Header Parameters
    • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
    • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

    There's no request body for this operation.

    Back to Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
    • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
    Body ()
    Root Schema : projectTemplates-Tasks
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : projectTemplates-Tasks-item-response
    Type: object
    Show Source
    • Title: Allow Capitalized Interest
      Maximum Length: 1
      Indicates whether the task allows capitalization of interest amounts. If true, then interest capitalization is allowed. If false, then it isn't. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Enable Cross-Charge Transactions from Other Business Units
      Maximum Length: 1
      Indicates whether the task allows cross-charge transactions from other business units. If true, then cross-charge transactions are allowed. If false, then it's not allowed. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Billable
      Maximum Length: 1
      Indicates that transactions charged to that task can be billed to customers.
    • Title: Burden Schedule
      Maximum Length: 30
      Name of the burden schedule associated to the task.
    • Title: Burden Schedule Fixed Date
      A specific date used to determine the set of burden multipliers for the task. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Burden Schedule ID
      Unique identifier of the burden schedule. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Capitalizable
      Maximum Length: 1
      Indicates whether the task is capitalizable. If true, then the task is capitalizable. If false, then the task isn't capitalizable. The default value is false for a summary task belonging to a noncapital project. The default value is true for a summary task belonging to a capital project. For a subtask belonging to a capital project, the default value is the corresponding value of the parent task.
    • Title: Capitalized Interest Stop Date
      The date when capitalized interest will stop accruing. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Chargeable
      Maximum Length: 1
      Indicates that something is eligible to be charged to a task.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the record.
    • Title: Creation Date
      Read Only: true
      The date when the record was created.
    • Title: Critical
      Maximum Length: 1
      Indicates that the task must be completed on schedule or it will impact the finish date of the entire project.
    • Title: Cross-Charge Labor
      Maximum Length: 1
      Indicates whether labor transactions are eligible for cross-charging when the task allows cross-charge transactions from other business units. If true, then labor transactions are eligible for cross-charge processing. If false, they're not. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Enable Cross-Charge Transactions for Nonlabor
      Maximum Length: 1
      Indicates whether nonlabor transactions are eligible for cross-charging when the task allows cross-charge transactions from other business units. If true, then nonlabor transactions are eligible for cross-charge processing. If false, they're not. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: External Parent Task ID
      Maximum Length: 100
      Unique identifier of the parent project task that is created in the third-party application.
    • Title: External Task ID
      Maximum Length: 100
      Unique identifier of the project task that is created in the third-party application.
    • Title: Labor Transfer Price Fixed Date
      A specific date used to determine a price on a transfer price schedule for labor transactions. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Labor Transfer Price Schedule
      Maximum Length: 50
      Name of the transfer price schedule that associates transfer price rules with pairs of provider and receiver organizations for labor transactions. Enter a value for either this attribute or Labor Transfer Price Schedule ID, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Labor Transfer Price Schedule ID
      Unique identifier of the labor transfer price schedule. Enter a value for either this attribute or Labor Transfer Price Schedule, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Last Updated Date
      Read Only: true
      The date when the record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the record.
    • Links
    • Title: Lowest Level Task
      Read Only: true
      Maximum Length: 1
      Default Value: Y
      Indicates that the task is at the lowest level.
    • Title: Milestone Indicator
      Maximum Length: 1
      Indicates the project milestone during which the task must be completed.
    • Title: Nonlabor Transfer Price Fixed Date
      A specific date used to determine a price on a transfer price schedule for nonlabor transactions. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Nonlabor Transfer Price Schedule
      Maximum Length: 50
      Name of the transfer price schedule that associates transfer price rules with pairs of provider and receiver organizations for nonlabor transactions. Enter a value for either this attribute or Nonlabor Transfer Price Schedule ID, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Nonlabor Transfer Price Schedule ID
      Unique Identifier of the nonlabor transfer price schedule. Enter a value for either this attribute or Nonlabor Transfer Price Schedule, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Parent Task ID
      Read Only: true
      Identifier of the parent task of the task.
    • Title: Customer Work Site
      The customer address or location identifier of where the contracted work for the task is being performed.
    • Title: Physical Percent Complete Calculation Method
      Maximum Length: 30
      Method to calculate the physical percent complete value for the task using actual costs, actual effort, or manually entered. Valid values include COST, EFFORT, and MANUAL. A list of accepted values is defined in the PJF_PERCENT_COMP_METHOD lookup type.
    • Title: Progress ETC Method
      Maximum Length: 30
      Method to calculate the estimate-to-complete value for the task by subtracting actuals from planned values or manually entering the value. Valid values include REMAINING_PLAN and MANUAL. A list of accepted values is defined in the PJF_ETC_METHOD lookup type.
    • Title: Receive Interproject Invoices
      Maximum Length: 1
      Indicates whether the chargeable task can receive invoices from other projects and organizations. If true, then the task can be included on intercompany and interproject invoices. If false, then the task can't be included on intercompany and interproject invoices. The default value is false.
    • Title: Retirement Cost
      Maximum Length: 1
      Indicates whether task costs are for the removal of an asset, equipment, property, or resource from service after its useful life or following its sale. If true, costs are considered retirement costs. If false, costs aren't considered retirement costs. The default value is false.
    • Title: Service Type
      Maximum Length: 80
      A classification of the service or activity associated with a task. Enter a value for either this attribute or Service Type Code, but not both. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Service Type
      Maximum Length: 30
      Code identifier of the service type. Enter a value for either this attribute or Service Type, but not both. A list of accepted values is defined in the PJF_SERVICE_TYPE lookup type. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Source Application
      Maximum Length: 30
      The external application from which the task is imported. A list of accepted values is defined in the PJF_PM_PRODUCT_CODE lookup type.
    • Title: Source Reference
      Maximum Length: 100
      Identifier of the task in the external system where it was originally entered.
    • Title: Task Description
      Maximum Length: 2000
      Text description of the project task that is being created.
    • Title: Task Finish Date
      Scheduled end date of the project task.
    • Title: Task ID
      Unique identifier of the project task.
    • Title: Task Level
      Read Only: true
      Indicates level of the task in the WBS.
    • Title: Task Manager Email
      Maximum Length: 240
      Email of the person who is assigned as task manager to the task. Enter a value for this attribute, Task Manager ID or Task Manager but not more than one of these three attributes.
    • Title: Task Manager
      Maximum Length: 240
      Name of the resource who manages the task. Enter a value for this attribute, Task Manager ID or Task Manager Email but not more than one of these three attributes.
    • Title: Task Manager ID
      Unique identifier of the person who leads the project task and who has the authority and responsibility for meeting the task objectives. Enter a value for this attribute, Task Manager Email or Task Manager but not more than one of these three attributes.
    • Title: Task Name
      Maximum Length: 255
      Name of the task. A task is a subdivision of the project work.
    • Title: Task Number
      Maximum Length: 100
      Number of the task.
    • Title: Organization
      Unique identifier of the task organization. Enter a value for either this attribute or Task Organization Name but not both.
    • Title: Organization
      Maximum Length: 240
      Name of the organization that owns the task. Enter a value for either this attribute or Task Organization ID but not both.
    • Title: Task Sequence
      Read Only: true
      Position of the project task in a hierarchical arrangement.
    • Title: Task Start Date
      Scheduled start date of the project task.
    • Task Transaction Controls
      Title: Task Transaction Controls
      The Task Transaction Control resource is used to view and create a task transaction control. Task transaction controls are a set of criteria that control whether a transaction can be charged to a task.
    • Title: Top Task ID
      Read Only: true
      Identifier of the top task to which the task rolls up. If the task is a top task, the identifier of the top task is same as the identifier of the task.
    • Title: Transaction Finish Date
      Date after which transactions won't be accepted by the task.
    • Title: Transaction Start Date
      Date before which transactions won't be accepted by the task.
    • Title: Work Type
      Maximum Length: 240
      Name of the classification of the work associated with the task. Use work types to categorize and group tasks for processing purposes. Enter a value for either this attribute or Work Type ID, but not both. The work type must be active within the planned task dates. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    • Title: Work Type
      Identifier of the classification of the work associated with the task. Use work types to categorize and group tasks for processing purposes. Enter a value for either this attribute or Work Type, but not both. The work type must be active within the planned task dates. The default value for a summary task is derived from the project. The default value for a subtask is derived from the corresponding value of the parent task.
    Nested Schema : Task Transaction Controls
    Type: array
    Title: Task Transaction Controls
    The Task Transaction Control resource is used to view and create a task transaction control. Task transaction controls are a set of criteria that control whether a transaction can be charged to a task.
    Show Source
    Nested Schema : projectTemplates-Tasks-TaskTransactionControls-item-response
    Type: object
    Show Source
    • Title: Billable Code
      Maximum Length: 1
      Indicates that transactions charged to the task can be billed to customers. This attribute is applicable for billable tasks. A list of accepted values - N and T - is defined in the lookup type PJC_BILLABLE_INDICATOR. Default value is T. Enter a value for either this attribute or Billable but not both.
    • Title: Billable
      Maximum Length: 80
      Indicates that transactions charged to the task can be billed to customers. This attribute is applicable for billable tasks. A list of accepted values - No and Task - is defined in the lookup type PJC_BILLABLE_INDICATOR. Default value is Task. Enter a value for either this attribute or Billable Code but not both.
    • Title: Capitalizable Code
      Maximum Length: 1
      Indicates the code for the capitalizable status of the transaction. This attribute is applicable for capital projects. A list of accepted values - N and T - is defined in the lookup type PJC_BILLABLE_INDICATOR. Default value is T. Enter a value for either this attribute or Capitalizable but not both.
    • Title: Capitalizable
      Maximum Length: 80
      Indicates the capitalizable status of the transaction. This attribute is applicable for capital projects. A list of accepted values - No and Task - is defined in the lookup type PJC_BILLABLE_INDICATOR. Default value is Task. Enter a value for either this attribute or Capitalizable Code but not both.
    • Title: Chargeable Code
      Maximum Length: 1
      Indicates that something is eligible to be charged to the task. A list of accepted values - Y and N - is defined in the lookup type PJC_YES_NO. Default value is N. Enter a value for either this attribute or Chargeable but not both.
    • Title: Chargeable
      Maximum Length: 80
      Indicates that something is eligible to be charged to the task. A list of accepted values - Yes and No - is defined in the lookup type PJC_YES_NO. Default value is No. Enter a value for either this attribute or Chargeable Code but not both.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the record.
    • Title: Creation Date
      Read Only: true
      The date when the record was created.
    • Title: Email
      Maximum Length: 240
      Email address of the person. Enter a value for this attribute, Person Name, Person ID or Person Number but not more than one of these three attributes.
    • Title: To Date
      The date after which the transaction control is no longer effective.
    • Title: Expenditure Category ID
      Identifier of the expenditure category. Enter a value for either this attribute or Expenditure Category but not both.
    • Title: Expenditure Category
      Maximum Length: 240
      A grouping of expenditure types by type of cost. For example, an expenditure category with a name such as Labor refers to the cost of labor. Enter a value for either this attribute or Expenditure Category ID but not both.
    • Title: Expenditure Type ID
      Identifier of the expenditure type. Enter a value for either this attribute or Expenditure Type but not both.
    • Title: Expenditure Type
      Maximum Length: 240
      A classification of cost that is assigned to each project cost transaction. Expenditure types are grouped into cost groups (expenditure categories) and revenue groups (revenue categories). Enter a value for either this attribute or Expenditure Type ID but not both.
    • Title: Job
      Maximum Length: 240
      The job that is being performed by the person that incurred the cost that was charged to the task. Enter a value for either this attribute or Job ID but not both. You must enter one from among the Person Name, Person ID, Person Number, and Email attributes if you enter a value for this attribute.
    • Title: Job ID
      Identifier of the job. Enter a value for either this attribute or Job but not both. You must enter one from among the Person Name, Person ID, Person Number, and Email attributes if you enter a value for this attribute.
    • Title: Last Updated Date
      Read Only: true
      The date when the record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the record.
    • Links
    • Title: Nonlabor Resource ID
      Identifier of the nonlabor resource. Enter a value for either this attribute or Nonlabor Resource but not both.
    • Title: Nonlabor Resource
      Maximum Length: 240
      An implementation defined asset or pool of assets. These assets may represent actual pieces of equipment whose time is consumed, or an asset whose output is consumed. For example, you can define a nonlabor resource with a name of Training Room to track the usage of a physical room and the associated costs. The actual usage of the room is tracked in hours. Enter a value for either this attribute or Nonlabor Resource ID but not both.
    • Title: Organization
      Maximum Length: 240
      The name of the organization to which the person job belongs. Enter a value for either this attribute or Organization ID but not both. You must enter the person and job attributes if you enter a value for this attribute.
    • Title: Organization ID
      Identifier of the organization to which the person job belongs. Enter a value for either this attribute or Organization but not both. You must enter the person and job attributes if you enter a value for this attribute.
    • Title: Person ID
      Identifier of the person. Enter a value for this attribute, Person Name, Person Number or Email but not more than one of these three attributes.
    • Title: Person Name
      Maximum Length: 240
      The name of a person. Enter a value for this attribute, Person ID, Person Number or Email but not more than one of these three attributes.
    • Title: Person Number
      Maximum Length: 30
      Number that uniquely identifies a person. This number refers to the Fusion HCM specific identifier that uniquely identifies a person in the application, regardless of their relationship to the enterprise. It does not have any relation to any national identifier component. Enter a value for this attribute, Person Name, Person ID or Email but not more than one of these three attributes.
    • Title: Person Type Code
      Maximum Length: 20
      Indicates the code of the type used to classify the person in human resources. For example, the person type can be either employee or contingent worker. A list of accepted values - EMP and CWK - is defined in the lookup type PJF_PERSON_TYPE. Enter a value for either this attribute or Person Type but not both.
    • Title: Person Type
      Maximum Length: 80
      The type used to classify the person in human resources. For example, the person type can be either employee or contingent worker. A list of accepted values - Employee and Contingent Worker - is defined in the lookup type PJF_PERSON_TYPE. Enter a value for either this attribute or Person Type Code but not both.
    • Title: Rule Number
      Read Only: true
      Identifier of the transaction control within a project or task. Default value is the successor of the maximum existing rule number.
    • Title: From Date
      The date from which the transaction control is effective. Default value is the system date.
    • Title: Task ID
      Read Only: true
      Identifier of the project task. Default value is the identifier of the project task for which the transaction control is created.
    • Title: Transaction Control ID
      Read Only: true
      Identifier of the transaction control.
    Back to Top

    Examples

    The following example shows how to get all tasks for a project 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/projectTemplates/300100176473761/child/Tasks

    Response Body Example

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

    {
        "items": [
            {
                "BillableFlag": false,
                "ChargeableFlag": true,
                "CriticalFlag": false,
                "ExternalParentTaskId": "PrjTemplate_2099",
                "ExternalTaskId": "1",
                "LowestLevelTask": "Y",
                "MilestoneFlag": false,
                "ParentTaskId": 300100176473763,
                "TaskDescription": null,
                "TaskFinishDate": "2018-07-04",
                "TaskId": 300100176473768,
                "TaskLevel": 1,
                "TaskManagerEmail": null,
                "TaskManagerName": null,
                "TaskManagerPersonId": null,
                "TaskName": "Project KickOff",
                "TaskNumber": "1",
                "TaskOrganizationId": 204,
                "TaskOrganizationName": "Vision Operations",
                "TaskSequence": 10000000,
                "TaskStartDate": "2018-07-04",
                "TransactionCompletionDate": null,
                "TransactionStartDate": null,
                "TopTaskId": 300100176473768,
                "CreationDate": "2019-03-20T10:17:44.377+00:00",
                "CreatedBy": "ABRAHAM.MASON",
                "LastUpdateDate": "2019-03-20T10:17:45.015+00:00",
                "LastUpdatedBy": "ABRAHAM.MASON",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473761/child/Tasks/300100176473768",
                        "name": "Tasks",
                        "kind": "item",
                        "properties": {
                            "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000004770400000004737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0002000000027371007E0002000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
                        }
                    },
                    {
                        "rel": "canonical",
                        "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473761/child/Tasks/300100176473768",
                        "name": "Tasks",
                        "kind": "item"
                    },
                    {
                        "rel": "parent",
                        "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473761",
                        "name": "projectTemplates",
                        "kind": "item"
                    },
                    {
                        "rel": "child",
                        "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473761/child/Tasks/300100176473768/child/TaskTransactionControls",
                        "name": "TaskTransactionControls",
                        "kind": "collection"
                    }
                ]
            }
        ],
        "count": 1,
        "hasMore": false,
        "limit": 25,
        "offset": 0,
        "links": [
            {
                "rel": "self",
                "href": "https://servername/fscmRestApi/resources/11.13.18.05/projectTemplates/300100176473761/child/Tasks",
                "name": "Tasks",
                "kind": "collection"
            }
        ]
    }
    Back to Top