GET api/insights/all
Get all insights for all plans
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InsightResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectId | globally unique identifier |
None. |
|
| ObjectType | InsightObjectType |
None. |
|
| Values | Collection of InsightValue |
None. |
|
| Compliance | decimal number |
None. |
|
| AsOfDate | date |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ObjectId": "5ac4aaee-0c0f-4f25-89b6-98558a44f216",
"ObjectType": 0,
"Values": [
{
"InsightId": "11774cca-b3a5-4bb7-9679-7c2ef5aa3901",
"CategoryId": "a6553634-4905-45be-ad14-266e4abe1bb2",
"Level": 0,
"IsCompliance": true,
"ResultText": "sample string 4",
"Details": [
"sample string 1",
"sample string 2"
],
"DetailsText": [
"sample string 1",
"sample string 2"
],
"DetailType": 0,
"InsightItems": [
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
},
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
},
{
"InsightId": "11774cca-b3a5-4bb7-9679-7c2ef5aa3901",
"CategoryId": "a6553634-4905-45be-ad14-266e4abe1bb2",
"Level": 0,
"IsCompliance": true,
"ResultText": "sample string 4",
"Details": [
"sample string 1",
"sample string 2"
],
"DetailsText": [
"sample string 1",
"sample string 2"
],
"DetailType": 0,
"InsightItems": [
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
},
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
}
],
"Compliance": 2.0,
"AsOfDate": "2025-11-06T12:33:47.9394552+00:00",
"id": "24b57fd6-31f5-4dd3-860a-97ad3224fafb",
"ConfigId": "46cbcbd6-d75f-45c7-abf8-95c7822dd47b"
},
{
"ObjectId": "5ac4aaee-0c0f-4f25-89b6-98558a44f216",
"ObjectType": 0,
"Values": [
{
"InsightId": "11774cca-b3a5-4bb7-9679-7c2ef5aa3901",
"CategoryId": "a6553634-4905-45be-ad14-266e4abe1bb2",
"Level": 0,
"IsCompliance": true,
"ResultText": "sample string 4",
"Details": [
"sample string 1",
"sample string 2"
],
"DetailsText": [
"sample string 1",
"sample string 2"
],
"DetailType": 0,
"InsightItems": [
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
},
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
},
{
"InsightId": "11774cca-b3a5-4bb7-9679-7c2ef5aa3901",
"CategoryId": "a6553634-4905-45be-ad14-266e4abe1bb2",
"Level": 0,
"IsCompliance": true,
"ResultText": "sample string 4",
"Details": [
"sample string 1",
"sample string 2"
],
"DetailsText": [
"sample string 1",
"sample string 2"
],
"DetailType": 0,
"InsightItems": [
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
},
{
"Text": "sample string 1",
"WorkPlanId": "327904ab-b00a-4eec-96a8-dd0d8039160c",
"Id": "74fdc821-6cc1-4600-8bff-ea2507bf4159"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
}
],
"Compliance": 2.0,
"AsOfDate": "2025-11-06T12:33:47.9394552+00:00",
"id": "24b57fd6-31f5-4dd3-860a-97ad3224fafb",
"ConfigId": "46cbcbd6-d75f-45c7-abf8-95c7822dd47b"
}
]