back

Get Report Definition

Scope: get_report_definition
App Type: Agency
Authorization Type: Access token
Url: v3/reports/describe/{reportId}?module={module}&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"
      }
    ]
  }
}