Project Program Communication Contents REST Endpoints
Project Program Communications/Project Program Communication Contents
The Contents resource is used to manage the data displayed in a generated report.
- Create a status report or template content
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Contents - Delete a status report or template content
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Contents/{ObjectId} - Get a report or template content
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Contents/{ObjectId} - Get all status reports or template content
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Contents - Update a status report or template content
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Contents/{ObjectId}