Get device app metadata

This API returns the device app metadata.

HTTP method

GET

Request URI

/msa/v1/cps/device/application/$metadata

Example response

[
    {
        "name": "identifier",
        "dataType": "string",
        "readOnly": true
    },
    {
        "name": "name",
        "dataType": "string",
        "readOnly": true
    },
    {
        "name": "version",
        "dataType": "string",
        "readOnly": true
    }
]