List events

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/events

List all permissions under filtering conditions. If no hit, the response will be a 200 with 0 counts.

Request Params

KeyDatatypeRequiredDescription
createdFromstringThe starting UTC timestamp of the creation time of records to specify a time range.
createdTostringThe ending UTC timestamp of the creation time of records to specify a time range.
methodstringThe verification method, can be Face(1v1 or 1vN)/IC Card/QR code/NFC/Username+Password
userIdstringThe unique id to specify an identity
typestringThe type indicator of the identity
deviceIdstringThe unique id to specify a device
limitstringThe number limit of groups to return
offsetstringThe number limit of groups to skip

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"offset":0,"events":[]}