Skip to main content

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 ID
  • clientExtId - filter by client external ID
  • dispatchTargetExtId - filter by dispatch target external ID
  • operation - 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

App attestation history retrieved successfully