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": "91926302-ce7e-44d8-acb8-f444e3f683a8", "UPN": "ada678c0-5e2e-4ae5-9f95-58313e782d50", "PostDate": "2025-05-23T20:28:44.9862086+00:00", "Comment": "sample string 4", "CC": [ "c4ea01d6-16ba-4c06-aaa9-187277e7f38b", "644c0d68-f52c-48d9-885a-bf0dd19475d9" ], "Users": [ "b2ad5b08-96bc-4ab5-a7b1-edb6a295ac74", "ba99edc5-af75-4736-a1a2-5c74018acaa2" ] }, { "Id": "91926302-ce7e-44d8-acb8-f444e3f683a8", "UPN": "ada678c0-5e2e-4ae5-9f95-58313e782d50", "PostDate": "2025-05-23T20:28:44.9862086+00:00", "Comment": "sample string 4", "CC": [ "c4ea01d6-16ba-4c06-aaa9-187277e7f38b", "644c0d68-f52c-48d9-885a-bf0dd19475d9" ], "Users": [ "b2ad5b08-96bc-4ab5-a7b1-edb6a295ac74", "ba99edc5-af75-4736-a1a2-5c74018acaa2" ] } ], "Resources": [ { "userid": "720bcb14-5fd6-4c27-8258-5bf1c431c233", "Office365Id": "b04c61e9-218f-4f1d-9879-0daaa6857086", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "bda896ac-c793-46c7-867c-2b7c9b0cf28e", "LastLogin": "2025-05-23T20:28:44.9862086+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "b1824e20-907b-4a85-bbc1-b83c559a6ab1", "d63c1573-9cd7-42ef-b220-4781bf1c8b3f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "47d4fdcf-6d57-4dc4-87d9-27338ad26fec", "adea9365-674c-450f-8a6c-ceeb7efacdd8" ] }, "id": "14df72f2-bfbf-4be8-80d6-18b124676427", "ConfigId": "b45ff6cf-f5b7-44dc-813b-7929e8a789fc" }, { "userid": "720bcb14-5fd6-4c27-8258-5bf1c431c233", "Office365Id": "b04c61e9-218f-4f1d-9879-0daaa6857086", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "bda896ac-c793-46c7-867c-2b7c9b0cf28e", "LastLogin": "2025-05-23T20:28:44.9862086+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "b1824e20-907b-4a85-bbc1-b83c559a6ab1", "d63c1573-9cd7-42ef-b220-4781bf1c8b3f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "47d4fdcf-6d57-4dc4-87d9-27338ad26fec", "adea9365-674c-450f-8a6c-ceeb7efacdd8" ] }, "id": "14df72f2-bfbf-4be8-80d6-18b124676427", "ConfigId": "b45ff6cf-f5b7-44dc-813b-7929e8a789fc" } ] }