Action Bar Synonyms REST Endpoints

Action Bar Synonyms
The sensing agent synonyms resource lets you view, create, update, and delete a sensing agent synonyms document. It's a document that describes the characteristics of the custom synonym definition.
Create a synonym
Method: post
Path: /crmRestApi/resources/11.13.18.05/sensingAgentSynonyms
Delete a synonym
Method: delete
Path: /crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID}
Get a synonym
Method: get
Path: /crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID}
Get all synonyms
Method: get
Path: /crmRestApi/resources/11.13.18.05/sensingAgentSynonyms
Update a synonym
Method: patch
Path: /crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID}