Query the data list based on the specified fields, filters, orders, limitSize, aggFunctions, and subQueries. Default limit to 50.
Request
Body Params application/json
Request Code Samples
curl --location --request POST '/DeptInfo/searchList' \
--header 'Content-Type: application/json' \
--data-raw '{
}'
Responses
{
"code": 0,
"data": true,
"message": "string",
"success": true
}
Modified at 2026-03-02 03:08:55