Get all programs

get

/fscmRestApi/resources/11.13.18.05/projectPrograms

Request

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

    Format: ?fields=Attribute1,Attribute2

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

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

    The following are the available finder names and corresponding finder variables

    • PrimaryKey Finds the program for the specified primary key.
      Finder Variables
      • ProjectProgramId; integer; The unique identifier of the program.
    • findByProjectId Finds all programs that are assigned to a project with the specified project ID.
      Finder Variables
      • ProjectId; integer; The unique identifier of the project.
    • findByStakeholderPersonId Finds all programs that are assigned to a person with the specified person ID.
      Finder Variables
      • PersonId; integer; The unique identifier of the person who's assigned to the program as a stakeholder.
    • findByStructure Finds all programs in the hierarchy structure with the specified tree structure ID.
      Finder Variables
      • TreeStructureId; string; The unique identifier of the program hierarchy structure.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

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

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssessmentCode; string; The code that represents the program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • AssessmentMeaning; string; The program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • CreatedBy; string; The user who created the record.
    • CreationDate; string; The date when the record was created.
    • FinishDate; string; The date when the program is finished. The value is for informational purposes only.
    • LastUpdateDate; string; The date when the record was last updated.
    • LastUpdatedBy; string; The user who last updated the record.
    • LineOfBusinessCode; string; The code that represents the line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • LineOfBusinessMeaning; string; The line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • OwningOrganizationId; integer; The unique identifier of the owning organization.
    • OwningOrganizationName; string; The name of the owning organization. The value is for informational purposes only. Review and update organizations classified as owning organizations using the Setup and Maintenance work area and the task Manage Project Organization Classifications.
    • ParentProgramId; integer; The unique identifier of the parent program. A program without a parent is the root node in the hierarchy structure.
    • PriorityCode; string; The code that represents the priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • PriorityMeaning; string; The priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • ProgramBudget; number; The budgeted amount allotted to the program.
    • ProgramBudgetCurrency; string; The currency of the budgeted amount allotted to the program.
    • ProgramDescription; string; The description of the program.
    • ProgramName; string; The unique name of the program. A value is required to create a program.
    • ProgramNumber; string; The unique number of the program. The default value is the unique identifier of the program.
    • ProgramObjective; string; The objective of the program.
    • ProgramStatusName; string; The status of the program. Examples for status are Draft and Active. A value is required to create a program. Review and update the program status list of values using the Setup and Maintenance work area and the Manage Project Statuses task.
    • ProgramSystemStatusCode; string; The code that represents the system status defined for the program status. Values are DRAFT, SUBMITTED, ACTIVE, PENDING_CLOSE, and CLOSED. Review and update the program status list of values using the Setup and Maintenance work area and the Manage Project Statuses task.
    • ProjectProgramId; integer; The unique identifier of the program.
    • PublicFlag; boolean; Indicates whether the program hierarchy can be viewed by all. If true, then programs in the hierarchy can be viewed by all. If false, then only the persons assigned as stakeholders directly or inherited from a parent or grandparent program can view their programs. The value is defined for the root node of the hierarchy. The default value is false.
    • RegionCode; string; The code that represents the geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • RegionMeaning; string; The geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • StartDate; string; The date on which the program starts. The value is for informational purposes only.
    • StrategyCode; string; The code that represents the strategic plan of actions and policies that are targeted by the program. An example for strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • StrategyMeaning; string; The strategic plan of actions and policies that are targeted by the program. An example strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
    • TreeStructureId; integer; The unique identifier of the program hierarchy structure.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : projectPrograms
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : projectPrograms-item-response
Type: object
Show Source
  • Title: Assessment Code
    Maximum Length: 30
    The code that represents the program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Title: Assessment Code
    The program owner's ongoing assessment for the likelihood that the program will meet the program objectives. Examples for assessments are On track and At risk. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_ASSESSMENT. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Read Only: true
    The date when the record was created.
  • Title: Finish Date
    The date when the program is finished. The value is for informational purposes only.
  • Read Only: true
    The date when the record was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Title: Line of Business Code
    Maximum Length: 30
    The code that represents the line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • The line of business name for the set of products and services that are managed by the program. Examples for line of business names are Product development and All lines of business. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_BUSINESS. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Links
  • Title: Owning Organization ID
    The unique identifier of the owning organization.
  • The name of the owning organization. The value is for informational purposes only. Review and update organizations classified as owning organizations using the Setup and Maintenance work area and the task Manage Project Organization Classifications.
  • Title: Parent Program ID
    The unique identifier of the parent program. A program without a parent is the root node in the hierarchy structure.
  • The unique number of the parent program. A program without a parent is the root node in the hierarchy structure.
  • Title: Priority Code
    Maximum Length: 30
    The code that represents the priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • The priority for the program. Examples for priority are High, Medium, and Low. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_PRIORITY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Program Avatars
    Title: Program Avatars
    The Program Avatars resource is used to manage the avatar image for a program. A program can have only one avatar at a time.
  • The budgeted amount allotted to the program.
  • Maximum Length: 15
    The currency of the budgeted amount allotted to the program.
  • Maximum Length: 2000
    The description of the program.
  • ProgramDFF
  • Maximum Length: 240
    The unique name of the program. A value is required to create a program.
  • Program Notes
    Title: Program Notes
    The Program Notes resource is used to manage notes for programs.
  • Title: Program Number
    Maximum Length: 25
    The unique number of the program. The default value is the unique identifier of the program.
  • Maximum Length: 400
    The objective of the program.
  • Project Assignments
    Title: Project Assignments
    The Project Assignments resource is used to manage the assignments of projects to a program.
  • Stakeholders
    Title: Stakeholders
    The Stakeholders resource is used to manage the assignment of stakeholders and program administrators for a program.
  • The status of the program. Examples for status are Draft and Active. A value is required to create a program. Review and update the program status list of values using the Setup and Maintenance work area and the Manage Project Statuses task.
  • Maximum Length: 30
    Default Value: ORA_PROGRAM_ACTIVE
    The code that represents the system status defined for the program status. Values are DRAFT, SUBMITTED, ACTIVE, PENDING_CLOSE, and CLOSED. Review and update the program status list of values using the Setup and Maintenance work area and the Manage Project Statuses task.
  • Title: Program ID
    Read Only: true
    The unique identifier of the program.
  • Title: Public access
    Maximum Length: 1
    Default Value: false
    Indicates whether the program hierarchy can be viewed by all. If true, then programs in the hierarchy can be viewed by all. If false, then only the persons assigned as stakeholders directly or inherited from a parent or grandparent program can view their programs. The value is defined for the root node of the hierarchy. The default value is false.
  • Title: Region Code
    Maximum Length: 30
    The code that represents the geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • The geographic or divisional region that's covered by the program. Examples for region names are North America and All regions. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_REGION. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Title: Start Date
    The date on which the program starts. The value is for informational purposes only.
  • Title: Strategy Code
    Maximum Length: 30
    The code that represents the strategic plan of actions and policies that are targeted by the program. An example for strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • The strategic plan of actions and policies that are targeted by the program. An example strategy is Innovation. A list of accepted values is defined in the lookup type ORA_PROJECT_PROGRAM_STRATEGY. Review and update the list of values using the Setup and Maintenance work area and the Manage Standard Lookups task.
  • Title: Tree Structure ID
    The unique identifier of the program hierarchy structure.
