# Return Monitoring Portfolios Notification Events Data By Day WARNING - This endpoint returns daily event totals for the given range. Endpoint: GET /monitoring/portfolios/{portfolioId}/notificationEvents/dataByDay Version: 1.10.9 Security: bearerToken ## Path parameters: - `portfolioId` (number, required) The unique identifier of the portfolio, obtained from . ## Query parameters: - `startDate` (string, required) The start date on which results are filtered. - `endDate` (string, required) The end date on which results are filtered. ## Response 200 fields (application/json): - `totalCount` (number) The total number of events returned for the given company. Example: 36 - `data` (array) - `data.dataDate` (string) The date that the event occurred. Example: "2019-12-06T08:23:37Z" - `data.dataValue` (integer) The total number of events that occurred on the given date. Example: 3 - `paging` (object) Paging parameters. - `paging.size` (number,null) The maximum number of results returned per page. - `paging.prev` (number,null) The page number of the previous page, null if there is no previous page available. - `paging.next` (number,null) The page number of the next page, null if there is no next page available. - `paging.last` (number,null) The page number of the last page. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden"