GET familyType.do/getTypeList

Request Information

URI Parameters

None.

Body Parameters

QueryFamilyFolderType
NameDescriptionTypeAdditional information
mid

string

Required

menuId

integer

Required

folderType

integer

None.

itype

integer

None.

sign

string

None.

sourceType

string

None.

coId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "mid": "sample string 1",
  "menuId": 2,
  "folderType": 3,
  "itype": 4,
  "sign": "sample string 5",
  "sourceType": "sample string 6",
  "coId": 7
}

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 'QueryFamilyFolderType'.

Response Information

Resource Description

FamilyBaseResultOfListOfFamilyFolderTypeResult
NameDescriptionTypeAdditional information
ret

integer

None.

list

Collection of FamilyFolderTypeResult

None.

Response Formats

application/json, text/json

Sample:
{
  "ret": 1,
  "list": [
    {
      "parent_id": 1,
      "family_name": "sample string 1",
      "folder_id": 2,
      "big_folder_id": 1,
      "folder_name": "sample string 3",
      "folder_photo_id": 1,
      "folderUrl": "sample string 4",
      "code": "sample string 5",
      "order_num": 6,
      "doc_type": 7,
      "info_id": 1
    },
    {
      "parent_id": 1,
      "family_name": "sample string 1",
      "folder_id": 2,
      "big_folder_id": 1,
      "folder_name": "sample string 3",
      "folder_photo_id": 1,
      "folderUrl": "sample string 4",
      "code": "sample string 5",
      "order_num": 6,
      "doc_type": 7,
      "info_id": 1
    }
  ]
}