---
title: "Networking timeslot analytics"
description: "Networking timeslot analytics: available fields, filters, associations, and API operations."
lastModified: "2026-08-21"
---

**Path:** `events/{event_id}/networking-timeslot-analytics`  
**Methods:** GET collection/record only.

Each record represents one networking timeslot.

- Fields: `event-id`, `track-id`, `networking-area-id`, `start-time`, `end-time`, `duration`, `metric-version`, `generated-at`, `time-zone`, `meetings-pending-count`, `meetings-accepted-count`, `meetings-rejected-count`, `meetings-cancelled-count`, `meetings-rescheduled-count`, `meetings-chat-requested-count`, `meetings-chat-replied-count`, `meetings-draft-count`, `meetings-total-count`, `unique-participants-count`, `blocked-registrants-count`, `meeting-points-total-count`, `meeting-points-used-count`, `meeting-points-free-count`, `meeting-point-utilization-rate`, `meeting-ratings-count`, `meeting-no-shows-count`, `average-meeting-rating`.  
- Filters: `event_id`, `networking_area_id`, `track_id`, `start_from`, `start_to`, `end_from`, `end_to`.  
- Associations: none.

```
GET .../networking-timeslot-analytics?networking_area_id=91&start_from=2026-09-03T08:00:00Z
```
