文档

支持

Vivox Core SDK

Vivox Core SDK

Player evidence report HTTP request

View example HTTP request formatting for retrieving player evidence reports from the Text Evidence Management service.
阅读时间1 分钟最后更新于 3 个月前

The following code is an example of a player evidence request:
curl https://services.api.unity.com/vivox/text-evidence-management/v1/organizations/<organization_id>/projects/<project_id>/player-evidence-report?user_uri=sip:your-issuer.john@yourvivoxdomainname.vivox.com&start_ts=1234567&end_ts=1234568&num_conversations=1 -u service-acct-username:service-account-password
注意
Add the
request_start_ts
parameter to the request if using pagination to make subsequent requests.