Count person
คำอธิบาย เป็น Api สำหรับดึงจำนวน
/hdc/count?table=person
Request URL
https://sk-api.khonsongkhla.com/hdc/count?table=person
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| param | String | - | [Field name]=[value] |
Response Body
| Name | Type | Description |
|---|---|---|
| amount | Integer | จำนวนแถว |
Request URL Example
https://sk-api.khonsongkhla.com/hdc/count?table=person&HOSPCODE=00069&SEX=1
Response Example
{
"amount": 0
}