interface address | Hostname/openapi/v1/openApiLimitAccess/queryAccessTimes | ||
Request header | User-Agent: openApi Content-Type: application/json; charset=utf-8 Accept-encoding: gzip,deflate Time-stamp: 1437528688233 Data-signature: BF706E6AC693BA3B1BABD32E6713431D | ||
Request method | POST | ||
Request body | { "appId": "abcdefghijklmn" } | ||
parameter name | Is it necessary | Types of | Instructions |
appId | Yes | String | Kybio configured access credentials |
Return result | { "status": "success", "messages": [], "data": [ { "appId": "9CE71412C6B26D0C7EF894Bcccc4DDDD", "limitTimes": 3000, "startDate": "2017-10-27 00:00:00", "endDate": "2018-11-02 23:59:59" }, { "appId": "9CE71412C6B26D0C7EF894Bcccc4DDDD", "limitTimes": 3000, "startDate": "2017-05-16 00:00:00", "endDate": "2018-11-02 23:59:59" } ] } | ||
Field name | Types of | Instructions | |
Status | String | Whether the request is processed correctly, return success or error, case-insensitive | |
Messages | String[] | Processing result message | |
errorCode | Int | Business process error code, see error code table | |
Data | Json | Visiting entity data | |
appId | String | The appId corresponding to the account | |
limitTimes | Long | Daily traffic | |
startDate | String | The start time is in the format yyyy-MM-dd hh:mm:ss. When startDate=null or endDate=null, it means that this account has always used the default access. | |
endDate | String | The expiration time format is yyyy-MM-dd hh:mm:ss, which can be null. If the current time is greater than the end of the expiration, the traffic is reduced to the default traffic. |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article