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": "3e244213-2bb3-4b8b-bbf2-bb131b0941da", "UPN": "fa323d91-68a8-4794-8ac2-adb3633af012", "PostDate": "2024-12-15T14:09:24.2503433+00:00", "Comment": "sample string 4", "CC": [ "6b6ae04f-d17d-4e57-a129-6e6198a17701", "93ebd250-1204-4adf-8c2e-0f5af569b41f" ], "Users": [ "654c8234-0c63-4a0c-a45b-cbfc819f4a6d", "9206eaa2-5033-465d-85c7-ab1a1cbd8103" ] }, { "Id": "3e244213-2bb3-4b8b-bbf2-bb131b0941da", "UPN": "fa323d91-68a8-4794-8ac2-adb3633af012", "PostDate": "2024-12-15T14:09:24.2503433+00:00", "Comment": "sample string 4", "CC": [ "6b6ae04f-d17d-4e57-a129-6e6198a17701", "93ebd250-1204-4adf-8c2e-0f5af569b41f" ], "Users": [ "654c8234-0c63-4a0c-a45b-cbfc819f4a6d", "9206eaa2-5033-465d-85c7-ab1a1cbd8103" ] } ], "Resources": [ { "userid": "89ad814b-7d76-4684-b9bd-e0d535c43d9a", "Office365Id": "c1d8045d-3949-4114-a490-286ba834a50d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b71c5462-a7f1-446a-a07b-6cc3fbed4901", "LastLogin": "2024-12-15T14:09:24.2503433+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "e09ba613-8fb8-4cc0-ba90-d605bec15a13", "6d438ef2-a346-439c-b3cc-c47371fb656f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "a93aaec4-ceda-44b2-a7b6-9778432a6940", "b71a219e-9bb5-49c8-806b-439722383fea" ] }, "id": "04b02f80-b2e8-4037-955f-c321f44cb659", "ConfigId": "3d8c0cfd-1d5a-4165-9da0-4ae503a59bee" }, { "userid": "89ad814b-7d76-4684-b9bd-e0d535c43d9a", "Office365Id": "c1d8045d-3949-4114-a490-286ba834a50d", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "b71c5462-a7f1-446a-a07b-6cc3fbed4901", "LastLogin": "2024-12-15T14:09:24.2503433+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "e09ba613-8fb8-4cc0-ba90-d605bec15a13", "6d438ef2-a346-439c-b3cc-c47371fb656f" ], "Notifications": { "AllNotifications": true, "Notifications": [ "a93aaec4-ceda-44b2-a7b6-9778432a6940", "b71a219e-9bb5-49c8-806b-439722383fea" ] }, "id": "04b02f80-b2e8-4037-955f-c321f44cb659", "ConfigId": "3d8c0cfd-1d5a-4165-9da0-4ae503a59bee" } ] }