Table of Contents

Get Application Values List

Gets a list of Application Values (Configuration).

URL

List:

/cnbs/v1/apu/values

Detail:

/cnbs/v1/apu/values/id

Method(s)

GET

Parameters

Optional GET

Example GET

cURL:

curl -X GET https://<<your.server.here>>/CNBS/v1/apu/values?sap-client=800&sap-language=EN&apiid=CNBSMV01R -H content-type: application/json -H cnbssysid: nR4kLO/8HCiuv+1hev5fbMgcMpOwhKf3GvJZvxZ3ZPQ=

Response

The response consists of an values list table (data) and a status (status).

Example Response

JSON:

{
    "data": [
        {
            "key_au": "ApplicationUrl",
            "value_au": "http://localhost:3000/"
        }
    ],
    "status": {
        "message_type": "S",
        "message_identification": "/CNBS/X_API",
        "message_number": 10,
        "message_line_string": "Request successfully processed",
        "json": ""
    }
}