v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Get report information

Retrieve the columns and filters of a specified report

get/getreportinfo_4102_v1

Query parameters

IDstring required

The <a href="https://developer.orangelogic.com/reference/reports#find-a-report-id">report ID</a>.

ListAllColumnsstring
<ul><li><code>false</code>: Return only the columns currently selected for the report in the Orange Logic interface.</li><li><code>true</code>: Return all the columns available for the specified report.</li></ul>

Response

200

idstring

Example response

{
  "id": "ActiveContact",
  "columns": [
    {
      "id": "Groups",
      "label": "Groups for this contact"
    }
  ],
  "filters": [
    {
      "id": "UserReportCategory",
      "label": "User Category",
      "type": "DropDownList"
    }
  ]
}