機械翻訳について

サーベイ構成属性のRESTエンドポイント

サーベイ構成/サーベイ構成属性
サーベイ構成属性リソースは、サーベイ構成に関連付けられた属性の作成、読取り、更新および削除に使用されます。
サーベイ構成属性の作成
メソッド: post
パス: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes
サーベイ構成属性の削除
メソッド: delete
パス: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId}
サーベイ構成属性の取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId}
すべてのサーベイ構成属性の取得
メソッド: get
パス: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes
サーベイ構成属性の更新
メソッド: patch
パス: /crmRestApi/resources/11.13.18.05/surveyConfigurations/{ConfigId}/child/configurationAttributes/{ConfigAttrId}