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": "08d90366-7747-4a05-ad00-37a6f0971d33", "UPN": "8f987bd1-a57c-4591-aef2-3122f55d90b4", "PostDate": "2025-07-08T19:15:40.1335121+00:00", "Comment": "sample string 4", "CC": [ "8f2fd3c7-48f9-4419-931b-8c23725b4cdc", "fd89707f-27ad-4a5a-b09d-84f90b856d15" ], "Users": [ "b891f44f-73dd-4cd5-aa78-1fdb9d71d794", "450efd4a-7d6a-4103-8913-2259db59fd5a" ] }, { "Id": "08d90366-7747-4a05-ad00-37a6f0971d33", "UPN": "8f987bd1-a57c-4591-aef2-3122f55d90b4", "PostDate": "2025-07-08T19:15:40.1335121+00:00", "Comment": "sample string 4", "CC": [ "8f2fd3c7-48f9-4419-931b-8c23725b4cdc", "fd89707f-27ad-4a5a-b09d-84f90b856d15" ], "Users": [ "b891f44f-73dd-4cd5-aa78-1fdb9d71d794", "450efd4a-7d6a-4103-8913-2259db59fd5a" ] } ], "Resources": [ { "userid": "eb3a8ef3-f988-4f3e-8db3-3960fc2b232e", "Office365Id": "ae1ca353-201a-4e4a-979f-d07d0a97a505", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "11bc2f3d-91ef-47bb-b8c3-e229d0d3d38f", "LastLogin": "2025-07-08T19:15:40.1335121+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "44320acf-268a-489c-8052-5054dfc7c106", "9fbcb467-7364-4d94-9ed4-90631f3149f8" ], "Notifications": { "AllNotifications": true, "Notifications": [ "486076c0-f2c4-482f-8abb-f8db2f824f22", "9f2e0147-969b-4613-941a-880115aa2f84" ] }, "id": "5b20f6eb-0464-4213-ad10-4f2916f1d4e2", "ConfigId": "54ccbc4d-fc45-4167-b433-f85d9113695c" }, { "userid": "eb3a8ef3-f988-4f3e-8db3-3960fc2b232e", "Office365Id": "ae1ca353-201a-4e4a-979f-d07d0a97a505", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "11bc2f3d-91ef-47bb-b8c3-e229d0d3d38f", "LastLogin": "2025-07-08T19:15:40.1335121+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "44320acf-268a-489c-8052-5054dfc7c106", "9fbcb467-7364-4d94-9ed4-90631f3149f8" ], "Notifications": { "AllNotifications": true, "Notifications": [ "486076c0-f2c4-482f-8abb-f8db2f824f22", "9f2e0147-969b-4613-941a-880115aa2f84" ] }, "id": "5b20f6eb-0464-4213-ad10-4f2916f1d4e2", "ConfigId": "54ccbc4d-fc45-4167-b433-f85d9113695c" } ] }