Get the list of watchlist screening resources

get/
Internal-Use Only

Returns the watchlist screening resources.

Request Samples

1

Response Samples

1{
2 "version": 1,
3 "links": [
4 {
5 "method": "POST",
6 "rel": "screen entity",
7 "href": "/watchlistScreening/entity",
8 "uri": "/watchlistScreening/entity",
9 "type": "application/json",
10 "itemType": "application/json"
11 },
12 {
13 "method": "POST",
14 "rel": "create preset",
15 "href": "/watchlistScreening/presets",
16 "uri": "/watchlistScreening/presets",
17 "type": "application/vnd.sas.watchlist.screening.preset",
18 "responseType": "application/vnd.sas.watchlist.screening.preset"
19 },
20 {
21 "method": "GET",
22 "rel": "get presets",
23 "href": "/watchlistScreening/presets",
24 "uri": "/watchlistScreening/presets",
25 "type": "application/vnd.sas.collection",
26 "itemType": "application/vnd.sas.watchlist.screening.preset"
27 },
28 {
29 "method": "POST",
30 "rel": "create profile exceptions",
31 "href": "/watchlistScreening/exceptions",
32 "uri": "/watchlistScreening/exceptions",
33 "type": "application/vnd.sas.watchlist.screening.profile.exception",
34 "responseType": "application/vnd.sas.watchlist.screening.profile.exception"
35 },
36 {
37 "method": "GET",
38 "rel": "get profile exceptions",
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": "POST",
46 "rel": "create conditional exceptions",
47 "href": "/watchlistScreening/exceptions",
48 "uri": "/watchlistScreening/exceptions",
49 "type": "application/vnd.sas.watchlist.screening.conditional.exception",
50 "responseType": "application/vnd.sas.watchlist.screening.conditional.exception"
51 },
52 {
53 "method": "GET",
54 "rel": "get conditional exceptions",
55 "href": "/watchlistScreening/exceptions",
56 "uri": "/watchlistScreening/exceptions",
57 "type": "application/vnd.sas.collection",
58 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"
59 },
60 {
61 "method": "GET",
62 "rel": "get watchlist categories",
63 "href": "/watchlistScreening/collection/categories",
64 "uri": "/watchlistScreening/collection/categories",
65 "type": "application/vnd.sas.collection",
66 "itemType": "application/vnd.sas.watchlist.screening.collection.categories"
67 },
68 {
69 "method": "GET",
70 "rel": "get watchlist sanction codes",
71 "href": "/watchlistScreening/collection/sanctionCodes",
72 "uri": "/watchlistScreening/collection/sanctionCodes",
73 "type": "application/vnd.sas.collection",
74 "itemType": "application/vnd.sas.watchlist.screening.collection.sanction.codes"
75 }
76 ]
77}

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundThe service is not available.Schema