NCATS-Tangerine / beacon-aggregator

A web service that operates over the Beacon network to provide a single software interface over the all the Beacons
Other
2 stars 0 forks source link

Fixes #80

Closed lhannest closed 6 years ago

lhannest commented 6 years ago

Example of output:

{
   "queryId":"ZAxp8UHR7vd5hwVvSB0k",
   "status":[
      {
         "beacon":1,
         "status":200,
         "discovered":0,
         "processed":null,
         "count":0
      },
      {
         "beacon":2,
         "status":102,
         "discovered":61,
         "processed":null,
         "count":null
      },
      {
         "beacon":3,
         "status":102,
         "discovered":160,
         "processed":60,
         "count":null
      },
      {
         "beacon":4,
         "status":200,
         "discovered":24,
         "processed":24,
         "count":24
      }
   ]
}