GET box/Soft/getNewSoft

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of newSoft
NameDescriptionTypeAdditional information
row_number

integer

None.

Id

integer

None.

title

string

None.

edition

string

None.

typeId

integer

None.

size

decimal number

None.

IntroduceUrl

string

None.

Img

string

None.

videoSrc

string

None.

downUrl

string

None.

softKey

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "row_number": 1,
    "Id": 2,
    "title": "sample string 3",
    "edition": "sample string 4",
    "typeId": 5,
    "size": 6.0,
    "IntroduceUrl": "sample string 7",
    "Img": "sample string 8",
    "videoSrc": "sample string 9",
    "downUrl": "sample string 10",
    "softKey": "sample string 11"
  },
  {
    "row_number": 1,
    "Id": 2,
    "title": "sample string 3",
    "edition": "sample string 4",
    "typeId": 5,
    "size": 6.0,
    "IntroduceUrl": "sample string 7",
    "Img": "sample string 8",
    "videoSrc": "sample string 9",
    "downUrl": "sample string 10",
    "softKey": "sample string 11"
  }
]