POST Api/users/reportsv3
Request Information
URI Parameters
None.
Body Parameters
ReportsV3Request| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| Days | integer |
Required Range: inclusive between 5 and 30 |
|
| Start | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserID": "a5365f11-8e5f-452a-93a5-78f1798c719e",
"Days": 2,
"Start": "2025-12-21T15:03:52.7285825+00:00"
}
application/xml, text/xml
Sample:
<ReportsV3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <Days>2</Days> <Start>2025-12-21T15:03:52.7285825+00:00</Start> <UserID>a5365f11-8e5f-452a-93a5-78f1798c719e</UserID> </ReportsV3Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.