Go to Rilla

Viewer

One viewer of the conversation; totals include all-time views, not just views in the export window.

4 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

userIdstringrequired

Rilla user ID of the viewer.

Example "user-014"
namestringrequired

Name of the viewer.

Example "Manager Mike"
viewCountnumberrequired

Number of times this user viewed the conversation.

Example 2
totalViewTimeMsnumberrequired

Total time this user spent viewing, in milliseconds.

Example 540000

Complete example

Viewer · complete example
{
  "userId": "user-014",
  "name": "Manager Mike",
  "viewCount": 2,
  "totalViewTimeMs": 540000
}

All response types →

On this page