Get a list of presets

get/presets
Internal-Use Only

Returns a list of presets.

Request Samples

1

Response Samples

1{
2 "version": 2,
3 "accept": "application/vnd.sas.watchist.screening.preset",
4 "count": 1,
5 "start": 0,
6 "limit": 1,
7 "name": "presets",
8 "links": [
9 {
10 "method": "GET",
11 "rel": "self",
12 "href": "/watchlistScreening/presets",
13 "uri": "/watchlistScreening/presets",
14 "type": "application/vnd.sas.collection",
15 "itemType": "application/vnd.sas.watchlist.screening.preset"
16 },
17 {
18 "method": "POST",
19 "rel": "create",
20 "href": "/watchlistScreening/presets",
21 "uri": "/watchlistScreening/presets",
22 "type": "application/vnd.sas.watchlist.screening.preset",
23 "responseType": "application/vnd.sas.watchlist.screening.preset"
24 }
25 ],
26 "items": [
27 {
28 "id": "ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
29 "name": "preset_example",
30 "options": {
31 "threshold": 85,
32 "metaScore": true,
33 "matching": "fuzzy",
34 "recordType": "individual",
35 "geoScore": false,
36 "geoThreshold": 0,
37 "bicThreshold": 100,
38 "lowQualityAliases": "none",
39 "dobMatching": "year",
40 "dobPrecision": 0,
41 "dobPolicy": {
42 "value": "required",
43 "match": "required",
44 "level": "low"
45 },
46 "genderPolicy": {
47 "value": "required",
48 "match": "required",
49 "level": "low"
50 },
51 "idPolicy": {
52 "value": "required",
53 "match": "required",
54 "level": "low"
55 },
56 "idPrecision": 5,
57 "tags": [
58 "SAN"
59 ],
60 "categories": [
61 "PROFILE_CATEGORY"
62 ],
63 "sanctionCountries": [
64 "US",
65 "GB"
66 ],
67 "sanctions": [
68 "SANCTION_CODE"
69 ],
70 "matchTypes": [
71 "/name/primary"
72 ],
73 "cityProximity": 50,
74 "cityPolicy": {
75 "value": "required",
76 "match": "required",
77 "level": "low"
78 },
79 "countryPolicy": {
80 "value": "required",
81 "match": "required",
82 "level": "low"
83 },
84 "charset": "latin",
85 "affinity": "def",
86 "riskCountries": [
87 "string"
88 ],
89 "riskRegions": [
90 "Centre/cm",
91 "Wisconsin"
92 ],
93 "status": "any",
94 "inactiveDays": 0,
95 "pepLevel": "intl",
96 "tweaks": {
97 "detectTitle": false,
98 "detectBicCodes": true,
99 "useTextPlaces": false,
100 "surnameAbbreviations": false,
101 "perfectSmallNames": false,
102 "bidirectionalMatching": false,
103 "deepIndexSearch": false,
104 "lowQualityNicknames": false,
105 "partialIndividualNames": "NONE",
106 "partialIndividualNamePatterns": [
107 "1,1"
108 ],
109 "partialEntityNames": "NONE",
110 "longAbbreviations": false,
111 "minTextMatchLength": 0,
112 "globalLegalForms": false
113 },
114 "exclusions": [
115 "string"
116 ],
117 "fieldPresets": {
118 "debtor": "my-preset1"
119 },
120 "detectStripping": false,
121 "detectDuplicates": false
122 },
123 "creationTimeStamp": "2023-08-31T13:56:49.021Z",
124 "modifiedTimeStamp": "2023-08-31T13:56:57.596Z",
125 "version": 1,
126 "links": [
127 {
128 "method": "GET",
129 "rel": "up",
130 "href": "/watchlistScreening/presets",
131 "uri": "/watchlistScreening/presets",
132 "type": "application/vnd.sas.collection",
133 "itemType": "application/vnd.sas.watchlist.screening.preset"
134 },
135 {
136 "method": "GET",
137 "rel": "self",
138 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
139 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
140 "type": "application/vnd.sas.watchlist.screening.preset"
141 },
142 {
143 "method": "PUT",
144 "rel": "update",
145 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
146 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
147 "type": "application/vnd.sas.watchlist.screening.preset",
148 "responseType": "application/vnd.sas.watchlist.screening.preset"
149 },
150 {
151 "method": "DELETE",
152 "rel": "delete",
153 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",
154 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a"
155 }
156 ]
157 }
158 ]
159}

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 channels and presets in the response.

Allowed values:
application/vnd.sas.watchlist.screening.preset+jsonapplication/vnd.sas.watchlist.screening.preset+json;version=1application/vnd.sas.watchlist.screening.channel+jsonapplication/vnd.sas.watchlist.screening.channel+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 GatewayUnable to contact Neterium or a generic bad gateway error.Schema