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": "44283f6b-438f-4497-9b1a-a6ad867ddfa8",
"Days": 2,
"Start": "2025-11-05T10:41:08.6574294+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-11-05T10:41:08.6574294+00:00</Start> <UserID>44283f6b-438f-4497-9b1a-a6ad867ddfa8</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.