Get Reports Definition
| Scope: | get_reports_definition |
| App Type: | Agency |
| Authorization Type: | Access token |
| Url: | v3/reports/describe?module={module}&category={category}&lang={lang} |
| HTTP Method: | GET |
Response Information
application/json
{
"result": [
{
"format": "sample string 1",
"id": 2,
"name": "sample string 3",
"description": "sample string 4",
"parameters": [
{
"name": "sample string 1",
"type": "sample string 2",
"nickname": "sample string 3",
"required": "sample string 4"
}
]
}
]
}