Created
June 5, 2013 03:55
-
-
Save bleyle/5711498 to your computer and use it in GitHub Desktop.
JSON payload from a Chatter API GET request to: https://na14.salesforce.com/services/data/v27.0/chatter/feeds/news/me/feed-items
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"currentPageUrl": "/services/data/v27.0/chatter/feeds/news/005d0000000fIJwAAM/feed-items", | |
"isModifiedToken": null, | |
"isModifiedUrl": null, | |
"items": [ | |
{ | |
"actor": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"attachment": { | |
"choices": [ | |
{ | |
"id": "09Ad000000000YUEAY", | |
"position": 1, | |
"text": "Monday", | |
"voteCount": 2, | |
"voteCountRatio": 0.6666666666666666 | |
}, | |
{ | |
"id": "09Ad000000000YVEAY", | |
"position": 2, | |
"text": "Wednesday", | |
"voteCount": 1, | |
"voteCountRatio": 0.3333333333333333 | |
} | |
], | |
"myChoiceId": "09Ad000000000YUEAY", | |
"totalVoteCount": 3, | |
"type": "Poll" | |
}, | |
"body": { | |
"messageSegments": [{ | |
"text": "When should we hold the offsite?", | |
"type": "Text" | |
}], | |
"text": "When should we hold the offsite?" | |
}, | |
"canShare": false, | |
"clientInfo": null, | |
"comments": { | |
"comments": [{ | |
"attachment": null, | |
"body": { | |
"messageSegments": [{ | |
"text": "Monday the 15th it is. Thanks, All!", | |
"type": "Text" | |
}], | |
"text": "Monday the 15th it is. Thanks, All!" | |
}, | |
"clientInfo": null, | |
"createdDate": "2013-06-05T03:52:18.000Z", | |
"feedItem": { | |
"id": "0D5d000000WDTKUCA5", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTKUCA5" | |
}, | |
"id": "0D7d0000000IzUBCA0", | |
"isDeleteRestricted": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/comments/0D7d0000000IzUBCA0/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"myLike": null, | |
"parent": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"type": "TextComment", | |
"url": "/services/data/v27.0/chatter/comments/0D7d0000000IzUBCA0", | |
"user": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
} | |
}], | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTKUCA5/comments", | |
"nextPageUrl": null, | |
"total": 1 | |
}, | |
"createdDate": "2013-06-05T03:51:29.000Z", | |
"event": false, | |
"id": "0D5d000000WDTKUCA5", | |
"isBookmarkedByCurrentUser": false, | |
"isDeleteRestricted": false, | |
"isLikedByCurrentUser": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTKUCA5/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"modifiedDate": "2013-06-05T03:52:18.000Z", | |
"myLike": null, | |
"originalFeedItem": null, | |
"originalFeedItemActor": null, | |
"parent": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"photoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"preamble": { | |
"messageSegments": [{ | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"reference": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"text": "Dianna Li", | |
"type": "EntityLink" | |
}], | |
"text": "Dianna Li" | |
}, | |
"topics": null, | |
"type": "PollPost", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTKUCA5", | |
"visibility": "AllUsers" | |
}, | |
{ | |
"actor": { | |
"companyName": null, | |
"firstName": "Bob", | |
"id": "005d0000000fNdyAAE", | |
"isActive": true, | |
"lastName": "Jones", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": { | |
"id": "0E8d0000003OG1qCAG", | |
"url": "/services/data/v27.0/chatter/subscriptions/0E8d0000003OG1qCAG" | |
}, | |
"name": "Bob Jones", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE", | |
"userType": "Internal" | |
}, | |
"attachment": null, | |
"body": { | |
"messageSegments": [{ | |
"text": "Does anyone have a connection at Global Containers?", | |
"type": "Text" | |
}], | |
"text": "Does anyone have a connection at Global Containers?" | |
}, | |
"canShare": true, | |
"clientInfo": null, | |
"comments": { | |
"comments": [{ | |
"attachment": null, | |
"body": { | |
"messageSegments": [{ | |
"text": "Yes, why don't I come over to 1 Market and we can talk in person.", | |
"type": "Text" | |
}], | |
"text": "Yes, why don't I come over to 1 Market and we can talk in person." | |
}, | |
"clientInfo": null, | |
"createdDate": "2013-06-05T03:50:48.000Z", | |
"feedItem": { | |
"id": "0D5d000000WDTS8CAP", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTS8CAP" | |
}, | |
"id": "0D7d0000000IzU6CAK", | |
"isDeleteRestricted": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/comments/0D7d0000000IzU6CAK/likes", | |
"likes": [{ | |
"id": "0I0d0000000QcHTCA0", | |
"likedItem": { | |
"id": "0D7d0000000IzU6CAK", | |
"url": "/services/data/v27.0/chatter/comments/0D7d0000000IzU6CAK" | |
}, | |
"url": "/services/data/v27.0/chatter/likes/0I0d0000000QcHTCA0", | |
"user": { | |
"companyName": "Gmail", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
} | |
}], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 1 | |
}, | |
"likesMessage": { | |
"messageSegments": [{ | |
"text": "You like this.", | |
"type": "Text" | |
}], | |
"text": "You like this." | |
}, | |
"myLike": { | |
"id": "0I0d0000000QcHTCA0", | |
"url": "/services/data/v27.0/chatter/likes/0I0d0000000QcHTCA0" | |
}, | |
"parent": { | |
"id": "005d0000000fNdyAAE", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE" | |
}, | |
"type": "TextComment", | |
"url": "/services/data/v27.0/chatter/comments/0D7d0000000IzU6CAK", | |
"user": { | |
"companyName": null, | |
"firstName": "Jane", | |
"id": "005d0000000fNe3AAE", | |
"isActive": true, | |
"lastName": "Smith", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": { | |
"id": "0E8d0000003OG1vCAG", | |
"url": "/services/data/v27.0/chatter/subscriptions/0E8d0000003OG1vCAG" | |
}, | |
"name": "Jane Smith", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNe3AAE/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNe3AAE", | |
"userType": "Internal" | |
} | |
}], | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTS8CAP/comments", | |
"nextPageUrl": null, | |
"total": 1 | |
}, | |
"createdDate": "2013-06-05T03:49:43.000Z", | |
"event": false, | |
"id": "0D5d000000WDTS8CAP", | |
"isBookmarkedByCurrentUser": false, | |
"isDeleteRestricted": false, | |
"isLikedByCurrentUser": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTS8CAP/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"modifiedDate": "2013-06-05T03:50:48.000Z", | |
"myLike": null, | |
"originalFeedItem": null, | |
"originalFeedItemActor": null, | |
"parent": { | |
"companyName": null, | |
"firstName": "Bob", | |
"id": "005d0000000fNdyAAE", | |
"isActive": true, | |
"lastName": "Jones", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": { | |
"id": "0E8d0000003OG1qCAG", | |
"url": "/services/data/v27.0/chatter/subscriptions/0E8d0000003OG1qCAG" | |
}, | |
"name": "Bob Jones", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE", | |
"userType": "Internal" | |
}, | |
"photoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"preamble": { | |
"messageSegments": [{ | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"reference": { | |
"id": "005d0000000fNdyAAE", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE" | |
}, | |
"text": "Bob Jones", | |
"type": "EntityLink" | |
}], | |
"text": "Bob Jones" | |
}, | |
"topics": null, | |
"type": "TextPost", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTS8CAP", | |
"visibility": "AllUsers" | |
}, | |
{ | |
"actor": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"attachment": null, | |
"body": { | |
"messageSegments": [ | |
{ | |
"text": "changed ", | |
"type": "Text" | |
}, | |
{ | |
"segments": [ | |
{ | |
"text": "City", | |
"type": "FieldChangeName" | |
}, | |
{ | |
"text": " from ", | |
"type": "Text" | |
}, | |
{ | |
"text": "a blank value", | |
"type": "FieldChangeValue", | |
"url": null | |
}, | |
{ | |
"text": " to ", | |
"type": "Text" | |
}, | |
{ | |
"text": "Portland", | |
"type": "FieldChangeValue", | |
"url": null | |
} | |
], | |
"text": "City from a blank value to Portland", | |
"type": "FieldChange" | |
}, | |
{ | |
"text": ", ", | |
"type": "Text" | |
}, | |
{ | |
"segments": [ | |
{ | |
"text": "Zip/Postal Code", | |
"type": "FieldChangeName" | |
}, | |
{ | |
"text": " from ", | |
"type": "Text" | |
}, | |
{ | |
"text": "97215", | |
"type": "FieldChangeValue", | |
"url": null | |
}, | |
{ | |
"text": " to ", | |
"type": "Text" | |
}, | |
{ | |
"text": "97202", | |
"type": "FieldChangeValue", | |
"url": null | |
} | |
], | |
"text": "Zip/Postal Code from 97215 to 97202", | |
"type": "FieldChange" | |
}, | |
{ | |
"text": ", and ", | |
"type": "Text" | |
}, | |
{ | |
"segments": [ | |
{ | |
"text": "Phone", | |
"type": "FieldChangeName" | |
}, | |
{ | |
"text": " from ", | |
"type": "Text" | |
}, | |
{ | |
"text": "a blank value", | |
"type": "FieldChangeValue", | |
"url": null | |
}, | |
{ | |
"text": " to ", | |
"type": "Text" | |
}, | |
{ | |
"text": "5035022972", | |
"type": "FieldChangeValue", | |
"url": null | |
} | |
], | |
"text": "Phone from a blank value to 5035022972", | |
"type": "FieldChange" | |
}, | |
{ | |
"text": ".", | |
"type": "Text" | |
} | |
], | |
"text": "changed City from a blank value to Portland, Zip/Postal Code from 97215 to 97202, and Phone from a blank value to 5035022972." | |
}, | |
"canShare": false, | |
"clientInfo": null, | |
"comments": { | |
"comments": [ | |
{ | |
"attachment": null, | |
"body": { | |
"messageSegments": [{ | |
"text": "I have a contact near you. Let me know if you'd like an inroduction.", | |
"type": "Text" | |
}], | |
"text": "I have a contact near you. Let me know if you'd like an inroduction." | |
}, | |
"clientInfo": null, | |
"createdDate": "2013-06-05T03:45:04.000Z", | |
"feedItem": { | |
"id": "0D5d000000WDTLMCA5", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTLMCA5" | |
}, | |
"id": "0D7d0000000IzTwCAK", | |
"isDeleteRestricted": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/comments/0D7d0000000IzTwCAK/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"myLike": null, | |
"parent": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"type": "TextComment", | |
"url": "/services/data/v27.0/chatter/comments/0D7d0000000IzTwCAK", | |
"user": { | |
"companyName": null, | |
"firstName": "Bob", | |
"id": "005d0000000fNdyAAE", | |
"isActive": true, | |
"lastName": "Jones", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": { | |
"id": "0E8d0000003OG1qCAG", | |
"url": "/services/data/v27.0/chatter/subscriptions/0E8d0000003OG1qCAG" | |
}, | |
"name": "Bob Jones", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNdyAAE", | |
"userType": "Internal" | |
} | |
}, | |
{ | |
"attachment": null, | |
"body": { | |
"messageSegments": [{ | |
"text": "I do too! Let's close the sale!", | |
"type": "Text" | |
}], | |
"text": "I do too! Let's close the sale!" | |
}, | |
"clientInfo": null, | |
"createdDate": "2013-06-05T03:46:09.000Z", | |
"feedItem": { | |
"id": "0D5d000000WDTLMCA5", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTLMCA5" | |
}, | |
"id": "0D7d0000000IzU1CAK", | |
"isDeleteRestricted": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/comments/0D7d0000000IzU1CAK/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"myLike": null, | |
"parent": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"type": "TextComment", | |
"url": "/services/data/v27.0/chatter/comments/0D7d0000000IzU1CAK", | |
"user": { | |
"companyName": null, | |
"firstName": "Jane", | |
"id": "005d0000000fNe3AAE", | |
"isActive": true, | |
"lastName": "Smith", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": { | |
"id": "0E8d0000003OG1vCAG", | |
"url": "/services/data/v27.0/chatter/subscriptions/0E8d0000003OG1vCAG" | |
}, | |
"name": "Jane Smith", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNe3AAE/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fNe3AAE", | |
"userType": "Internal" | |
} | |
} | |
], | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTLMCA5/comments", | |
"nextPageUrl": null, | |
"total": 2 | |
}, | |
"createdDate": "2013-06-05T03:40:38.000Z", | |
"event": false, | |
"id": "0D5d000000WDTLMCA5", | |
"isBookmarkedByCurrentUser": false, | |
"isDeleteRestricted": true, | |
"isLikedByCurrentUser": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTLMCA5/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"modifiedDate": "2013-06-05T03:46:09.000Z", | |
"myLike": null, | |
"originalFeedItem": null, | |
"originalFeedItemActor": null, | |
"parent": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"photoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"preamble": { | |
"messageSegments": [ | |
{ | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"reference": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"text": "Dianna Li", | |
"type": "EntityLink" | |
}, | |
{ | |
"text": " \u2014 ", | |
"type": "Text" | |
}, | |
{ | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"reference": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"text": "Dianna Li", | |
"type": "EntityLink" | |
} | |
], | |
"text": "Dianna Li \u2014 Dianna Li" | |
}, | |
"topics": null, | |
"type": "TrackedChange", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTLMCA5", | |
"visibility": "AllUsers" | |
}, | |
{ | |
"actor": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"attachment": { | |
"description": null, | |
"icon": null, | |
"linkUrl": null, | |
"subtype": "CollaborationGroupCreated", | |
"title": null, | |
"type": "BasicTemplate" | |
}, | |
"body": { | |
"messageSegments": [ | |
{ | |
"text": "created the public group ", | |
"type": "Text" | |
}, | |
{ | |
"motif": { | |
"largeIconUrl": "/img/icon/groups64.png", | |
"mediumIconUrl": "/img/icon/groups32.png", | |
"smallIconUrl": "/img/icon/groups16.png" | |
}, | |
"reference": { | |
"id": "0F9d0000000TlYkCAK", | |
"url": "/services/data/v27.0/chatter/groups/0F9d0000000TlYkCAK" | |
}, | |
"text": "All Gmail", | |
"type": "EntityLink" | |
}, | |
{ | |
"text": ".", | |
"type": "Text" | |
} | |
], | |
"text": "created the public group All Gmail." | |
}, | |
"canShare": false, | |
"clientInfo": null, | |
"comments": { | |
"comments": [], | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTJLCA5/comments", | |
"nextPageUrl": null, | |
"total": 0 | |
}, | |
"createdDate": "2013-06-05T03:39:42.000Z", | |
"event": false, | |
"id": "0D5d000000WDTJLCA5", | |
"isBookmarkedByCurrentUser": false, | |
"isDeleteRestricted": true, | |
"isLikedByCurrentUser": false, | |
"likes": { | |
"currentPageUrl": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTJLCA5/likes", | |
"likes": [], | |
"nextPageUrl": null, | |
"previousPageUrl": null, | |
"total": 0 | |
}, | |
"likesMessage": null, | |
"modifiedDate": "2013-06-05T03:39:42.000Z", | |
"myLike": null, | |
"originalFeedItem": null, | |
"originalFeedItemActor": null, | |
"parent": { | |
"companyName": "Universal Containers", | |
"firstName": "Dianna", | |
"id": "005d0000000fIJwAAM", | |
"isActive": true, | |
"lastName": "Li", | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"mySubscription": null, | |
"name": "Dianna Li", | |
"photo": { | |
"fullEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_200.png?fromEmail=1", | |
"largePhotoUrl": "https://c.na14.content.force.com/profilephoto/005/F", | |
"photoVersionId": null, | |
"smallPhotoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"standardEmailPhotoUrl": "https://na14.salesforce.com/img/userprofile/default_profile_45.png?fromEmail=1", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM/photo" | |
}, | |
"title": null, | |
"type": "User", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM", | |
"userType": "Internal" | |
}, | |
"photoUrl": "https://c.na14.content.force.com/profilephoto/005/T", | |
"preamble": { | |
"messageSegments": [{ | |
"motif": { | |
"largeIconUrl": "/img/icon/profile64.png", | |
"mediumIconUrl": "/img/icon/profile32.png", | |
"smallIconUrl": "/img/icon/profile16.png" | |
}, | |
"reference": { | |
"id": "005d0000000fIJwAAM", | |
"url": "/services/data/v27.0/chatter/users/005d0000000fIJwAAM" | |
}, | |
"text": "Dianna Li", | |
"type": "EntityLink" | |
}], | |
"text": "Dianna Li" | |
}, | |
"topics": null, | |
"type": "BasicTemplateFeedItem", | |
"url": "/services/data/v27.0/chatter/feed-items/0D5d000000WDTJLCA5", | |
"visibility": "AllUsers" | |
} | |
], | |
"nextPageUrl": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment