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 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)origId- filter by original entity ID (numeric), i.e. the ID of the dispatch target for which history was recordedstateName- filter by dispatch target state: 'active' or 'disabled'
Request
Responses
- 200
- 403
- 422
Dispatch target history retrieved successfully
Insufficient permissions
Invalid filter criteria