Answers REST Endpoints
Answers
The knowledge base information that provides solutions to the common customer support questions.
- Create an answer
- Method: postPath:
/services/rest/connect/v1.4/answers - Delete an answer
- Method: deletePath:
/services/rest/connect/v1.4/answers/{id} - Get an answer
- Method: getPath:
/services/rest/connect/v1.4/answers/{id} - Get multiple answers
- Method: getPath:
/services/rest/connect/v1.4/answers - Update an answer
- Method: patchPath:
/services/rest/connect/v1.4/answers/{id}