Project Program Communication Feedback REST Endpoints

Project Program Communications/Project Program Communication Feedback
Project Program Communication Feedback resource is used to manage the comments on the reports.
Create comments for the reports for which the logged in user has edit access
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Feedbacks
Delete comment for the reports for which the logged in user has edit access
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Feedbacks/{FeedbacksUniqID}
Get a comment for the report for which the logged in user has access
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Feedbacks/{FeedbacksUniqID}
Get all comments for the reports for which the logged in user has access
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Feedbacks
Update comment for the reports for which the logged in user has edit access
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Feedbacks/{FeedbacksUniqID}