Citations (Spectra) REST Endpoints

Key Terms (Spectra)/Prompts (Spectra)/Test Results (Spectra)/Citations (Spectra)
Citation is the part of the source document that's referenced by the large language model to get a response.
Create a citation for a keyterm prompt test result
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations
Delete a citation for a keyterm prompt test result
Method: delete
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations/{keyterms-prompts-testResults-citations_id}
Get a citation for a keyterm prompt test result
Method: get
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations/{keyterms-prompts-testResults-citations_id}
Get a citation for a keyterm prompt test result using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations/{keyterms-prompts-testResults-citations_id}/$query
Get all citations for a keyterm prompt test result
Method: get
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations
Get all citations for a keyterm prompt test result using advanced query
Method: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations/$query
Update a citation for a keyterm prompt test result
Method: patch
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/testResults/{keyterms-prompts-testResults_id}/citations/{keyterms-prompts-testResults-citations_id}