Hari

Results 9 comments of Hari

Hi bvkimball, http.get('/settings').then(function(response) { chkdata = JSON.stringify(response); console.log('First chkdata---', chkdata); }); http.get('/settings/userId,userEntitlements').then(function(response) { console.log('settings', response); }); We have tried and got userId which is 3 but this is not logdin...

I have tried http.get('/entity/CorporateUser/3?fields=*').then(function(response) { console.log('settings............', response); }); And getting following output but here not any Private Lable value, please see attached ![pl](https://cloud.githubusercontent.com/assets/26739045/25127305/fe372892-2452-11e7-9950-3cf65c9d5472.png) Also tried var entity = new CorporateUser().fields('id','privateLabel(id,name)','userType(id,name)');...

Hi, First of all http.get('/settings/userId,privateLabelId').then(function(response) { I have tested and here userId not correct Now I hard coded passed user id in following http.get('/entity/CorporateUser/920363?fields=*').then(function(response) { console.log('settings............', response); }); I am...

http.get('/settings/userId,userEntitlements').then(function(response) { here also userId not correct

First of all I am not getting correct user which is login now in bullhorn. I have used ""http.get('/settings/userId,userEntitlements').then(function(response) {" as you suggested. But not getting correct userId. Second for...

**Getting issue in private label Id** I have made user for comforce health and credentials as follows: ![image](https://cloud.githubusercontent.com/assets/26739045/26005802/d2361682-3757-11e7-8c33-620d70ec562b.png) Now, I have created a candidate 920557 | hari test comforce this...

Still we are waiting response from bullhorn

Same issue again came. Also when authenticated then in response getting resrUrl without https showing as http only. rawRestUrl: "http://rest91.vip.bos.bullhorn.com/rest-services/2tines/" ![image](https://user-images.githubusercontent.com/26739045/54811157-f087de00-4cad-11e9-8121-ffa01cb6bd67.png) previously came as restUrl = 'https://rest9.bullhornstaffing.com/rest-services/2tines/'; So, please let...

Please anyone provide solution