- name
[character]
Name of an endpoint / city. This name can be arbitrary and only serves
for identification in [o311_api]
.
- root
[character]
Base URL of the endpoint for sending production-grade requests. The root
URL commonly points to "georeport/v2/"
.
- jurisdiction
[character]
Unique identifier of the jurisdiction. The jurisdiction is typically
defined as the domain of the respective city website. It is optional as
most endpoints only serve one jurisdiction.
- key
[logical]
Is an API key mandatory?
- pagination
[logical]
Are requests
responses paginated?
- limit
[integer]
If paginated, how many requests does one page contain?
- json
[logical]
Are JSON responses supported? If FALSE
, defaults to "XML"
responses. See also o311_api
.
- dialect
[character]
open311 extension that the endpoint is built on. Common dialects include
CitySDK, Connected Bits, SeeClickFix and Mark-a-Spot. Currently, this
argument does nothing, but it could be used in the future to adjust
response handling based on dialect.
- ...
List of key-value pairs where each pair is a filter.
The key represents the column and the value the requested column value.
All keys must be present in the column names of o311_endpoints()
.