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": "822a4900-6f2c-48b0-8e8b-9b310d86066c", "UPN": "802b222b-b4d4-49c4-8775-ca42cd38c396", "PostDate": "2025-07-08T19:46:02.0222623+00:00", "Comment": "sample string 4", "CC": [ "61683bcc-5ee8-4591-a7cf-9c1b956dd09c", "a13752cf-5c4e-423a-bd33-cb1fd4c7b4a0" ], "Users": [ "bc7e3f97-c98c-43bc-adc7-1935734cd3c1", "d48d1b78-a7f5-415d-aac1-892de1f9460b" ] }, { "Id": "822a4900-6f2c-48b0-8e8b-9b310d86066c", "UPN": "802b222b-b4d4-49c4-8775-ca42cd38c396", "PostDate": "2025-07-08T19:46:02.0222623+00:00", "Comment": "sample string 4", "CC": [ "61683bcc-5ee8-4591-a7cf-9c1b956dd09c", "a13752cf-5c4e-423a-bd33-cb1fd4c7b4a0" ], "Users": [ "bc7e3f97-c98c-43bc-adc7-1935734cd3c1", "d48d1b78-a7f5-415d-aac1-892de1f9460b" ] } ], "Resources": [ { "userid": "11c736e4-47a9-479b-810f-0b79f27ace45", "Office365Id": "e9d29d72-45a2-4ab3-a0fd-5e75a879f840", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "5f5e941d-796d-4537-afa5-645557ac87db", "LastLogin": "2025-07-08T19:46:02.0222623+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "fc9b2943-732a-43f7-ab15-034240d1127d", "fb585d25-f987-4ea1-a863-16b3128e3b47" ], "Notifications": { "AllNotifications": true, "Notifications": [ "39f3c239-213b-4f04-ab27-9f67ecc3c480", "c54461ad-5735-413f-9953-040923d1b3bf" ] }, "id": "ec14d4a5-409d-41ef-8d69-63474d358e4e", "ConfigId": "d77c004d-c0b9-45fa-b3f3-f5b1b87d8c06" }, { "userid": "11c736e4-47a9-479b-810f-0b79f27ace45", "Office365Id": "e9d29d72-45a2-4ab3-a0fd-5e75a879f840", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "5f5e941d-796d-4537-afa5-645557ac87db", "LastLogin": "2025-07-08T19:46:02.0222623+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "fc9b2943-732a-43f7-ab15-034240d1127d", "fb585d25-f987-4ea1-a863-16b3128e3b47" ], "Notifications": { "AllNotifications": true, "Notifications": [ "39f3c239-213b-4f04-ab27-9f67ecc3c480", "c54461ad-5735-413f-9953-040923d1b3bf" ] }, "id": "ec14d4a5-409d-41ef-8d69-63474d358e4e", "ConfigId": "d77c004d-c0b9-45fa-b3f3-f5b1b87d8c06" } ] }