Get the list of watchlist screening resources

get/

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": "screen payment",
15 "href": "/watchlistScreening/payment",
16 "uri": "/watchlistScreening/payment",
17 "type": "application/json",
18 "itemType": "application/json"
19 },
20 {
21 "method": "POST",
22 "rel": "create preset",
23 "href": "/watchlistScreening/presets",
24 "uri": "/watchlistScreening/presets",
25 "type": "application/vnd.sas.watchlist.screening.preset",
26 "responseType": "application/vnd.sas.watchlist.screening.preset"
27 },
28 {
29 "method": "GET",
30 "rel": "get presets",
31 "href": "/watchlistScreening/presets",
32 "uri": "/watchlistScreening/presets",
33 "type": "application/vnd.sas.collection",
34 "itemType": "application/vnd.sas.watchlist.screening.preset"
35 },
36 {
37 "method": "POST",
38 "rel": "create profile exceptions",
39 "href": "/watchlistScreening/exceptions",
40 "uri": "/watchlistScreening/exceptions",
41 "type": "application/vnd.sas.watchlist.screening.profile.exception",
42 "responseType": "application/vnd.sas.watchlist.screening.profile.exception"
43 },
44 {
45 "method": "GET",
46 "rel": "get profile exceptions",
47 "href": "/watchlistScreening/exceptions",
48 "uri": "/watchlistScreening/exceptions",
49 "type": "application/vnd.sas.collection",
50 "itemType": "application/vnd.sas.watchlist.screening.profile.exception"
51 },
52 {
53 "method": "POST",
54 "rel": "create conditional exceptions",
55 "href": "/watchlistScreening/exceptions",
56 "uri": "/watchlistScreening/exceptions",
57 "type": "application/vnd.sas.watchlist.screening.conditional.exception",
58 "responseType": "application/vnd.sas.watchlist.screening.conditional.exception"
59 },
60 {
61 "method": "GET",
62 "rel": "get conditional exceptions",
63 "href": "/watchlistScreening/exceptions",
64 "uri": "/watchlistScreening/exceptions",
65 "type": "application/vnd.sas.collection",
66 "itemType": "application/vnd.sas.watchlist.screening.conditional.exception"
67 },
68 {
69 "method": "GET",
70 "rel": "get watchlist categories",
71 "href": "/watchlistScreening/collection/categories",
72 "uri": "/watchlistScreening/collection/categories",
73 "type": "application/vnd.sas.collection",
74 "itemType": "application/vnd.sas.watchlist.screening.collection.categories"
75 },
76 {
77 "method": "GET",
78 "rel": "get watchlist sanction codes",
79 "href": "/watchlistScreening/collection/sanctionCodes",
80 "uri": "/watchlistScreening/collection/sanctionCodes",
81 "type": "application/vnd.sas.collection",
82 "itemType": "application/vnd.sas.watchlist.screening.collection.sanction.codes"
83 },
84 {
85 "method": "GET",
86 "rel": "get watchlist regions",
87 "href": "/watchlistScreening/collection/regions",
88 "uri": "/watchlistScreening/collection/regions",
89 "type": "application/vnd.sas.collection",
90 "itemType": "application/vnd.sas.watchlist.screening.collection.sanction.codes"
91 },
92 {
93 "method": "GET",
94 "rel": "get settings",
95 "href": "/watchlistScreening/settings",
96 "uri": "/watchlistScreening/settings",
97 "type": "application/vnd.sas.watchlist.screening.settings"
98 }
99 ]
100}

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

The service is not available.

Schema