Get a list of screening exceptions

get/exceptions
Internal-Use Only

Returns a list of screening exceptions.

Request Samples

1

Response Samples

1{
2 "version": 2,
3 "accept": "application/vnd.sas.watchlist.screening.conditional.exception application/vnd.sas.watchlist.screening.profile.exception",
4 "count": 1,
5 "start": 0,
6 "limit": 1,
7 "name": "screening exceptions",
8 "links": [
9 {
10 "method": "GET",
11 "rel": "self",
12 "href": "/watchlistScreening/exceptions",
13 "uri": "/watchlistScreening/exceptions",
14 "type": "application/vnd.sas.collection",
15 "itemType": "application/vnd.sas.watchlist.screening.profile.exception"
16 },
17 {
18 "method": "POST",
19 "rel": "create",
20 "href": "/watchlistScreening/exceptions",
21 "uri": "/watchlistScreening/exceptions",
22 "type": "application/vnd.sas.watchlist.screening.profile.exception",
23 "responseType": "application/vnd.sas.watchlist.screening.profile.exception"
24 }
25 ],
26 "items": [
27 {
28 "id": "a6490a0c-7a1d-4b0e-9321-0bae3308c889",
29 "identifier": "T2",
30 "profileId": "OFAC000000008124",
31 "status": "ACTIVE",
32 "creationTimeStamp": "2023-09-29T16:15:15.631Z",
33 "modifiedTimeStamp": "2023-09-29T16:15:15.631Z",
34 "version": 1,
35 "links": [
36 {
37 "method": "GET",
38 "rel": "up",
39 "href": "/watchlistScreening/exceptions",
40 "uri": "/watchlistScreening/exceptions",
41 "type": "application/vnd.sas.collection",
42 "itemType": "application/vnd.sas.watchlist.screening.profile.exception"
43 },
44 {
45 "method": "GET",
46 "rel": "self",
47 "href": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",
48 "uri": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",
49 "type": "application/vnd.sas.watchlist.screening.profile.exception"
50 },
51 {
52 "method": "DELETE",
53 "rel": "delete",
54 "href": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889",
55 "uri": "/watchlistScreening/exceptions/a6490a0c-7a1d-4b0e-9321-0bae3308c889"
56 }
57 ]
58 },
59 {
60 "id": "cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
61 "expirationType": "NEVER",
62 "conditions": [
63 {
64 "path": "/party/screeningResult/matchedProfile/tags",
65 "operator": "contains",
66 "value": "VSL"
67 }
68 ],
69 "status": "ACTIVE",
70 "creationTimeStamp": "2024-01-11T20:46:21.883Z",
71 "modifiedTimeStamp": "2024-01-11T20:46:21.883Z",
72 "version": 1,
73 "links": [
74 {
75 "method": "GET",
76 "rel": "up",
77 "href": "/watchlistScreening/exceptions",
78 "uri": "/watchlistScreening/exceptions",
79 "type": "application/vnd.sas.collection",
80 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"
81 },
82 {
83 "method": "GET",
84 "rel": "self",
85 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
86 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
87 "type": "application/vnd.sas.watchlist.screening.conditional.exception"
88 },
89 {
90 "method": "PUT",
91 "rel": "update",
92 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
93 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
94 "type": "application/vnd.sas.watchlist.screening.conditional.exception",
95 "responseType": "application/vnd.sas.watchlist.screening.conditional.exception"
96 },
97 {
98 "method": "DELETE",
99 "rel": "delete",
100 "href": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8",
101 "uri": "/watchlistScreening/exceptions/cbd71a01-c0fe-47f4-971b-01e2fbacdfb8"
102 }
103 ]
104 }
105 ]
106}

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The desired representation for the response.

Allowed values:
application/vnd.sas.collection+jsonapplication/json
Default:
application/vnd.sas.collection+json
Accept-Item
string
false

The desired item representation for collections; the default is application/json, which returns both profile and conditional exceptions in 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/json

Responses

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