analytics-1.4-apis Company.GetReportSuites | Adobe Higher Education
Skip to main content
January 28, 2021
해결됨

analytics-1.4-apis Company.GetReportSuites

  • January 28, 2021
  • 1 답변
  • 2206 조회

Hi,

from the doc: https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/admin-api/methods/company/r_GetReportSuites.md#companygetreportsuites-request-parameters 

and https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html#/Company/Company.GetReportSuites 

I don't understand how to use the parameter search 

 

searchxsd:stringA search filter to apply in retrieving report suites.

 

I can't  leave the parameter empty and i can't don't pass the parameter

  404 {"error":"Not Found","error_description":"","error_uri":""}

 

Can someone helps me?

Thanks

이 주제는 답변이 닫혔습니다.
최고의 답변: khurshid
You may use the one of the following variations: 1. data = { "search": "bitbangcorporate", "types": [ "virtual" ] } 2. { "search": "bitbangcorporate" } 3. { "types": [ "standard" ] }

1 답변

khurshid
Adobe Employee
Adobe Employee
February 10, 2021

Can you share curl for the request?

February 16, 2021
Hi @khurshid , i will try, thanks