Search app attestation history
GET/nevisidm/api/core/v1/history/app-attestation
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.HistoryView
Returns a paginated list of app attestation history entries. Each entry represents a snapshot of an app attestation credential at a specific point in time.
The following filter parameters can be combined to narrow down results:
userExtId- filter by user external IDclientExtId- filter by client external IDdispatchTargetExtId- filter by dispatch target external IDoperation- filter by operation type: 'i' (insert), 'u' (update), or 'd' (delete)userId- filter by internal user ID (numeric)dispatchTargetId- filter by internal dispatch target ID (numeric)origId- filter by original entity ID (numeric), i.e. the ID of the attestation for which history was recorded
Request
Responses
- 200
- 403
- 422
App attestation history retrieved successfully
Insufficient permissions
Invalid filter criteria