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
NameDescriptionTypeAdditional 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": "93b40edf-2fdb-42f2-a390-8c4ff06e5a32",
    "ObjectType": 0,
    "Values": [
      {
        "InsightId": "16e5e078-b9be-4ad1-a34e-2d0cb1159b58",
        "CategoryId": "e2d9fdda-048a-4a11-af2a-50537c19ef7f",
        "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": "16e5e078-b9be-4ad1-a34e-2d0cb1159b58",
        "CategoryId": "e2d9fdda-048a-4a11-af2a-50537c19ef7f",
        "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-10-18T08:30:00.1361705+00:00",
    "id": "5a937499-8232-459f-9ed3-01e574767871",
    "ConfigId": "7f38acd6-4c51-4038-a11a-a82c66cdcbf6"
  },
  {
    "ObjectId": "93b40edf-2fdb-42f2-a390-8c4ff06e5a32",
    "ObjectType": 0,
    "Values": [
      {
        "InsightId": "16e5e078-b9be-4ad1-a34e-2d0cb1159b58",
        "CategoryId": "e2d9fdda-048a-4a11-af2a-50537c19ef7f",
        "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": "16e5e078-b9be-4ad1-a34e-2d0cb1159b58",
        "CategoryId": "e2d9fdda-048a-4a11-af2a-50537c19ef7f",
        "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-10-18T08:30:00.1361705+00:00",
    "id": "5a937499-8232-459f-9ed3-01e574767871",
    "ConfigId": "7f38acd6-4c51-4038-a11a-a82c66cdcbf6"
  }
]