Session History
Returns a paginated list of completed session participations for a user, including detailed presence timeline data.
Base URL:
https://api-dev.deepworkzone.aiAuth:Authorization: Bearer YOUR_MULTIPLAI_ACCESS_TOKEN
Get Session History
http
GET /api/v1/public/history/:multiplai_id| Parameter | Type | Description |
|---|---|---|
multiplai_id | number | The GoTeam / Multiplai user ID |
presence_data Field
The presence_data array represents a time-sliced presence timeline for the session.
The entire session duration is divided into 100 equal slices — each item represents 1% of the total session time, making the data duration-agnostic:
| Session Duration | 1 Array Item Represents |
|---|---|
| 30 minutes | 18 seconds |
| 60 minutes | 36 seconds |
| 120 minutes | 72 seconds |