Get a list of watchlist region metadata for a given date

get/collection/regions/{date}

Returns region metadata for the given date.

Request Samples

1

Response Samples

1{
2 "captureDt": "2024-05-15",
3 "watchlist": "EU",
4 "data": [
5 {
6 "country": "us",
7 "regions": [
8 "west virginia",
9 "kentucky",
10 "arizona",
11 "pennsylvania",
12 "new hampshire",
13 "louisiana",
14 "california",
15 "new jersey",
16 "minnesota",
17 "wyoming",
18 "ohio",
19 "iowa",
20 "florida",
21 "wisconsin",
22 "district of columbia",
23 "alabama",
24 "north dakota",
25 "vermont",
26 "nebraska",
27 "hawaii",
28 "utah",
29 "colorado",
30 "north carolina",
31 "south carolina",
32 "virginia",
33 "kansas",
34 "rhode island",
35 "new mexico",
36 "arkansas",
37 "tennessee",
38 "new york",
39 "delaware",
40 "illinois",
41 "indiana",
42 "idaho",
43 "maine",
44 "nevada",
45 "connecticut",
46 "texas",
47 "alaska",
48 "michigan",
49 "washington",
50 "mississippi",
51 "missouri",
52 "georgia",
53 "oklahoma",
54 "montana",
55 "maryland",
56 "oregon",
57 "south dakota",
58 "massachusetts"
59 ]
60 },
61 {
62 "country": "au",
63 "regions": [
64 "state of south australia",
65 "state of western australia",
66 "state of new south wales",
67 "australian capital territory",
68 "state of queensland",
69 "state of tasmania",
70 "state of victoria",
71 "northern territory"
72 ]
73 }
74 ],
75 "links": [
76 {
77 "href": "/watchlistScreening/collection/regions",
78 "itemType": "application/vnd.sas.watchlist.screening.collection.region",
79 "method": "GET",
80 "rel": "up",
81 "type": "application/vnd.sas.collection",
82 "uri": "/watchlistScreening/collection/regions"
83 },
84 {
85 "href": "/watchlistScreening/collection/regions/2024-05-15",
86 "method": "GET",
87 "rel": "self",
88 "type": "application/vnd.sas.watchlist.screening.collection.region",
89 "uri": "/watchlistScreening/collection/regions/2024-05-15"
90 }
91 ]
92}

Path Parameters

NameTypeRequiredDescription
date
string<date>
true

The processing date of the watchlist metadata. The processing date uses 'YYYY-MM-DD' format.

Header Parameters

NameTypeRequiredDescription
Accept
string
false

The desired representation for the response.

Allowed values:
application/vnd.sas.watchlist.screening.collection.region+jsonapplication/vnd.sas.watchlist.screening.collection.region+json;version=1application/json
Default:
application/vnd.sas.watchlist.screening.collection.region+json

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

Bad request (the request is not well-formed).

Schema
404Not Found

The specified resource was not found.

Schema
500Internal Server Error

The service encountered an error.

Schema