{ "connection": "userAuth", "url": "https://####", "httpMethod": "GET", "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json" }, "sortDataByConfig": { "dateFormat": "", "datePath": "startDate", "getAllEvents":false }, "userResponsePath": "d.results", "colsToPropsMap": { "username": "userId~#~char", "employeeID":"userId~#~char", "customproperty3":"eventReason~#~char", "customproperty17":"payGrade~#~char", "customproperty33": "employmentNav.empJobRelationshipNav.results[0].relUserNav.firstName~#~char", "customproperty34": "employmentNav.empJobRelationshipNav.results[0].relUserNav.lastName~#~char" }, "pagination": { "nextUrl": { "nextUrlPath": "${response?.completeResponseMap?.d?.__next == null ?null : response?.completeResponseMap?.d?.__next}" } } }