The Credentials group provides only a single operation currently that will provide the credential history.
Description Retrieve identity credentials history
Response Class
PagedIdentityCredentialHistory {
TotalCount (long),
ResultsPerPage (int),
Page (int),
Errors (string),
Results (Array[IdentityCredentialHistory])
}
IdentityCredentialHistory {
IdentityId (Guid),
EmployeeNumber (string),
TransactionType (string),
HotStamp (string),
CardNumber (long),
TransactionDate (Date)
}
Guid {}
Parameter | Description | Data Type |
---|---|---|
Page | Requested page number | integer |
ResultsPerPage | Requested page size, max 250 | integer |
Threshold Minutes | Report time window in minutes. All, if not supplied | integer |