analytics reports soap api
Content
Is there a way I can get report headers through soap api?
Code Snippet
Function runAnalyticsReportFilterI(ReportCode As Integer, filtername As String, filtervalue As String) Dim _service As New RightNowSyncPortClient _service.ClientCredentials.UserName.UserName = "saniya.zahid" _service.ClientCredentials.UserName.Password = ********* 'Create new AnalyticsReport Object Dim AnalyticsReport As New AnalyticsReport() 'create limit and start parameters. Specifies the max number of rows to return (10,000 is
0