この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Topic Files

指定されたトピックに最近投稿された 5 つのファイルに関する情報を返します。

リソース
1/connect/topics/topicId/files
1/connect/communities/communityId/topics/topicId/files
適用開始バージョン
29.0

バージョン 28.0 では、/chatter/topics/topicId/files を使用します。

Chatter が必要かどうか
いいえ
HTTP メソッド
GET または HEAD
レスポンスボディ
File Summary Page
レスポンスボディの例
この GET 要求は、指定されたトピックのすべてのファイルに関する情報を返します。
1/connect/topics/0TOD000000009Q2/files

応答は次のようになります。

1{
2   "currentPageUrl": null,
3   "files": [{
4      "checksum": "a65b71bc6a31fa95dd0a9232c9f58c86",
5      "contentSize": 100377,
6      "contentUrl": null,
7      "description": null,
8      "downloadUrl": "/services/data/v45.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/v45.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/v45.0/chatter/users/005D0000001LL8OIAW/photo"
49         },
50         "title": null,
51         "type": "User",
52         "url": "/services/data/v45.0/chatter/users/005D0000001LFNnIAO",
53         "userType": "Internal"
54      },
55      "parentFolder" : "null",
56      "pdfRenditionStatus": "Na",
57      "renditionUrl": "/services/data/v45.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/v45.0/connect/files/069D00000001E32IAE?versionNumber=1",
64      "versionNumber": "1"
65   }],
66   "nextPageUrl": null,
67   "previousPageUrl": null
68}