Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 917 Bytes

File metadata and controls

60 lines (48 loc) · 917 Bytes

/api/reporting

← Back to Index

Methods: GET
Status Codes: 401, 401, 200, 200

Table of Contents

General

{
  "type": "object",
  "properties": {
    "canAddAutoReport": {
      "type": "boolean"
    },
    "canAddEmailReport": {
      "type": "boolean"
    },
    "canAddSummaryReport": {
      "type": "boolean"
    },
    "canAddUserReport": {
      "type": "boolean"
    },
    "canEditAutoReport": {
      "type": "boolean"
    },
    "views": {
      "type": "array",
      "items": {
        "type": "unknown"
      }
    }
  }
}

Return to top

Example

Request:

GET /api/reporting
Accept: application/json
ae_s: *WPOMs1+UDquA3lmqjIlKm9mGjr7uixpBspy0HA==
ae_v: 05fc89
referer: https://apps.alsoenergy.com/powertrack/S60134/reports/reportconfigs

Return to top