GET api/insights/comments

Get latest comments: Last 10 for each category

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of InsightComment
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

ItemType

InsightCommentType

None.

Name

string

None.

HtmlName

string

None.

WorkPlanId

globally unique identifier

None.

Comment

string

None.

Date

date

None.

PostUrl

string

None.

UPN

globally unique identifier

None.

ResourceName

string

None.

Comments

Collection of InsightCommentComment

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "51353d80-ca51-4032-bc02-c38093af130e",
    "ItemType": 0,
    "Name": "sample string 2",
    "HtmlName": "sample string 3",
    "WorkPlanId": "d4e7ec44-d395-4d71-ac0c-4d19a60dec64",
    "Comment": "sample string 5",
    "Date": "2024-10-18T08:33:37.0095169+00:00",
    "PostUrl": "sample string 7",
    "UPN": "e7425a8e-0f98-4bcc-9b6c-808b19363d47",
    "ResourceName": "sample string 9",
    "Comments": [
      {
        "ResourceName": "sample string 1",
        "Id": "bbe3e3de-890f-48b5-8c29-0e8a7b5068dd",
        "UPN": "6c3126f1-966a-48c8-83c3-64342d6ca056",
        "PostDate": "2024-10-18T08:33:37.0095169+00:00",
        "Comment": "sample string 5",
        "CC": [
          "76a91f27-263c-402a-94bd-9ba123dfb3e6",
          "1a8b5bc1-aa32-4049-b8ee-8be649de3969"
        ],
        "Users": [
          "6ecb829a-65c3-43f5-9e53-ac342aec1763",
          "839274ab-43cc-4a55-89a1-64bb407c5b07"
        ]
      },
      {
        "ResourceName": "sample string 1",
        "Id": "bbe3e3de-890f-48b5-8c29-0e8a7b5068dd",
        "UPN": "6c3126f1-966a-48c8-83c3-64342d6ca056",
        "PostDate": "2024-10-18T08:33:37.0095169+00:00",
        "Comment": "sample string 5",
        "CC": [
          "76a91f27-263c-402a-94bd-9ba123dfb3e6",
          "1a8b5bc1-aa32-4049-b8ee-8be649de3969"
        ],
        "Users": [
          "6ecb829a-65c3-43f5-9e53-ac342aec1763",
          "839274ab-43cc-4a55-89a1-64bb407c5b07"
        ]
      }
    ]
  },
  {
    "id": "51353d80-ca51-4032-bc02-c38093af130e",
    "ItemType": 0,
    "Name": "sample string 2",
    "HtmlName": "sample string 3",
    "WorkPlanId": "d4e7ec44-d395-4d71-ac0c-4d19a60dec64",
    "Comment": "sample string 5",
    "Date": "2024-10-18T08:33:37.0095169+00:00",
    "PostUrl": "sample string 7",
    "UPN": "e7425a8e-0f98-4bcc-9b6c-808b19363d47",
    "ResourceName": "sample string 9",
    "Comments": [
      {
        "ResourceName": "sample string 1",
        "Id": "bbe3e3de-890f-48b5-8c29-0e8a7b5068dd",
        "UPN": "6c3126f1-966a-48c8-83c3-64342d6ca056",
        "PostDate": "2024-10-18T08:33:37.0095169+00:00",
        "Comment": "sample string 5",
        "CC": [
          "76a91f27-263c-402a-94bd-9ba123dfb3e6",
          "1a8b5bc1-aa32-4049-b8ee-8be649de3969"
        ],
        "Users": [
          "6ecb829a-65c3-43f5-9e53-ac342aec1763",
          "839274ab-43cc-4a55-89a1-64bb407c5b07"
        ]
      },
      {
        "ResourceName": "sample string 1",
        "Id": "bbe3e3de-890f-48b5-8c29-0e8a7b5068dd",
        "UPN": "6c3126f1-966a-48c8-83c3-64342d6ca056",
        "PostDate": "2024-10-18T08:33:37.0095169+00:00",
        "Comment": "sample string 5",
        "CC": [
          "76a91f27-263c-402a-94bd-9ba123dfb3e6",
          "1a8b5bc1-aa32-4049-b8ee-8be649de3969"
        ],
        "Users": [
          "6ecb829a-65c3-43f5-9e53-ac342aec1763",
          "839274ab-43cc-4a55-89a1-64bb407c5b07"
        ]
      }
    ]
  }
]