サーベイ構成属性の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}