Attachments v1 REST Endpoints
Key Terms v1/Prompts v1/Attachments v1
Attachments include additional information for a keyterm prompt.
- Create a keyterm prompt attachment
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments
- Delete a keyterm prompt attachment
- Method: deletePath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/{keyterms-prompts-_attachments_id}
- Get a key term prompts attachment
- Method: getPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/{keyterms-prompts-_attachments_id}
- Get a keyterm prompt attachment using advanced query
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/{keyterms-prompts-_attachments_id}/$query
- Get all keyterm prompt attachments
- Method: getPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments
- Get all keyterm prompt attachments using advanced query
- Method: postPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/$query
- Update a keyterm prompt attachment
- Method: patchPath:
/api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/{keyterms-prompts-_attachments_id}