Forgot Password

PXMOD

Request getFilteredList via Muvi One Classic

July 01, 2024 09:55 AM

Hi, I request getFilteredList like this, but returned 999, can you help me?
curl -X POST "https://cms.muvi.com/rest/getFilteredList" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"authToken": "token",
"country": "JP",
"sort_by": "lastupload",
"limit": 10000,
"user_id": null,
"state": null,
"city": null,
"offset": null,
"category": null,
"genre": null,
"subcategory": null
}'
{"code":999,"status":"Error","message":"Something went wrong"}

Christopher Graham

Hi, Yes, There was a bug because of which you are getting this exceptional behavior. We have fixed it now. Could you please check this again & confirm? Thank you

July 01, 2024 10:12 AM
  • You must to post answer
0
0

Hi,
Yes, There was a bug because of which you are getting this exceptional behavior. We have fixed it now. Could you please check this again & confirm?

Thank you

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.