GET PlayTimeV2?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlayTimeV2ViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| DPI | decimal number |
None. |
|
| LB | decimal number |
None. |
|
| Global | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"name": "sample string 2",
"dpi": 3.1,
"lb": 4.1,
"global": 5.1
},
{
"id": 1,
"name": "sample string 2",
"dpi": 3.1,
"lb": 4.1,
"global": 5.1
}
]