API限制返回结果数量为300,怎么办

Overview Forums Discussions API限制返回结果数量为300,怎么办

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19282 Reply
    微言
    Guest

    使用api调用,返回的结果只能300以内,修改limit超过300,不起作用

    GetResult

    curl –location ‘127.0.0.1:9920’
    –header ‘Accept: application/json’
    –header ‘Content-Type: application/json’
    –data ‘{
    “id”: 123,
    “jsonrpc”: “2.0”,
    “method”: “ATRpcServer.Searcher.V1.GetResult”,
    “params”: {
    “input”: {
    “pattern”: “Hello”,
    “filterDir”: “C:\\”,
    “filterExt”: “*”,
    “lastModifyBegin”: 0,
    “lastModifyEnd”: 2147483647,
    “limit”: “300”,
    “offset”: 0,
    “order”: 0 /* 0: Default. 1:lastModify ASC. 2:lastModify DESC. 3: filterDir ASC. 3: filterDir DESC. */
    }
    }
    }’

    #19413 Reply
    Abbie
    Moderator

    您好,请在工作时间联系微信客服longmate4U,谢谢。

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: API限制返回结果数量为300,怎么办
Your information: