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 InsightCommentName | Description | Type | Additional 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": "f6fce0da-0fc1-4ee7-b0d8-54b8c0a23e60", "ItemType": 0, "Name": "sample string 2", "HtmlName": "sample string 3", "WorkPlanId": "b9fc6aa5-3599-4462-91d3-924d0174d4aa", "Comment": "sample string 5", "Date": "2025-09-03T08:49:05.8991612+00:00", "PostUrl": "sample string 7", "UPN": "6273dc93-bc90-49cb-a66e-370bdb789807", "ResourceName": "sample string 9", "Comments": [ { "ResourceName": "sample string 1", "Id": "f105887e-ab77-41b8-9538-78fdc4a5b691", "UPN": "8142d84b-fc95-4c94-953f-6064378da7d1", "PostDate": "2025-09-03T08:49:05.8991612+00:00", "Comment": "sample string 5", "CC": [ "11fba407-fa0d-4f6d-af71-47888e43c179", "f27adbbf-26bc-433d-a2aa-bed227d44f77" ], "Users": [ "fd8fab31-8de2-4704-b296-ff015d7f876f", "2d37097d-9afb-4bd3-bd23-729499ec0496" ] }, { "ResourceName": "sample string 1", "Id": "f105887e-ab77-41b8-9538-78fdc4a5b691", "UPN": "8142d84b-fc95-4c94-953f-6064378da7d1", "PostDate": "2025-09-03T08:49:05.8991612+00:00", "Comment": "sample string 5", "CC": [ "11fba407-fa0d-4f6d-af71-47888e43c179", "f27adbbf-26bc-433d-a2aa-bed227d44f77" ], "Users": [ "fd8fab31-8de2-4704-b296-ff015d7f876f", "2d37097d-9afb-4bd3-bd23-729499ec0496" ] } ] }, { "id": "f6fce0da-0fc1-4ee7-b0d8-54b8c0a23e60", "ItemType": 0, "Name": "sample string 2", "HtmlName": "sample string 3", "WorkPlanId": "b9fc6aa5-3599-4462-91d3-924d0174d4aa", "Comment": "sample string 5", "Date": "2025-09-03T08:49:05.8991612+00:00", "PostUrl": "sample string 7", "UPN": "6273dc93-bc90-49cb-a66e-370bdb789807", "ResourceName": "sample string 9", "Comments": [ { "ResourceName": "sample string 1", "Id": "f105887e-ab77-41b8-9538-78fdc4a5b691", "UPN": "8142d84b-fc95-4c94-953f-6064378da7d1", "PostDate": "2025-09-03T08:49:05.8991612+00:00", "Comment": "sample string 5", "CC": [ "11fba407-fa0d-4f6d-af71-47888e43c179", "f27adbbf-26bc-433d-a2aa-bed227d44f77" ], "Users": [ "fd8fab31-8de2-4704-b296-ff015d7f876f", "2d37097d-9afb-4bd3-bd23-729499ec0496" ] }, { "ResourceName": "sample string 1", "Id": "f105887e-ab77-41b8-9538-78fdc4a5b691", "UPN": "8142d84b-fc95-4c94-953f-6064378da7d1", "PostDate": "2025-09-03T08:49:05.8991612+00:00", "Comment": "sample string 5", "CC": [ "11fba407-fa0d-4f6d-af71-47888e43c179", "f27adbbf-26bc-433d-a2aa-bed227d44f77" ], "Users": [ "fd8fab31-8de2-4704-b296-ff015d7f876f", "2d37097d-9afb-4bd3-bd23-729499ec0496" ] } ] } ]