Cisco Cisco WebEx Social for Mobile 관리 매뉴얼

다운로드
페이지 50
 
44
Exporting Data from Cisco WebEx Social, Release 3.4.2 SR1
OL-32087-01
  Exported Data Formats
 shows sample record from a post comment data export file.
Example 8
Post Comment Data Export File Sample Record
{
   "id": 111,
   "parentPostId": 111,
   "body": "post comment1",
   "createDate": 1381879940192,
   "modifiedDate": 1381879940192,
   "parentMessageId": 111,
"likers":[
        {
            "id":16210008
        },
        {
            "id":810015
        },
        {
            "id":10254
        }
    ],
   "replyCount": 111,
   "likesCount": 111,
   "contentState": "ACTIVE",
   "voteProperties": { "voteUpCount":111, "voteDownCount":111, "netVoteCount": 111 },
   "answer": true,
   "creator": { "id": 111 }
}
modifiedDate
Date and time that the comment was last edited, in Java long type 
date format.
parentMessageId
Identifier of the comment to which this comment is the reply.
For a first-level comment on a post, this identifier is the identifier of 
the root of the comment tree.
parentPostId
Unique identifier of the post with which the post comments is 
associated
replyCount
Number of replies that have been made to the comment.
replyCount
Number of replies to the comment.
voteProperties
Contains the following fields:
voteUpCount—Number of up votes that the comment received
voteDownCount—Number of down votes that the comment 
received
netVoteCount—Total number of votes that the comment 
received
Table 11
Post Comment Data Export File Record Fields (continued)
Field
Description