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": "cdf8706a-cd4d-486e-83bd-c470a84511ca", "UPN": "28d5a102-33b7-4f92-a1f5-833d7ffc819c", "PostDate": "2024-12-12T20:22:00.787506+00:00", "Comment": "sample string 4", "CC": [ "ffa7aa41-196c-41ac-8442-e18ca0faa219", "38f9d673-6863-4ff7-972d-2fa5a2b2d9b5" ], "Users": [ "f7c0c7ca-ebd6-4f87-8f20-aad340125335", "f097130d-1127-49d1-9808-2714c8ca4649" ] }, { "Id": "cdf8706a-cd4d-486e-83bd-c470a84511ca", "UPN": "28d5a102-33b7-4f92-a1f5-833d7ffc819c", "PostDate": "2024-12-12T20:22:00.787506+00:00", "Comment": "sample string 4", "CC": [ "ffa7aa41-196c-41ac-8442-e18ca0faa219", "38f9d673-6863-4ff7-972d-2fa5a2b2d9b5" ], "Users": [ "f7c0c7ca-ebd6-4f87-8f20-aad340125335", "f097130d-1127-49d1-9808-2714c8ca4649" ] } ], "Resources": [ { "userid": "9017972a-8241-445c-9dcf-cfd779414891", "Office365Id": "d796492b-e782-4f10-849a-967224fb6e07", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "a285d962-d7fa-42d5-8af9-87c73e9025fb", "LastLogin": "2024-12-12T20:22:00.787506+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "c7037e95-bbf2-45ef-ad5a-b419611bb3da", "9f19c52e-c4e0-4bd4-8d0c-8829e56f9dc6" ], "Notifications": { "AllNotifications": true, "Notifications": [ "5593ef54-96d0-4096-a845-46427b88e0c8", "74cf3a6f-b0d7-4d9a-9db5-d6a1a76967df" ] }, "id": "44c418e7-3ece-4606-8f7b-bbeaa9b10e38", "ConfigId": "6a77dfa5-d78f-467c-b86b-950b24c4bbda" }, { "userid": "9017972a-8241-445c-9dcf-cfd779414891", "Office365Id": "d796492b-e782-4f10-849a-967224fb6e07", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "a285d962-d7fa-42d5-8af9-87c73e9025fb", "LastLogin": "2024-12-12T20:22:00.787506+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "c7037e95-bbf2-45ef-ad5a-b419611bb3da", "9f19c52e-c4e0-4bd4-8d0c-8829e56f9dc6" ], "Notifications": { "AllNotifications": true, "Notifications": [ "5593ef54-96d0-4096-a845-46427b88e0c8", "74cf3a6f-b0d7-4d9a-9db5-d6a1a76967df" ] }, "id": "44c418e7-3ece-4606-8f7b-bbeaa9b10e38", "ConfigId": "6a77dfa5-d78f-467c-b86b-950b24c4bbda" } ] }