GET PlayTimeV2?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PlayTimeV2ViewModel
NameDescriptionTypeAdditional 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
  }
]