Get a screening exception by its ID

get/exceptions/{screeningExceptionId}
Internal-Use Only

Returns a screening exception by its ID.

Request Samples

1

Response Samples

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}

Path Parameters

NameTypeRequiredDescription
screeningExceptionId
string
true

The ID of the screening exception.

Header Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
400Bad RequestBad request (the request is not well-formed).Schema
404Not FoundThe specified resource was not found.Schema
406Not AcceptableNot Acceptable. Include an Accept header with a supported value on the request.Schema
500Internal Server ErrorThe service encountered an error.Schema
502Bad GatewayBad GatewaySchema