- Subcategories:
 - Large Object (LOB) Attributes - TrackingMessageText
 
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: postPath:
/fscmRestApi/resources/11.13.18.05/communicationHistories - Get a communication history
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/communicationHistories/{CommHistoryId} - Get all communication histories
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/communicationHistories - Process communication records
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/communicationHistories/action/processCommunications - Update a communication record
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/communicationHistories/{CommHistoryId}