Skip to content

JSON response example 1

PhilNorman2 edited this page Mar 22, 2020 · 6 revisions

mock request: www.freshtrak.com/orgs/43

mock response:

{

   "org":{
      "id":"43",
      "type":"agency",
      "name":"Kroger Food Pantry",
      "services":[
         "Diapers",
         "Food Box",
         "Formula"
      ],
      "address":{
         "street1":"3690 Brookham Drive",
         "street2":"",
         "city":"Grove City",
         "state":"OH",
         "zip":43213
      },
      "phone":"614-592-4250",
      "hours":[
         {
            "date":"20200320",
            "start-time":"13:00",
            "stop-time":"20:00"
         },
         {
            "date":"20200321",
            "start-time":"14:00",
            "stop-time":"16:00"
         }
      ],
      "appt-type":"walk-in",
      "distance":"12"
   }

}

Clone this wiki locally