interface address | Hostname/openapi/v1/openApiLimitAccess/queryDailyAccessTimesLog | ||
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", "beginDate": "2016-12-23", "endDate": "2016-12-30" } | ||
parameter name | Is it necessary | Types of | Instructions |
appId | Yes | String | Kybio configured access credentials |
beginDate | Yes | String | Start date, format yyyy-MM-dd |
endDate | Yes | String | End date, format yyyy-MM-dd |
Return result | { "status": "success", "messages": [], "data": [ { "appId": "EC48AD85DCDDF5D69567C82E4565B127", "accessDate": "2016-12-23", "limitTimes": 3000, "haveAcessTimes": 996 }, { "appId": "EC48AD85DCDDF5D69567C82E4565B127", "accessDate": "2016-12-24", "limitTimes": 3000, "haveAcessTimes": 456 } ] } | ||
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 | |
accessDate | String | Access date in the format yyyy-MM-dd | |
haveAcessTimes | Long | Used visits |
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