GET api/workplan/{PlanId}/comments
Get plan comments
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanId | 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": "24c2b102-1d3c-4711-ae43-59019153c846", "UPN": "cf00e458-e934-4bec-a55d-7cf036af6db1", "PostDate": "2025-10-19T09:11:14.2494938+00:00", "Comment": "sample string 4", "CC": [ "a94a81ec-b55b-43c2-a1fe-8f3618cecc05", "dec1bd05-fb4e-4de4-821e-4bc215956286" ], "Users": [ "c08879be-566d-45e7-9ceb-401b894d429e", "e49624d9-1062-4b49-a56e-509d26b0eb8a" ] }, { "Id": "24c2b102-1d3c-4711-ae43-59019153c846", "UPN": "cf00e458-e934-4bec-a55d-7cf036af6db1", "PostDate": "2025-10-19T09:11:14.2494938+00:00", "Comment": "sample string 4", "CC": [ "a94a81ec-b55b-43c2-a1fe-8f3618cecc05", "dec1bd05-fb4e-4de4-821e-4bc215956286" ], "Users": [ "c08879be-566d-45e7-9ceb-401b894d429e", "e49624d9-1062-4b49-a56e-509d26b0eb8a" ] } ], "Resources": [ { "userid": "5095ecc5-86fe-44c8-9d0c-799b29c2df0d", "Office365Id": "e27757a4-17fc-40eb-8351-749311f6bfa7", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "38f0cca8-0d9f-4d5e-afcf-8fd5c0aef32a", "LastLogin": "2025-10-19T09:11:14.2494938+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "652a98f0-5c8c-445f-b879-155d7442be41", "89e12dac-0acb-4ee1-a1af-f4ca903819a4" ], "Notifications": { "AllNotifications": true, "Notifications": [ "f1491d2f-8e1f-493e-99cb-561c1a4f4cd5", "e8396988-29f3-4fd0-88ed-7555f22aa96d" ] }, "Created": "2025-10-19T09:11:14.2494938+00:00", "Modified": "2025-10-19T09:11:14.2494938+00:00", "Author": "9e151486-15d3-46af-b77d-ee32d19b2c6f", "Editor": "2e6cb084-0209-4ad7-afd8-cbcc15378b62", "id": "e8035087-4b37-49ac-a565-ea863612e5b2", "ConfigId": "87a41355-b49d-4088-98f5-2d545f2ddbeb" }, { "userid": "5095ecc5-86fe-44c8-9d0c-799b29c2df0d", "Office365Id": "e27757a4-17fc-40eb-8351-749311f6bfa7", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "38f0cca8-0d9f-4d5e-afcf-8fd5c0aef32a", "LastLogin": "2025-10-19T09:11:14.2494938+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "652a98f0-5c8c-445f-b879-155d7442be41", "89e12dac-0acb-4ee1-a1af-f4ca903819a4" ], "Notifications": { "AllNotifications": true, "Notifications": [ "f1491d2f-8e1f-493e-99cb-561c1a4f4cd5", "e8396988-29f3-4fd0-88ed-7555f22aa96d" ] }, "Created": "2025-10-19T09:11:14.2494938+00:00", "Modified": "2025-10-19T09:11:14.2494938+00:00", "Author": "9e151486-15d3-46af-b77d-ee32d19b2c6f", "Editor": "2e6cb084-0209-4ad7-afd8-cbcc15378b62", "id": "e8035087-4b37-49ac-a565-ea863612e5b2", "ConfigId": "87a41355-b49d-4088-98f5-2d545f2ddbeb" } ] }