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": "22943819-6514-4c03-ae50-8b834e8d7cb3", "UPN": "5d300714-dd29-4f64-8603-5576c8d86ab1", "PostDate": "2025-10-19T09:06:51.8664471+00:00", "Comment": "sample string 4", "CC": [ "371b818c-506c-43a7-9e4d-81e0d7eb3af2", "9a0a13de-8650-49bc-87bd-1e9a713f728d" ], "Users": [ "6d261a17-2aa5-43b7-9c33-7e83b91e8d22", "ea0d1688-0e8f-4547-88d9-dd66dd4741b2" ] }, { "Id": "22943819-6514-4c03-ae50-8b834e8d7cb3", "UPN": "5d300714-dd29-4f64-8603-5576c8d86ab1", "PostDate": "2025-10-19T09:06:51.8664471+00:00", "Comment": "sample string 4", "CC": [ "371b818c-506c-43a7-9e4d-81e0d7eb3af2", "9a0a13de-8650-49bc-87bd-1e9a713f728d" ], "Users": [ "6d261a17-2aa5-43b7-9c33-7e83b91e8d22", "ea0d1688-0e8f-4547-88d9-dd66dd4741b2" ] } ], "Resources": [ { "userid": "5da5896f-fccf-41cf-8196-37f136050d83", "Office365Id": "94f882a7-d4db-4003-bd5f-88791ba3d2be", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "9a426f81-e08d-435f-8205-9746272b6979", "LastLogin": "2025-10-19T09:06:51.8664471+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "4fe0aa5a-ea0d-464a-b544-ac04135dc7e9", "803c2480-1b9c-4a49-9f14-3753e96ba759" ], "Notifications": { "AllNotifications": true, "Notifications": [ "617501e7-f36e-47bc-bac0-cba59f7e7c14", "73552493-3272-4c2b-b7c4-5177a691cbb6" ] }, "Created": "2025-10-19T09:06:51.8664471+00:00", "Modified": "2025-10-19T09:06:51.8664471+00:00", "Author": "1ece827d-5010-47f8-be27-2e3b10e5e9ac", "Editor": "94d38c41-f5af-46db-923c-e01771bf6eab", "id": "aff84267-a2d2-43d8-93de-8d75f171ef22", "ConfigId": "f8b8099b-309a-4a77-9f05-ddd50d5b0505" }, { "userid": "5da5896f-fccf-41cf-8196-37f136050d83", "Office365Id": "94f882a7-d4db-4003-bd5f-88791ba3d2be", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "9a426f81-e08d-435f-8205-9746272b6979", "LastLogin": "2025-10-19T09:06:51.8664471+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "4fe0aa5a-ea0d-464a-b544-ac04135dc7e9", "803c2480-1b9c-4a49-9f14-3753e96ba759" ], "Notifications": { "AllNotifications": true, "Notifications": [ "617501e7-f36e-47bc-bac0-cba59f7e7c14", "73552493-3272-4c2b-b7c4-5177a691cbb6" ] }, "Created": "2025-10-19T09:06:51.8664471+00:00", "Modified": "2025-10-19T09:06:51.8664471+00:00", "Author": "1ece827d-5010-47f8-be27-2e3b10e5e9ac", "Editor": "94d38c41-f5af-46db-923c-e01771bf6eab", "id": "aff84267-a2d2-43d8-93de-8d75f171ef22", "ConfigId": "f8b8099b-309a-4a77-9f05-ddd50d5b0505" } ] }