Prompts v1 REST Endpoints

Key Terms v1/Prompts v1
Keyterm prompt is the question that's used in a large language model to extract a certain key term from contract documents.
Create a keyterm prompt
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts
Delete a keyterm prompt
Method: delete
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}
Get a keyterm prompt
Method: get
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}
Get a keyterm prompt using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$query
Get all keyterm prompts
Method: get
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts
Get all keyterm prompts using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/$query
Update a keyterm prompt
Method: patch
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}