{ "accountParams":{ "connection":"userAuth", "processingType":"SequentialAndIterative", "call":{ "call1":{ "callOrder":0, "stageNumber":0, "http":{ "url":"https://dev.service-now.com/api/now/table/sys_user?user_name=56607&sysparm_fields=first_name,last_name,user_name,email,sys_id", "httpMethod":"GET", "httpParams":"{\"sysparm_display_value\":\"true\"}", "httpHeaders":{ "Authorization":"Basic ######" }, "httpContentType":"application/json" }, "statusConfig":{ "active":"true", "inactive":"false" }, "listField":"result", "keyField":"accountID", "accountIdPath":"result.sys_id", "colsToPropsMap":{ "customproperty1":"employee_number~#~char", "CUSTOMPROPERTY2":"last_name~#~char", "customproperty3":"name~#~char", "CUSTOMPROPERTY4":"first_name~#~char", "CUSTOMPROPERTY7":"email~#~char", "name":"user_name~#~char", "accountID":"sys_id~#~char" }, "pagination":{ "nextUrl":{ "nextUrlPath":"${headers?.Link?.split(';')?.size()==5?headers?.Link?.split(';')[2]?.replace('rel=\"prev\",<', '')?.replace('>','')?.trim():headers?.Link?.split(';')?.size()==4 && headers?.Link?.split(';')[2].contains('rel=\"next\",<')?headers?.Link?.split(';')[1]?.replace('rel=\"first\",<', '')?.replace('>','')?.trim():null}" } } }, "call2":{ "callOrder":1, "stageNumber":3, "connection":"userAuth", "http":{ "url":"https://dev.service-now.com/api/now/table/alm_hardware?sysparm_query=install_status%3D1%5Eassigned_to%3D${accountID}", "httpMethod":"GET", "httpParams":"{\"sysparm_display_value\":\"true\"}", "httpHeaders":{ "Authorization":"Basic #########", "Accept":"application/json" }, "httpContentType":"application/json" }, "inputParams": { "dependentCall": true }, "listField":"result", "keyField":"accountID", "nextApiKeyField":"accountID", "colsToPropsMap":{ "accountID":"assigned_to.value~#~char", "CUSTOMPROPERTY8":"asset_tag~#~char" } } } } }