フィールド・グループ・フィールドのRESTエンドポイント
フィールド・グループ/フィールド・グループ・フィールド
フィールド・グループ・フィールド・リソースは、フィールド・グループからのフィールドの表示、作成、更新および削除に使用されます。 フィールド・グループには、フィールド・グループの一部であるフィールドが含まれます。
- フィールド・グループ・フィールドの作成
- メソッド: postパス:
/crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields
- フィールド・グループ・フィールドの削除
- メソッド: deleteパス:
/crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}
- フィールド・グループ・フィールドの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}
- すべてのフィールド・グループ・フィールドの取得
- メソッド: getパス:
/crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields
- フィールド・グループ・フィールドの更新
- メソッド: patchパス:
/crmRestApi/resources/11.13.18.05/fieldGroups/{FieldGroupNumber}/child/fields/{FieldNumber}