Gets a node in a viewpoint

get

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

Request

Path Parameters
Query Parameters
  • Collection Format: multi
    populates additional data within the node
    • Allowed Values: [ "propertyValues::{none", "all", "columnVisible", "locationVisible}", "requestItem.validations" ]
  • filters node
    Allowed Values: [ "request::{requestId}" ]
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root 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
Back to Top

Examples

The following example shows how to retrieve an individual node, with property values, 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/4e97b2de-5c9d-44b8-8fd7-0bee96db0085?expand=propertyValues::all

Example of the Response Body

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

{
    "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": 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/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/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"
        }
    ],
    "locationsByParentId": {},
    "location": "",
    "propertyValues": [
        {
            "propertyName": "Formula Description (OEP_PFP)",
            "propertyId": "d583043e-9293-47a6-965f-bc263f78898d"
        },
        {
            "value": "0",
            "displayValue": "0",
            "propertyName": "Solve Order (EPBCS)",
            "propertyId": "9820b757-fc53-4047-992c-51aa59dfa33d"
        },
        {
            "value": "Non-Expense",
            "displayValue": "Non-Expense",
            "propertyName": "Variance Reporting",
            "propertyId": "b3b25393-25cb-41b0-8e8d-dc59fd076e04"
        },
        {
            "propertyName": "Formula Description (OEP_FS)",
            "propertyId": "4284d87a-78ae-40bb-b495-9ed9a3f693df"
        },
        {
            "propertyName": "Formula Description (OEP_WFP)",
            "propertyId": "e071cac4-8998-4d55-acf0-f690c1d010db"
        },
        {
            "propertyName": "Formula (OEP_FS)",
            "propertyId": "a1991fa3-822f-4320-8c3e-b38fffe052f0"
        },
        {
            "propertyName": "Formula Description (EPBCS)",
            "propertyId": "aca5ef72-1e0e-4247-8542-bdc340ac90ab"
        },
        {
            "value": "Plan1",
            "displayValue": "Plan1",
            "propertyName": "Source Plan Type",
            "propertyId": "da86df9a-66c0-4152-8054-6ebe6836474f"
        },
        {
            "propertyName": "Formula",
            "propertyId": "c4242831-be16-4a94-9280-87e30bab747f"
        },
        {
            "value": "Flow",
            "displayValue": "Flow",
            "propertyName": "Time Balance",
            "propertyId": "bc839f44-f67f-4387-af15-a4333bb73a0c"
        },
        {
            "propertyName": "Formula Description",
            "propertyId": "28d9f2f5-4526-4318-971c-9ccd1bd6fa33"
        },
        {
            "propertyName": "Formula (OEP_WFSC)",
            "propertyId": "abb5ae74-6c5d-4f00-8cce-1ea233d3bd04"
        },
        {
            "value": "Average",
            "displayValue": "Average",
            "propertyName": "Exchange Rate Type",
            "propertyId": "576c94b7-98f5-4d29-9bf0-73b91731d8d3"
        },
        {
            "propertyName": "Access Granted to Member Creator",
            "propertyId": "7fc107e1-ebdb-400a-8772-065b92c01b34"
        },
        {
            "propertyName": "Formula (OEP_REP)",
            "propertyId": "ca4b41b1-ac0a-4b76-81ed-f63bcffbfc1e"
        },
        {
            "propertyName": "Formula (EPBCS)",
            "propertyId": "af8c95a9-5482-4a71-bec6-d3a1ea47bfc0"
        },
        {
            "value": "0",
            "displayValue": "0",
            "propertyName": "Solve Order (OEP_REP)",
            "propertyId": "a5a82d3b-36a9-4c6e-88b1-3bdcd07c0f0f"
        },
        {
            "value": "0",
            "displayValue": "False",
            "propertyName": "Enterprise Predefined Member",
            "propertyId": "78ebfea1-cf71-4467-9dd1-3509a988f0c0"
        },
        {
            "value": "A_All_Corp_Acct_V1",
            "displayValue": "A_All_Corp_Acct_V1",
            "propertyName": "Name",
            "propertyId": "e8d5387a-a73c-44a4-a3a6-d90d2b9489d9"
        },
        {
            "propertyName": "Formula Description (OEP_CPX)",
            "propertyId": "64b28ed8-1512-4765-9253-66c4901baa45"
        },
        {
            "value": "0",
            "displayValue": "False",
            "propertyName": "Process Management Enabled",
            "propertyId": "99a29666-2b45-430d-bf95-c3082e476288"
        },
        {
            "value": "Corporate Account",
            "displayValue": "Corporate Account",
            "propertyName": "Alias: Default",
            "propertyId": "e563f8d2-32bc-41fd-8885-46d2ff9a5e5c"
        },
        {
            "value": "0",
            "displayValue": "False",
            "propertyName": "Two Pass Calculation",
            "propertyId": "dfc6c377-2332-4745-815e-88e748ba1020"
        },
        {
            "value": "Revenue",
            "displayValue": "Revenue",
            "propertyName": "Account Type",
            "propertyId": "d8c863e0-f0fc-4c97-99c8-84906340823d"
        },
        {
            "propertyName": "Number of Possible Dynamic Children",
            "propertyId": "220dcabc-9629-4f9e-b738-a0ae92276d51"
        },
        {
            "value": "Corporate Account",
            "displayValue": "Corporate Account",
            "propertyName": "Description",
            "propertyId": "7ac7af90-1f96-4f6c-97ff-1b1bbc18fbbc"
        },
        {
            "propertyName": "Formula Description (OEP_WFSC)",
            "propertyId": "5d6612a7-1b4a-4585-8ce4-c7b2226d325b"
        },
        {
            "propertyName": "Smart List",
            "propertyId": "9e161cfb-9eb7-4fd8-be54-ba326e961403"
        },
        {
            "propertyName": "Formula (OEP_PFP)",
            "propertyId": "c713f054-49bb-4598-9fe7-c36982e7e7fe"
        },
        {
            "propertyName": "Formula Description (OEP_REP)",
            "propertyId": "49e72e7e-c539-49d9-b6b0-ffb77fbc3a31"
        },
        {
            "propertyName": "Formula (OEP_CPX)",
            "propertyId": "d562d3f2-37c5-42df-b68d-5b1df2cd0421"
        },
        {
            "propertyName": "Formula (Plan1)",
            "propertyId": "ef7d62ef-8667-4f0c-9cb3-6ac958e51a91"
        },
        {
            "propertyName": "Formula (OEP_WFP)",
            "propertyId": "b6c6ec9e-ddcf-46cf-81ab-113363cba4f3"
        },
        {
            "value": "Currency",
            "displayValue": "Currency",
            "propertyName": "Data Type",
            "propertyId": "32d669fe-2bff-4e2e-b9c8-6e0c1fd3a516"
        },
        {
            "value": "None",
            "displayValue": "None",
            "propertyName": "Skip Value",
            "propertyId": "2abf7107-e8ee-4230-bafc-ab44d9e38441"
        },
        {
            "value": "Dynamic",
            "displayValue": "Dynamic",
            "propertyName": "Hierarchy Type",
            "propertyId": "a1439406-3576-4a86-ac83-d7b05e71dd0a"
        },
        {
            "propertyName": "Formula Description (Plan1)",
            "propertyId": "ebb42b9f-39dc-4cb0-aa6b-6e4900aa9f32"
        },
        {
            "propertyName": "Enable for Dynamic Children",
            "propertyId": "f8014b8b-5e7e-4579-98a4-d8f6ec7a8658"
        },
        {
            "value": "[\"Hsp_Currency\"]",
            "displayValue": "Hsp_Currency",
            "propertyName": "UDA (Account)",
            "propertyId": "0905b901-994f-4871-badd-f21fabaf202a"
        }
    ],
    "propertyCount": 39
}
Back to Top