GET api/v2/daqs/{daqId}/configs/{daqConfigId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
daqId | integer |
Required |
|
daqConfigId | integer |
Required |
Response
DAQConfigBasicName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
Config | string | ||
Value | string |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "Config": "sample string 2", "Value": "sample string 3" }
text/html
Sample:
{"Id":1,"Config":"sample string 2","Value":"sample string 3"}