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": "2816f299-d494-4a71-b0d2-15e26493fbcd", "UPN": "2d527fac-cc14-470b-9280-5dd054840460", "PostDate": "2025-05-23T21:50:55.599707+00:00", "Comment": "sample string 4", "CC": [ "bfd751b1-db5e-4577-a330-50d7ce0b1fe2", "f800a611-5b51-4c78-b62f-09fcddc849f0" ], "Users": [ "c8f1c3cd-8a64-4892-9cbb-d8ae3cc1b517", "89c3470a-f730-4864-bd6a-a8fff0c2b79c" ] }, { "Id": "2816f299-d494-4a71-b0d2-15e26493fbcd", "UPN": "2d527fac-cc14-470b-9280-5dd054840460", "PostDate": "2025-05-23T21:50:55.599707+00:00", "Comment": "sample string 4", "CC": [ "bfd751b1-db5e-4577-a330-50d7ce0b1fe2", "f800a611-5b51-4c78-b62f-09fcddc849f0" ], "Users": [ "c8f1c3cd-8a64-4892-9cbb-d8ae3cc1b517", "89c3470a-f730-4864-bd6a-a8fff0c2b79c" ] } ], "Resources": [ { "userid": "7f0caee8-ca26-4d40-9709-df96758f6be3", "Office365Id": "6c91635b-4b75-4764-ab93-5460b27854ad", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "73fe39a9-8f76-44e2-a9ec-a8dfeab251de", "LastLogin": "2025-05-23T21:50:55.599707+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "a6b6e311-e5dd-4ed3-b695-30e46821028a", "499db564-0534-4ad0-8b3d-cfd548cd06f3" ], "Notifications": { "AllNotifications": true, "Notifications": [ "05dee2fb-7c3e-4221-97a8-fbdf445d68bc", "bde82a4d-4c2c-40ad-8866-8820b930523d" ] }, "id": "bd609f70-a15a-4268-8906-015f635d8c89", "ConfigId": "ff1bc0d5-1070-473c-bc54-7075d741d342" }, { "userid": "7f0caee8-ca26-4d40-9709-df96758f6be3", "Office365Id": "6c91635b-4b75-4764-ab93-5460b27854ad", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "73fe39a9-8f76-44e2-a9ec-a8dfeab251de", "LastLogin": "2025-05-23T21:50:55.599707+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "a6b6e311-e5dd-4ed3-b695-30e46821028a", "499db564-0534-4ad0-8b3d-cfd548cd06f3" ], "Notifications": { "AllNotifications": true, "Notifications": [ "05dee2fb-7c3e-4221-97a8-fbdf445d68bc", "bde82a4d-4c2c-40ad-8866-8820b930523d" ] }, "id": "bd609f70-a15a-4268-8906-015f635d8c89", "ConfigId": "ff1bc0d5-1070-473c-bc54-7075d741d342" } ] }