The issue might be in your Response Mapping, try mapping id and name from the response to your entitlement schema, otherwise ISC doesn’t know what to pull even if the aggregation completes.
Hi @nandiniks1 , Are you able to see the response in postman for the same api and with same parameters being passed?
Please check the response mapping and the unique attribute defined in the entitlement schema, whatever the field you choosed as entitlement id, it should be unique one.
What is the output do you see when you run the entitlement aggregation. Do you see the entitlements processed 0 or do you see the actual number.
Can you also please also confirm if the operation type to read the roles is group aggregation - roles , as i see in your description that you have created different entitlement type roles.
Please let us know the information so we can assist further.
Hi @nandiniks1 ,
Your root path in entitlement aggregation should be $.data[*]
and in the response mapping , you have to give the attribute path as $.id
Here $ represents root path.
Hope this helps you.
Thanks