Skip to main content

Reportresults

Properties

NameTypeDescriptionNotes
reportType(optional) stringUse this property to define what report should be processed in the RDE service.[default to undefined]
taskDefName(optional) stringName of the task definition which is started to process requesting report. Usually the same as report name[default to undefined]
id(optional) stringUnique task definition identifier.[default to undefined]
created(optional) stringReport processing start date[default to undefined]
status(optional) stringReport current state or result status.[default to undefined]
duration(optional) numberReport processing time in ms.[default to undefined]
rows(optional) numberReport size in rows.[default to undefined]
availableFormats(optional) Array<string>Output report file formats. This are formats for calling get endpoint as a query parameter 'fileFormat'. In case report won't have this argument there will be ['CSV', 'PDF'] as default.[default to undefined]