Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I'm trying to use Analytics API function call: Company.GetReportSuites()? But I want to filter it to only have PROD? Is this possible?
Solved! Go to Solution.
you have two options in the API request, see here: GetReportSuites | Adobe Developer Connection
1) filter on "type", eg "standard" to filter out rollup RS
2) filter by "search", eg if all have "PROD" in the name
or you filter out the unwanted data from the response.
View solution in original post
Views
Likes
Replies
Like