Create alert action
post/alerts/{alertId}/alertActions/{actionType}
Creates an alert action to perform on an alert. The valid action types are CHECKOUT, CHECKIN, ASSIGNMENT and REACTIVATE. Any other action type results in a 'Bad Request' HTTP status.
1{2 "alertId": "exampleAlertId",3 "actionType": "CHECKOUT",4 "user": "exampleUser"5}
| Name | Type | Required | Description |
|---|---|---|---|
actionType | string | true | Specifies the type of action to perform. Allowed values: CHECKOUTCHECKINASSIGNMENTREACTIVATE |
alertId | string | true | Specifies the identifier of the alert. <= 36 characters |
| Name | Type | Required | Description |
|---|---|---|---|
leaveCheckedOutToUserForReactivate | boolean | false | Specifies whether to leave the alert checked out, if a user has it checked out. Default: false |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema |