Insights
Follow this documentation to see what are the endpoints you can call to get all about Insights.
List all Insights Profile
{
"statusCode": 200,
"message": "GET Request successful.",
"isError": false,
"result": {
"CurrentPage": 1,
"PageSize": 10,
"TotalCount": 3,
"Items": [
{
"Id": "cc243009-...-e85332a78751",
"Name": "Profile Name",
"CustomerId": "074d593a-...-291eb37b72ed",
"CreatedAt": "2022-08-16T08:36:21.419586Z",
"InsightProfileItems": [
{
"Id": "9d09786b-...-410232caf200",
"DataDictionaryId": "35b1018f-...-14abd3cf0a3a",
"Attribute": "Pension Income",
"Period": "ThreeMonthsAgo",
"InsightsType": "Income"
},
{
"Id": "a3e490b2-...-c766c75b619e",
"DataDictionaryId": "35b1018f-...-14abd3cf0a3a",
"Attribute": "Pension Income",
"Period": "CurrentMonth",
"InsightsType": "Income"
}
]
}
]
}
}Parameter
Type
Description
View the Profile of a User
Parameter
Type
Description
Period
Get Insights
Last updated
Was this helpful?
