Actions

The following operations are available for this resource.

Http Verb Operation
Get CRM/Actions/{issueActionId} Get details of an issue action.
GET Method: Get, URL: CRM/Actions/{issueActionId} Test

Get details of an issue action.

GetAll CRM/Actions?constituentId={constituentId}&issueId={issueId} Get details of all the actions for the given constituent or issue.
GET Method: GetAll, URL: CRM/Actions?constituentId={constituentId}&issueId={issueId} Test

Get details of all the actions for the given constituent or issue.

Create CRM/Actions Create an issue action for a Constituent
POST Method: Create, URL: CRM/Actions Test

Create an issue action for a Constituent

Update CRM/Actions/{actionId} Update an issue action for a Constituent
PUT Method: Update, URL: CRM/Actions/{actionId} Test

Update an issue action for a Constituent

Delete CRM/Actions/{actionId} Delete an issue action.
DELETE Method: Delete, URL: CRM/Actions/{actionId} Test

Delete an issue action.