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": "5ba2b728-acb5-43c3-b63c-f66ab4478c07",
"ObjectType": 0,
"Values": [
{
"InsightId": "84dd40c9-6fd8-4937-8183-226540690daa",
"CategoryId": "eee29f33-8a6a-471b-ba13-86ef76b4daa9",
"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": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
},
{
"Text": "sample string 1",
"WorkPlanId": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
},
{
"InsightId": "84dd40c9-6fd8-4937-8183-226540690daa",
"CategoryId": "eee29f33-8a6a-471b-ba13-86ef76b4daa9",
"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": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
},
{
"Text": "sample string 1",
"WorkPlanId": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
}
],
"Compliance": 2.0,
"AsOfDate": "2025-11-13T12:28:17.0083755+00:00",
"id": "b96e0542-33fb-417e-a45b-75c7a327b2da",
"ConfigId": "d528ed34-7445-4fe4-8798-c49b6cf00a15"
},
{
"ObjectId": "5ba2b728-acb5-43c3-b63c-f66ab4478c07",
"ObjectType": 0,
"Values": [
{
"InsightId": "84dd40c9-6fd8-4937-8183-226540690daa",
"CategoryId": "eee29f33-8a6a-471b-ba13-86ef76b4daa9",
"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": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
},
{
"Text": "sample string 1",
"WorkPlanId": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
},
{
"InsightId": "84dd40c9-6fd8-4937-8183-226540690daa",
"CategoryId": "eee29f33-8a6a-471b-ba13-86ef76b4daa9",
"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": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
},
{
"Text": "sample string 1",
"WorkPlanId": "dca29526-b274-49c5-b2f4-f3283bd562a4",
"Id": "459c59ca-79ad-43cc-a454-a4fd5db3a7cf"
}
],
"Result": true,
"ResultValue": {
"sample string 1": {},
"sample string 3": {}
},
"Snoozed": true
}
],
"Compliance": 2.0,
"AsOfDate": "2025-11-13T12:28:17.0083755+00:00",
"id": "b96e0542-33fb-417e-a45b-75c7a327b2da",
"ConfigId": "d528ed34-7445-4fe4-8798-c49b6cf00a15"
}
]