Communication REST Endpoints

Communication
The operations from the Communication category.
Create a communication
Method: post
Path: /Communication
Get a communication by ID
Method: get
Path: /Communication/{ID}
Get a list of communications
Method: get
Path: /Communication
Update a communication
Method: patch
Path: /Communication/{ID}