Hi Zeel,
Not the test Operation but for the Account Aggregation 2 there is a WebServiceAfterOperationRule attached. See below from the Source Config.
{
"httpMethodType": "GET",
"sequenceNumberForEndpoint": "2",
"uniqueNameForEndPoint": "Test Connection",
"afterRule": null,
"curlCommand": null,
"rootPath": null,
"body": {
"jsonBody": null,
"bodyFormat": "raw"
},
"responseCode": [
"2**"
],
"resMappingObj": null,
"contextUrl": "odatav4/searchStudent/v1/Students?$filter=criteria/domainIDs eq %2785350%27",
"curlEnabled": false,
"header": {
"Authorization": "Bearer $application.accesstoken$"
},
"operationType": "Test Connection",
"beforeRule": null,
"xpathNamespaces": null,
}
{
"httpMethodType": "GET",
"pagingInitialOffset": 0,
"sequenceNumberForEndpoint": "4",
"uniqueNameForEndPoint": "Account Aggregation 2",
"afterRule": "Parkland Pathways Concatenate Course",
"curlCommand": null,
"rootPath": null,
"body": {
"bodyFormData": null,
"jsonBody": null,
"bodyFormat": "raw"
},
"customAuthUrl": null,
"paginationSteps": null,
"responseCode": [
"2**"
],
"resMappingObj": {
"componentID": "$.value[*].componentID",
"title": "$.value[*].title",
"status": "$.value[*].status"
},
"contextUrl": "odatav4/public/user/learningHistory/v1/learninghistorys?$filter=criteria/targetUserID%20eq%20'$response.studentID$'",
"pagingSize": 200,
"curlEnabled": false,
"header": {
"Authorization": "Bearer $application.accesstoken$",
"Content-Type": "application/json;odata.metadata=minimal"
},
"operationType": "Account Aggregation",
"beforeRule": null,
"xpathNamespaces": null,
"parentEndpointName": "Account Aggregation"
}