GET PersonalProduct.do/getlist

Request Information

URI Parameters

None.

Body Parameters

QueryPersonalFamilyInfo
NameDescriptionTypeAdditional information
folderId

integer

Required

size

integer

None.

page

integer

None.

fst

integer

None.

orderNum

integer

None.

mid

string

None.

mCoId

integer

None.

itype

integer

None.

sign

string

None.

sourceType

string

None.

coId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "folderId": 1,
  "size": 2,
  "page": 3,
  "fst": 4,
  "orderNum": 5,
  "mid": "sample string 6",
  "mCoId": 7,
  "itype": 8,
  "sign": "sample string 9",
  "sourceType": "sample string 10",
  "coId": 11
}

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

Response Information

Resource Description

FamilyInfoResult
NameDescriptionTypeAdditional information
ret

integer

None.

total

integer

None.

page

integer

None.

totalPage

integer

None.

size

integer

None.

list

Collection of FamilyInfo

None.

Response Formats

application/json, text/json

Sample:
{
  "ret": 1,
  "total": 2,
  "page": 3,
  "totalPage": 4,
  "size": 5,
  "list": [
    {
      "gmt_create": 1,
      "family_label": "sample string 2",
      "family_md5": "sample string 3",
      "family_size": 4.0,
      "family_version": "sample string 5",
      "family_classify": "sample string 6",
      "family_url": "sample string 7",
      "family_photo_url": "sample string 8",
      "etName": "sample string 9",
      "family_id": 1,
      "family_name": "sample string 10",
      "family_rate": 1.0,
      "download_count": 1,
      "rate_num": 1,
      "family_photo_id": 1,
      "folder_id": 1,
      "info_id": 1,
      "uplaodTime": 11,
      "photo_eigenvalue": "sample string 12",
      "company_id": 1,
      "member_name": "sample string 13",
      "review_status": 14
    },
    {
      "gmt_create": 1,
      "family_label": "sample string 2",
      "family_md5": "sample string 3",
      "family_size": 4.0,
      "family_version": "sample string 5",
      "family_classify": "sample string 6",
      "family_url": "sample string 7",
      "family_photo_url": "sample string 8",
      "etName": "sample string 9",
      "family_id": 1,
      "family_name": "sample string 10",
      "family_rate": 1.0,
      "download_count": 1,
      "rate_num": 1,
      "family_photo_id": 1,
      "folder_id": 1,
      "info_id": 1,
      "uplaodTime": 11,
      "photo_eigenvalue": "sample string 12",
      "company_id": 1,
      "member_name": "sample string 13",
      "review_status": 14
    }
  ]
}