04/12/2022 01:14 PM
Hi,
Except employeeId no other field is getting imported for REST connector. Following is the structure for the REST API response:
{
"connection": "userAuth",
"url": "https://api.bamboohr.com/api/gateway.php/murthys/v1/employees/directory",
"httpMethod": "GET",
"httpHeaders": {
"contentType": "application/x-www-form-urlencoded",
"Authorization": "${access_token}",
"x-api-key": "d7f462a1e39aeaafab9c42489b7218f8737b3171"
},
"userResponsePath": "directory.employees.employee",
"colsToPropsMap": {
"username": "id~#~char",
"firstname": "firstName~#~char",
"middleName": "middleName~#~char",
"lastname": "lastName~#~char",
"displayname": "preferredName~#~char"
}
}
Solved! Go to Solution.
04/12/2022 02:41 PM
04/12/2022 02:41 PM
Ramana,
Did the solution that Pallavi provide work ?
If Yes, can you post the sample here for the benefit of the community ?
Regards,
Avinash Chhetri