You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jurisdiction/README.md
+37-9
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,14 @@ Responses must set the `Content-Type` header, as specified in the [Provider vers
130
130
131
131
Response bodies must be a `UTF-8` encoded JSON object.
132
132
133
+
[Top][toc]
134
+
133
135
### HTTP Response Codes
134
136
135
137
The response to a client request must include a valid HTTP status code defined in the [IANA HTTP Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml)
136
138
139
+
[Top][toc]
140
+
137
141
### Get Jurisdictions
138
142
139
143
Gets all of an agency's Jurisdictions. Served by agencies.
|`effective`| Timestamp | O | See the state of all the Jurisdictions (i.e. which ones are effective) at that point in time. If not supplied, the default is to show only Jurisdictions that are currently in effect. |
152
156
153
-
Response codes:
157
+
#### Responses
158
+
159
+
_Possible HTTP Status Codes_:
160
+
200,
161
+
400 (with parameter),
162
+
404,
163
+
406,
164
+
500
154
165
155
-
- 200 - success
156
-
- 403 - unauthorized
157
-
- 500 - server error
166
+
See [Responses][responses], [Bulk Responses][bulk-responses], and [schema][schema] for details.
0 commit comments