GET api/tasks/{id}/comments
Get Comments for a task
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CommentsResponseName | Description | Type | Additional information |
---|---|---|---|
Comments | Collection of TaskComment |
None. |
|
Resources | Collection of Resource |
None. |
Response Formats
application/json, text/json
Sample:
{ "Comments": [ { "Id": "21e606f6-fa97-4189-8979-9771688bfce8", "UPN": "73c18447-30bf-4b55-a819-69d5d393c75f", "PostDate": "2025-07-11T14:35:51.0417834+00:00", "Comment": "sample string 4", "CC": [ "d01e56d8-cf55-4452-85ac-8f6c98f8a1e8", "4a802433-d670-4d25-a096-dfa85b07adad" ], "Users": [ "361bf80c-f015-492f-abad-688602d1a5aa", "a176d077-a49d-40ba-9469-0497da815cb0" ] }, { "Id": "21e606f6-fa97-4189-8979-9771688bfce8", "UPN": "73c18447-30bf-4b55-a819-69d5d393c75f", "PostDate": "2025-07-11T14:35:51.0417834+00:00", "Comment": "sample string 4", "CC": [ "d01e56d8-cf55-4452-85ac-8f6c98f8a1e8", "4a802433-d670-4d25-a096-dfa85b07adad" ], "Users": [ "361bf80c-f015-492f-abad-688602d1a5aa", "a176d077-a49d-40ba-9469-0497da815cb0" ] } ], "Resources": [ { "userid": "8270b9cc-021e-409a-89a5-ce715f339359", "Office365Id": "bd2eda3d-8cdc-4a4f-b6db-5b2efb2d65b2", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "a00f1816-73e8-45ca-9726-e8a487713aa7", "LastLogin": "2025-07-11T14:35:51.0417834+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "7b5d3df4-0cd0-4b5a-b18a-2f846a4a8757", "ff7bb5c6-b8ec-4367-88b6-9011ed7be880" ], "Notifications": { "AllNotifications": true, "Notifications": [ "0179cc46-a073-4146-8bd4-32d1f634fae1", "55b2e8a8-7a6b-420e-831a-6c3d9018f559" ] }, "id": "d909ab32-f7a2-4aac-bd95-86d0161a8ccc", "ConfigId": "f3c057d3-8861-48fb-9cb0-bf08aa263943" }, { "userid": "8270b9cc-021e-409a-89a5-ce715f339359", "Office365Id": "bd2eda3d-8cdc-4a4f-b6db-5b2efb2d65b2", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "a00f1816-73e8-45ca-9726-e8a487713aa7", "LastLogin": "2025-07-11T14:35:51.0417834+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "7b5d3df4-0cd0-4b5a-b18a-2f846a4a8757", "ff7bb5c6-b8ec-4367-88b6-9011ed7be880" ], "Notifications": { "AllNotifications": true, "Notifications": [ "0179cc46-a073-4146-8bd4-32d1f634fae1", "55b2e8a8-7a6b-420e-831a-6c3d9018f559" ] }, "id": "d909ab32-f7a2-4aac-bd95-86d0161a8ccc", "ConfigId": "f3c057d3-8861-48fb-9cb0-bf08aa263943" } ] }