api error

Options

When running the following script, I receive the error 

 

res:{"errors":[{"errorMessage":"Error while Proxying Request","errorCode":0}]}

 

 

if(metadata.report == 'CentralOps-All-Retail-Pharm-Jobs'){
httprequest.addHeader('Authorization', 'Basic ' + DOMO.b64EncodeUnicode(metadata.account.username + ':' + metadata.account.password));


var res = httprequest.post(`https://api.icims.com/customers/7136/search/jobs?searchJson={"filters":[{"name":"job.folder","value":["D31001","D31004"],"operator":"="},{"name":"job.positioncategory","value":["C23898","C23897"],"operator":"="}],"operator":"&"}`);

DOMO.log('res:' + res);

}

 

Does anyone know why I am getting this error?

 

 

Comments

  • user009860
    Options

    Just wanted to follow up.  Is anyone able to provide some insight?

This discussion has been closed.