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: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments
Delete a keyterm prompt attachment
Method: delete
Path: /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: get
Path: /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: post
Path: /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: get
Path: /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: post
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/$query
Update a keyterm prompt attachment
Method: patch
Path: /api/boss/data/objects/ora/cxSalesCommon/keyterms/v1/keyterms/{keyterms_id}/prompts/{keyterms-prompts_id}/$attachments/{keyterms-prompts-_attachments_id}