Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Core SDK

Vivox Core SDK

Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
    • Client SDK basics
    • Channels
    • Presence management
    • Messaging
      • Group text messages
      • Directed text
      • Send data through text messages
      • Text chat developer guide
        • Adaptive chat filter
        • Chat history
        • Text evidence management
          • Evidence report API
          • Evidence report HTTP request
          • Evidence report HTTP response example
          • Player evidence report API
          • Player evidence report HTTP request
          • Player evidence report HTTP response
        • Edit and Delete
        • Offline direct messages
        • Anti-flooding
        • Large text channel setting
        • Retrieve conversations list
        • Set Chat Markers
        • Channel-specific options
        • SDKSampleApp overview
    • Manage audio
    • Couch co-op
    • Android app development
    • iOS app development
    • macOS app development
    • Windows app development
    • Real-time recording
    • Speech-to-text audio transcription
    • Text-to-speech
    • Troubleshooting
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Player evidence report HTTP response

View example HTTP response formatting with conversation data from player evidence report queries.
Read time 1 minute
Last updated 8 months ago

The following code is an example of a player evidence response:
{ "request_start_ts": 1706203970429807, "next": 1704400836045162, "conversations": [ { "message_count": 2, "last_activity": 1704400939799491, "conversation_uri": "sip:confctl-g-your-issuer.test-channel-1@youvivoxdomainname.vivox.com" }, { "message_count": 1, "last_activity": 1704400878101904, "conversation_uri": "sip:your-issuer.doe@yourvivoxdomainname.vivox.com" } ]}
The
next
field is used for pagination and represents the player’s most recent activity in the next conversation returned. This value will be null if there are no more pages of results to return. Use the next value as the
end_ts
in a subsequent request to retrieve the next page of results. The
request_start_ts
is also used for pagination and represents the timestamp of the initial request. This value maintains consistency in paging results if the player is active during review. The
request_start_ts
is required when using the next value to request subsequent pages of results.
The conversation objects in the response contain the following fields:
  • message_count
    : The number of messages sent to the conversation by the user.
  • last_activity
    : The user’s last activity in the conversation.
  • conversation_uri
    : The conversation identifier. This value can be used in Text Evidence report requests to view conversation messages.
Returned conversation results are in order of the player’s most recent activity.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.


    Report a problem with this page