POST v3/activityfeed/loadactivitycomments
load comments for activity
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "isLoadAllComments": true, "activityId": 2, "curUserId": "sample string 3", "isSSO": true, "requestHost": "sample string 5", "applicationPath": "sample string 6", "secureApplicationPath": "sample string 7", "absoluteApplicationPath": "sample string 8", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 12", "clientOS": "sample string 13", "clientBuild": "sample string 14", "premiumAppId": "sample string 15", "clientWidth": 16, "clientHeight": 17, "timezone": 18 }
application/xml, text/xml
Sample:
<LoadActivityCommentsInVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input.Common"> <ClientHeight xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">17</ClientHeight> <ClientType xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">Site</ClientType> <ClientWidth xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">16</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</applicationPath> <cachedKey xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 1</cachedKey> <clientBuild xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 12</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 3</curUserId> <isFullEmbed xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isFullEmbed> <isHttps xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isHttps> <isMobileDevice xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isMobileDevice> <isSSO xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">true</isSSO> <premiumAppId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 15</premiumAppId> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 5</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 7</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">18</timezone> <ActivityId>2</ActivityId> <IsLoadAllComments>true</IsLoadAllComments> </LoadActivityCommentsInVO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[ { "creatorPhoto": "sample string 1", "commentTime": "2024-11-21T03:33:44.7488458-06:00", "creatorId": "sample string 3", "creatorName": "sample string 4", "id": 5, "activityId": 6, "commentType": 7, "commentText": "sample string 8", "canDelete": true }, { "creatorPhoto": "sample string 1", "commentTime": "2024-11-21T03:33:44.7488458-06:00", "creatorId": "sample string 3", "creatorName": "sample string 4", "id": 5, "activityId": 6, "commentType": 7, "commentText": "sample string 8", "canDelete": true }, { "creatorPhoto": "sample string 1", "commentTime": "2024-11-21T03:33:44.7488458-06:00", "creatorId": "sample string 3", "creatorName": "sample string 4", "id": 5, "activityId": 6, "commentType": 7, "commentText": "sample string 8", "canDelete": true } ]
application/xml, text/xml
Sample:
<ArrayOfActivityCommentsOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common"> <ActivityCommentsOutVO> <ActivityId>6</ActivityId> <CanDelete>true</CanDelete> <CommentText>sample string 8</CommentText> <CommentTime>2024-11-21T03:33:44.7488458-06:00</CommentTime> <CommentType>7</CommentType> <CreatorId>sample string 3</CreatorId> <CreatorName>sample string 4</CreatorName> <CreatorPhoto>sample string 1</CreatorPhoto> <Id>5</Id> </ActivityCommentsOutVO> <ActivityCommentsOutVO> <ActivityId>6</ActivityId> <CanDelete>true</CanDelete> <CommentText>sample string 8</CommentText> <CommentTime>2024-11-21T03:33:44.7488458-06:00</CommentTime> <CommentType>7</CommentType> <CreatorId>sample string 3</CreatorId> <CreatorName>sample string 4</CreatorName> <CreatorPhoto>sample string 1</CreatorPhoto> <Id>5</Id> </ActivityCommentsOutVO> <ActivityCommentsOutVO> <ActivityId>6</ActivityId> <CanDelete>true</CanDelete> <CommentText>sample string 8</CommentText> <CommentTime>2024-11-21T03:33:44.7488458-06:00</CommentTime> <CommentType>7</CommentType> <CreatorId>sample string 3</CreatorId> <CreatorName>sample string 4</CreatorName> <CreatorPhoto>sample string 1</CreatorPhoto> <Id>5</Id> </ActivityCommentsOutVO> </ArrayOfActivityCommentsOutVO>