...
- comma_separated_element_list: all requested elements value;
The value returned is a LabVIEW Flatten to String in ascii format.
Example Query
Code Block |
---|
language | text |
---|
title | GET Query URI |
---|
|
http://danteweb.lnf.infn.it:8000/devil/getElementValue/CDHPL201,QUAPL102 |
Code Block |
---|
language | js |
---|
title | API Response |
---|
|
{
"elementValues": [{
"name": "CDHPL201",
"value": "434448504c32303100000003000000000000000300000000000000000000000001000100000000000000000000000000000100000000000000000000000040418000000000000000000000000000bf60624dd2f1a9fc3ff00000000000003fb645a1cac08313000000040000020000000080c000002230000000"
}, {
"name": "QUAPL102",
"value": "515541504c313032000000030000000000210004000000000000000000000000010001000000000000000000000000000001000000000000000000000000402200000000000000000000ffffffff3f9999999999999a3ff00000000000004018000000000000000000040000021000000000c0af00a200000000"
}]
} |