Get
/v{version}/GenericReports
Content of the report is translated to the specified language.
Security
API Key
Header parameter nameX-ApiKey
Api Key
API Key
Header parameter nameX-Session-Id
Session Id
Path parameters
version
stringRequired
The requested API version
Default"1.17"
Query parameters
language
string
Language of the returned reports (default: en
)
Responses
200
400
403
500
OK
Array of object
object
Generic report
Id
string
Unique ID of the report
Name
string
Name of the report
Description
string
Description of the report
Parameters
Array of object (V1.Models.ReportParameter)
Parameters of the report
object
Report's parameter
Name
string
Name of the report parameter
DbType
string
SQL DB type of the report parameter
Valid values[
"BigInt",
"Binary",
"Bit",
"Char",
"DateTime",
"Decimal",
"Float",
"Image",
"Int",
"Money",
"NChar",
"NText",
"NVarChar",
"Real",
"UniqueIdentifier",
"SmallDateTime",
"SmallInt",
"SmallMoney",
"Text",
"Timestamp",
"TinyInt",
"VarBinary",
"VarChar",
"Variant",
"Xml",
"Udt",
"Structured",
"Date",
"Time",
"DateTime2",
"DateTimeOffset"
]
Size
integer (int32)
Size of the report parameter
Precision
integer (int32)
Precision of the report parameter
Scale
integer (int32)
Scale of the report parameter
DefaultValue
object
Default value of the report parameter