using id not relying on title variations

This commit is contained in:
2024-06-19 21:26:45 +01:00
parent ce3b8cbad2
commit 9b5f6d4f74
3 changed files with 19 additions and 2 deletions
@@ -64,7 +64,12 @@ export default async function ApiProxy(req, res) {
"&$count=true";
//" and statuscode eq 1&$count=true";
queryUrl = queryUrl + getSelectQuery(appealTypeName);
queryUrl =
queryUrl +
getSelectQuery(appealTypeName) +
",_" +
primaryIdAttribute +
"s_value";
console.log(
"\n==========================================\n",