Service Products REST Endpoints
Service Products
The hierarchical service product that provides an option to group answers and incidents for better organization and refined searching in the knowledge base.
- Create a service product
- Method: postPath:
/services/rest/connect/v1.4/serviceProducts - Delete a service product
- Method: deletePath:
/services/rest/connect/v1.4/serviceProducts/{id} - Get a service product
- Method: getPath:
/services/rest/connect/v1.4/serviceProducts/{id} - Get multiple service products
- Method: getPath:
/services/rest/connect/v1.4/serviceProducts - Update a service product
- Method: patchPath:
/services/rest/connect/v1.4/serviceProducts/{id}