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": "629471d7-facb-4212-b672-6360134795c7", "UPN": "4509026a-f5d4-4238-848c-74135da668d3", "PostDate": "2024-12-13T04:30:59.3001462+00:00", "Comment": "sample string 4", "CC": [ "089d8155-546b-4b45-8acf-311290920cc9", "8a974cb4-f0fd-48b9-b738-e19b2ad09dd9" ], "Users": [ "b234f6e6-70da-4316-bf13-1b5342156784", "5b9608a3-d701-415b-b70f-9a43dbca93d1" ] }, { "Id": "629471d7-facb-4212-b672-6360134795c7", "UPN": "4509026a-f5d4-4238-848c-74135da668d3", "PostDate": "2024-12-13T04:30:59.3001462+00:00", "Comment": "sample string 4", "CC": [ "089d8155-546b-4b45-8acf-311290920cc9", "8a974cb4-f0fd-48b9-b738-e19b2ad09dd9" ], "Users": [ "b234f6e6-70da-4316-bf13-1b5342156784", "5b9608a3-d701-415b-b70f-9a43dbca93d1" ] } ], "Resources": [ { "userid": "ace63557-3d7a-4dc0-ac94-ea011ac695db", "Office365Id": "951a2bde-1ddb-480a-bb63-2c743195d600", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "83f263bc-eebc-485a-8723-2557c55c658c", "LastLogin": "2024-12-13T04:30:59.3001462+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "1c12b242-0fe0-4760-9d7b-5988c9708d9f", "8f587102-cec3-4e0b-a55d-88b8fc764ced" ], "Notifications": { "AllNotifications": true, "Notifications": [ "4e98efe0-e602-4d89-bd7e-b19eff85d057", "8caec9a2-20d4-4e1e-b831-6fe75dc7d5be" ] }, "id": "16083eed-2e7a-4f14-85e5-ff6aeced442d", "ConfigId": "c0d0ab92-7164-4cb2-a902-70e1cbe006a6" }, { "userid": "ace63557-3d7a-4dc0-ac94-ea011ac695db", "Office365Id": "951a2bde-1ddb-480a-bb63-2c743195d600", "ProfilePicture": "sample string 3", "Generic": true, "Inactive": true, "CanLogin": true, "UserOnly": true, "name": "sample string 8", "GlobalPermissions": 0, "OnePlanSecurityGroup": "83f263bc-eebc-485a-8723-2557c55c658c", "LastLogin": "2024-12-13T04:30:59.3001462+00:00", "Fields": { "sample string 1": {}, "sample string 3": {} }, "TimeZone": "sample string 11", "ExternalId": "sample string 12", "Delegates": [ "1c12b242-0fe0-4760-9d7b-5988c9708d9f", "8f587102-cec3-4e0b-a55d-88b8fc764ced" ], "Notifications": { "AllNotifications": true, "Notifications": [ "4e98efe0-e602-4d89-bd7e-b19eff85d057", "8caec9a2-20d4-4e1e-b831-6fe75dc7d5be" ] }, "id": "16083eed-2e7a-4f14-85e5-ff6aeced442d", "ConfigId": "c0d0ab92-7164-4cb2-a902-70e1cbe006a6" } ] }