Context Definition ID (GET、PATCH、DELETE)
ID を使用してコンテキスト定義の照会、更新、削除を行います。
- リソース
-
1/connect/context-definitions/${contextDefinitionId} - GET の例
-
1https://yourInstance.salesforce.com/services/data/v59.0/connect/context-definitions/${contextDefinitionId} - PATCH の例
-
1https://yourInstance.salesforce.com/services/data/v59.0/connect/context-definitions/${contextDefinitionId} - DELETE の例
-
1https://yourInstance.salesforce.com/services/data/v59.0/connect/context-definitions/${contextDefinitionId} - 使用可能なバージョン
- 59.0
- Chatter が必要かどうか
- いいえ
- HTTP のメソッド
- GET、PATCH、DELETE
- GET のレスポンスボディ
- Context Definition Output
- PATCH のリクエストボディ
-
- JSON の例
-
1{ 2"definition": "Example Defintion patch", 3"description": "Example Description patch" 4}
- PATCH のレスポンスボディ
- Context Definition Information