Retrieve driver's stats.
/ws/game/nfsw/driver/<driverName>/stats
URI Parameters |
||||
| Field | Type | Required? | Format | Description |
|---|---|---|---|---|
| gameName | string | Required |
|
Game name. |
| driverName | string | Required |
|
Driver name. |
Input Parameters |
||||
| Field | Type | Required? | Example | Description |
|---|---|---|---|---|
| output |
string |
Optional |
xml |
Format of response, either json or xml. The default format is xml. |
| shard |
string |
Optional |
Apex |
Retrieve information from a specific shard. The default is the configured default shard in server configuration. |
Output |
||
| Field | Type | Detail |
|---|---|---|
| WorldStats |
|
WorldStats object. |
Examples |
|||||||
| Request |
|
||||||
| Response |
|
||||||
Error Codes |
|||
| Status Code | Field | Description | Payload |
|---|---|---|---|
|
409 |
driverNamer |
Driver name is not valid. |
<webServiceErrorResponse statusCode="409"> <errorCode>DRIVERNAME_NO_MATCH</errorCode> </webServiceErrorResponse> |