Get a list of presets
get/presets
Returns a list of presets.
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 "riskCountries": [86 "string"87 ],88 "riskRegions": [89 "Centre/cm",90 "Wisconsin"91 ],92 "status": "any",93 "inactiveDays": 0,94 "pepLevel": "intl",95 "tweaks": {96 "detectTitle": false,97 "detectBicCodes": true,98 "useTextPlaces": false,99 "surnameAbbreviations": false,100 "perfectSmallNames": false,101 "bidirectionalMatching": false,102 "deepIndexSearch": false,103 "lowQualityNicknames": false,104 "partialIndividualNames": "NONE",105 "partialIndividualNamePatterns": [106 "1,1"107 ],108 "partialEntityNames": "NONE",109 "longAbbreviations": false,110 "minTextMatchLength": 0,111 "globalLegalForms": false112 },113 "exclusions": [114 "string"115 ],116 "fieldPresets": {117 "debtor": "my-preset1"118 },119 "detectStripping": false,120 "detectDuplicates": false121 },122 "creationTimeStamp": "2023-08-31T13:56:49.021Z",123 "modifiedTimeStamp": "2023-08-31T13:56:57.596Z",124 "version": 1,125 "links": [126 {127 "method": "GET",128 "rel": "up",129 "href": "/watchlistScreening/presets",130 "uri": "/watchlistScreening/presets",131 "type": "application/vnd.sas.collection",132 "itemType": "application/vnd.sas.watchlist.screening.preset"133 },134 {135 "method": "GET",136 "rel": "self",137 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",138 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",139 "type": "application/vnd.sas.watchlist.screening.preset"140 },141 {142 "method": "PUT",143 "rel": "update",144 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",145 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",146 "type": "application/vnd.sas.watchlist.screening.preset",147 "responseType": "application/vnd.sas.watchlist.screening.preset"148 },149 {150 "method": "DELETE",151 "rel": "delete",152 "href": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a",153 "uri": "watchlistScreening/presets/ee0b5606-36a2-4fcd-9b06-1e71e1caee5a"154 }155 ]156 }157 ]158}| Name | Type | Required | Description |
|---|---|---|---|
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 |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
| 404 | Not Found | The service is not available. | Schema | |
| 406 | Not Acceptable | Not Acceptable. Include an Accept/Accept-Item header with a supported value on the request. | Schema | |
| 500 | Internal Server Error | The service encountered an error. | Schema | |
| 502 | Bad Gateway | Unable to contact Neterium or a generic bad gateway error. | Schema |