POST companyLibrary/getList

Request Information

URI Parameters

None.

Body Parameters

LiberaryQuery
NameDescriptionTypeAdditional information
typeId

integer

None.

subtypeId

integer

None.

reclassifytypeId

integer

None.

page

integer

None.

pageSize

integer

None.

searchValue

string

None.

orderId

integer

None.

queryType

integer

None.

uid

integer

None.

memberId

string

None.

passId

integer

None.

softId

integer

None.

companyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "typeId": 1,
  "subtypeId": 2,
  "reclassifytypeId": 3,
  "page": 4,
  "pageSize": 5,
  "searchValue": "sample string 6",
  "orderId": 7,
  "queryType": 8,
  "uid": 9,
  "memberId": "sample string 10",
  "passId": 11,
  "softId": 12,
  "companyId": 13
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LiberaryQuery'.

Response Information

Resource Description

LiberaryModel
NameDescriptionTypeAdditional information
data

Collection of liberrary_list

None.

recount

integer

None.

page

integer

None.

success

操作是否成功

boolean

None.

singleInfo

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "id": 1,
      "title": "sample string 2",
      "imgUrl": "sample string 3",
      "fileUrl": "sample string 4",
      "size": 5.1,
      "remark": "sample string 6",
      "parentId": 7,
      "type": 8,
      "typeId": 9,
      "subtypeId": 10,
      "reclassifytypeId": 11
    },
    {
      "id": 1,
      "title": "sample string 2",
      "imgUrl": "sample string 3",
      "fileUrl": "sample string 4",
      "size": 5.1,
      "remark": "sample string 6",
      "parentId": 7,
      "type": 8,
      "typeId": 9,
      "subtypeId": 10,
      "reclassifytypeId": 11
    }
  ],
  "recount": 1,
  "page": 2,
  "success": true,
  "singleInfo": "sample string 4"
}