diff --git a/docs/api.html b/docs/api.html index bf6ea28..7308ffd 100644 --- a/docs/api.html +++ b/docs/api.html @@ -67,8 +67,8 @@
Date filters use the first_event
and last_event
attributes on the stream for comparisons.
Query filter parameters:
first_event
is older than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30last_event
is younger than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30first_event
is older than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30last_event
is younger than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30state
is one of:Date filters use the first_event
and last_event
attributes on the stream for comparisons.
Query filter parameters:
first_event
is older than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30last_event
is younger than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30first_event
is older than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30last_event
is younger than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30state
is one of:Date filters use the timestamp
attribute on the event for comparisons.
Query filter parameters:
timestamp
is greater than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30timestamp
is less than supplied date (in ISO 8601 format). ie: 01-31-2015T13:30timestamp
is greater than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30timestamp
is less than supplied date (in ISO 8601 format). ie: 2015-02-28T13:30event_name
traits
. Trait format is trait_name:trait_value;trait_name:trait_value
mark