Skip to main content

Get list of all possible columns, groupby, orderby

Get list of all possible columns, groupby, orderby

Responses

OK


Schema
    column object
    property name* object[]
  • Array [
  • columnName string
    isCalculatedIndex boolean
    isSummable boolean
    prettyName string
  • ]
  • groupBY string[]
GET /possibleQueryParam

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
//api.mykaarma.com/reporting/v2
Username
Password
curl / cURL
curl -L -X GET '//api.mykaarma.com/reporting/v2/possibleQueryParam' \
-H 'Accept: application/json'