Search history records
Retrieves history records via search string input and filtering by action, asset_group_tag_id, email, and actor
Query parameters
The number of items to skip in a paginated response.
This query parameter is used for determining the number of objects to skip in pagination.
The limit of results requested by the client.
This query parameter is used for setting an upper limit of objects returned in paginated responses.
Sort by column. Can be used multiple times; prepend a hyphen for descending order. See parameter description for details about which columns are sortable.
Sortable columns are created_at.
Filter results by column string value. Valid filter predicates are eq, ~eq, neq.
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 integer value. Valid filter predicates are eq, neq, gt, gte, lt, lte.
Filter by asset_group_tag_id
Request body
Example request
{
"query": "UpdateTag"
}Response
OK