Get a list of the latest watchlist sanction codes
get/collection/sanctionCodes/@latest
Returns a watchlist and the latest version of its corresponding sanction codes. The latest version is based on the capture date timestamp.
1{2 "watchlist": "ofac",3 "captureDt": "2023-12-14",4 "data": [5 {6 "code": "OFACSD",7 "labels": [8 "OFAC - Specially Designated Nationals"9 ],10 "listId": "OFAC",11 "country": "us"12 }13 ],14 "links": [15 {16 "href": "/watchlistScreening/collection/sanctionCodes",17 "method": "GET",18 "rel": "up",19 "type": "application/vnd.sas.collection",20 "itemType": "application/vnd.sas.watchlist.screening.collection.sanction.codes",21 "uri": "/watchlistScreening/collection/sanctionCodes"22 },23 {24 "href": "/watchlistScreening/collection/sanctionCodes/2023-12-14",25 "method": "GET",26 "rel": "self",27 "type": "application/vnd.sas.watchlist.screening.collection.sanction.codes",28 "uri": "/watchlistScreening/collection/sanctionCodes/2023-12-14"29 }30 ]31}
Name | Type | Required | Description |
---|---|---|---|
Accept | string | false | The desired representation for the response. Allowed values: application/vnd.sas.watchlist.screening.collection.sanction.codes+jsonapplication/vnd.sas.watchlist.screening.collection.sanction.codes+json;version=1application/json Default: application/vnd.sas.watchlist.screening.collection.sanction.codes+json |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
404 | Not Found | The specified resource was not found. | Schema | |
500 | Internal Server Error | The service encountered an error. | Schema |