Get all recoverable records
GET {{baseUrl}}/recoverableRecords?filter=<string>&size=20&page=0&sort=<string>
Gets all recoverable records
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filter | string | JSON based filter. | |
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":[{"id":"4fad6258-5def-4d84-a4c2-1481b209c116","correlationId":"urn:uuid:e98eeb40-2550-d624-fe46-0ee","agentId":"33238f98784711e8adc0fa7ae01bbebc","requestTime":"2018-08-27T16:40:11.235Z","dropReason":" \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"},{"id":"4fad6258-5def-4d84-a4c2-1481b209c116","correlationId":"urn:uuid:d3585408-9c64-5325-4227-0aa","agentId":"33238f98784711e8adc0fa7ae01bbebc","requestTime":"2018-08-27T16:40:11.235Z","dropReason":" \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"}],"totalPages":1,"totalElements":1,"last":true,"numberOfElements":1,"first":true,"sort":[{"direction":"ASC","property":"esse eiusmod amet","ignoreCase":true,"nullHandling":"NULLS_FIRST","descending":false,"ascending":false},{"direction":"ASC","property":"dolore in labore","ignoreCase":false,"nullHandling":"NATIVE","descending":true,"ascending":true}],"size":20,"number":0}