This drilldown search returns a list of available states that we have Workplace data for.
Please Note:
The endpoint is /WorkplaceSearch/GetStates
Sample Request:
{}
Sample Response:
{
"searchRecords": [
"AA",
"AB",
"AE",
"AK",
"AL",
"AP",
"AR",
"AS",
"AZ",
"BC",
"CA",
"CO",
"CT",
"DC",
"DE",
"FL",
"FM",
"GA",
"GU",
"HI",
"IA",
"ID",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MB",
"MD",
"ME",
"MH",
"MI",
"MN",
"MO",
"MP",
"MS",
"MT",
"NB",
"NC",
"ND",
"NE",
"NH",
"NJ",
"NL",
"NM",
"NS",
"NT",
"NU",
"NV",
"NY",
"OH",
"OK",
"ON",
"OR",
"PA",
"PE",
"PQ",
"PR",
"PW",
"QC",
"RI",
"SC",
"SD",
"SK",
"TN",
"TX",
"UT",
"VA",
"VI",
"VT",
"WA",
"WI",
"WV",
"WY",
"YT",
"ZZ"
],
"responseRecordCount": 77,
"pagination": {
"currentPageNumber": 0,
"resultsPerPage": 0,
"totalPages": 0
},
"searchCriteria": [],
"totalRequestExecutionTimeMs": 695,
"requestId": "25aa5ca7-ba9c-46d4-b9dd-9f0eb8cf6a48",
"requestType": "Search",
"requestTime": "2022-01-24T13:30:14.3088953-06:00",
"isError": false
}