2

We are trying to retrieve comments ratings for an Application, however the API is returning an empty array even though there are 33 comments under the application

VLAZ
  • 26,331
  • 9
  • 49
  • 67
siva1992
  • 363
  • 1
  • 2
  • 7

3 Answers3

0

You can check whether the filter criteria used when 33 comments are queried on the AGC are the same as those configured on the interface.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
0

I Changed the period in the query to the request body and checked again, its worked for me

0

Make sure the authorization token is not expired here document

Make sure required parameters are supplied. Here is reference document

Otherwise, please provide more info for example the actual API you're called and the parameters you're supplied

Zinna
  • 1,947
  • 2
  • 5
  • 20