GET | /api/measurements/metadata/search | ||
---|---|---|---|
GET | /api/tags/search |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Description | form | string | No | |
Attributes | form | string | No | |
DeviceIds | form | List<int> | No | |
IOServerIds | form | List<int> | No | |
ItemIds | form | List<int> | No | |
OriginalNames | form | List<string> | No | |
TagIds | form | List<int> | No | |
TagLibraryIds | form | List<int> | No | |
TagNames | form | List<string> | No | |
TurbineIds | form | List<int> | No | |
TagStates | form | List<string> | No | |
DriverSource | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /api/measurements/metadata/search HTTP/1.1 Host: mdn.bazefield.com Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length [ { id: 0, accessType: Read, attributes: String, coerceType: None, description: String, deviceId: 0, driverSource: String, engineDeadBand: 0, engineId: 0, euFullScale: 0, euZeroScale: 0, initialNumericValue: 0, initialStringValue: String, inverted: False, ioDataType: Numeric, ioServerId: 0, itemId: 0, libraryId: 0, logData: False, logDeadBand: 0, logResolution: String, logType: Always, memoryDataType: Numeric, originalName: String, parameterTypeId: 0, rawFullScale: 0, rawZeroScale: 0, scaleEquation: String, scaleType: None, setInitialValue: False, tagId: 0, tagName: String, tagStatus: String, tagType: NON_CONTROL, unitId: 0, unitName: String, update: 0, userId: 0, createdOn: 0001-01-01, updatedOn: 0 } ]