-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathssa-resident-station.postman_collection.json
More file actions
166 lines (166 loc) · 7.78 KB
/
Copy pathssa-resident-station.postman_collection.json
File metadata and controls
166 lines (166 loc) · 7.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"item": [
{
"id": "5d6bde8c-4cbc-4c18-8773-51477a0ed369",
"name": "Resident Stations",
"description": {
"content": "Query SSA Resident Station locations and hours",
"type": "text/plain"
},
"item": [
{
"id": "cc277378-482c-4241-a8a1-7b8186bc5a3b",
"name": "Query Resident Stations",
"request": {
"name": "Query Resident Stations",
"description": {
"content": "Query SSA Resident Station locations, addresses, phone numbers, and hours of operation. Resident Stations are smaller SSA offices that may have limited hours. Use where=1=1 to retrieve all stations.",
"type": "text/plain"
},
"url": {
"path": [
"0",
"query"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"disabled": false,
"key": "where",
"value": "1=1",
"description": "(Required) SQL WHERE clause to filter records (use '1=1' for all records)"
},
{
"disabled": false,
"key": "outFields",
"value": "*",
"description": "Comma-separated list of fields to return, or * for all fields"
},
{
"disabled": false,
"key": "f",
"value": "json",
"description": "Response format"
},
{
"disabled": false,
"key": "resultOffset",
"value": "0",
"description": "Offset for pagination"
},
{
"disabled": false,
"key": "resultRecordCount",
"value": "1000",
"description": "Maximum number of records to return"
},
{
"disabled": false,
"key": "orderByFields",
"value": "<string>",
"description": "Fields to sort results by"
}
],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"method": "GET",
"auth": null
},
"response": [
{
"id": "90c5cbfb-c76c-4c75-bcd2-1625a7ee6ad5",
"name": "Resident Station records matching the query",
"originalRequest": {
"url": {
"path": [
"0",
"query"
],
"host": [
"{{baseUrl}}"
],
"query": [
{
"key": "where",
"value": "STATE='TX'"
},
{
"key": "outFields",
"value": "*"
},
{
"key": "f",
"value": "json"
},
{
"key": "resultOffset",
"value": "0"
},
{
"key": "resultRecordCount",
"value": "1000"
},
{
"key": "orderByFields",
"value": "<string>"
}
],
"variable": []
},
"header": [
{
"key": "Accept",
"value": "application/json"
}
],
"method": "GET",
"body": {}
},
"status": "OK",
"code": 200,
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": "{\n \"objectIdFieldName\": \"string\",\n \"fields\": [\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"alias\": \"string\"\n },\n {\n \"name\": \"string\",\n \"type\": \"string\",\n \"alias\": \"string\"\n }\n ],\n \"features\": [\n {\n \"attributes\": {\n \"OFFICE_CODE\": \"string\",\n \"OFFICE_NAME\": \"string\",\n \"ADDRESS_LINE_1\": \"string\",\n \"ADDRESS_LINE_2\": \"string\",\n \"ADDRESS_LINE_3\": \"string\",\n \"CITY\": \"string\",\n \"STATE\": \"string\",\n \"ZIP_CODE\": \"string\",\n \"PHONE\": \"string\",\n \"FAX\": \"string\",\n \"MONDAY_OPEN_TIME\": \"string\",\n \"MONDAY_CLOSE_TIME\": \"string\",\n \"TUESDAY_OPEN_TIME\": \"string\",\n \"TUESDAY_CLOSE_TIME\": \"string\",\n \"WEDNESDAY_OPEN_TIME\": \"string\",\n \"WEDNESDAY_CLOSE_TIME\": \"string\",\n \"THURSDAY_OPEN_TIME\": \"string\",\n \"THURSDAY_CLOSE_TIME\": \"string\",\n \"FRIDAY_OPEN_TIME\": \"string\",\n \"FRIDAY_CLOSE_TIME\": \"string\",\n \"LATITUDE_NUM\": 870.9635879927191,\n \"LONGITUDE_NUM\": 9954.794427322957,\n \"ObjectId\": 2934\n },\n \"geometry\": {\n \"x\": 5226.481144464274,\n \"y\": 3324.484251639408\n }\n },\n {\n \"attributes\": {\n \"OFFICE_CODE\": \"string\",\n \"OFFICE_NAME\": \"string\",\n \"ADDRESS_LINE_1\": \"string\",\n \"ADDRESS_LINE_2\": \"string\",\n \"ADDRESS_LINE_3\": \"string\",\n \"CITY\": \"string\",\n \"STATE\": \"string\",\n \"ZIP_CODE\": \"string\",\n \"PHONE\": \"string\",\n \"FAX\": \"string\",\n \"MONDAY_OPEN_TIME\": \"string\",\n \"MONDAY_CLOSE_TIME\": \"string\",\n \"TUESDAY_OPEN_TIME\": \"string\",\n \"TUESDAY_CLOSE_TIME\": \"string\",\n \"WEDNESDAY_OPEN_TIME\": \"string\",\n \"WEDNESDAY_CLOSE_TIME\": \"string\",\n \"THURSDAY_OPEN_TIME\": \"string\",\n \"THURSDAY_CLOSE_TIME\": \"string\",\n \"FRIDAY_OPEN_TIME\": \"string\",\n \"FRIDAY_CLOSE_TIME\": \"string\",\n \"LATITUDE_NUM\": 4749.730381589762,\n \"LONGITUDE_NUM\": 98.8114855915323,\n \"ObjectId\": 2148\n },\n \"geometry\": {\n \"x\": 696.6188877188173,\n \"y\": 7278.862347781908\n }\n }\n ],\n \"exceededTransferLimit\": true\n}",
"cookie": [],
"_postman_previewlanguage": "json"
}
],
"event": [],
"protocolProfileBehavior": {
"disableBodyPruning": true
}
}
],
"event": []
}
],
"event": [],
"variable": [
{
"type": "string",
"value": "https://services6.arcgis.com/zFiipv75rloRP5N4/arcgis/rest/services/SSA_Resident_Station_Information/FeatureServer",
"key": "baseUrl"
}
],
"info": {
"_postman_id": "4f110bde-9730-4ad0-97c4-48dcd7a2bb32",
"name": "SSA Resident Station Address API",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"description": {
"content": "The Social Security Administration Resident Station Address API provides location data, addresses, telephone numbers, and office hours for SSA Resident Stations — smaller SSA offices that serve rural and underserved communities. Data is served through the Esri ArcGIS Online platform as a RESTful Feature Service. No authentication required.\n\nContact Support:\n Name: SSA Developer Support",
"type": "text/plain"
}
}
}