Nested Schema : Program Avatars
Type: array
Title: Program Avatars
The Program Avatars resource is used to manage the avatar image for a program. A program can have only one avatar at a time.
Show Source
Nested Schema : ProgramDFF
Type: array
Show Source
Nested Schema : Program Notes
Type: array
Title: Program Notes
The Program Notes resource is used to manage notes for programs.
Show Source
Nested Schema : Project Assignments
Type: array
Title: Project Assignments
The Project Assignments resource is used to manage the assignments of projects to a program.
Show Source
Nested Schema : Stakeholders
Type: array
Title: Stakeholders
The Stakeholders resource is used to manage the assignment of stakeholders and program administrators for a program.
Show Source
Nested Schema : projectPrograms-ProgramAvatars-item-response
Type: object
Show Source
Nested Schema : projectPrograms-ProgramDFF-item-response
Type: object
Show Source
Nested Schema : projectPrograms-ProgramNotes-item-response
Type: object
Show Source
Nested Schema : projectPrograms-ProgramProjects-item-response
Type: object
Show Source
Nested Schema : Project Assignment Notes
Type: array
Title: Project Assignment Notes
The Project Assignment Notes resource is used to manage notes for the project assignments to a program.
Show Source
Nested Schema : projectPrograms-ProgramProjects-ProgramProjectNotes-item-response
Type: object
Show Source
Nested Schema : projectPrograms-ProgramStakeholders-item-response
Type: object
Show Source
  • The access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are Owner, Contributor, and Viewer. The default value is Viewer.
  • Title: Access Type Code
    Maximum Length: 30
    The code that represents the access type for the assignee. The assignee with owner access can edit and delete the program. An assignee with contributor access can edit the program. An assignee with viewer access can view the program and receive stakeholder communications. The person who creates the program is the default owner. Only one direct assignment can have owner access at a given time. Valid values are OWNER, EDIT, and VIEW. The default value is VIEW.
  • Read Only: true
    The assignment category for the assignee as directly assigned or inherited from the program's parent or grandparent in the program hierarchy. Values are Inherited and Direct.
  • Title: Assignment Category Code
    Read Only: true
    Maximum Length: 30
    Default Value: ORA_PJS_DIRECT
    The code that represents the assignment category for the assignee as directly assigned or inherited from the program's parent or grandparent in the program hierarchy. Values are INHERITED and DIRECT.
  • Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Read Only: true
    The date when the record was created.
  • Title: Image
    Read Only: true
    The avatar image for a person.
  • Read Only: true
    The unique identifier of the avatar image for a person.
  • Read Only: true
    Maximum Length: 240
    The name of the avatar image for a person.
  • Read Only: true
    The date when the record was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Links
  • Title: Email
    Maximum Length: 240
    The email of the person who's assigned to the program as a stakeholder.
  • Title: Person ID
    The unique identifier of the person who's assigned to the program as a stakeholder.
  • Title: Name
    Maximum Length: 240
    The name of the person who's assigned to the program as a stakeholder.
  • Title: Stakeholder Assignment ID
    The unique identifier of the stakeholder assignment to a program.
