Skip to content

Commit

Permalink
add negation to api reference with example
Browse files Browse the repository at this point in the history
  • Loading branch information
notque committed Jul 14, 2022
1 parent a027db5 commit fe31acf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/users/hermes-v1-reference.md
Expand Up @@ -50,6 +50,15 @@ If *both* are specified, *no events will be returned*.

If neither is specified, then the scope of the client's X-Auth-Token will be used.

**Negate Filters:**

Filter parameters that are contained in the event can be negated with !

For example, to get a list of events not including failed events
```
GET /v1/events?outcome=!failed
```

**Date Filters:**

The value for the `time` parameter is a comma-separated list of time stamps in ISO
Expand Down

0 comments on commit fe31acf

Please sign in to comment.