6.3 Fetching the Saved Values

This topic provides information on fetching the saved values for each field during the transaction.

You can fetch the values saved for each field during the transaction.

Endpoint : CORE.GET_ADDITIONAL_ATTRIBUTES.

Request URL : http://whf00peb.in.oracle.com:8003/api-gateway/cmc-additionalattributesservices/additionalattributes/?uiKey=fsgbu-ob-cmn-ds-additionalfields@1006&dataReferenceKey=00a01dfd- 0d6f-4400-a9c5-0f56551165e4

Samples Response :

{
     "ExtensibleDTO": [
     {
              "id": "1644022a-179e-429b-82c8-873761c3ac74",
              "uiKey": "fsgbu-ob-cmn-ds-additional-fields@1006",
              "dataReferenceKey": "00a01dfd-0d6f-4400-a9c5-
               0f56551165e4",
              "fieldMetaDataVersion": "1",
              "fieldData": [
                   {
                   "id": "OTH_Mobile",
                   "label": "Mobile Number",
                   "type": "NUMBER",
                   "value": “678688789”
                   },
                   {
                   "id": "OTH_From",
                   "label": "From Date",
                   "type": "DATE",
                   "value": ”678688789”
                   },
                   {
                   "id": "OTH_To_Date",
                   "label": "To Date",
                   "type": "DATE",
                   "value": null
                   }
                ],
                "applicationId": "OBREMO"
                }
            ]
        }