{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/group/searchAfter' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": {},
"sorts": [
{
"sortOrder": "ASC",
"sortFieldKey": "string"
}
],
"boundaryIds": [
"string"
],
"length": 1
}
}'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"groupName": "string",
"code": "string",
"createTime": 0,
"description": "string",
"active": "string",
"groupNumber": "string"
}
],
"start": 0,
"length": 0,
"recordsTotal": 0,
"boundaryIds": [
"string"
]
}
}