Get mappings.
GET {{baseUrl}}/dataPointMappings?filter=<string>&size=20&page=0&sort=<string>
Retrieves a list of mappings.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | Filter as JSON object. | |
size | number | The maximum number of elements in a page. | |
page | number | The (0-based) index of page. | |
sort | string | The order of returned elements. | |
Multiple fields could be used separated by commas (e.g. ''field1,field2''). | |||
Descending order could be requested by appending '',desc'' at the end of parameter.(e.g. ''field1,field2,desc'')' | |||
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"content":[{"agentId":"\u003cuuid\u003e","dataPointId":"DP0001","entityId":"\u003cuuid\u003e","propertySetName":"ElectricalProperties","propertyName":"Voltage","id":"4fad6258-5def-4d84-a4c2-1481b209c116","dataPointUnit":"%","dataPointType":"TIMESTAMP","propertyUnit":"%","propertyType":"DOUBLE","qualityEnabled":false,"keepMapping":false,"validity":{"status":"INVALID","reasons":["MISSING_DATAPOINT"]}},{"agentId":"\u003cuuid\u003e","dataPointId":"DP0001","entityId":"\u003cuuid\u003e","propertySetName":"ElectricalProperties","propertyName":"Voltage","id":"4fad6258-5def-4d84-a4c2-1481b209c116","dataPointUnit":"%","dataPointType":"TIMESTAMP","propertyUnit":"%","propertyType":"BIG_STRING","qualityEnabled":false,"keepMapping":false,"validity":{"status":"INVALID","reasons":["MISSING_DATAPOINT"]}}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"ASC","property":"Duis sunt ad dolor irure","ignoreCase":false,"nullHandling":"NULLS_FIRST","descending":false,"ascending":true},{"direction":"DESC","property":"sed et veniam occaecat","ignoreCase":false,"nullHandling":"NATIVE","descending":true,"ascending":true}],"size":20,"number":0}