Back to Top

Examples

The following example shows how to get all programs by submitting a GET request on the REST resource using cURL.

curl --user ppm_cloud_user -X GET -d @example_request_payload.json "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectPrograms" 

Response Body Example

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

{
  "items" : [ {
    "AssessmentCode" : "ORA_PJS_ON_TRACK",
    "AssessmentMeaning" : "On Track",
    "CreatedBy" : "Monica.Suchet",
    "CreationDate" : "2022-03-01T20:35:23.002+00:00",
    "FinishDate" : "2022-06-30",
    "LastUpdateDate" : "2022-03-01T20:45:36+00:00",
    "LastUpdatedBy" : "Monica.Suchet",
    "LineOfBusinessCode" : "CONSULTING",
    "LineOfBusinessMeaning" : "Services",
    "ParentProgramId" : null,
    "ParentProgramNumber" : null,
    "PriorityCode" : "ORA_PJS_HIGH",
    "PriorityMeaning" : "High",
    "ProgramDescription" : "Infrastructure and applications for North America.",
    "ProjectProgramId" : 300100549427233,
    "ProgramName" : "Hilman & Associates - North America",
    "ProgramNumber" : "NA202201",
    "ProgramObjective" : "Coordinate and track strategic programs to achieve high customer satisfaction and expand market share.",
    "ProgramStatusName" : "Active",
    "ProgramSystemStatusCode" : "ORA_PROGRAM_ACTIVE",
    "PublicFlag" : false,
    "RegionCode" : "PROGRAM_NORTH_AMERICA",
    "RegionMeaning" : "North America",
    "StartDate" : "2022-01-01",
    "StrategyCode" : "SERVICE_EXCELLENCE",
    "StrategyMeaning" : "Service excellence",
    "TreeStructureId" : 300100549427233,
    "OwningOrganizationName" : "Vision Operations",
    "OwningOrganizationId" : 204,
    "ProgramBudget" : 11174772,
    "ProgramBudgetCurrency" : "USD",
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233",
      "name" : "projectPrograms",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233",
      "name" : "projectPrograms",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233/child/ProgramAvatars",
      "name" : "ProgramAvatars",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233/child/ProgramNotes",
      "name" : "ProgramNotes",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233/child/ProgramProjects",
      "name" : "ProgramProjects",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427233/child/ProgramStakeholders",
      "name" : "ProgramStakeholders",
      "kind" : "collection"
    } ]
  }, {
    "AssessmentCode" : "ORA_PJS_ON_TRACK",
    "AssessmentMeaning" : "On Track",
    "CreatedBy" : "Monica.Suchet",
    "CreationDate" : "2022-03-01T21:09:06.001+00:00",
    "FinishDate" : "2022-06-30",
    "LastUpdateDate" : "2022-03-01T20:36:30+00:00",
    "LastUpdatedBy" : "Monica.Suchet",
    "LineOfBusinessCode" : "CONSULTING",
    "LineOfBusinessMeaning" : "Services",
    "ParentProgramId" : 300100549427233,
    "ParentProgramNumber" : "NA202201",
    "PriorityCode" : "ORA_PJS_HIGH",
    "PriorityMeaning" : "High",
    "ProgramDescription" : "Applications for North America",
    "ProjectProgramId" : 300100549427567,
    "ProgramName" : "Hilman & Associates - Applications",
    "ProgramNumber" : "NA202201-1",
    "ProgramObjective" : "Coordinate and track Hilman & Associates, North American applications engagement. To achieve high customer satisfaction and expand market share.",
    "ProgramStatusName" : "Active",
    "ProgramSystemStatusCode" : "ORA_PROGRAM_ACTIVE",
    "PublicFlag" : false,
    "RegionCode" : "PROGRAM_NORTH_AMERICA",
    "RegionMeaning" : "North America",
    "StartDate" : "2022-01-01",
    "StrategyCode" : "SERVICE_EXCELLENCE",
    "StrategyMeaning" : "Service excellence",
    "TreeStructureId" : 300100549427233,
    "OwningOrganizationName" : "Vision Operations",
    "OwningOrganizationId" : 204,
    "ProgramBudget" : 7221772,
    "ProgramBudgetCurrency" : "USD",
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567",
      "name" : "projectPrograms",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567",
      "name" : "projectPrograms",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567/child/ProgramAvatars",
      "name" : "ProgramAvatars",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567/child/ProgramNotes",
      "name" : "ProgramNotes",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567/child/ProgramProjects",
      "name" : "ProgramProjects",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549427567/child/ProgramStakeholders",
      "name" : "ProgramStakeholders",
      "kind" : "collection"
    } ]
    } ]
  }, {
    "AssessmentCode" : "ORA_PJS_ON_TRACK",
    "AssessmentMeaning" : "On Track",
    "CreatedBy" : "Abraham.Mason",
    "CreationDate" : "2022-03-01T21:09:06.001+00:00",
    "FinishDate" : "2022-12-31",
    "LastUpdateDate" : "2022-03-01T20:36:30+00:00",
    "LastUpdatedBy" : "Abraham.Mason",
    "LineOfBusinessCode" : "ORA_PJS_ALL_LOBS",
    "LineOfBusinessMeaning" : "All lines of business",
    "ParentProgramId" : null,
    "ParentProgramNumber" : null,
    "PriorityCode" : "ORA_PJS_HIGH",
    "PriorityMeaning" : "High",
    "ProgramDescription" : "Innovation for transformation.",
    "ProjectProgramId" : 300100549428000,
    "ProgramName" : "Innovation FY2022",
    "ProgramNumber" : "FY2022-Innovation",
    "ProgramObjective" : "Transformative programs for delivering innovative change.",
    "ProgramStatusName" : "Active",
    "ProgramSystemStatusCode" : "ORA_PROGRAM_ACTIVE",
    "PublicFlag" : true,
    "RegionCode" : "ORA_PJS_ALL_REGIONS",
    "RegionMeaning" : "All regions",
    "StartDate" : "2022-01-01",
    "StrategyCode" : "ORA_PJS_INNOVATION",
    "StrategyMeaning" : "Innovation",
    "TreeStructureId" : 300100549428000,
    "OwningOrganizationName" : "Vision Enterprise",
    "OwningOrganizationId" : 200,
    "ProgramBudget" : 100000,
    "ProgramBudgetCurrency" : "USD",
    "links" : [ {
      "rel" : "self",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000",
      "name" : "projectPrograms",
      "kind" : "item",
      "properties" : {
        "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      }
    }, {
      "rel" : "canonical",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000",
      "name" : "projectPrograms",
      "kind" : "item"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000/child/ProgramAvatars",
      "name" : "ProgramAvatars",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000/child/ProgramNotes",
      "name" : "ProgramNotes",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000/child/ProgramProjects",
      "name" : "ProgramProjects",
      "kind" : "collection"
    }, {
      "rel" : "child",
      "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms/300100549428000/child/ProgramStakeholders",
      "name" : "ProgramStakeholders",
      "kind": "collection"
    } ]
    } ],
  "count": 3,
  "hasMore" : false,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/projectPrograms",
    "name" : "projectPrograms",
    "kind" : "collection"
  } ]
}
Back to Top