Retrieves history records via search string input and filtering by action, asset_group_tag_id, email, and actor
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
This query parameter is used for determining the number of objects to skip in pagination. The number of items to skip in a paginated response.
x >= 0This query parameter is used for setting an upper limit of objects returned in paginated responses. The limit of results requested by the client.
x >= 0Sortable columns are created_at.
Sort by column. Can be used multiple times; prepend a hyphen for descending order.
See parameter description for details about which columns are sortable.
created_at Filter by actor
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by email
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by action
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
Filter by asset_group_tag_id
Filter results by column integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.
The request body for searching asset group tag history records
3"UpdateTag"