Get an alert disposition request
get/alertDispositions/{dispositionId}/request
Returns an alert disposition request for a given disposition.
1{2 "version": 1,3 "dispositionId": "AD_BUILT_IN_CLOSE",4 "promptForQueue": false,5 "promptForActivationTime": false,6 "promptForDocument": false,7 "documentFields": {},8 "promptForScenarioFired": false,9 "promptForRest": false,10 "restFields": {},11 "modifiedOverride": false,12 "promptForNoteFlag": true,13 "promptForReasonFlag": true,14 "dispositionReasonReferenceTableName": "DispResn18916327"15}
| Name | Type | Required | Description |
|---|---|---|---|
dispositionId | string | true | Specifies the identifier of the disposition. <= 36 characters |
| Name | Type | Required | Description |
|---|---|---|---|
alertId | string | false | Specifies the identifier of the alert. <= 36 characters |
alertIdMultiple | array [string] | false | Specifies a list of alert identifiers for which to retrieve the disposition request. |
domainId | string | false | Specifies the identifier of the domain. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No disposition exists at the requested path. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |