Action Attributes REST Endpoints
Actions/Action Attributes
The action attributes resource is used to view, create, update, and delete the attributes that are set while creating or updating the related object of an action.
- Create an action attribute
- Method: postPath:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute - Delete an action attribute
- Method: deletePath:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId} - Get all action attributes
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute - Get an action attribute
- Method: getPath:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId} - Update an action attribute
- Method: patchPath:
/crmRestApi/resources/11.13.18.05/actions/{ActionNumber}/child/actionAttribute/{ActionAttributeId}