GET familyType.do/getMenuList

Request Information

URI Parameters

None.

Body Parameters

QueryFamilyMenuType
NameDescriptionTypeAdditional information
mid

string

Required

coId

integer

None.

folderType

integer

Required

itype

integer

None.

sign

string

None.

sourceType

string

None.

Request Formats

application/json, text/json

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

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

Response Information

Resource Description

FamilyBaseResultOfListOfFamilyMenuTypeResult
NameDescriptionTypeAdditional information
ret

integer

None.

list

Collection of FamilyMenuTypeResult

None.

Response Formats

application/json, text/json

Sample:
{
  "ret": 1,
  "list": [
    {
      "folder_id": 1,
      "company_id": 2,
      "folder_name": "sample string 3",
      "folder_type": 4,
      "order_num": 5,
      "folderUrl": "sample string 6",
      "folder_photo_id": 7
    },
    {
      "folder_id": 1,
      "company_id": 2,
      "folder_name": "sample string 3",
      "folder_type": 4,
      "order_num": 5,
      "folderUrl": "sample string 6",
      "folder_photo_id": 7
    }
  ]
}