Gets nodes in a viewpoint

get

/epm/rest/v1/views/{viewId}/viewpoints/{viewpointId}/nodes

Request

Path Parameters
Query Parameters
  • Collection Format: multi
    populates additional data within each node
    • Allowed Values: [ "propertyValues::{none", "all", "columnVisible", "locationVisible}", "requestItem.validations" ]
  • specifies the id of a node. Only nodes that are after this node (respecting defined node order) will be returned. A '*'suffix after the node id means to also include the node itself. Also, "first" can be supplied, which will return nodes from the start. Cannot be combined with toId
    Allowed Values: [ "first", "last", "{nodeId(*)}" ]
  • limits the number of nodes returned in the response
    Default Value: 10
    Allowed Values: [ "nonzero integer" ]
  • specifies the offset from which to start when returning nodes
    Default Value: 0
    Allowed Values: [ "positive integer" ]
  • Specifies the order in which to return nodes
    Allowed Values: [ "hsConfig:asc", "hsConfig:desc" ]
  • Collection Format: multi
    filters nodes
    • Allowed Values: [ "all", "matchAllPredicates", "top", "childrenOfNode::{nodeId}", "request::{requestId}" ]
  • specifies the id of a node. Only nodes that are before this node (respecting defined node order) will be returned. A '*' suffix after the node id means to also include the node itself. Also, "last" can be supplied, which will return nodes starting from the end. Cannot be combined with fromId
    Allowed Values: [ "first", "last", "{nodeId(*)}" ]
Back to Top

Response

Supported Media Types

200 Response

Nodes returned
Body ()
Root Schema : ItemsNodes
Type: object
Show Source
Nested Schema : items
Type: array
Read Only: true
Show Source
Nested Schema : NodeAndPropertyValues
Type: object
Show Source
Nested Schema : locationsByParentId
Type: object
Additional Properties Allowed
Show Source
This property is now deprecated and will be removed in 10/2020. Use path instead.
Nested Schema : path
Type: array
Show Source
Nested Schema : propertyValues
Type: array
Show Source
Nested Schema : RequestItem
Type: object
A Request Item is a collection of actions to apply to a particular node as part of aRequest
Show Source
Nested Schema : additionalProperties
Type: array
Show Source
Nested Schema : PropertyValue
Type: object
Show Source
Nested Schema : labels
Type: array
Show Source
Nested Schema : RequestPropertyInfo
Type: object
Show Source
Nested Schema : committedLabels
Type: array
Read Only: true
Show Source
Nested Schema : validations
Type: array
Read Only: true
Show Source
Nested Schema : ValidationResult
Type: object
The result of validation
Show Source
Nested Schema : actions
Type: array
Show Source
Nested Schema : policies
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source
Nested Schema : Action
Type: object
Show Source
Nested Schema : JsonNode
Type: object
Nested Schema : layoutOptions
Type: object
Additional Properties Allowed
Show Source
Nested Schema : PolicyInfo
Type: object
Show Source

400 Response

Error in request URL

403 Response

Forbidden
Back to Top

Examples

The following example shows how to retrieve the top nodes, with property values, of a viewpoint with a GET request on the REST resource using cURL.

curl --user edmcs_cloud_user -X GET https://servername.fa.us2.oraclecloud.com/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=top&expand=propertyValues::all

Example of the Response Body

The following example shows the contents of the response body in JSON format,including:

