Skip to content

ReportSuiteMethods#getReportSuites Request body leads to empty result #25

@Bifi1992

Description

@Bifi1992

Dear Sirs,
I have currently been developing a connection to adobe analytics for our product motivated by a customer's request.
When calling com.adobe.granite.analytics.client.methods.ReportSuiteMethods#getReportSuites with Sandbox credentials everything works fine. But when I call the method with the credentials of my customer I don't get any results.
After a bit of testing, I found that leaving the body empty gets me the results. Meaning:
CompanyReportSuites reportSuites = suiteMethods.getReportSuites(); // no result
CompanyReportSuites reportSuites = pClient.callMethod("Company.GetReportSuites", JsonUtil.o(""), CompanyReportSuites.class); // expected results

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions