POST api/ReportsV2/GetIndividualReport
Request Information
URI Parameters
None.
Body Parameters
IndividualReportModelName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
startDate | date |
Required |
|
endDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": "0de84646-0adf-4d48-a990-9f9d21a47148", "startDate": "2024-12-15T02:55:10.4939461+00:00", "endDate": "2024-12-15T02:55:10.4939461+00:00" }
application/xml, text/xml
Sample:
<IndividualReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers.MongoDB"> <UserID>0de84646-0adf-4d48-a990-9f9d21a47148</UserID> <endDate>2024-12-15T02:55:10.4939461+00:00</endDate> <startDate>2024-12-15T02:55:10.4939461+00:00</startDate> </IndividualReportModel>
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.