GET api/resplan/{LineId}/comment
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
LineId | 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": "da355ba2-f2e1-41e3-b815-4857a576955f", "UPN": "728374c6-5cba-4511-9a19-9038f9a8bc16", "PostDate": "2025-05-23T21:15:22.1243776+00:00", "Comment": "sample string 4", "CC": [ "d6fcbbbc-eb10-463e-bf21-653929cc516b", "040fd37d-4670-4704-bf78-6ca9eaa63be5" ], "Users": [ "053ea5f9-c893-4886-bf4c-5de9fff75543", "fd7a89f7-3735-4c5d-bc36-b18e67fce813" ] }, { "Id": "da355ba2-f2e1-41e3-b815-4857a576955f", "UPN": "728374c6-5cba-4511-9a19-9038f9a8bc16", "PostDate": "2025-05-23T21:15:22.1243776+00:00", "Comment": "sample string 4", "CC": [ "d6fcbbbc-eb10-463e-bf21-653929cc516b", "040fd37d-4670-4704-bf78-6ca9eaa63be5" ], "Users": [ "053ea5f9-c893-4886-bf4c-5de9fff75543", "fd7a89f7-3735-4c5d-bc36-b18e67fce813" ] } ], "Resources": [ { "userid": "159ab80c-07e6-45b7-81dd-aa75d9f4fe4f", "Office365Id": "a5b17a81-5dbc-4ab6-b8dd-143312363c93", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "202d5d05-1bc7-48f4-969d-dfdef0219dd1", "LastLogin": "2025-05-23T21:15:22.1243776+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "8c35b2ef-5514-4464-bdfa-270c233e96fa", "a3c298a9-0042-4d59-94fb-d95a9da1b909" ], "Notifications": { "AllNotifications": true, "Notifications": [ "bbcd1681-3e6b-496b-8677-0c1f3226e390", "0253e773-4caf-432f-ba8f-ec2c035f1a71" ] }, "id": "b9f539a9-30a7-454e-a406-23eda6571ad7", "ConfigId": "08c294d6-8c56-498e-95ec-dbe0623f2030" }, { "userid": "159ab80c-07e6-45b7-81dd-aa75d9f4fe4f", "Office365Id": "a5b17a81-5dbc-4ab6-b8dd-143312363c93", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "202d5d05-1bc7-48f4-969d-dfdef0219dd1", "LastLogin": "2025-05-23T21:15:22.1243776+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "8c35b2ef-5514-4464-bdfa-270c233e96fa", "a3c298a9-0042-4d59-94fb-d95a9da1b909" ], "Notifications": { "AllNotifications": true, "Notifications": [ "bbcd1681-3e6b-496b-8677-0c1f3226e390", "0253e773-4caf-432f-ba8f-ec2c035f1a71" ] }, "id": "b9f539a9-30a7-454e-a406-23eda6571ad7", "ConfigId": "08c294d6-8c56-498e-95ec-dbe0623f2030" } ] }