Hello,
We are trying to get the array of sheets using a GetReport with the SOURCE_SHEETS as part of the include and it always returns null.
We are using the C# api.
Is this a bug or are we doing something wrong? see code below:
ReportInclusion[] include = new ReportInclusion[] { ReportInclusion.SOURCE_SHEETS };
Report report = Smartsheet.ReportResources.GetReport((long)r.Id, include, 1, 1);
thanks