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

User Recommendations for a Specific Action and Object ID

コンテキストユーザへの指定されたアクションおよびオブジェクト ID のおすすめを返します。おすすめの削除にも使用されます。
リソース
1/chatter/users/me/recommendations/action/objectID
または
1/chatter/users/userId/recommendations/action/objectID

userId は、コンテキストユーザの ID または別名 me である必要があります。

メモ

  • action の有効値は次のとおりです。
    • follow
    • join
    • view (バージョン 25.0 以降で使用可能)
  • オブジェクト ID の有効値は次のとおりです。
    • actionfollow の場合、オブジェクト ID は、ユーザ ID、ファイル ID、またはレコード ID です。
    • actionjoin の場合、オブジェクト ID はグループ ID です。
    • actionview の場合、オブジェクト ID は、ユーザ ID、ファイル ID、グループ ID、またはレコード ID です。
適用開始バージョン
24.0
Chatter が必要かどうか
はい
HTTP メソッド
GET、DELETE、または HEAD
DELETE は、おすすめの削除に使用され、次のリソースでのみ有効です。
  • /chatter/users/me | userId/recommendations/follow/recommendedUserId
  • /chatter/users/me | userId/recommendations/follow/recommendedFileId
  • /chatter/users/me | userId/recommendations/follow/recommendedRecordId
  • /chatter/users/me | userId/recommendations/join/recommendedGroupId

userId は、コンテキストユーザの ID または別名 me である必要があります。

メモ

GET のレスポンスボディ
Recommendations
DELETE のレスポンスボディ
204: DELETE が成功しました