Get all project templates
get
/fscmRestApi/resources/11.13.18.05/projectTemplates
Request
Query Parameters
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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 project template with the specified project template ID.
Finder Variables:- ProjectTemplateId; integer; Unique identifier of the project template.
- PrimaryKey: Finds the project template with the specified project template ID.
-
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:- AllowCapitalizedInterestFlag; boolean; Indicates whether the project allows capitalization of interest amounts. If true, then interest capitalization is allowed. If false, then it isn't. The default value is derived from the project type.
- AllowCrossChargeFlag; boolean; An option at the project level to indicate if transaction charges are allowed from all provider business units to the project. Valid values are true and false. By default, the value is false.
- AssetAllocationMethodCode; string; Code identifier of the method by which unassigned asset lines and common costs are allocated across multiple assets. Valid values include AU for actual units, CC for current cost, EC for estimated cost, SC for standard unit cost, SE for spread evenly, CE for client extension, and N for none. A list of accepted values is defined in the PJC_ASSET_ALLOCATION_METHOD lookup type. The default value is derived from the project type.
- AutoAssetCreateFlag; boolean; Indicates whether automatic creation of project assets is enabled for project related item receipt costs and supplier costs.
- AutoAssetLineAllocateMode; string; Indicates whether both asset related and non-asset related costs or only asset related costs will be eligible for allocation to automatically created project assets. Possible values include ALL_COSTS and DIRECT_COSTS. A value of ALL_COSTS indicates both asset related and non-asset related costs will be allocated to an automatically created project asset. A value of DIRECT_COSTS indicates only asset related costs will be allocated to an automatically created project asset.
- BurdenScheduleFixedDate; string; A specific date used to determine the set of burden multipliers for the project.
- BurdenScheduleId; integer; Unique identifier of the burden schedule. Enter a value for either this attribute or Burden Schedule, but not both. The default value is derived from the project type.
- BurdenScheduleName; string; Name of the burden schedule. Enter a value for either this attribute or Burden Schedule ID, but not both. The default value is derived from the project type.
- BusinessUnitId; integer; Unique identifier of the business unit to which the project belongs. Enter a value for either this attribute or Business Unit but not both.
- BusinessUnitName; string; Name of the business unit to which the project belongs. Enter a value for either this attribute or Business Unit ID but not both.
- CapitalEventProcessingMethodCode; string; Code identifier of the method for processing events on capital projects. Valid values include M for manual, P for periodic, and N for none. The default value is N.
- CapitalizedInterestRateScheduleId; integer; Unique identifier of the rate schedule used to calculate capitalized interest. Enter a value for either this attribute or Capitalized Interest Rate Schedule, but not both. The default value is derived from the project type.
- CapitalizedInterestRateScheduleName; string; Name of the rate schedule used to calculate capitalized interest. Enter a value for either this attribute or Capitalized Interest Rate Schedule ID, but not both. The default value is derived from the project type.
- CapitalizedInterestStopDate; string; Date when capitalized interest will stop accruing.
- CreatedBy; string; The user who created the record.
- CreationDate; string; The date when the record was created.
- CrossChargeLaborFlag; boolean; Indicator to show that the project will allow processing of cross-charge transactions between business units for labor transactions. Valid values are true and false. By default, the value is false.
- CrossChargeNonLaborFlag; boolean; Indicator to show that the project will allow processing of cross-charge transactions between business units for nonlabor transactions. Valid values are true and false. By default, the value is false.
- CurrencyConvDate; string; A specific date used to obtain currency conversion rates when converting an amount to the project currency. This is used when the currency conversion date type is Fixed Date.
- CurrencyConvDateTypeCode; string; Code identifier of the date type used when converting amounts to the project currency. Valid values include A for accounting date, P for project accounting date, T for transaction date, and F for fixed date. A list of accepted values is defined in the PJF_DEF_RATE_DATE_CODE lookup type. The default is the project accounting default rate type. Review the project accounting default using the Configure Project Accounting Business Functions task in the Setup and Maintenance work area.
- CurrencyConvRateType; string; Rate type used to obtain currency conversion rates when converting an amount to the project currency. The default is the project accounting default rate type. Review the project accounting default using the Configure Project Accounting Business Functions task in the Setup and Maintenance work area.
- EnableBudgetaryControlFlag; boolean; An option at the project level to indicate if budgetary control is enabled. Valid values are true and false.
- IncludeNotesInKPINotificationsFlag; boolean; Indicates whether project KPI notes are included in KPI notifications. If true, then notes are included. If false, then they're not. The default value is true.
- InitialProjectStatus; string; Default status of the project when created using a project template. Typical project statuses are Active and Draft.
- InitialProjectStatusCode; string; The initial project status set on the project template. A project status is an implementation-defined classification of the status of a project. Typical project status codes are ACTIVE and CLOSED.
- KPINotificationEnabledFlag; boolean; Indicates whether to notify project managers when KPI values are generated for the project. If true, then project managers are notified. If false, then they're not. The default value is true.
- LaborTpFixedDate; string; A specific date used to determine a price on a transfer price schedule for labor transactions.
- 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.
- LaborTpScheduleId; number; Unique identifier of the labor transfer price schedule. Enter a value for either this attribute or Labor Transfer Price Schedule but not both.
- LastUpdateDate; string; The date when the record was last updated.
- LastUpdatedBy; string; The user who last updated the record.
- LegalEntityId; integer; Unique identifier of the legal entity associated with the project. Enter a value for either this attribute or Legal Entity but not both.
- LegalEntityName; string; Name of the legal entity associated with the project. Enter a value for either this attribute or Legal Entity ID but not both.
- NlTransferPriceFixedDate; string; A specific date used to determine a price on a transfer price schedule for nonlabor transactions.
- 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.
- NlTransferPriceScheduleId; number; Unique Identifier of the nonlabor transfer price schedule. Enter a value for either this attribute or Nonlabor Transfer Price Schedule but not both.
- OwningOrganizationId; integer; Unique identifier of the organization that owns the project. Enter a value for either this attribute or Owning Organization but not both.
- OwningOrganizationName; string; An organizing unit in the internal or external structure of the enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting for the project. Enter a value for either this attribute or Owning Organization ID but not both.
- PlanningProjectFlag; boolean; Indicates whether the project is used as a planning project. If true, plan features include Microsoft Project integration, creating task assignments, adding planned amounts, and capturing plan progress. If false, then these features aren't available. The default value is true.
- ProjectCurrencyCode; string; The currency code for the project. The currency code is a three-letter ISO code associated with a currency. For example, USD.
- ProjectEndDate; string; The date that work or information tracking completes for a project.
- ProjectLedgerCurrencyCode; string; Currency code for the ledger associated with the project business unit. The currency code is a three-letter ISO code associated with a currency. For example, USD.
- ProjectManagerEmail; string; Email of the person who leads the project team and who has the authority and responsibility for meeting the project objectives.
- ProjectManagerName; string; Name of the person who leads the project team and who has authority and responsibility for meeting project objectives.
- ProjectManagerResourceId; integer; Unique identifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives. This attribute has been deprecated.
- ProjectPlanType; string; The project plan type is a grouping of settings related to the project plan such as, if multiple currencies are used, progress settings, task date settings, and so on.
- ProjectPriorityCode; string; Unique identifier of the importance of a project based on a predefined scale.
- ProjectStartDate; string; The date that work or information tracking begins on a project.
- ProjectTemplateDescription; string; Description of the project template.
- ProjectTemplateEndDate; string; End date of the project template.
- ProjectTemplateId; integer; Unique identifier of the project template.
- ProjectTemplateName; string; Name of the project template that is being created.
- ProjectTemplateNumber; string; Number of the project template that is being created.
- ProjectTemplateStartDate; string; Start date of the project template.
- ProjectTypeId; integer; Unique identifier of the set of project options that determine the nature of the project. Enter a value for either this attribute or Project Type but not both.
- ProjectTypeName; string; Name of the set of project options that determine the nature of the project. Enter a value for either this attribute or Project Type ID but not both.
- ProjectUnitId; integer; Unique identifier of the project unit assigned to the project. Enter a value for either this attribute or Project Unit but not both.
- ProjectUnitName; string; Name of the project unit assigned to the project. Enter a value for either this attribute or Project Unit ID but not both.
- ServiceType; string; A classification of the service or activity associated with a project. Enter a value for either this attribute or Service Type Code but not both.
- 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 lookup type PJF_SERVICE_TYPE.
- SourceApplicationCode; string; The third-party application from which the project template originates.
- SourceReference; string; Reference of the business object identifier in the source application from which the project template is created.
- TransactionControlFlag; boolean; Type of transaction controls, inclusive or exclusive, defined for the selected project or task. true means inclusive, false means exclusive.
- WorkType; string; A classification of the work associated with a task. You can use work types to categorize and group projects for processing purposes. Enter a value for either this attribute or Work Type ID but not both.
- WorkTypeId; integer; Unique identifier of the work type. Enter a value for either this attribute or Work Type but not both.
-
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
-
Effective-Of: string
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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 : projectTemplates
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 : projectTemplates-item-response
Type:
Show Source
object-
AllowCapitalizedInterestFlag: boolean
Title:
Allow capitalized interestMaximum Length:1Indicates whether the project allows capitalization of interest amounts. If true, then interest capitalization is allowed. If false, then it isn't. The default value is derived from the project type. -
AllowCrossChargeFlag: boolean
Title:
Allow cross-charge transactions from other business unitsMaximum Length:1An option at the project level to indicate if transaction charges are allowed from all provider business units to the project. Valid values are true and false. By default, the value is false. -
AssetAllocationMethodCode: string
Title:
Asset Cost Allocation Method CodeMaximum Length:30Code identifier of the method by which unassigned asset lines and common costs are allocated across multiple assets. Valid values include AU for actual units, CC for current cost, EC for estimated cost, SC for standard unit cost, SE for spread evenly, CE for client extension, and N for none. A list of accepted values is defined in the PJC_ASSET_ALLOCATION_METHOD lookup type. The default value is derived from the project type. -
AutoAssetCreateFlag: boolean
Title:
Automatic Project Asset Creation FlagMaximum Length:1Default Value:falseIndicates whether automatic creation of project assets is enabled for project related item receipt costs and supplier costs. -
AutoAssetLineAllocateMode: string
Title:
Automatic Project Asset Cost Allocation FlagMaximum Length:30Default Value:ALL_COSTSIndicates whether both asset related and non-asset related costs or only asset related costs will be eligible for allocation to automatically created project assets. Possible values include ALL_COSTS and DIRECT_COSTS. A value of ALL_COSTS indicates both asset related and non-asset related costs will be allocated to an automatically created project asset. A value of DIRECT_COSTS indicates only asset related costs will be allocated to an automatically created project asset. -
BurdenScheduleFixedDate: string
(date)
Title:
Burden Schedule Fixed DateA specific date used to determine the set of burden multipliers for the project. -
BurdenScheduleId: integer
(int64)
Title:
Burden Schedule IDUnique identifier of the burden schedule. Enter a value for either this attribute or Burden Schedule, but not both. The default value is derived from the project type. -
BurdenScheduleName: string
Title:
Burden ScheduleMaximum Length:30Name of the burden schedule. Enter a value for either this attribute or Burden Schedule ID, but not both. The default value is derived from the project type. -
BusinessUnitId: integer
(int64)
Title:
Business Unit IDDefault Value:-1Unique identifier of the business unit to which the project belongs. Enter a value for either this attribute or Business Unit but not both. -
BusinessUnitName: string
Title:
Business UnitMaximum Length:240Name of the business unit to which the project belongs. Enter a value for either this attribute or Business Unit ID but not both. -
CapitalEventProcessingMethodCode: string
Title:
Capital Event Processing Method CodeMaximum Length:30Code identifier of the method for processing events on capital projects. Valid values include M for manual, P for periodic, and N for none. The default value is N. -
CapitalizedInterestRateScheduleId: integer
(int64)
Title:
Capitalized Interest Rate Schedule IDUnique identifier of the rate schedule used to calculate capitalized interest. Enter a value for either this attribute or Capitalized Interest Rate Schedule, but not both. The default value is derived from the project type. -
CapitalizedInterestRateScheduleName: string
Title:
Capitalized Interest Rate ScheduleMaximum Length:30Name of the rate schedule used to calculate capitalized interest. Enter a value for either this attribute or Capitalized Interest Rate Schedule ID, but not both. The default value is derived from the project type. -
CapitalizedInterestStopDate: string
(date)
Title:
Capitalized Interest Stop DateDate when capitalized interest will stop accruing. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CrossChargeLaborFlag: boolean
Title:
Cross-Charge LaborMaximum Length:1Indicator to show that the project will allow processing of cross-charge transactions between business units for labor transactions. Valid values are true and false. By default, the value is false. -
CrossChargeNonLaborFlag: boolean
Title:
Cross-Charge NonlaborMaximum Length:1Indicator to show that the project will allow processing of cross-charge transactions between business units for nonlabor transactions. Valid values are true and false. By default, the value is false. -
CurrencyConvDate: string
(date)
Title:
Project Currency Conversion DateA specific date used to obtain currency conversion rates when converting an amount to the project currency. This is used when the currency conversion date type is Fixed Date. -
CurrencyConvDateTypeCode: string
Title:
Project Currency Conversion Date Type CodeMaximum Length:1Code identifier of the date type used when converting amounts to the project currency. Valid values include A for accounting date, P for project accounting date, T for transaction date, and F for fixed date. A list of accepted values is defined in the PJF_DEF_RATE_DATE_CODE lookup type. The default is the project accounting default rate type. Review the project accounting default using the Configure Project Accounting Business Functions task in the Setup and Maintenance work area. -
CurrencyConvRateType: string
Title:
Project Currency Conversion Rate TypeMaximum Length:30Rate type used to obtain currency conversion rates when converting an amount to the project currency. The default is the project accounting default rate type. Review the project accounting default using the Configure Project Accounting Business Functions task in the Setup and Maintenance work area. -
EnableBudgetaryControlFlag: boolean
Title:
Enable Budgetary ControlMaximum Length:1An option at the project level to indicate if budgetary control is enabled. Valid values are true and false. -
IncludeNotesInKPINotificationsFlag: boolean
Title:
Include Notes in KPI NotificationsMaximum Length:5Indicates whether project KPI notes are included in KPI notifications. If true, then notes are included. If false, then they're not. The default value is true. -
InitialProjectStatus: string
Title:
Initial Project StatusMaximum Length:80Default status of the project when created using a project template. Typical project statuses are Active and Draft. -
InitialProjectStatusCode: string
Title:
Initial Project Status CodeMaximum Length:30The initial project status set on the project template. A project status is an implementation-defined classification of the status of a project. Typical project status codes are ACTIVE and CLOSED. -
KPINotificationEnabledFlag: boolean
Title:
KPI Notifications EnabledMaximum Length:5Indicates whether to notify project managers when KPI values are generated for the project. If true, then project managers are notified. If false, then they're not. The default value is true. -
LaborTpFixedDate: string
(date)
Title:
Labor Transfer Price Fixed DateA specific date used to determine a price on a transfer price schedule for labor transactions. -
LaborTpSchedule: string
Title:
Labor Transfer Price ScheduleMaximum Length:50Name 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. -
LaborTpScheduleId: number
Title:
Labor Transfer Price Schedule IDUnique identifier of the labor transfer price schedule. Enter a value for either this attribute or Labor Transfer Price Schedule but not both. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LegalEntityId: integer
(int64)
Title:
Legal Entity IDDefault Value:-1Unique identifier of the legal entity associated with the project. Enter a value for either this attribute or Legal Entity but not both. -
LegalEntityName: string
Title:
Legal EntityMaximum Length:240Name of the legal entity associated with the project. Enter a value for either this attribute or Legal Entity ID but not both. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NlTransferPriceFixedDate: string
(date)
Title:
Nonlabor Transfer Price Fixed DateA specific date used to determine a price on a transfer price schedule for nonlabor transactions. -
NlTransferPriceSchedule: string
Title:
Nonlabor Transfer Price ScheduleMaximum Length:50Name 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. -
NlTransferPriceScheduleId: number
Title:
Nonlabor Transfer Price Schedule IDUnique Identifier of the nonlabor transfer price schedule. Enter a value for either this attribute or Nonlabor Transfer Price Schedule but not both. -
OwningOrganizationId: integer
(int64)
Title:
Owning Organization IDDefault Value:-1Unique identifier of the organization that owns the project. Enter a value for either this attribute or Owning Organization but not both. -
OwningOrganizationName: string
Title:
Owning OrganizationMaximum Length:240An organizing unit in the internal or external structure of the enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting for the project. Enter a value for either this attribute or Owning Organization ID but not both. -
PlanningProjectFlag: boolean
Title:
Planning ProjectMaximum Length:1Default Value:trueIndicates whether the project is used as a planning project. If true, plan features include Microsoft Project integration, creating task assignments, adding planned amounts, and capturing plan progress. If false, then these features aren't available. The default value is true. -
ProjectClassifications: array
Project Classifications
Title:
Project ClassificationsThe Project Classification resource is used to view and create a project classification. A project classification includes a class category and a class code, wherein the category is a broad subject within which you can classify projects, and the code is a specific value of the category. -
ProjectCurrencyCode: string
Title:
Project Currency CodeMaximum Length:15The currency code for the project. The currency code is a three-letter ISO code associated with a currency. For example, USD. -
ProjectCustomers: array
Project Customers
Title:
Project CustomersThe Project Customer resource is used to view and create a project customer. This represents the name of the customer organization with whom the agreement has been made on the project. -
ProjectEndDate: string
(date)
Title:
Project Finish DateThe date that work or information tracking completes for a project. -
ProjectLedgerCurrencyCode: string
Title:
Project Ledger CurrencyRead Only:trueMaximum Length:15Currency code for the ledger associated with the project business unit. The currency code is a three-letter ISO code associated with a currency. For example, USD. -
ProjectManagerEmail: string
Title:
Project Manager EmailEmail of the person who leads the project team and who has the authority and responsibility for meeting the project objectives. -
ProjectManagerName: string
Title:
Project ManagerRead Only:trueName of the person who leads the project team and who has authority and responsibility for meeting project objectives. -
ProjectManagerResourceId: integer
Title:
Project Manager IDRead Only:trueUnique identifier of the person who leads the project team and who has the authority and responsibility for meeting the project objectives. This attribute has been deprecated. -
ProjectPlanType: string
Title:
Project Plan TypeThe project plan type is a grouping of settings related to the project plan such as, if multiple currencies are used, progress settings, task date settings, and so on. -
ProjectPlanTypeId: integer
Title:
Project Plan Type IDUnique identifier of the project plan type associated to the project template. -
ProjectPriorityCode: string
Title:
Project Priority CodeMaximum Length:30Unique identifier of the importance of a project based on a predefined scale. -
ProjectStartDate: string
(date)
Title:
Project Start DateThe date that work or information tracking begins on a project. -
ProjectTeamMembers: array
Project Team Members
Title:
Project Team MembersThe Project Team Member resource is used to view and create a project team member. A project team member is a person who is assigned a role on a project. -
ProjectTemplateDescription: string
Title:
Project Template DescriptionMaximum Length:2000Description of the project template. -
ProjectTemplateEndDate: string
(date)
Title:
Project Template End DateEnd date of the project template. -
ProjectTemplateId: integer
(int64)
Title:
Project Template IDRead Only:trueUnique identifier of the project template. -
ProjectTemplateName: string
Title:
Project Template NameMaximum Length:240Name of the project template that is being created. -
ProjectTemplateNumber: string
Title:
Project Template NumberMaximum Length:25Number of the project template that is being created. -
ProjectTemplateStartDate: string
(date)
Title:
Project Template Start DateStart date of the project template. -
ProjectTransactionControls: array
Project Transaction Controls
Title:
Project Transaction ControlsThe Project Transaction Control resource is used to view and create a project transaction control. Project transaction controls are a set of criteria that control whether a transaction can be charged to a project. -
ProjectTypeId: integer
(int64)
Title:
Project Type IDDefault Value:-1Unique identifier of the set of project options that determine the nature of the project. Enter a value for either this attribute or Project Type but not both. -
ProjectTypeName: string
Title:
Project TypeMaximum Length:240Name of the set of project options that determine the nature of the project. Enter a value for either this attribute or Project Type ID but not both. -
ProjectUnitId: integer
(int64)
Title:
Project Unit IDDefault Value:-1Unique identifier of the project unit assigned to the project. Enter a value for either this attribute or Project Unit but not both. -
ProjectUnitName: string
Title:
Project UnitMaximum Length:240Name of the project unit assigned to the project. Enter a value for either this attribute or Project Unit ID but not both. -
ProviderBusinessUnits: array
Provider Business Units
Title:
Provider Business UnitsThe project template resource is used to view, create, update, and delete provider business units. This includes viewing, creating, updating, and deleting provider business units that are from Project Portfolio Management and those imported from third-party applications. Provider Business Unit is a child of the Project Template. -
QuickEntries: array
Quick Entries
Title:
Quick EntriesThe Quick Entry resource is used to view and create a quick entry for a project template. -
ServiceType: string
Title:
Service TypeMaximum Length:80A classification of the service or activity associated with a project. Enter a value for either this attribute or Service Type Code but not both. -
ServiceTypeCode: string
Title:
Service Type CodeMaximum Length:30Code 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 lookup type PJF_SERVICE_TYPE. -
SetupOptions: array
Setup Options
Title:
Setup OptionsThe Setup Option resource is used to view, create, and update a setup option for a project template. -
SourceApplicationCode: string
Title:
Source ApplicationMaximum Length:30Default Value:ORA_PROJECT_SERVICEThe third-party application from which the project template originates. -
SourceReference: string
Title:
Source ReferenceMaximum Length:25Reference of the business object identifier in the source application from which the project template is created. -
Tasks: array
Tasks
Title:
TasksThe Task resource is used to view and create a project task. Tasks are units of project work assigned or performed as part of the duties of a resource. Tasks can be a portion of project work to be performed within a defined period by a specific resource or multiple resources. -
TransactionControlFlag: boolean
Title:
Transaction ControlMaximum Length:1Type of transaction controls, inclusive or exclusive, defined for the selected project or task. true means inclusive, false means exclusive. -
WorkType: string
Title:
Work TypeMaximum Length:240A classification of the work associated with a task. You can use work types to categorize and group projects for processing purposes. Enter a value for either this attribute or Work Type ID but not both. -
WorkTypeId: integer
(int64)
Title:
Work Type IDUnique identifier of the work type. Enter a value for either this attribute or Work Type but not both.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Project Classifications
Type:
arrayTitle:
Project ClassificationsThe Project Classification resource is used to view and create a project classification. A project classification includes a class category and a class code, wherein the category is a broad subject within which you can classify projects, and the code is a specific value of the category.
Show Source
Nested Schema : Project Customers
Type:
arrayTitle:
Project CustomersThe Project Customer resource is used to view and create a project customer. This represents the name of the customer organization with whom the agreement has been made on the project.
Show Source
Nested Schema : Project Team Members
Type:
arrayTitle:
Project Team MembersThe Project Team Member resource is used to view and create a project team member. A project team member is a person who is assigned a role on a project.
Show Source
Nested Schema : Project Transaction Controls
Type:
arrayTitle:
Project Transaction ControlsThe Project Transaction Control resource is used to view and create a project transaction control. Project transaction controls are a set of criteria that control whether a transaction can be charged to a project.
Show Source
Nested Schema : Provider Business Units
Type:
arrayTitle:
Provider Business UnitsThe project template resource is used to view, create, update, and delete provider business units. This includes viewing, creating, updating, and deleting provider business units that are from Project Portfolio Management and those imported from third-party applications. Provider Business Unit is a child of the Project Template.
Show Source
Nested Schema : Quick Entries
Type:
arrayTitle:
Quick EntriesThe Quick Entry resource is used to view and create a quick entry for a project template.
Show Source
Nested Schema : Setup Options
Type:
arrayTitle:
Setup OptionsThe Setup Option resource is used to view, create, and update a setup option for a project template.
Show Source
Nested Schema : Tasks
Type:
arrayTitle:
TasksThe Task resource is used to view and create a project task. Tasks are units of project work assigned or performed as part of the duties of a resource. Tasks can be a portion of project work to be performed within a defined period by a specific resource or multiple resources.
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 : projectTemplates-ProjectClassifications-item-response
Type:
Show Source
object-
ClassCategory: string
Title:
Class CategoryMaximum Length:240Name of the project class category. Enter a value for either this attribute or Class Category ID but not both. -
ClassCategoryId: integer
(int64)
Title:
Class Category IDUnique identifier of the project class category. Enter a value for either this attribute or Class Category but not both. -
ClassCode: string
Title:
Class CodeMaximum Length:240Name of the project class code. Enter a value for either this attribute or Class Code ID but not both. -
ClassCodeId: integer
(int64)
Title:
Class Code IDUnique identifier of the project class code. Enter a value for either this attribute or Class Code but not both. -
CodePercentage: number
Title:
Code PercentageIndicates the relative proportion of each class code when multiple class codes are associated with a single class category. The definition of the class category determines whether the sum of all class code percentages must equal 100. Valid values are numbers between 0 and 100. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectClassificationId: integer
(int64)
Title:
Project Classification IDRead Only:trueUnique identifier of the project classification.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-ProjectCustomers-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartyId: integer
(int64)
Title:
Customer Party IDUnique identifier of the project customer party. You must enter a value for this attribute, Customer Party Name or Customer Party Number but not more than one of these three attributes. -
PartyName: string
Title:
Customer Party NameMaximum Length:360Unique number of a person or group of persons who constitute the project customer. You must enter a value for this attribute, Customer Party ID or Customer Party Name but not more than one of these three attributes. -
PartyNumber: string
Title:
Customer Party NumberMaximum Length:30Name of a person or group of persons who constitute the project customer. You must enter a value for this attribute, Customer Party ID or Customer Party Number but not more than one of these three attributes. -
ProjectPartyId: integer
(int64)
Title:
Project Party IDRead Only:trueUnique identifier of the party assignment to the project.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-ProjectTeamMembers-item-response
Type:
Show Source
object-
AssignmentType: string
Title:
Assignment TypeIndicates if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
AssignmentTypeCode: string
Title:
Assignment Type CodeMaximum Length:30Code to indicate if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
BillablePercent: integer
Title:
Billable PercentIndicates the percentage of assignment time that is billable for an assignment that is defined as billable assignment. For a non-billable assignment, the value is ignored. Valid values are positive integers between 0 and 100. -
BillablePercentReason: string
Title:
Billable Percent ReasonIndicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
BillablePercentReasonCode: string
Title:
Billable Percent Reason CodeMaximum Length:30Code that indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
FinishDate: string
(date)
Date on which the assignment of the project team member to the project is scheduled to end.
-
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonEmail: string
Title:
Team Member EmailMaximum Length:240Email of the person assigned as a team member to the project. -
PersonId: integer
(int64)
Title:
Person IDUnique identifier of the person assigned as a team member to the project. -
PersonName: string
Title:
Team Member NameMaximum Length:240Name of the person assigned as a team member to the project. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDUnique identifier of the project role. -
ProjectRoleName: string
Title:
Project Role NameMaximum Length:240A classification of the relationship that an employee has to a project. You use project roles to define an employee's level of access to project information. Examples are Project Manager, Project Accountant, and Technical Lead. -
ResourceAllocationPercentage: number
Title:
Resource Allocation PercentagePercentage of time for which a resource is assigned to the project. The default value is 100. -
ResourceAssignmentEffortInHours: number
Title:
Resource Assignment Effort in HoursNumber of hours for which a resource is assigned to the project. -
ResourcePlanningBillRate: number
Title:
Resource Planning Bill RateBill rate of the resource assignment for the planning purpose. If no value is specified, then the bill rate of the resource defined in the Project Enterprise Resource is used if it is available in the project currency. -
ResourcePlanningCostRate: number
Title:
Resource Planning Cost RateCost rate of the resource assignment for the planning purpose. If no value is specified, cost rate of the resource defined in Project Enterprise Resource is used if it is available in the project currency. -
StartDate: string
(date)
Date from which the assignment of the team member to the project is scheduled to begin.
-
TeamMemberId: integer
(int64)
Title:
Team Member IDRead Only:trueUnique identifier of the team member assigned to the project. -
TrackTimeFlag: boolean
Maximum Length:
1Indicates whether time cards are expected from internal team members. Valid values are true and false. The default value is false. Information about missing time cards is displayed on the project manager dashboard.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-ProjectTransactionControls-item-response
Type:
Show Source
object-
Billable: string
Title:
Billable CodeMaximum Length:1Indicates that transactions charged to the project can be billed to customers. This attribute is applicable for billable 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 Billable but not both. -
BillableHint: string
Title:
BillableMaximum Length:80Indicates that transactions charged to the project can be billed to customers. This attribute is applicable for billable 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 Billable Code but not both. -
Capitalizable: string
Title:
Capitalizable CodeMaximum Length:1Indicates 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. -
CapitalizableHint: string
Title:
CapitalizableMaximum Length:80Indicates 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. -
Chargeable: string
Title:
Chargeable CodeMaximum Length:1Indicates that something is eligible to be charged to the project. 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. -
ChargeableHint: string
Title:
ChargeableMaximum Length:80Indicates that something is eligible to be charged to the project. 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. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
EmailAddress: string
Title:
EmailMaximum Length:240Email 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. -
EndDateActive: string
(date)
Title:
To DateThe date after which the transaction control is no longer effective. -
ExpenditureCategoryId: integer
(int64)
Title:
Expenditure Category IDIdentifier of the expenditure category. Enter a value for either this attribute or Expenditure Category but not both. -
ExpenditureCategoryName: string
Title:
Expenditure CategoryMaximum Length:240A 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. -
ExpenditureTypeId: integer
(int64)
Title:
Expenditure Type IDIdentifier of the expenditure type. Enter a value for either this attribute or Expenditure Type but not both. -
ExpenditureTypeName: string
Title:
Expenditure TypeMaximum Length:240A 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. -
Job: string
Title:
JobMaximum Length:240The 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. -
JobId: integer
(int64)
Title:
Job IDIdentifier 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. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NonLaborResourceId: integer
(int64)
Title:
Nonlabor Resource IDIdentifier of the nonlabor resource. Enter a value for either this attribute or Nonlabor Resource but not both. -
NonLaborResourceName: string
Title:
Nonlabor ResourceMaximum Length:240An 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. -
Organization: string
Title:
OrganizationMaximum Length:240The 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. -
OrganizationId: integer
(int64)
Title:
Organization IDIdentifier 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. -
PersonId: integer
(int64)
Title:
Person IDIdentifier of the person. Enter a value for this attribute, Person Name, Person Number or Email but not more than one of these three attributes. -
PersonName: string
Title:
Person NameMaximum Length:240The name of an individual human team member. Enter a value for this attribute, Person ID, Person Number or Email but not more than one of these three attributes. -
PersonNumber: string
Title:
Person NumberMaximum Length:30Number 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. -
PersonType: string
Title:
Person Type CodeMaximum Length:20Indicates 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. -
PersonTypeHint: string
Title:
Person TypeMaximum Length:80The 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. -
RuleNumber: integer
(int64)
Title:
Rule NumberRead Only:trueIdentifier of the transaction control within a project or task. Default value is the successor of the maximum existing rule number. -
StartDateActive: string
(date)
Title:
From DateThe date from which the transaction control is effective. Default value is the project start date. -
TransactionControlId: integer
(int64)
Title:
Transaction Control IDRead Only:trueIdentifier of the transaction control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-ProviderBusinessUnits-item-response
Type:
Show Source
object-
BusinessUnitId: integer
(int64)
Identifier of the business unit associated with the project template to which the provider business unit has been assigned.
-
BusinessUnitName: string
Maximum Length:
255Name of the business unit associated with the project template to which the provider business unit has been assigned. -
CreatedBy: string
Read Only:
trueMaximum Length:64Name of user who created the provider business unit for this project template. -
CreationDate: string
(date-time)
Read Only:
trueDate on which the provider business unit was created for the project template. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Date on which the provider business unit was last updated for the project template. -
LastUpdatedDate: string
(date-time)
Read Only:
trueName of user who last updated the provider business unit for this project template. -
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 : projectTemplates-QuickEntries-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
FieldCode: string
Title:
Field CodeMaximum Length:30Code of the field represented by the quick entry. Valid values are TEAM_MEMBER, CLASSIFICATION, LEGAL_ENTITY_ID, CARRYING_OUT_ORGANIZATION_ID, PARTNER_ORG, PRIORITY_CODE, CUSTOMER_NAME, DESCRIPTION, PROJECT_STATUS_CODE, and SUPPLIER_ORG. -
LastUpdateDate: string
(date-time)
Title:
Last Updated ByRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated DateRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
RequiredMaximum Length:1Default Value:falseIndicates whether the quick entry is mandatory or not. Valid values are true and false. Default value is false. -
Prompt: string
Title:
PromptMaximum Length:80Display name of the field. -
QuickEntryId: integer
(int64)
Title:
Quick Entry IDRead Only:trueUnique identifier of the quick entry for a project template. -
Specification: string
Title:
SpecificationSpecification of the field. It applies only if the field is TEAM_MEMBER or CLASSIFICATION. It is mandatory when the field is TEAM_MEMBER or CLASSIFICATION.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-SetupOptions-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DisplayFlag: boolean
Title:
DisplayMaximum Length:1Indicates whether the setup option will be displayed for the projects created using the project template. Valid values are true and false. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OptionCode: string
Title:
Option CodeMaximum Length:30Code of the setup option. Valid values are lookup codes for the lookup type PJF_OPTIONS_SS. Enter a value for either this attribute or Option but not both. -
OptionName: string
Title:
OptionMaximum Length:80Name of the setup option. Valid values are lookup meanings for the lookup type PJF_OPTIONS_SS. Enter a value for either this attribute or Option Code but not both.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : projectTemplates-Tasks-item-response
Type:
Show Source
object-
AllowCapitalInterestFlag: boolean
Title:
Allow Capitalized InterestMaximum Length:1Indicates 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
Title:
Enable Cross-Charge Transactions from Other Business UnitsMaximum Length:1Indicates 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
Title:
BillableMaximum Length:1Indicates that transactions charged to that task can be billed to customers. -
BurdenSchedule: string
Title:
Burden ScheduleMaximum Length:30Name of the burden schedule associated to the task. -
BurdenScheduleFixedDate: string
(date)
Title:
Burden Schedule Fixed DateA 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
(int64)
Title:
Burden Schedule IDUnique 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
Title:
CapitalizableMaximum Length:1Indicates 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
(date)
Title:
Capitalized Interest Stop DateThe 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
Title:
ChargeableMaximum Length:1Indicates that something is eligible to be charged to a task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CriticalFlag: boolean
Title:
CriticalMaximum Length:1Indicates that the task must be completed on schedule or it will impact the finish date of the entire project. -
CrossChargeLaborFlag: boolean
Title:
Cross-Charge LaborMaximum Length:1Indicates 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
Title:
Enable Cross-Charge Transactions for NonlaborMaximum Length:1Indicates 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. -
ExternalParentTaskId: string
Title:
External Parent Task IDMaximum Length:100Unique identifier of the parent project task that is created in the third-party application. -
ExternalTaskId: string
Title:
External Task IDMaximum Length:100Unique identifier of the project task that is created in the third-party application. -
LaborTpFixedDate: string
(date)
Title:
Labor Transfer Price Fixed DateA 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
Title:
Labor Transfer Price ScheduleMaximum Length:50Name 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
(int64)
Title:
Labor Transfer Price Schedule IDUnique 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
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LowestLevelTask: string
Title:
Lowest Level TaskRead Only:trueMaximum Length:1Default Value:YIndicates that the task is at the lowest level. -
MilestoneFlag: boolean
Title:
Milestone IndicatorMaximum Length:1Indicates the project milestone during which the task must be completed. -
NlTransferPriceFixedDate: string
(date)
Title:
Nonlabor Transfer Price Fixed DateA 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
Title:
Nonlabor Transfer Price ScheduleMaximum Length:50Name 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
(int64)
Title:
Nonlabor Transfer Price Schedule IDUnique 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
(int64)
Title:
Parent Task IDRead Only:trueIdentifier of the parent task of the task. -
PartySiteId: integer
(int64)
Title:
Customer Work SiteThe customer address or location identifier of where the contracted work for the task is being performed. -
PercentCompleteCalculationMethodCode: string
Title:
Physical Percent Complete Calculation MethodMaximum Length:30Method 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
Title:
Progress ETC MethodMaximum Length:30Method 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
Title:
Receive Interproject InvoicesMaximum Length:1Indicates 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
Title:
Retirement CostMaximum Length:1Indicates 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
Title:
Service TypeMaximum Length:80A 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
Title:
Service TypeMaximum Length:30Code 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
Title:
Source ApplicationMaximum Length:30The 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
Title:
Source ReferenceMaximum Length:100Identifier of the task in the external system where it was originally entered. -
TaskDescription: string
Title:
Task DescriptionMaximum Length:2000Text description of the project task that is being created. -
TaskFinishDate: string
(date)
Title:
Task Finish DateScheduled end date of the project task. -
TaskId: integer
(int64)
Title:
Task IDUnique identifier of the project task. -
TaskLevel: integer
(int32)
Title:
Task LevelRead Only:trueIndicates level of the task in the WBS. -
TaskManagerEmail: string
Title:
Task Manager EmailMaximum Length:240Email 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
Title:
Task ManagerMaximum Length:240Name 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
(int64)
Title:
Task Manager IDUnique 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
Title:
Task NameMaximum Length:255Name of the task. A task is a subdivision of the project work. -
TaskNumber: string
Title:
Task NumberMaximum Length:100Number of the task. -
TaskOrganizationId: integer
(int64)
Title:
OrganizationUnique identifier of the task organization. Enter a value for either this attribute or Task Organization Name but not both. -
TaskOrganizationName: string
Title:
OrganizationMaximum Length:240Name of the organization that owns the task. Enter a value for either this attribute or Task Organization ID but not both. -
TaskSequence: integer
(int64)
Title:
Task SequenceRead Only:truePosition of the project task in a hierarchical arrangement. -
TaskStartDate: string
(date)
Title:
Task Start DateScheduled start date of the project task. -
TaskTransactionControls: array
Task Transaction Controls
Title:
Task Transaction ControlsThe 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. -
TopTaskId: integer
(int64)
Title:
Top Task IDRead Only:trueIdentifier 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)
Title:
Transaction Finish DateDate after which transactions won't be accepted by the task. -
TransactionStartDate: string
(date)
Title:
Transaction Start DateDate before which transactions won't be accepted by the task. -
WorkType: string
Title:
Work TypeMaximum Length:240Name 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
(int64)
Title:
Work TypeIdentifier 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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Task Transaction Controls
Type:
arrayTitle:
Task Transaction ControlsThe 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:
Show Source
object-
Billable: string
Title:
Billable CodeMaximum Length:1Indicates 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. -
BillableHint: string
Title:
BillableMaximum Length:80Indicates 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. -
Capitalizable: string
Title:
Capitalizable CodeMaximum Length:1Indicates 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. -
CapitalizableHint: string
Title:
CapitalizableMaximum Length:80Indicates 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. -
Chargeable: string
Title:
Chargeable CodeMaximum Length:1Indicates 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. -
ChargeableHint: string
Title:
ChargeableMaximum Length:80Indicates 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. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
EmailAddress: string
Title:
EmailMaximum Length:240Email 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. -
EndDateActive: string
(date)
Title:
To DateThe date after which the transaction control is no longer effective. -
ExpenditureCategoryId: integer
(int64)
Title:
Expenditure Category IDIdentifier of the expenditure category. Enter a value for either this attribute or Expenditure Category but not both. -
ExpenditureCategoryName: string
Title:
Expenditure CategoryMaximum Length:240A 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. -
ExpenditureTypeId: integer
(int64)
Title:
Expenditure Type IDIdentifier of the expenditure type. Enter a value for either this attribute or Expenditure Type but not both. -
ExpenditureTypeName: string
Title:
Expenditure TypeMaximum Length:240A 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. -
Job: string
Title:
JobMaximum Length:240The 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. -
JobId: integer
(int64)
Title:
Job IDIdentifier 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. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NonLaborResourceId: integer
(int64)
Title:
Nonlabor Resource IDIdentifier of the nonlabor resource. Enter a value for either this attribute or Nonlabor Resource but not both. -
NonLaborResourceName: string
Title:
Nonlabor ResourceMaximum Length:240An 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. -
Organization: string
Title:
OrganizationMaximum Length:240The 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. -
OrganizationId: integer
(int64)
Title:
Organization IDIdentifier 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. -
PersonId: integer
(int64)
Title:
Person IDIdentifier of the person. Enter a value for this attribute, Person Name, Person Number or Email but not more than one of these three attributes. -
PersonName: string
Title:
Person NameMaximum Length:240The 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. -
PersonNumber: string
Title:
Person NumberMaximum Length:30Number 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. -
PersonType: string
Title:
Person Type CodeMaximum Length:20Indicates 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. -
PersonTypeHint: string
Title:
Person TypeMaximum Length:80The 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. -
RuleNumber: integer
(int64)
Title:
Rule NumberRead Only:trueIdentifier of the transaction control within a project or task. Default value is the successor of the maximum existing rule number. -
StartDateActive: string
(date)
Title:
From DateThe date from which the transaction control is effective. Default value is the system date. -
TaskId: integer
(int64)
Title:
Task IDRead Only:trueIdentifier of the project task. Default value is the identifier of the project task for which the transaction control is created. -
TransactionControlId: integer
(int64)
Title:
Transaction Control IDRead Only:trueIdentifier of the transaction control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all project 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/projectTemplates
Response Body Example
The following shows an example of the response body in JSON format of all project templates.
{
"items": [
{
"AllowCrossChargeFlag": true,
"BusinessUnitName": "Vision Services",
"BusinessUnitId": 458,
"CrossChargeLaborFlag": false,
"CrossChargeNonLaborFlag": false,
"EnableBudgetaryControlFlag": false,
"InitialProjectStatus": "Requested",
"InitialProjectStatusCode": "UNAPPROVED",
"LaborTpFixedDate": null,
"LaborTpSchedule": null,
"LaborTpScheduleId": null,
"LegalEntityName": "Vision Services",
"LegalEntityId": 458,
"NlTransferPriceFixedDate": null,
"NlTransferPriceSchedule": null,
"NlTransferPriceScheduleId": null,
"OwningOrganizationName": "Services-East",
"OwningOrganizationId": 246,
"ProjectCurrencyCode": "USD",
"ProjectEndDate": null,
"ProjectManagerEmail": null,
"ProjectManagerName": null,
"ProjectManagerResourceId": null,
"ProjectPlanType": "PSR Project Plan",
"ProjectPlanTypeId": 100000041113495,
"ProjectPriorityCode": null,
"ProjectStartDate": "2008-09-23",
"ProjectTemplateDescription": "Template for Time and Materials Projects",
"ProjectTemplateEndDate": null,
"ProjectTemplateId": 3196,
"ProjectTemplateName": "Time and Materials Template",
"ProjectTemplateNumber": "T, Time -R12",
"ProjectTemplateStartDate": null,
"ProjectTypeName": "Time and Materials",
"ProjectTypeId": 10001,
"ProjectUnitName": "Project Services",
"ProjectUnitId": 100010023900159,
"ServiceType": null,
"ServiceTypeCode": null,
"SourceApplicationCode": null,
"SourceReference": null,
"TransactionControlFlag": false,
"WorkType": "Commercial Customer-billable",
"WorkTypeId": 10020,
"CreatedBy": "1319",
"CreationDate": "2003-11-07T07:20:01+00:00",
"LastUpdatedBy": "1319",
"LastUpdateDate": "2004-10-19T12:51:17+00:00",
"links": [
{
"rel": "self",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998",
"name": "projectTemplates",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998",
"name": "projectTemplates",
"kind": "item"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/ServiceTypes",
"name": "ServiceTypes",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/ProjectUnits",
"name": "ProjectUnits",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/LegalEntities",
"name": "LegalEntities",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/ProjectStatuses",
"name": "ProjectStatuses",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/OwningOrganizations",
"name": "OwningOrganizations",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/BusinessUnits",
"name": "BusinessUnits",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/WorkTypes",
"name": "WorkTypes",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/ProjectTypes",
"name": "ProjectTypes",
"kind": "collection"
},
{
"rel": "lov",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/lov/TransferPriceSchedules",
"name": "TransferPriceSchedules",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/SetupOptions",
"name": "SetupOptions",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/ProjectTeamMembers",
"name": "ProjectTeamMembers",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/Tasks",
"name": "Tasks",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/ProjectTransactionControls",
"name": "ProjectTransactionControls",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/ProjectCustomers",
"name": "ProjectCustomers",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/QuickEntries",
"name": "QuickEntries",
"kind": "collection"
},
{
"rel": "child",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates/2998/child/ProjectClassifications",
"name": "ProjectClassifications",
"kind": "collection"
}
],
},
...
}