GET api/Folder/Get_Shares?folderId={folderId}&pageIndex={pageIndex}&pageSize={pageSize}

获取栏目的分享--api/folder/get_shares 此接口已被 api/user2share/GetSharesByTargetId代替

Request Information

Parameters

NameDescriptionAdditional information
folderId

Define this parameter in the request URI.

pageIndex

Define this parameter in the request URI.

pageSize

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}