Get a screening exception by its ID
get/exceptions/{screeningExceptionId}
Returns a screening exception by its ID.
1{2 "id": "a6490a0c-7a1d-4b0e-9321-0bae3308c889",3 "identifier": "T2",4 "profileId": "OFAC000000008124",5 "status": "ACTIVE",6 "creationTimeStamp": "2023-09-29T16:15:15.631Z",7 "modifiedTimeStamp": "2023-09-29T16:15:15.631Z",8 "version": 1,9 "links": [10 {11 "method": "GET",12 "rel": "up",13 "href": "/watchlistScreening/exceptions",14 "uri": "/watchlistScreening/exceptions",15 "type": "application/vnd.sas.collection",16 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"17 },18 {19 "method": "GET",20 "rel": "self",21 "href": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",22 "uri": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",23 "type": "application/vnd.sas.watchlist.screening.profile.exception"24 },25 {26 "method": "DELETE",27 "rel": "delete",28 "href": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",29 "uri": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889"30 }31 ]32}
Name | Type | Required | Description |
---|---|---|---|
screeningExceptionId | string | true | The ID of the screening exception. |
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | The desired representation for the response. Allowed values: application/vnd.sas.watchlist.screening.conditional.exception+jsonapplication/vnd.sas.watchlist.screening.conditional.exception+json;version=1application/vnd.sas.watchlist.screening.profile.exception+jsonapplication/vnd.sas.watchlist.screening.profile.exception+json;version=1application/json Default: application/vnd.sas.watchlist.screening.conditional.exception+json |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema | |
500 | Internal Server Error | The service encountered an error. | Schema | |
502 | Bad Gateway | Bad Gateway | Schema |