POST api/WebSharingActivities/GetShareIndex

WebGetShareIndex

Request Information

URI Parameters

None.

Body Parameters

GetShareIndex
NameDescriptionTypeAdditional information
LanguageID

integer

None.

PageNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LanguageID": 1,
  "PageNo": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetShareIndex_Response
NameDescriptionTypeAdditional information
ShareUUID

globally unique identifier

None.

ShortShare

string

None.

NoRow

integer

None.

PageNo

integer

None.

LanguageID

integer

None.

LanguageNameEnglish

string

None.

LanguageNameNative

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ShareUUID": "b3d65b73-14b5-4182-91de-813e2c3c4631",
    "ShortShare": "sample string 1",
    "NoRow": 1,
    "PageNo": 1,
    "LanguageID": 1,
    "LanguageNameEnglish": "sample string 2",
    "LanguageNameNative": "sample string 3"
  },
  {
    "ShareUUID": "b3d65b73-14b5-4182-91de-813e2c3c4631",
    "ShortShare": "sample string 1",
    "NoRow": 1,
    "PageNo": 1,
    "LanguageID": 1,
    "LanguageNameEnglish": "sample string 2",
    "LanguageNameNative": "sample string 3"
  }
]