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

The API is RESTful and arranged around resources.
All requests must be made with an integration token. All requests must be made using https.

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}}

Example request:

ตัวอย่าง

Clone this wiki locally