Skip to main content

Search dispatch target history

GET 

/nevisidm/api/core/v1/history/dispatch-targets

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.HistoryView

Returns a paginated list of dispatch target history entries. Each entry represents a versioned snapshot of a dispatch target 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)
  • origId - filter by original entity ID (numeric), i.e. the ID of the dispatch target for which history was recorded
  • stateName - filter by dispatch target state: 'active' or 'disabled'

Request

Responses

Dispatch target history retrieved successfully