下記の要にユーザー選択の項目を取得しようといしいますが、取得できません。
書式が間違っているのでしょうか。
取得したいのは
拠点;テキスト→HR
ユーザー選択;ユーザー選択→伊藤
■発行されているクエリ
https://xxx.cybozu.com/k/v1/records.json?app=180&query=拠点 = “HR” and ユーザー選択 in (“伊藤”)
■実際のSRC
// 同期リクエストを行う
reqUri = kintone.api.url(‘/k/v1/records’) + ‘?app=’+ appId + ‘&query=’ + encodeURI(“拠点 = "” + key1 + “"” + " and ユーザー選択 in (""+ keyName[‘name’]+ “")” );