Hi,
I try to use the API “https://api.yeeflow.com/v1/groups” to get user groups but there are two problems:
-
We have 27 user groups but only 10 returns. However, the “TotalCount” field in response says there are 27 records
“Status”: 0,
“Message”: null,
“TotalCount”: 27 -
How to use the keyword field to filter records. There is no change if I add “keywords”: ‘our_keyword’ in the JSON request body
{
“PageIndex”: 0,
“PageSize”: 1000,
“keywords”: ‘our_keyword’,
}
Thanks a lot
Best regards,
Andy