Get all the work plan templates
get
/fscmRestApi/resources/11.13.18.05/workPlanTemplates
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 work plan template that matches the primary key criteria specified.
Finder Variables- WorkPlanTemplateId; integer; The identifier of the work plan template.
- findByWorkPlanTemplateId Finds the work plan template with the specified work plan template ID.
Finder Variables- WorkPlanTemplateId; integer; The unique identifier of the work plan template.
- PrimaryKey Finds the work plan template that matches the primary key criteria specified.
-
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:- CopyFromProjectId; integer; The unique identifier of the project plan to copy from when creating the work plan template. The value isn't stored and is required only when creating the work plan template.
- CreatedBy; string; The user who created the record.
- CreationDate; string; The date when the record was created.
- CurrencyCode; string; The required currency code for the work plan template. The value defaults from the project plan when creating the work plan template from an existing project plan.
- Description; string; Description of the work plan template.
- Name; string; The required name of the work plan template.
- OwnerId; integer; Identifier of the work plan template owner. The owner is the user who creates the work plan template.
- PublicFlag; boolean; Indicates whether the work plan template is shared with other project managers. True indicates the template is public and false indicates only the owner can use the template.
- ScheduleType; string; The required schedule type for the work plan template. Values are FIXED_EFFORT and FIXED_DURATION. The value defaults from the project plan when creating the work plan template from an existing project plan.
- WorkPlanTemplateId; integer; Unique identifier of the work plan template generated when creating the work plan template.
-
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: string
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: string
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 : workPlanTemplates
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 : workPlanTemplates-item-response
Type:
Show Source
object-
CopyFromProjectId: integer
(int64)
Title:
Project ID to Copy Work Plan Template FromThe unique identifier of the project plan to copy from when creating the work plan template. The value isn't stored and is required only when creating the work plan template. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
CurrencyCode: string
Title:
Work Plan Template Currency CodeMaximum Length:15Default Value:USDThe required currency code for the work plan template. The value defaults from the project plan when creating the work plan template from an existing project plan. -
Description: string
Title:
Work Plan Template DescriptionMaximum Length:2000Description of the work plan template. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
Work Plan Template NameMaximum Length:240Default Value:DEFAULTThe required name of the work plan template. -
OwnerId: integer
(int64)
Title:
Work Plan Template Owner IDRead Only:trueIdentifier of the work plan template owner. The owner is the user who creates the work plan template. -
PublicFlag: boolean
Title:
PublicMaximum Length:1Default Value:falseIndicates whether the work plan template is shared with other project managers. True indicates the template is public and false indicates only the owner can use the template. -
ScheduleType: string
Title:
Work Plan Template Schedule TypeMaximum Length:30The required schedule type for the work plan template. Values are FIXED_EFFORT and FIXED_DURATION. The value defaults from the project plan when creating the work plan template from an existing project plan. -
TaskDeliverables: array
Task Deliverables
Title:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task. -
TaskDependencies: array
Task Dependencies
Title:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task. -
TaskExpenseResourceAssignments: array
Task Expense Resource Assignments
Title:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task. -
TaskLaborResourceAssignments: array
Task Labor Resource Assignments
Title:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task. -
Tasks: array
Tasks
Title:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period. -
WorkPlanTemplateId: integer
(int64)
Title:
Project Work Plan Template IDRead Only:trueUnique identifier of the work plan template generated when creating the work plan template.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Task Deliverables
Type:
arrayTitle:
Task DeliverablesThe Task Deliverables resource is used to view the association of a deliverable with a task. For example, a task can have an association with a deliverable draft budget. You can have multiple deliverables associated with each task.
Show Source
Nested Schema : Task Dependencies
Type:
arrayTitle:
Task DependenciesThe Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task.
Show Source
Nested Schema : Task Expense Resource Assignments
Type:
arrayTitle:
Task Expense Resource AssignmentsThe Task Expenses Resource Assignments resource is used to view the assignment of an expense resource for a task. For example, hotel expenses can be planned for a task. You can have multiple expense resource assignments for each task.
Show Source
Nested Schema : Task Labor Resource Assignments
Type:
arrayTitle:
Task Labor Resource AssignmentsThe Task Labor resource assignments resource is used to view the assignment of a labor resource for a task. For example, a Database Analyst can be assigned as a labor resource for a task. You can have many labor resource assignments for each task.
Show Source
Nested Schema : Tasks
Type:
arrayTitle:
TasksThe Tasks resource is used to view task details. A task is an activity that needs to be performed by the assigned resources within the defined time period.
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.
Nested Schema : workPlanTemplates-TaskDeliverables-item-response
Type:
Show Source
object-
DeliverableDescription: string
Title:
Deliverable DescriptionRead Only:trueMaximum Length:1000The description of the deliverable. -
DeliverableId: integer
(int64)
Title:
Deliverable IDRead Only:trueIdentifier of the deliverable associated with the task. -
DeliverablePriorityCode: string
Title:
Deliverable Priority CodeRead Only:trueMaximum Length:30Internal code for the priority of the deliverable. -
DeliverableTypeCode: integer
(int64)
Title:
Deliverable Type CodeRead Only:trueInternal code for the type of the deliverable. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TaskDeliverableAssociationId: integer
(int64)
Title:
Deliverable Association IDUnique identifier of the association between task and deliverable. -
TaskId: integer
(int64)
Title:
Task IDRead Only:trueIdentifier of the task associated with the deliverable.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-TaskDependencies-item-response
Type:
Show Source
object-
DependencyId: integer
(int64)
Title:
Dependency IDRead Only:trueIdentifier of the dependency between two tasks. -
DependencyType: string
Title:
Dependency TypeMaximum Length:30Default Value:fsThe type of dependency between tasks. Valid values are finish-to-start, start-to-start, finish-to-finish, and start-to-finish. -
Lag: number
Title:
LagDefault Value:0The number of days after which the dependency is activated. For example, if there is a finish-to-start dependency and a lag of 2 days, the successor task will start 2 days after the predecessor task is completed. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PredecessorTaskId: integer
(int64)
Title:
Predecessor Task IDUnique identifier of the predecessor task. -
SuccessorTaskId: integer
(int64)
Title:
Successor Task IDUnique identifier of the successor task.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-TaskExpenseResourceAssignments-item-response
Type:
Show Source
object-
ExpenseAmount: number
Title:
Expense Resource Planned AmountDefault Value:0The planned expense cost amount of a specific expense resource assigned to the task. -
ExpenseResourceId: integer
(int64)
Title:
Expense Resource IDIdentifier of the expense resource assigned to the task. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResourceName: string
Title:
Expense Resource NameName of the expense resource assigned to the task. -
TaskExpenseResourceAssignmentId: integer
(int64)
Title:
Task Expense Resource Assignment IDRead Only:trueUnique identifier of the expense resource assignment to the task. Value is auto-generated. -
TaskId: integer
(int64)
Title:
Task IDIdentifier of the task to which the expense resource is assigned.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-TaskLaborResourceAssignments-item-response
Type:
Show Source
object-
CostAmount: number
Title:
Planned Labor Resource Cost AmountThe planned cost amount of the labor resource for the task. -
EffortInHours: number
Title:
Planned Labor Resource Effort in HoursPlanned effort in hours of the labor resource for the task. -
LaborBillAmount: number
Title:
Planned Labor Resource Bill AmountThe planned bill amount of the labor resource for the task. -
LaborResourceId: integer
(int64)
Title:
Labor Resource IDUnique identifier of the labor resource assigned to the task. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PrimaryResourceFlag: boolean
Title:
Primary ResourceIndicates whether the resource is the primary labor resource for the task. The value is True if the resource is the primary labor resource. The value is False if the resource isn't the primary labor resource. -
ResourceAllocation: number
Title:
Labor Resource AllocationAllocation percentage of the labor resource for the task. -
ResourceEmail: string
Title:
Labor Resource EmailEmail address of the labor resource assigned to the task. -
ResourceName: string
Title:
Labor Resource NameName of the labor resource assigned to the task. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task to which the labor resource is assigned. -
TaskLaborResourceAssignmentId: integer
(int64)
Title:
Labor Resource Assignment IDRead Only:trueUnique identifier of the labor resource assignment for the task. Value is auto-generated. -
TemplateResourceAssignmentId: integer
Title:
Template Resource Assignment IDUnique identifier of the assignment of the labor resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-Tasks-item-response
Type:
Show Source
object-
Allocation: number
Title:
Allocation PercentageThe percentage of resource's hours allocated to the task for the task duration. -
BillableFlag: boolean
Title:
BillableMaximum Length:1Indicates whether the transactions charged to the task can be billed to customers. Only the lowest-level financial tasks can be billable. -
ChargeableFlag: boolean
Title:
ChargeableMaximum Length:1Indicates whether transactions can be charged to the task. Only the lowest-level financial tasks can be chargeable. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the task. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the task was created. -
Description: string
Title:
Task DescriptionMaximum Length:2000Text description of the task. -
DisplaySequence: integer
(int64)
Title:
Display SequenceFor internal use. The order in which the task is displayed. -
Duration: number
Title:
Planned DurationThe planned duration of the task. -
Effort: number
Title:
Planned Effort in HoursThe estimated effort, in hours, required to complete a task. -
ElementType: string
Title:
Task Element TypeMaximum Length:30Default Value:EXECUTIONIndicates if the task is financially tracked or tracked for execution only. Valid values are EXECUTION and FINANCIAL. -
ExpenseAmount: number
Title:
Planned Expense AmountDefault Value:0The planned expense amount for the task. -
GateApprovers: array
Gate Approvers
Title:
Gate ApproversThe Gate Approvers resource is used to view gate approver details. -
GateFlag: boolean
Title:
GateMaximum Length:1Default Value:falseIndicates whether the task is a gate. -
LaborBillAmount: number
Title:
Planned Labor Bill AmountThe planned bill amount for all the labor resources associated with the task. -
LaborCost: number
Title:
Planned Labor CostThe planned cost amount for all the labor resources associated with the task. -
LeafIndicator: string
Title:
Leaf IndicatorMaximum Length:1Default Value:YIndicates whether the task is a lowest-level task. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManualScheduleFlag: boolean
Title:
Manual ScheduleMaximum Length:1Indicates 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. -
MilestoneFlag: boolean
Title:
MilestoneMaximum Length:1Default Value:falseIndicates whether the task is a milestone. -
Name: string
Title:
Task NameMaximum Length:255Name of the task. -
NumberAttr01: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr02: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr03: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr04: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr05: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr06: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr07: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr08: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr09: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
NumberAttr10: number
Task code defined during implementation that provides the ability to capture a numeric value as additional information for a task.
-
ParentTaskId: integer
(int64)
Title:
Parent Task IDIdentifier of the parent task of the task. -
PeerReferenceTaskId: integer
Title:
Peer Reference Task IDUnique identifier of the peer task. -
PrimaryResourceEmail: string
Title:
Primary Resource EmailRead Only:trueMaximum Length:240Email of the person who leads the task. -
PrimaryResourceName: string
Title:
Primary Resource NameRead Only:trueMaximum Length:240Name of the resource who leads the work on a task. -
Priority: number
Title:
PriorityPriority of the task for the assigned resource. -
ScheduleTypeCode: string
Title:
Task Schedule Type CodeMaximum Length:30Schedule type of the task. Valid values are fixed effort and fixed duration. -
TaskCode01Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode02Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode03Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode04Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode05Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode06Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode07Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode08Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode09Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode10Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode11Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode12Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode13Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode14Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode15Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode16Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode17Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode18Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode19Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode20Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode21Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode22Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode23Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode24Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode25Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode26Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode27Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode28Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode29Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode30Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode31Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode32Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode33Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode34Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode35Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode36Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode37Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode38Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode39Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskCode40Id: integer
(int64)
Task code defined during implementation that provides a list of values to capture additional information for a task.
-
TaskDFF: array
TaskDFF
-
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the task. -
TaskLevel: integer
(int32)
Title:
Task LevelIndicates the level of the task in the hierarchy. The level of the task that holds the rollup values of the project is 0. -
TaskNumber: string
Title:
Task NumberMaximum Length:100The number assigned to a task. It's used to uniquely identify a task. -
TextAttr01: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr02: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr03: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr04: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr05: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr06: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr07: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr08: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr09: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr10: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr11: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr12: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr13: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr14: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr15: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr16: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr17: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr18: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr19: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TextAttr20: string
Maximum Length:
200Task code defined during implementation that provides free-form text entry to capture additional information for a task. -
TotalCost: number
Title:
Total CostThe total cost of the task. It's the sum of expense and labor costs. -
WorkType: string
Title:
Work TypeMaximum Length:240Name 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. -
WorkTypeId: integer
(int64)
Title:
Work Type IDUnique 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:
arrayTitle:
Gate ApproversThe Gate Approvers resource is used to view gate approver details.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-Tasks-GateApprovers-item-response
Type:
Show Source
object-
ApprovalId: integer
(int64)
Title:
Approval IDRead Only:trueUnique identifier of the Gate Approver. Value is auto-generated. -
GateApproverEmail: string
Title:
Gate Approver EmailEmail address of the gate approver. -
GateApproverId: integer
(int64)
Title:
Gate Approver IDUnique identifier of the gate approver. -
GateApproverName: string
Title:
Gate Approver NameName of the gate approver. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : workPlanTemplates-Tasks-TaskDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjElementId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all the work plan templates 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/workPlanTemplates
Response Body Example
The following shows an example of the response body in JSON format of the award budget period.
{
"items": [
{
"WorkPlanTemplateId": 100100113681680,
"Name": "Plugin Project Template",
"Description": null,
"PublicFlag": true,
"CopyFromProjectId": null,
"OwnerId": 300100024326751,
"CurrencyCode": "USD",
"ScheduleType": "FIXED_DURATION"
},
{
"WorkPlanTemplateId": 100100113819295,
"Name": "Integration Project Template",
"Description": null,
"PublicFlag": false,
"CopyFromProjectId": null,
"OwnerId": 300100024326655,
"CurrencyCode": "USD",
"ScheduleType": "FIXED_EFFORT"
},
...
]
}