v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
reports

Get report column

Gets the specified column in the report.

get/reports/{reportId}/columns/{columnVirtualId}

Query parameters

levelinteger

specifies whether new functionality, such as multi-contact data is returned in a backwards-compatible, text format (level=0, default), multi-contact data (level=1), or multi-picklist data (level=3).

Response

The report column object.

OR
OR
OR

Example response

{
  "type": "PICKLIST",
  "systemColumnType": "CREATED_BY",
  "autoNumberFormat": {
    "fill": "",
    "prefix": "",
    "startingNumber": 1,
    "suffix": ""
  }
}