Get mappings.

GET {{baseUrl}}/dataPointMappings?filter=<string>&size=20&page=0&sort=<string>

Retrieves a list of mappings.

Request Params

KeyDatatypeRequiredDescription
filterstringFilter as JSON object.
sizenumberThe maximum number of elements in a page.
pagenumberThe (0-based) index of page.
sortstringThe 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;content&quot;:[{&quot;agentId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dataPointId&quot;:&quot;DP0001&quot;,&quot;entityId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;propertySetName&quot;:&quot;ElectricalProperties&quot;,&quot;propertyName&quot;:&quot;Voltage&quot;,&quot;id&quot;:&quot;4fad6258-5def-4d84-a4c2-1481b209c116&quot;,&quot;dataPointUnit&quot;:&quot;%&quot;,&quot;dataPointType&quot;:&quot;TIMESTAMP&quot;,&quot;propertyUnit&quot;:&quot;%&quot;,&quot;propertyType&quot;:&quot;DOUBLE&quot;,&quot;qualityEnabled&quot;:false,&quot;keepMapping&quot;:false,&quot;validity&quot;:{&quot;status&quot;:&quot;INVALID&quot;,&quot;reasons&quot;:[&quot;MISSING_DATAPOINT&quot;]}},{&quot;agentId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;dataPointId&quot;:&quot;DP0001&quot;,&quot;entityId&quot;:&quot;\u003cuuid\u003e&quot;,&quot;propertySetName&quot;:&quot;ElectricalProperties&quot;,&quot;propertyName&quot;:&quot;Voltage&quot;,&quot;id&quot;:&quot;4fad6258-5def-4d84-a4c2-1481b209c116&quot;,&quot;dataPointUnit&quot;:&quot;%&quot;,&quot;dataPointType&quot;:&quot;TIMESTAMP&quot;,&quot;propertyUnit&quot;:&quot;%&quot;,&quot;propertyType&quot;:&quot;BIG_STRING&quot;,&quot;qualityEnabled&quot;:false,&quot;keepMapping&quot;:false,&quot;validity&quot;:{&quot;status&quot;:&quot;INVALID&quot;,&quot;reasons&quot;:[&quot;MISSING_DATAPOINT&quot;]}}],&quot;totalPages&quot;:1,&quot;totalElements&quot;:1,&quot;last&quot;:true,&quot;numberOfElements&quot;:1,&quot;first&quot;:true,&quot;sort&quot;:[{&quot;direction&quot;:&quot;ASC&quot;,&quot;property&quot;:&quot;Duis sunt ad dolor irure&quot;,&quot;ignoreCase&quot;:false,&quot;nullHandling&quot;:&quot;NULLS_FIRST&quot;,&quot;descending&quot;:false,&quot;ascending&quot;:true},{&quot;direction&quot;:&quot;DESC&quot;,&quot;property&quot;:&quot;sed et veniam occaecat&quot;,&quot;ignoreCase&quot;:false,&quot;nullHandling&quot;:&quot;NATIVE&quot;,&quot;descending&quot;:true,&quot;ascending&quot;:true}],&quot;size&quot;:20,&quot;number&quot;:0}