Communication Histories REST Endpoints

Communication Histories
The communication histories resource provides the list of communication messages that were sent. An entry to this resource can be an email that the application sends to a student, to confirm enrollment in a scheduled course.
Create a communication record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationHistories
Get a communication history
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationHistories/{CommHistoryId}
Get all communication histories
Method: get
Path: /fscmRestApi/resources/11.13.18.05/communicationHistories
Process communication records
Method: post
Path: /fscmRestApi/resources/11.13.18.05/communicationHistories/action/processCommunications
Update a communication record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/communicationHistories/{CommHistoryId}