POST v3/activityfeed/addactivitycomment
add comment for activity feed
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inVO |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "activityId": 1, "commentContent": "sample string 2", "commentType": 3, "curUserId": "sample string 4", "isSSO": true, "requestHost": "sample string 6", "applicationPath": "sample string 7", "secureApplicationPath": "sample string 8", "absoluteApplicationPath": "sample string 9", "isHttps": true, "isMobileDevice": true, "isFullEmbed": true, "clientType": 0, "clientVersion": "sample string 13", "clientOS": "sample string 14", "clientBuild": "sample string 15", "premiumAppId": "sample string 16", "clientWidth": 17, "clientHeight": 18, "timezone": 19 }
application/xml, text/xml
Sample:
<ActivityCommentInVO 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">18</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">17</ClientWidth> <absoluteApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 9</absoluteApplicationPath> <applicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 7</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 15</clientBuild> <clientOS xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 14</clientOS> <clientVersion xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 13</clientVersion> <curUserId xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 4</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 16</premiumAppId> <requestHost xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 6</requestHost> <secureApplicationPath xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">sample string 8</secureApplicationPath> <timezone xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Input">19</timezone> <ActivityId>1</ActivityId> <CommentContent>sample string 2</CommentContent> <CommentType>3</CommentType> </ActivityCommentInVO>
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:49:52.6774994-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:
<ActivityCommentsOutVO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/imLeagues.Internal.API.VO.Output.Common"> <ActivityId>6</ActivityId> <CanDelete>true</CanDelete> <CommentText>sample string 8</CommentText> <CommentTime>2024-11-21T03:49:52.6774994-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>