You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[7.2.0] - 2026-07-09
Added
Support for GET /2.0/reports/{reportId}/definition (Get Report Definition) via ReportResources.GetReportDefinition
Support for GET /2.0/reports/{reportId}/columns (List Report Columns) via ReportResources.ListReportColumns
Support for GET /2.0/reports/{reportId}/columns/{columnVirtualId} (Get Report Column) via ReportResources.GetReportColumn
Support for PUT /2.0/reports/{reportId}/columns/{columnVirtualId} (Update Report Column) via ReportResources.UpdateReportColumn
Support for DELETE /2.0/reports/{reportId}/columns/{columnVirtualId} (Delete Report Column) via ReportResources.DeleteReportColumn
Support for GET /2.0/reports/{reportId}/scope (List Report Scope) via ReportResources.GetReportScope
Deprecated
Deprecated Event.ObjectId; use Event.ObjectIdStr instead. ObjectId is numeric only and returns -1 for non-numeric identifiers. It is not scheduled for removal.