Get all recoverable records

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

Gets all recoverable records

Request Params

KeyDatatypeRequiredDescription
filterstringJSON based filter.
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;id&quot;:&quot;4fad6258-5def-4d84-a4c2-1481b209c116&quot;,&quot;correlationId&quot;:&quot;urn:uuid:e98eeb40-2550-d624-fe46-0ee&quot;,&quot;agentId&quot;:&quot;33238f98784711e8adc0fa7ae01bbebc&quot;,&quot;requestTime&quot;:&quot;2018-08-27T16:40:11.235Z&quot;,&quot;dropReason&quot;:&quot; \u003c[Dropped] TimeSeries Data is dropped. Validation failed for reason \u003cPre-processing of \u003c153000\u003e data points ended with \u003c60600\u003e valid and \u003c92400\u003e dropped data points. Following issues found: Data point with no mapping count is \u003c92400\u003e, including \u003c[variable101, variable102, variable103, variable104, variable105, variable106, variable107, variable108, variable109, variable110]\u003e.\u003e\u003e&quot;},{&quot;id&quot;:&quot;4fad6258-5def-4d84-a4c2-1481b209c116&quot;,&quot;correlationId&quot;:&quot;urn:uuid:d3585408-9c64-5325-4227-0aa&quot;,&quot;agentId&quot;:&quot;33238f98784711e8adc0fa7ae01bbebc&quot;,&quot;requestTime&quot;:&quot;2018-08-27T16:40:11.235Z&quot;,&quot;dropReason&quot;:&quot; \u003c[Dropped] TimeSeries Data is dropped. Validation failed for reason \u003cPre-processing of \u003c153000\u003e data points ended with \u003c60600\u003e valid and \u003c92400\u003e dropped data points. Following issues found: Data point with no mapping count is \u003c92400\u003e, including \u003c[variable101, variable102, variable103, variable104, variable105, variable106, variable107, variable108, variable109, variable110]\u003e.\u003e\u003e&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;esse eiusmod amet&quot;,&quot;ignoreCase&quot;:true,&quot;nullHandling&quot;:&quot;NULLS_FIRST&quot;,&quot;descending&quot;:false,&quot;ascending&quot;:false},{&quot;direction&quot;:&quot;ASC&quot;,&quot;property&quot;:&quot;dolore in labore&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}