Verification usage records
Verification usage records provide a persistent view of all the verification performing operations conducted on the platform.
Unlike usage statistics, they are not limited to the currently existing resources and are therefore not affected by deletions. Although their references will lose detail if they are deleted.
Access: To be able to view a usage record, it must either belong to your user or to one of your organizations.
Fields
The UUID of the verification usage record. Is unique.
uuid00000000-0000-0000-0000-000000000000The handle of the verification usage record. Is unique.
verification-record-aactor
object | null
required
The user who performed the verification.
The handle of the user. Is unique.
user-aThe alias of the user.
User AThe type of the verification.
authenticityThe model of the verification.
default/v1verification
object | null
required
The verification.
The handle of the verification. Is unique.
verification-aThe alias of the verification.
Verification AThe type of the verification.
authenticityspace
object | null
required
The space in which the verification was performed.
The handle of the space. Is unique.
space-aThe alias of the space.
Space Aowner
object
required
The owner of the space.
The type of the owner.
OwnerType (string)Possible values: [user, org]
userThe handle of the owner. Is unique.
user-aThe alias of the owner.
User Aowner
object | null
required
The original owner of the verification.
The type of the owner.
OwnerType (string)Possible values: [user, org]
userThe handle of the owner. Is unique.
user-aThe alias of the owner.
User AThe date and time when the verification was performed.
date-time2023-01-01T00:00:00.000000Z{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "verification-record-a",
"actor": {
"handle": "user-a",
"alias": "User A"
},
"type": "authenticity",
"model": "default/v1",
"verification": {
"handle": "verification-a",
"alias": "Verification A",
"type": "authenticity"
},
"space": {
"handle": "space-a",
"alias": "Space A",
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
}
},
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
},
"performedAt": "2023-01-01T00:00:00.000000Z"
}