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: agency/README.md
+42-6Lines changed: 42 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ This specification contains a collection of RESTful APIs used to specify the dig
24
24
*[Stops - Register](#stops---register)
25
25
*[Stops - Update](#stops---update)
26
26
*[Stops - Readback](#stops---readback)
27
-
*[Reports](#Reports)
27
+
*[Reports](#reports)
28
+
*[Reports - Register](#reports---register)
28
29
29
30
## General information
30
31
@@ -287,6 +288,40 @@ If `stop_id` is specified, `GET` will return an array with a single stop record,
287
288
288
289
[Top][toc]
289
290
291
+
## Reports
292
+
293
+
Reports are information that providers can send back to agencies containing aggregated data that is not contained within other MDS endpoints, like counts of special groups of riders. These supplemental reports are not a substitute for other MDS Provider endpoints.
294
+
295
+
The authenticated reports are monthly, historic flat files that may be pre-generated by the provider.
296
+
297
+
[Top][toc]
298
+
299
+
## Reports - register
300
+
301
+
The `/reports` endpoint allows an agency to register aggregated report counts in CSV structure.
0 commit comments