Useful Functions For Identity
This page contains a list of the most useful functions a developer would need.
The API uses completely standard ODATA syntax to query data which you can lookup at
get
https://localhost:44350/odata/Audits?$filter=CorrelationID eq 'RileyTest' and ObjectID eq 'SybrinIdentitySDKAuditingModel'
get
https://localhost:44350/odata/Audits?$filter=SuccessfulScan eq true&count=true&$top=0 and ObjectID eq 'SybrinBiometricsSDKAuditingModel'
get
https://localhost:44350/odata/Audits?$filter=SuccessfulScan eq false&count=true&$top=0 and ObjectID eq 'SybrinIdentitySDKAuditingModel'
Returns an integer
get
GET https://localhost:44350/odata/Audits?$count=true&$top=0 and ObjectID eq 'SybrinBiometricsSDKAuditingModel'
get
https://Localhost/odata/Audits/$filter='CreatedDate' gt 2000-06-23T03:30:00.000Z and 'CreatedDate' lt 2034-06-26T03:30:00.000Z and ObjectID eq 'SybrinIdentitySDKAuditingModel'
Last modified 10mo ago