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": "cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
3 "expirationType": "NEVER",
4 "conditions": [
5 {
6 "path": "/party/screeningResult/matchedProfile/tags",
7 "operator": "contains",
8 "value": "VSL"
9 }
10 ],
11 "status": "ACTIVE",
12 "creationTimeStamp": "2024-01-11T20:46:21.883Z",
13 "modifiedTimeStamp": "2024-01-11T20:46:21.883Z",
14 "version": 1,
15 "links": [
16 {
17 "method": "GET",
18 "rel": "up",
19 "href": "/watchlistScreening/exceptions",
20 "uri": "/watchlistScreening/exceptions",
21 "type": "application/vnd.sas.collection",
22 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"
23 },
24 {
25 "method": "GET",
26 "rel": "self",
27 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
28 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
29 "type": "application/vnd.sas.watchlist.screening.conditional.exception"
30 },
31 {
32 "method": "PUT",
33 "rel": "update",
34 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
35 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
36 "type": "application/vnd.sas.watchlist.screening.conditional.exception",
37 "responseType": "application/vnd.sas.watchlist.screening.conditional.exception"
38 },
39 {
40 "method": "DELETE",
41 "rel": "delete",
42 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
43 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8"
44 }
45 ]
46}

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