Documentation

​
​

Development

User Acquisition

Monetization

Industry

Vivox Safe Text

Vivox Safe Text

Vivox
​
​
Vivox Safe Text
  • Introduction to Safe Text
  • Get started
Capture text sessions
  • Review text sessions
  • Collect evidence
  • Context analysis of text sessions
  • Text evidence management
    • Evidence report API
    • Evidence report HTTP request
    • Evidence report HTTP response examples
    • Player evidence report API
    • Play evidence report HTTP request
    • Player evidence report HTTP response
  • Settings
Review incidents
  • Manage incidents
  • Automate moderation responses
  • Filter and censor text messages
Review player behaviour
  • Player list
  • Review player history
  • Player incidents
  • Review community health
Reference
  • Offenses
  • Context analysis glossary
  • Privacy
  1. Introduction to Vivox Safe Text

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