List ConsumersAsk AIget https://analytics.zype.com/v3/platform_dynamics/consumersThis endpoint will return consumer analytics data for your property.Query Paramsfilters[start_date_gt]stringFilter records created after the specified start_date (filters[start_date_gte]=2018-11-01). If no start_date is specified, then data returned will date back two weeks ago.filters[start_date_gte]stringFilter records created on or after the specified start_date.filters[start_date_lt]stringFilter records created before the specified start_date.filters[start_date_lte]stringFilter records created on or before the specified start_date.filters[start_date_eq]stringFilter records created on the specified start_date. Comparison is date and time specific. If no time values are submitted, 00:00:00 UTC is assumed.intervalstring | nullenumShortcut method to group records by time intervals. Accepted values: day, week, month, year.nulldayweekmonthyearAllowed:nulldayweekmonthyearsort_bystring | nullenumSort results by value of a specific property + '_' + sort direction (Example - sort_by=start_date_asc, or sort_by=consumer_email_desc)nullconsumer_id_ascconsumer_id_descconsumer_email_ascconsumer_email_descname_ascname_descAllowed:nullconsumer_id_ascconsumer_id_descconsumer_email_ascconsumer_email_descname_ascname_descResponses 200See below for example responses 422Unprocessable entityUpdated 5 months ago