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
Key | Datatype | Required | Description |
---|---|---|---|
createdFrom | string | The starting UTC timestamp of the creation time of records to specify a time range. | |
createdTo | string | The ending UTC timestamp of the creation time of records to specify a time range. | |
method | string | The verification method, can be Face(1v1 or 1vN)/IC Card/QR code/NFC/Username+Password | |
userId | string | The unique id to specify an identity | |
type | string | The type indicator of the identity | |
deviceId | string | The unique id to specify a device | |
limit | string | The number limit of groups to return | |
offset | string | The number limit of groups to skip |
RESPONSES
status: OK
{"total":0,"count":0,"limit":20,"offset":0,"events":[]}