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: postPath:
/crmRestApi/resources/11.13.18.05/sensingAgentSynonyms - Delete a synonym
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID} - Get a synonym
- Method: getPath:
/crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID} - Get all synonyms
- Method: getPath:
/crmRestApi/resources/11.13.18.05/sensingAgentSynonyms - Update a synonym
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/sensingAgentSynonyms/{sensingAgentSynonymsUniqID}