Newer Version Available
Topic Files
Returns information about the five files most recently posted to the specified topic.
- Resource
-
1/connect/topics/topicId/files1/connect/communities/communityId/topics/topicId/files - Available since version
- 29.0
In version 28.0, use /chatter/topics/topicId/files.
- Requires Chatter
- No
- HTTP methods
- GET or HEAD
- Response body
- File Summary Page
- Example response body
- This GET request returns information about every file in the specified
topic:
1/connect/topics/0TOD000000009Q2/filesThe response is:
1{ 2 "currentPageUrl": null, 3 "files": [{ 4 "checksum": "a65b71bc6a31fa95dd0a9232c9f58c86", 5 "contentSize": 100377, 6 "contentUrl": null, 7 "description": null, 8 "downloadUrl": "/services/data/v38.0/connect/files/069D00000001E32IAE/content?versionNumber=1", 9 "fileExtension": "png", 10 "fileType": "Png", 11 "flashRenditionStatus": "Na", 12 "id": "069D00000001E32IAE", 13 "isInMyFileSync": false, 14 "mimeType": "image/png", 15 "modifiedDate": "2012-07-17T21:47:27.000Z", 16 "motif": { 17 "color": "993333", 18 "largeIconUrl": "/img/content/content64.png", 19 "mediumIconUrl": "/img/content/content32.png", 20 "smallIconUrl": "/img/icon/files16.png" 21 }, 22 "mySubscription": { 23 "id": "0E8D0000000T5JrKAK", 24 "url": "/services/data/v38.0/chatter/subscriptions/0E8D0000000T5JrKAK" 25 }, 26 "name": "Recruitment Poster", 27 "origin": "Chatter", 28 "owner": { 29 "companyName": "SeattleApps", 30 "firstName": "Rene", 31 "id": "005D0000001LFNnIAO", 32 "isActive": true, 33 "lastName": "Holmes", 34 "motif": { 35 "color": "1797C0", 36 "largeIconUrl": "/img/icon/profile64.png", 37 "mediumIconUrl": "/img/icon/profile.png", 38 "smallIconUrl": "/img/icon/profile.png" 39 }, 40 "mySubscription": null, 41 "name": "Rene Holmes", 42 "photo": { 43 "fullEmailPhotoUrl": "https://instance_name/ncsphoto/SqRfG_-PUTY6KtfOp_f0cEw-MQI3xmkJ21oNEOQ-5sZVyX4qlsJTXfOWM77RW7yt", 44 "largePhotoUrl": "https://instance_name/profilephoto/729D00000000BDV/F", 45 "photoVersionId": "729D00000000BDV", 46 "smallPhotoUrl": "https://instance_name/profilephoto/729D00000000BDV/T", 47 "standardEmailPhotoUrl": "https://instance_name/ncsphoto/SqRfG_-PUTY6KtfOp_f0cEw-MQI3xmkJ21oNEOQ-5sbktFTIf9vWhFTTALJiaFz_", 48 "url": "/services/data/v38.0/chatter/users/005D0000001LL8OIAW/photo" 49 }, 50 "title": null, 51 "type": "User", 52 "url": "/services/data/v38.0/chatter/users/005D0000001LFNnIAO", 53 "userType": "Internal" 54 }, 55 "parentFolder" : "null", 56 "pdfRenditionStatus": "Na", 57 "renditionUrl": "/services/data/v38.0/connect/files/069D00000001E32IAE/rendition", 58 "thumb120By90RenditionStatus": "Success", 59 "thumb240By180RenditionStatus": "Success", 60 "thumb720By480RenditionStatus": "Success", 61 "title": "Recruitment Poster", 62 "type": "ContentDocument", 63 "url": "/services/data/v38.0/connect/files/069D00000001E32IAE?versionNumber=1", 64 "versionNumber": "1" 65 }], 66 "nextPageUrl": null, 67 "previousPageUrl": null 68}