Get a task of a project

get

/fscmRestApi/resources/11.13.18.05/projectPlanDetails/{ProjectId}/child/Tasks/{TaskId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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
  • 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
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
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 : projectPlanDetails-Tasks-item-response
Type: object
Show Source
  • Title: Actual Finish Date
    Read Only: true
    The actual finish date for the task as opposed to a planned finish date for the task.
  • Title: Actual Finish Date and Time
    The date and time when work finished on a task as opposed to the planned finish date and time for the task. This attribute isn't currently used.
  • Title: Actual Hours
    Read Only: true
    Default Value: 0
    Actual effort spent on the project task.
  • Title: Actual Start Date
    Read Only: true
    The date that work commenced on a task as opposed to the planned start date for the task.
  • Title: Actual Start Date and Time
    The date and time when work started on a task as opposed to the planned start date and time for the task. This attribute isn't currently used.
  • Title: Primary Baseline Allocation
    Read Only: true
    Original planned allocation of the task in the primary work plan baseline.
  • Title: Primary Baseline Duration
    Read Only: true
    Original planned duration of the task in the primary work plan baseline.
  • Title: Primary Baseline Effort in Hours
    Read Only: true
    Original planned hours of effort of the task in the primary work plan baseline.
  • Title: Primary Baseline Finish Date
    Read Only: true
    Original planned finish date of the task in the primary work plan baseline.
  • Title: Baseline Finish Date and Time
    The planned finish date and time of the task in the primary work plan baseline. This value is available only if a primary baseline is set.
  • Title: Primary Baseline Start Date
    Read Only: true
    Original planned start date of the task in the primary work plan baseline.
  • Title: Baseline Start Date and Time
    The planned start date and time of the task in the primary work plan baseline. This value is available only if a primary baseline is set.
  • Title: Constraint Date
    Read Only: true
    The date when a task must start or complete based on the constraint type for the task.
  • Title: Constraint Date and Time
    The date and time when a task must start or finish based on the constraint type for the task. This attribute isn't currently used.
  • Title: Constraint Type
    Read Only: true
    Maximum Length: 30
    The type of scheduling constraint applied on the task. Valid values are MUST_START_BY, MUST_START_ON, START_ON_OR_AFTER, MUST_FINISH_BY, MUST_FINISH_ON, and FINISH_ON_OR_AFTER.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    Identifier of the user that created the task.
  • Title: Critical
    Read Only: true
    Maximum Length: 1
    Default Value: false
    A task that must be completed on schedule or it will impact the finish date of the entire project. This attribute is currently not supported.
  • Title: Current Duration
    Read Only: true
    Length of time within which the project task is estimated to be completed. Duration is displayed in days.
  • Title: Current Effort in Hours
    Read Only: true
    Total estimated effort on the task at completion.
  • Title: Current Finish Date
    Read Only: true
    The date when the task is estimated to finish.
  • Title: Current Finish Date and Time
    Read Only: true
    The date and time when the task is estimated to finish. This attribute is currently not supported.
  • Title: Current Start Date
    Read Only: true
    The date when the task is estimated to start.
  • Title: Current Start Date and Time
    Read Only: true
    The date and time when the task is estimated to start. This attribute is currently not supported.
  • Title: Task Deadline
    Read Only: true
    The target date for the project manager when the task needs to be done. This attribute is currently not supported.
  • Title: Deadline Date and Time
    The target date and time by which the task should be completed. This attribute isn't currently used.
  • Title: Task Description
    Read Only: true
    Maximum Length: 2000
    Text description of the project task.
  • Title: Display in Timeline
    Read Only: true
    Maximum Length: 1
    Indicates whether a task is visible in the timeline when available. Values are True if a task will be displayed in Timeline and False if task won't be displayed in the Timeline. This attribute is currently not supported.
  • Title: Display Sequence
    The order in which the task is displayed in the project plan.
  • Title: Early Finish Date
    Read Only: true
    Date that's the earliest that a task can finish on. This attribute is currently not supported.
  • Title: Early Finish Date and Time
    The earliest date and time that a task can finish on. This attribute isn't currently used.
  • Title: Early Start Date
    Read Only: true
    Date that's the earliest that a task can start on. This attribute is currently not supported.
  • Title: Early Start Date and Time
    The earliest date and time that a task can start on. This attribute isn't currently used.
  • Title: Task Element Type
    Read Only: true
    Maximum Length: 30
    Default Value: EXECUTION
    Indicates if the task is financially tracked or tracked for execution only. Valid values are EXECUTION and FINANCIAL.
  • Title: Free Float
    Read Only: true
    The free float or free slack is the amount of time in days that this task can be delayed without causing a delay to any of its successors. This attribute is currently not supported.
  • Gate Approvers
    Title: Gate Approvers
    The Gate Approvers resource is used to view the approver details for a gate.
  • Title: Gate
    Read Only: true
    Maximum Length: 1
    Default Value: false
    Indicates whether the task is a gate within the project. The task is a gate when the value is True. The task isn't a gate when the value is False or Null.
  • Title: Gate Status Code
    Read Only: true
    Maximum Length: 50
    The code for the status of the gate. Valid values are IN_REVIEW, OPEN, CLOSED, and TERMINATED. Value is NULL when the task isn't a gate.
  • Title: Is Integrated Indicator
    Read Only: true
    Maximum Length: 1
    Indicates the task was created in a third-party application. The task was integrated by a third-party application when the value is Y. The value is N when the task isn't integrated.
  • Title: Integration Source
    Read Only: true
    Indicates the task was created in a third-party application.
  • Title: Late Finish Date
    Read Only: true
    Date that's the latest that a task can finish on that won't impact the finish date of the project. This attribute is currently not supported.
  • Title: Late Finish Date and Time
    The date and time by which a task must finish to avoid a delay in project completion. This attribute isn't currently used.
  • Title: Late Start Date
    Read Only: true
    Date that's the latest that a task can start on that won't impact the finish date of the project. This attribute is currently not supported.
  • Title: Late Start Date and Time
    The date and time by which a task must start to avoid a delay in project completion. This attribute isn't currently used.
  • Title: Leaf Indicator
    Read Only: true
    Maximum Length: 1
    Default Value: Y
    Indicates whether a task is a leaf task. Value is Y if a task is a leaf and N if a task isn't a leaf.
  • Links
  • Title: Manual Schedule
    Read Only: true
    Maximum Length: 1
    Indicates whether the schedule mode of a task is manual. If the schedule mode is manual, the task can't be updated automatically using the scheduling process. The schedule mode of the task is Manual when the value is True. The value is False when the schedule mode of the task is Automatic.
  • Read Only: true
    Maximum Length: 1
    Default Value: false
    Indicates whether the task is a project milestone. The task is a milestone when the value is True. The value is False when the task isn't a milestone.
  • Read Only: true
    Maximum Length: 255
    The name of the task. A task is a subdivision of the project work. Each project can have a set of top tasks and a hierarchy of subtasks below each top task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 01 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 02 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 03 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 04 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 05 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 06 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 07 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 08 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 09 as additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides the ability to capture a numeric value 10 as additional information for a project task.
  • Read Only: true
    Identifier of the parent task of the task.
  • Title: Pending Rollup Indicator
    Read Only: true
    Maximum Length: 1
    Indicates that changes done at tasks need to be rolled up at the project level.
  • Title: Task Percent Complete
    Read Only: true
    Default Value: 0
    Indicates the percentage of work completed for a task.
  • Title: Task Physical Percent Complete
    Read Only: true
    Default Value: 0
    The amount of physical work achieved on a task.
  • Title: Planned Allocation Percentage
    Read Only: true
    Percentage of hours that resources are allocated to the project task for a specified duration.
  • Title: Planned Duration
    Read Only: true
    Length of time within which the project task is scheduled to be completed. Duration is displayed in days.
  • Title: Planned Effort in Hours
    Read Only: true
    Measure of the effort required to complete the project task.
  • Title: Planned Finish Date
    Read Only: true
    The date when work is scheduled to end for a project task.
  • Title: Planned Finish Date and Time
    The date and time when work is scheduled to finish for a project task. This attribute isn't currently used.
  • Title: Planned Start Date
    Read Only: true
    The date when work is scheduled to start for a project task.
  • Title: Planned Start Date and Time
    The date and time when work is scheduled to start for a project task. This attribute isn't currently used.
  • Title: Primary Resource Email
    Read Only: true
    Maximum Length: 240
    Email of the person who leads the task.
  • Title: Primary Resource Name
    Read Only: true
    Maximum Length: 240
    Name of the resource who leads the task.
  • Title: Proposed Effort in Hours
    Read Only: true
    Amount of effort to complete the project task proposed by the team member.
  • Title: Proposed Finish Date
    Read Only: true
    Date proposed by the team member to finish the project task.
  • Title: Proposed Finish Date and Time
    The date and time proposed by the team member to finish the project task. This attribute isn't currently used.
  • Title: Proposed Start Date
    Read Only: true
    Date proposed by the team member to start the project task.
  • Title: Proposed Start Date and Time
    The date and time proposed by the team member to start the project task. This attribute isn't currently used.
  • Title: Remaining Hours
    Read Only: true
    Effort in hours that's remaining to be completed on the project task.
  • Title: Task Schedule Type Code
    Read Only: true
    Maximum Length: 30
    The schedule type of the task. Valid values are FIXED_EFFORT and FIXED_DURATION.
  • Read Only: true
    Task code defined during implementation that provides a list of values 01 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 02 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 03 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 04 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 05 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 06 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 07 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 08 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 09 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 10 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 11 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 12 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 13 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 14 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 15 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 16 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 17 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 18 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 19 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 20 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 21 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 22 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 23 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 24 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 25 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 26 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 27 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 28 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 29 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 30 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 31 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 32 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 33 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 34 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 35 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 36 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 37 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 38 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 39 to capture additional information for a project task.
  • Read Only: true
    Task code defined during implementation that provides a list of values 40 to capture additional information for a project task.
  • TaskDFF
  • Title: Task ID
    Read Only: true
    Unique identifier of the project task.
  • Read Only: true
    Indicates level of the task. Level 0 is reserved for the task that holds the rollup values of the project.
  • Read Only: true
    Maximum Length: 100
    The number of a task that needs to be unique within the project.
  • Title: Task Status Code
    Read Only: true
    Maximum Length: 20
    The code for the status of work completed on the task. Valid values are NOT_STARTED, IN_PROGRESS, and COMPLETED.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 01 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 02 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 03 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 04 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 05 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 06 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 07 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 08 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 09 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 10 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 11 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 12 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 13 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 14 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 15 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 16 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 17 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 18 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 19 to capture additional information for a project task.
  • Read Only: true
    Maximum Length: 200
    Task code defined during implementation that provides free-form text entry 20 to capture additional information for a project task.
  • Title: Top Task ID
    Read Only: true
    Identifier of the top task to which a task rolls up. If the task is a top task, then identifier of the top task is same as the identifier of the task.
  • Title: Total Float
    Read Only: true
    The total float or total slack is the amount of time in days that the task can be delayed without causing a delay to the project. This attribute is currently not supported.
  • Read Only: true
    Maximum Length: 30
    For internal use. The source from which the task was last updated.
  • Title: Work Type
    Read Only: true
    Maximum Length: 240
    Name of the classification of the work associated with the project task. Use work types to categorize and group tasks for processing purposes. The work type must be active as of the current system date.
  • Title: Work Type ID
    Unique identifier of the work type. Work type is used to classify the work associated with the project task. The work type must be active as of the current system date.
Nested Schema : Gate Approvers
Type: array
Title: Gate Approvers
The Gate Approvers resource is used to view the approver details for a gate.
Show Source
Nested Schema : TaskDFF
Type: array
Show Source
Nested Schema : projectPlanDetails-Tasks-GateApprovers-item-response
Type: object
Show Source
Nested Schema : projectPlanDetails-Tasks-TaskDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to get a task of 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/projectPlanDetails/300100185844495/child/Tasks/300100185844499

Response Body Example

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

{
"ActualFinishDate": null,
"ActualHours": 0,
"ActualStartDate": null,
"BaselineAllocation": null,
"BaselineDuration": null,
"BaselineEffortinHours": null,
"BaselineFinishDate": null,
"BaselineStartDate": null,
"CurrentEffort": 0,
"CurrentFinishDate": "2020-09-16",
"CurrentStartDate": null,
"Description": null,
"DisplaySequence": 0,
"ElementType": "FIN_EXEC",
"GateFlag": false,
"ManualScheduleFlag": false,
"GateStatusCode": null,
"MilestoneFlag": false,
"Name": "Proj-1609",
"ParentTaskId": null,
"PercentComplete": 0,
"PlannedAllocation": null,
"PlannedDuration": 1,
"PlannedEffort": 0,
"PlannedFinishDate": "2020-09-16",
"PlannedStartDate": "2020-09-16",
"PrimaryResourceEmail": "prj_connor_horton_grp@oracle.com",
"PrimaryResourceName": "Connor Horton",
"RemainingHours": 0,
"TaskId": 300100185844499,
"TaskLevel": 0,
"TaskNumber": "0",
"TaskStatusCode": "NOT_STARTED",
"NumberAttr01": null,
"NumberAttr02": null,
"NumberAttr03": null,
"NumberAttr04": null,
"NumberAttr05": null,
"NumberAttr06": null,
"NumberAttr07": null,
"NumberAttr08": null,
"NumberAttr09": null,
"NumberAttr10": null,
"TaskCode01Id": null,
"TaskCode02Id": null,
"TaskCode03Id": null,
"TaskCode04Id": null,
"TaskCode05Id": null,
"TaskCode06Id": null,
"TaskCode07Id": null,
"TaskCode08Id": null,
"TaskCode09Id": null,
"TaskCode10Id": null,
"TaskCode11Id": null,
"TaskCode12Id": null,
"TaskCode13Id": null,
"TaskCode14Id": null,
"TaskCode15Id": null,
"TaskCode16Id": null,
"TaskCode17Id": null,
"TaskCode18Id": null,
"TaskCode19Id": null,
"TaskCode20Id": null,
"TaskCode21Id": null,
"TaskCode22Id": null,
"TaskCode23Id": null,
"TaskCode24Id": null,
"TaskCode25Id": null,
"TaskCode26Id": null,
"TaskCode27Id": null,
"TaskCode28Id": null,
"TaskCode29Id": null,
"TaskCode30Id": null,
"TaskCode31Id": null,
"TaskCode32Id": null,
"TaskCode33Id": null,
"TaskCode34Id": null,
"TaskCode35Id": null,
"TaskCode36Id": null,
"TaskCode37Id": null,
"TaskCode38Id": null,
"TaskCode39Id": null,
"TaskCode40Id": null,
"TextAttr01": null,
"TextAttr02": null,
"TextAttr03": null,
"TextAttr04": null,
"TextAttr05": null,
"TextAttr06": null,
"TextAttr07": null,
"TextAttr08": null,
"TextAttr09": null,
"TextAttr10": null,
"TextAttr11": null,
"TextAttr12": null,
"TextAttr13": null,
"TextAttr14": null,
"TextAttr15": null,
"TextAttr16": null,
"TextAttr17": null,
"TextAttr18": null,
"TextAttr19": null,
"TextAttr20": null,
"PhysicalPercentComplete": 0,
"ConstraintDate": null,
"ConstraintType": null,
"ScheduleTypeCode": "FIXED_EFFORT",
"UpdateSource": "BTREST",
"Deadline": null,
"DisplayInTimelineFlag": true,
"LeafIndicator": "N",
"CreatedBy": "Connor.Horton",
"ProposedEffort": 0,
"ProposedStartDate": "2020-09-16",
"ProposedFinishDate": "2020-09-16",
"Integrated": null,
"CurrentDuration": 1,
"IntegrationSource": null,
"CurrentStartDateTime": null,
"CurrentFinishDateTime": "2020-09-16T16:00:00+00:00",
"FreeFloat": null,
"TotalFloat": null,
"EarlyFinishDate": null,
"EarlyStartDate": null,
"LateFinishDate": null,
"LateStartDate": null,
"CriticalFlag": false,
"TopTaskId": null,
"PendingRollupFlag": null,
"PlannedFinishDateTime": "2020-09-16T16:00:00+00:00",
"PlannedStartDateTime": "2020-09-16T00:00:00+00:00",
"ProposedFinishDateTime": "2020-09-16T16:00:00+00:00",
"ProposedStartDateTime": "2020-09-16T00:00:00+00:00",
"ActualFinishDateTime": null,
"BaselineStartDateTime": null,
"BaselineFinishDateTime": null,
"EarlyFinishDateTime": null,
"EarlyStartDateTime": null,
"LateFinishDateTime": null,
"LateStartDateTime": null,
"DeadlineDateTime": null,
"ConstraintDateTime": null,
"ActualStartDateTime": null,
"links": [
{
"rel": "self",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPlanDetails/300100185844495/child/Tasks/300100185844499",
"name": "Tasks",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000047704000000047372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C71007E0003737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000871007E000378"
}
},
{
"rel": "canonical",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPlanDetails/300100185844495/child/Tasks/300100185844499",
"name": "Tasks",
"kind": "item"
},
{
"rel": "parent",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPlanDetails/300100185844495",
"name": "projectPlanDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPlanDetails/300100185844495/child/Tasks/300100185844499/child/GateApprovers",
"name": "GateApprovers",
"kind": "collection"
}
]
}
Back to Top