GET api/v1/homev1/GetUserShareInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserShareInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| TopicId | integer |
None. |
|
| TopicTitle | string |
None. |
|
| InviteCode | string |
None. |
|
| InviteShareUrl | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<UserShareInfoDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TopicId>1</TopicId> <TopicTitle>sample string 2</TopicTitle> <InviteCode>sample string 3</InviteCode> <InviteShareUrl>sample string 4</InviteShareUrl> </UserShareInfoDto>
text/json
Sample:
{
"TopicId": 1,
"TopicTitle": "sample string 2",
"InviteCode": "sample string 3",
"InviteShareUrl": "sample string 4"
}
text/xml
Sample:
<UserShareInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Activity.Odd"> <InviteCode>sample string 3</InviteCode> <InviteShareUrl>sample string 4</InviteShareUrl> <TopicId>1</TopicId> <TopicTitle>sample string 2</TopicTitle> </UserShareInfoDto>