GET api/Walking/GetDollData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DomDollStyles
NameDescriptionTypeAdditional information
DSID

integer

None.

Name

string

None.

Type

integer

None.

Body

integer

None.

Content

string

None.

StartLv

integer

None.

Talent1

Talent

None.

Talent2

Talent

None.

Talent3

Talent

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DSID": 1,
    "Name": "sample string 2",
    "Type": 3,
    "Body": 4,
    "Content": "sample string 5",
    "StartLv": 6,
    "Talent1": "無",
    "Talent2": "無",
    "Talent3": "無"
  },
  {
    "DSID": 1,
    "Name": "sample string 2",
    "Type": 3,
    "Body": 4,
    "Content": "sample string 5",
    "StartLv": 6,
    "Talent1": "無",
    "Talent2": "無",
    "Talent3": "無"
  }
]