{
    "items": [
        {
            "id": "4e97b2de-5c9d-44b8-8fd7-0bee96db0085",
            "name": "A_All_Corp_Acct_V1",
            "description": "Corporate Account",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/4e97b2de-5c9d-44b8-8fd7-0bee96db0085/relationships/ee5dcd90-9ed8-4aa9-a02f-8741468a36bb"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/4e97b2de-5c9d-44b8-8fd7-0bee96db0085/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/4e97b2de-5c9d-44b8-8fd7-0bee96db0085"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/4e97b2de-5c9d-44b8-8fd7-0bee96db0085/relationships/ee5dcd90-9ed8-4aa9-a02f-8741468a36bb/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A4e97b2de-5c9d-44b8-8fd7-0bee96db0085"
                }
            ],
            "relationshipId": "ee5dcd90-9ed8-4aa9-a02f-8741468a36bb",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "4e97b2de-5c9d-44b8-8fd7-0bee96db0085"
                ]
            },
            "location": "4e97b2de-5c9d-44b8-8fd7-0bee96db0085",
            "propertyValues": [
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "value": "Dynamic",
                    "displayValue": "Dynamic",
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "value": "Plan1",
                    "displayValue": "Plan1",
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "value": "Corporate Account",
                    "displayValue": "Corporate Account",
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "A_All_Corp_Acct_V1",
                    "displayValue": "A_All_Corp_Acct_V1",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "~",
                    "displayValue": "Ignore",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "value": "[\"Hsp_Currency\"]",
                    "displayValue": "Hsp_Currency",
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Currency",
                    "displayValue": "Currency",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "Average",
                    "displayValue": "Average",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Dynamic Calc",
                    "displayValue": "Dynamic Calc",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "Corporate Account",
                    "displayValue": "Corporate Account",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "a92e7809-2776-4185-89ad-90866844b234",
            "name": "No Account",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": false,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a92e7809-2776-4185-89ad-90866844b234/relationships/5d08a80a-fb1a-45cc-be7a-ed9970cd4b5e"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a92e7809-2776-4185-89ad-90866844b234/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a92e7809-2776-4185-89ad-90866844b234"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a92e7809-2776-4185-89ad-90866844b234/relationships/5d08a80a-fb1a-45cc-be7a-ed9970cd4b5e/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3Aa92e7809-2776-4185-89ad-90866844b234"
                }
            ],
            "relationshipId": "5d08a80a-fb1a-45cc-be7a-ed9970cd4b5e",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "a92e7809-2776-4185-89ad-90866844b234"
                ]
            },
            "location": "a92e7809-2776-4185-89ad-90866844b234",
            "propertyValues": [
                {
                    "value": "Store",
                    "displayValue": "Store",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "No Account",
                    "displayValue": "No Account",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "654c31e4-73ad-4176-8b45-564ed052d995",
            "name": "OCX_No Account",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": false,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/654c31e4-73ad-4176-8b45-564ed052d995/relationships/1ea96d66-2fa7-48f3-9935-bf5b6823ccd8"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/654c31e4-73ad-4176-8b45-564ed052d995/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/654c31e4-73ad-4176-8b45-564ed052d995"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/654c31e4-73ad-4176-8b45-564ed052d995/relationships/1ea96d66-2fa7-48f3-9935-bf5b6823ccd8/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A654c31e4-73ad-4176-8b45-564ed052d995"
                }
            ],
            "relationshipId": "1ea96d66-2fa7-48f3-9935-bf5b6823ccd8",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "654c31e4-73ad-4176-8b45-564ed052d995"
                ]
            },
            "location": "654c31e4-73ad-4176-8b45-564ed052d995",
            "propertyValues": [
                {
                    "value": "Store",
                    "displayValue": "Store",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "OCX_No Account",
                    "displayValue": "OCX_No Account",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "5aa5f0f1-ef85-421e-9c7d-4a58258bfd06",
            "name": "System Members",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/5aa5f0f1-ef85-421e-9c7d-4a58258bfd06/relationships/d0596a4f-db00-4dc9-970d-2f22aa04dd02"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/5aa5f0f1-ef85-421e-9c7d-4a58258bfd06/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/5aa5f0f1-ef85-421e-9c7d-4a58258bfd06"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/5aa5f0f1-ef85-421e-9c7d-4a58258bfd06/relationships/d0596a4f-db00-4dc9-970d-2f22aa04dd02/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A5aa5f0f1-ef85-421e-9c7d-4a58258bfd06"
                }
            ],
            "relationshipId": "d0596a4f-db00-4dc9-970d-2f22aa04dd02",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "5aa5f0f1-ef85-421e-9c7d-4a58258bfd06"
                ]
            },
            "location": "5aa5f0f1-ef85-421e-9c7d-4a58258bfd06",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "System Members",
                    "displayValue": "System Members",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "27002875-f7a0-4b99-8f96-b30e1559f267",
            "name": "OFS_Financials Accounts",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/27002875-f7a0-4b99-8f96-b30e1559f267/relationships/989a43c4-1bc7-41de-95d9-bdae806b4b2a"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/27002875-f7a0-4b99-8f96-b30e1559f267/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/27002875-f7a0-4b99-8f96-b30e1559f267"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/27002875-f7a0-4b99-8f96-b30e1559f267/relationships/989a43c4-1bc7-41de-95d9-bdae806b4b2a/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A27002875-f7a0-4b99-8f96-b30e1559f267"
                }
            ],
            "relationshipId": "989a43c4-1bc7-41de-95d9-bdae806b4b2a",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "27002875-f7a0-4b99-8f96-b30e1559f267"
                ]
            },
            "location": "27002875-f7a0-4b99-8f96-b30e1559f267",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "OFS_Financials Accounts",
                    "displayValue": "OFS_Financials Accounts",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "96f32905-296e-42ce-bce8-5e728958a090",
            "name": "OFS_Cross Module Integration",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/96f32905-296e-42ce-bce8-5e728958a090/relationships/a133c965-ac05-4425-a46e-71a0c507ba2b"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/96f32905-296e-42ce-bce8-5e728958a090/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/96f32905-296e-42ce-bce8-5e728958a090"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/96f32905-296e-42ce-bce8-5e728958a090/relationships/a133c965-ac05-4425-a46e-71a0c507ba2b/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A96f32905-296e-42ce-bce8-5e728958a090"
                }
            ],
            "relationshipId": "a133c965-ac05-4425-a46e-71a0c507ba2b",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "96f32905-296e-42ce-bce8-5e728958a090"
                ]
            },
            "location": "96f32905-296e-42ce-bce8-5e728958a090",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "OFS_Cross Module Integration",
                    "displayValue": "OFS_Cross Module Integration",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "b933237d-45f2-48ec-807e-5f4f8d80ccfe",
            "name": "OWP_Workforce Planning - Accounts",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/b933237d-45f2-48ec-807e-5f4f8d80ccfe/relationships/f25cf30c-8fcc-49c7-b3d7-fcbabf99829f"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/b933237d-45f2-48ec-807e-5f4f8d80ccfe/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/b933237d-45f2-48ec-807e-5f4f8d80ccfe"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/b933237d-45f2-48ec-807e-5f4f8d80ccfe/relationships/f25cf30c-8fcc-49c7-b3d7-fcbabf99829f/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3Ab933237d-45f2-48ec-807e-5f4f8d80ccfe"
                }
            ],
            "relationshipId": "f25cf30c-8fcc-49c7-b3d7-fcbabf99829f",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "b933237d-45f2-48ec-807e-5f4f8d80ccfe"
                ]
            },
            "location": "b933237d-45f2-48ec-807e-5f4f8d80ccfe",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "OWP_Workforce Planning - Accounts",
                    "displayValue": "OWP_Workforce Planning - Accounts",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "798feab4-455c-469b-beb5-8d94d721529f",
            "name": "OCX_Accounts - Capital Expense",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/798feab4-455c-469b-beb5-8d94d721529f/relationships/537fc27c-45de-43b1-91d2-60a5bb81a090"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/798feab4-455c-469b-beb5-8d94d721529f/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/798feab4-455c-469b-beb5-8d94d721529f"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/798feab4-455c-469b-beb5-8d94d721529f/relationships/537fc27c-45de-43b1-91d2-60a5bb81a090/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A798feab4-455c-469b-beb5-8d94d721529f"
                }
            ],
            "relationshipId": "537fc27c-45de-43b1-91d2-60a5bb81a090",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "798feab4-455c-469b-beb5-8d94d721529f"
                ]
            },
            "location": "798feab4-455c-469b-beb5-8d94d721529f",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "OCX_Accounts - Capital Expense",
                    "displayValue": "OCX_Accounts - Capital Expense",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "fe466b5e-068e-4b08-af27-9c696a177dee",
            "name": "Accounts - Project",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/fe466b5e-068e-4b08-af27-9c696a177dee/relationships/00eb1871-1305-4734-897e-94b41b941ed2"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/fe466b5e-068e-4b08-af27-9c696a177dee/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/fe466b5e-068e-4b08-af27-9c696a177dee"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/fe466b5e-068e-4b08-af27-9c696a177dee/relationships/00eb1871-1305-4734-897e-94b41b941ed2/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3Afe466b5e-068e-4b08-af27-9c696a177dee"
                }
            ],
            "relationshipId": "00eb1871-1305-4734-897e-94b41b941ed2",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "fe466b5e-068e-4b08-af27-9c696a177dee"
                ]
            },
            "location": "fe466b5e-068e-4b08-af27-9c696a177dee",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "Accounts - Project",
                    "displayValue": "Accounts - Project",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Unspecified",
                    "displayValue": "Unspecified",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "a1a267c7-f9c5-4d50-8339-f0d29769f7f4",
            "name": "Lease Accounts",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a1a267c7-f9c5-4d50-8339-f0d29769f7f4/relationships/b11facb5-493f-4f73-b131-c0cea3b79484"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a1a267c7-f9c5-4d50-8339-f0d29769f7f4/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a1a267c7-f9c5-4d50-8339-f0d29769f7f4"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/a1a267c7-f9c5-4d50-8339-f0d29769f7f4/relationships/b11facb5-493f-4f73-b131-c0cea3b79484/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3Aa1a267c7-f9c5-4d50-8339-f0d29769f7f4"
                }
            ],
            "relationshipId": "b11facb5-493f-4f73-b131-c0cea3b79484",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "a1a267c7-f9c5-4d50-8339-f0d29769f7f4"
                ]
            },
            "location": "a1a267c7-f9c5-4d50-8339-f0d29769f7f4",
            "propertyValues": [
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "~",
                    "displayValue": "Ignore",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "value": "Dynamic",
                    "displayValue": "Dynamic",
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Saved Assumption",
                    "displayValue": "Saved Assumption",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "value": "OEP_CPX",
                    "displayValue": "OEP_CPX",
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "Lease Accounts",
                    "displayValue": "Lease Accounts",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Non-currency",
                    "displayValue": "Non-currency",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Label Only",
                    "displayValue": "Label Only",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "",
                    "displayValue": "",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        },
        {
            "id": "1e42511d-b056-4263-95c1-9191aadb3449",
            "name": "Strategic Workforce Planning",
            "description": "Strategic Headcount Planning",
            "nodeType": {
                "id": "36044b40-1038-41ca-8e80-c92fae7c4bdd",
                "name": "Account",
                "links": [
                    {
                        "rel": "self",
                        "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/nodeTypes/36044b40-1038-41ca-8e80-c92fae7c4bdd"
                    }
                ]
            },
            "hasChildren": true,
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/1e42511d-b056-4263-95c1-9191aadb3449/relationships/fe787e1b-c6db-4687-a006-5bdb2154d7ba"
                },
                {
                    "rel": "relationships",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/1e42511d-b056-4263-95c1-9191aadb3449/relationships"
                },
                {
                    "rel": "node",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/1e42511d-b056-4263-95c1-9191aadb3449"
                },
                {
                    "rel": "validate",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes/1e42511d-b056-4263-95c1-9191aadb3449/relationships/fe787e1b-c6db-4687-a006-5bdb2154d7ba/validations",
                    "method": "POST"
                },
                {
                    "rel": "childNodes",
                    "href": "https://servername.fa.us2.oraclecloud.com:9000/epm/rest/v1/views/91fab006-5185-478f-9d3c-c1b4548a0b10/viewpoints/cb579c5f-fcc3-4920-b975-3fb133cfbcdc/nodes?q=childrenOfNode%3A%3A1e42511d-b056-4263-95c1-9191aadb3449"
                }
            ],
            "relationshipId": "fe787e1b-c6db-4687-a006-5bdb2154d7ba",
            "parentNodeId": "00000000-0000-0000-0000-000000000000",
            "locationsByParentId": {
                "00000000-0000-0000-0000-000000000000": [
                    "1e42511d-b056-4263-95c1-9191aadb3449"
                ]
            },
            "location": "1e42511d-b056-4263-95c1-9191aadb3449",
            "propertyValues": [
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage",
                    "propertyId": "804d024c-8801-4113-8fa0-34d9e1d9227f"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_CPX)",
                    "propertyId": "8af843a4-9d38-4e74-a9da-5f93cd97151a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_WFSC)",
                    "propertyId": "90f168ac-3bd1-44ef-b98e-69628f3e6a85"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (EPBCS)",
                    "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Process Management Enabled",
                    "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
                },
                {
                    "propertyName": "Smart List",
                    "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
                },
                {
                    "value": "Dynamic",
                    "displayValue": "Dynamic",
                    "propertyName": "Hierarchy Type",
                    "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
                },
                {
                    "propertyName": "Formula (OEP_FS)",
                    "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
                },
                {
                    "value": "0",
                    "displayValue": "0",
                    "propertyName": "Solve Order (OEP_REP)",
                    "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
                },
                {
                    "propertyName": "Formula (OEP_WFSC)",
                    "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
                },
                {
                    "propertyName": "Formula Description (EPBCS)",
                    "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
                },
                {
                    "propertyName": "Formula (EPBCS)",
                    "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
                },
                {
                    "value": "Non-Expense",
                    "displayValue": "Non-Expense",
                    "propertyName": "Variance Reporting",
                    "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
                },
                {
                    "propertyName": "Formula (OEP_WFP)",
                    "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFP)",
                    "propertyId": "ba3bb502-9fad-4a7c-8676-cb358eb7efcd"
                },
                {
                    "value": "Flow",
                    "displayValue": "Flow",
                    "propertyName": "Time Balance",
                    "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
                },
                {
                    "propertyName": "Formula",
                    "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
                },
                {
                    "propertyName": "Formula (OEP_PFP)",
                    "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (Plan1)",
                    "propertyId": "c8828b15-78cc-43df-93d2-aaee9e12c38c"
                },
                {
                    "propertyName": "Formula (OEP_REP)",
                    "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
                },
                {
                    "propertyName": "Formula (OEP_CPX)",
                    "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
                },
                {
                    "propertyName": "Formula Description (OEP_PFP)",
                    "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (EPBCS)",
                    "propertyId": "d6cde4ef-270a-47d1-bcdd-254fc6401d1e"
                },
                {
                    "value": "Revenue",
                    "displayValue": "Revenue",
                    "propertyName": "Account Type",
                    "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
                },
                {
                    "value": "OEP_WFP",
                    "displayValue": "OEP_WFP",
                    "propertyName": "Source Plan Type",
                    "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Two Pass Calculation",
                    "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
                },
                {
                    "propertyName": "Formula Description (OEP_WFP)",
                    "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
                },
                {
                    "value": "Strategic Headcount Planning",
                    "displayValue": "Strategic Headcount Planning",
                    "propertyName": "Alias: Default",
                    "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_PFP)",
                    "propertyId": "e830c4ae-4089-409e-8fae-6c12ea0f69a2"
                },
                {
                    "value": "Strategic Workforce Planning",
                    "displayValue": "Strategic Workforce Planning",
                    "propertyName": "Name",
                    "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
                },
                {
                    "propertyName": "Formula Description (Plan1)",
                    "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_PFP)",
                    "propertyId": "ef022f3b-f4a8-4d2f-9eae-9b622ec486ad"
                },
                {
                    "propertyName": "Formula (Plan1)",
                    "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_FS)",
                    "propertyId": "f56aaf41-5cc5-4d58-93a5-c95af76560e0"
                },
                {
                    "value": "1",
                    "displayValue": "True",
                    "propertyName": "Plan Type (OEP_WFP)",
                    "propertyId": "f7c1d088-d8f3-49d8-bede-baecdc8fc0f6"
                },
                {
                    "propertyName": "Enable for Dynamic Children",
                    "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_FS)",
                    "propertyId": "fa7f60a7-2169-4fb4-b299-23ccad382491"
                },
                {
                    "propertyId": "fae630c9-f7fc-47b7-81f2-e5f09d982006"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (EPBCS)",
                    "propertyId": "fafcd500-d092-48f9-9590-b36f8fbe97c1"
                },
                {
                    "value": "[\"Hsp_Currency\"]",
                    "displayValue": "Hsp_Currency",
                    "propertyName": "UDA (Account)",
                    "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_FS)",
                    "propertyId": "13408ed2-1b18-406e-be4b-bacbfd6d1fd8"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_CPX)",
                    "propertyId": "1b7d5834-6140-47c2-9ced-7c10d5a8a37a"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_PFP)",
                    "propertyId": "1fdef3ae-1622-4f98-9433-cd28a1dbed53"
                },
                {
                    "propertyName": "Number of Possible Dynamic Children",
                    "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
                },
                {
                    "propertyName": "Formula Description",
                    "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (OEP_REP)",
                    "propertyId": "29bf7bdd-fa01-495f-b965-1205a6902444"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Skip Value",
                    "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
                },
                {
                    "value": "Currency",
                    "displayValue": "Currency",
                    "propertyName": "Data Type",
                    "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFSC)",
                    "propertyId": "38c72ffd-b752-44aa-87ab-0b4b97272bae"
                },
                {
                    "propertyName": "Formula Description (OEP_FS)",
                    "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (Plan1)",
                    "propertyId": "442632af-05dd-4c3a-8810-64ad796b3834"
                },
                {
                    "propertyName": "Parent",
                    "propertyId": "4433d09d-c68f-4e7b-8e20-df5c82f1ecb5"
                },
                {
                    "propertyName": "Formula Description (OEP_REP)",
                    "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (EPBCS)",
                    "propertyId": "5280fc70-0643-49ce-8ef6-6699662846e1"
                },
                {
                    "value": "None",
                    "displayValue": "None",
                    "propertyName": "Exchange Rate Type",
                    "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_WFSC)",
                    "propertyId": "5b9ab75f-4553-40ca-8218-efe87a78b719"
                },
                {
                    "propertyName": "Formula Description (OEP_WFSC)",
                    "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_WFP)",
                    "propertyId": "622e15d5-3199-4944-941d-eef4170c18d4"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Plan Type (Plan1)",
                    "propertyId": "64827931-b1ab-45dc-9c33-8720ed546c2b"
                },
                {
                    "propertyName": "Formula Description (OEP_CPX)",
                    "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
                },
                {
                    "value": "+",
                    "displayValue": "Addition",
                    "propertyName": "Aggregation (OEP_REP)",
                    "propertyId": "6bd3d889-d3cd-45bc-ac20-efc61152c72d"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_REP)",
                    "propertyId": "6db655f6-8c7e-44cd-9830-787392006fba"
                },
                {
                    "value": "0",
                    "displayValue": "False",
                    "propertyName": "Enterprise Predefined Member",
                    "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
                },
                {
                    "value": "Never Share",
                    "displayValue": "Never Share",
                    "propertyName": "Data Storage (OEP_CPX)",
                    "propertyId": "79566771-6fec-4d20-9c5d-1792103b0963"
                },
                {
                    "value": "Strategic Headcount Planning",
                    "displayValue": "Strategic Headcount Planning",
                    "propertyName": "Description",
                    "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
                },
                {
                    "propertyName": "Access Granted to Member Creator",
                    "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
                }
            ],
            "propertyCount": 66
        }
    ],
    "links": [],
    "hasMore": false,
    "totalResults": 11,
    "limit": 0,
    "count": 11
}
Back to Top