Try our conversational search powered by Generative AI!

Should display number of returned trackevents

Fixed in

EPiServer.Profiles.Client 1.11.0

(Or a related package)

Created

Aug 15, 2019

Updated

Oct 07, 2019

State

Closed, Fixed and tested


Description

1. Using POST to query trackevent:

POST  /api/v2.0/TrackEvents
Body:
{
  "Query": "Events| where EventType == 'home'| take 100",
  "Scope": "default"
}

Expected:
Returns proper events and the count of returned events.

Actual:
Returns proper events, but it's unclear how many events are returned.