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": "b0f92de6-2891-47cb-8377-784484bcdb52", "UPN": "d6953f7d-1dec-4ce0-bb32-f1adb192b879", "PostDate": "2025-04-04T02:41:16.3500647+00:00", "Comment": "sample string 4", "CC": [ "56a3cdd8-2fd5-417d-9b4a-4623b011feb9", "81afa1f2-c34b-49c9-b5a4-f8d3a7e97800" ], "Users": [ "0664884e-170a-40ad-ab6a-1d35870c3ed0", "d086ee96-f4ea-4975-9c27-0e89df170a28" ] }, { "Id": "b0f92de6-2891-47cb-8377-784484bcdb52", "UPN": "d6953f7d-1dec-4ce0-bb32-f1adb192b879", "PostDate": "2025-04-04T02:41:16.3500647+00:00", "Comment": "sample string 4", "CC": [ "56a3cdd8-2fd5-417d-9b4a-4623b011feb9", "81afa1f2-c34b-49c9-b5a4-f8d3a7e97800" ], "Users": [ "0664884e-170a-40ad-ab6a-1d35870c3ed0", "d086ee96-f4ea-4975-9c27-0e89df170a28" ] } ], "Resources": [ { "userid": "a8866d67-b633-4430-9c02-a528b9563b6d", "Office365Id": "427a1aba-2d14-4a0d-b909-df20c12ae977", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "8e264257-dd5b-40b0-9343-637d6c8363ae", "LastLogin": "2025-04-04T02:41:16.3500647+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "a9fdf3b8-81ec-4500-aac2-8a33bf56812f", "e7ed61a3-1e56-40e3-b8b9-2ec48827da2f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "c8c319a1-b333-4808-8965-8f68e1ea3c81", "99d85ed2-1251-4eb7-84c4-4214ca8e98f6" ] }, "id": "abbd1573-2137-4bfe-bb67-37d040a3f4a6", "ConfigId": "416e1e34-d17c-4b26-800f-e6bc8685d65d" }, { "userid": "a8866d67-b633-4430-9c02-a528b9563b6d", "Office365Id": "427a1aba-2d14-4a0d-b909-df20c12ae977", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "8e264257-dd5b-40b0-9343-637d6c8363ae", "LastLogin": "2025-04-04T02:41:16.3500647+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "a9fdf3b8-81ec-4500-aac2-8a33bf56812f", "e7ed61a3-1e56-40e3-b8b9-2ec48827da2f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "c8c319a1-b333-4808-8965-8f68e1ea3c81", "99d85ed2-1251-4eb7-84c4-4214ca8e98f6" ] }, "id": "abbd1573-2137-4bfe-bb67-37d040a3f4a6", "ConfigId": "416e1e34-d17c-4b26-800f-e6bc8685d65d" } ] }