GET api/insights/all
Get all insights for all plans
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InsightResultName | 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": "87443261-1bc4-41cb-9e48-0e2154038afe", "ObjectType": 0, "Values": [ { "InsightId": "c8ed8d1a-4625-4f93-89c8-440b541f4ea5", "CategoryId": "7eac3005-76bc-44fa-8223-eff287637d84", "Level": 0, "IsCompliance": true, "ResultText": "sample string 4", "Details": [ "sample string 1", "sample string 2" ], "DetailsText": [ "sample string 1", "sample string 2" ], "Result": true, "ResultValue": { "sample string 1": {}, "sample string 3": {} }, "Snoozed": true }, { "InsightId": "c8ed8d1a-4625-4f93-89c8-440b541f4ea5", "CategoryId": "7eac3005-76bc-44fa-8223-eff287637d84", "Level": 0, "IsCompliance": true, "ResultText": "sample string 4", "Details": [ "sample string 1", "sample string 2" ], "DetailsText": [ "sample string 1", "sample string 2" ], "Result": true, "ResultValue": { "sample string 1": {}, "sample string 3": {} }, "Snoozed": true } ], "Compliance": 2.0, "AsOfDate": "2024-12-18T20:03:35.5976049+00:00", "id": "cce2f3e8-1693-4079-aa65-55c77609b203", "ConfigId": "5734b53b-d69b-473f-9a89-4173b5fb07dc" }, { "ObjectId": "87443261-1bc4-41cb-9e48-0e2154038afe", "ObjectType": 0, "Values": [ { "InsightId": "c8ed8d1a-4625-4f93-89c8-440b541f4ea5", "CategoryId": "7eac3005-76bc-44fa-8223-eff287637d84", "Level": 0, "IsCompliance": true, "ResultText": "sample string 4", "Details": [ "sample string 1", "sample string 2" ], "DetailsText": [ "sample string 1", "sample string 2" ], "Result": true, "ResultValue": { "sample string 1": {}, "sample string 3": {} }, "Snoozed": true }, { "InsightId": "c8ed8d1a-4625-4f93-89c8-440b541f4ea5", "CategoryId": "7eac3005-76bc-44fa-8223-eff287637d84", "Level": 0, "IsCompliance": true, "ResultText": "sample string 4", "Details": [ "sample string 1", "sample string 2" ], "DetailsText": [ "sample string 1", "sample string 2" ], "Result": true, "ResultValue": { "sample string 1": {}, "sample string 3": {} }, "Snoozed": true } ], "Compliance": 2.0, "AsOfDate": "2024-12-18T20:03:35.5976049+00:00", "id": "cce2f3e8-1693-4079-aa65-55c77609b203", "ConfigId": "5734b53b-d69b-473f-9a89-4173b5fb07dc" } ]