Feed Elements Capability, Poll
- リソース
-
1/chatter/feed-elements/feedElementId/capabilities/poll1/connect/communities/communityId/chatter/feed-elements/feedElementId/capabilities/poll - 使用可能なバージョン
- 32.0
- Chatter が必要かどうか
- はい
- HTTP のメソッド
- GET、PATCH
- PATCH のリクエストボディ
-
- XML の例
-
1<pollCapability> 2 <pollChoices> 3 <choice>Monday</choice> 4 <choice>Tuesday</choice> 5 </pollChoices> 6</pollCapability> - JSON の例
-
1{ 2 "choices" : [ 3 "Monday", "Tuesday" 4 ] 5} - プロパティ
- PATCH の要求パラメータ
-
パラメータ名 型 説明 必須項目/省略可能 使用可能なバージョン myChoiceId String アンケート選択肢 ID。 必須項目 32.0 - GET、PATCH のレスポンスボディ
-
Poll Capability
フィード要素がこの機能をサポートしていない場合、応答は 404: Not Found になります。