- Subcategories:
- Prompts v1
Key Terms v1 REST Endpoints
Key Terms v1
Keyterm is the metadata present in the contract documents. The key terms to be extracted for each contract type is defined in the application with the corresponding prompts to be used for extraction.
- Create a keyterm
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms
- Create keyterms in bulk
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/$bulk
- Delete a keyterm
- Method: deletePath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}
- Get a keyterm
- Method: getPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}
- Get a keyterm using advanced query
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/$query
- Get all details for a keyterm
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/$views/KeytermDetails/$query
- Get all details for all keyterms
- Method: getPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/$views/KeytermDetails
- Get all keyterms
- Method: getPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms
- Get all keyterms using advanced query
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/$query
- Update a keyterm
- Method: patchPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}