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
This service can provide data for both the "How People Contact 311" and "Request Types" pie charts.
Both charts require a simple count of the number of requests, grouped by a particular field in the database. "How People Contact 311" is based on a grouping of the "requestsource" field, and "Request Types" is based on a grouping of the "requesttype" field. A single endpoint can provide both counts.
Endpoint
Accepted methods
GET
POST
Path: server:port/requestcounts
Inputs
The inputs are all of the usual filters, plus a countFields params that lists the fields we want to count by.
Description
This service can provide data for both the "How People Contact 311" and "Request Types" pie charts.
Both charts require a simple count of the number of requests, grouped by a particular field in the database. "How People Contact 311" is based on a grouping of the "requestsource" field, and "Request Types" is based on a grouping of the "requesttype" field. A single endpoint can provide both counts.
Endpoint
Accepted methods
Path:
server:port/requestcounts
Inputs
The inputs are all of the usual filters, plus a
countFields
params that lists the fields we want to count by.Outputs
The text was updated successfully, but these errors were encountered: