Skip to content
Patiphan Srichai edited this page Oct 20, 2021 · 14 revisions

Suchon's Site API documentation

documentation for Suchon's Site API

Contents

1. Overview

Suchon’s Site API is a JSON-based API. All requests are made to endpoints beginning:
https://suchonsite-server.herokuapp.com/

All requests must be secure, i.e. https, not http.

2. Resource

2.1 people information by date

retrieve the information of peoples appointment by date Return full list of people's information that have vaccination appointment in that day

The API endpoint exposes this list of people's information as a collection.
A request to fetch a list of people's information looks like this:
GET https://suchonsite-server.herokuapp.com/people/get_people_by_date/{{date}}

Clone this wiki locally