GET api/Walking/GetAssets

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Assets
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Price

decimal number

None.

Exp

string

None.

AddRate

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Price": 3.0,
    "Exp": "sample string 4",
    "AddRate": 5.0
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Price": 3.0,
    "Exp": "sample string 4",
    "AddRate": 5.0
  }
]