Get community_service
คำอธิบาย เป็น Api สำหรับดึง
/hdc/get?table=community_service
Request URL
https://sk-api.khonsongkhla.com/hdc/get?table=community_service?{param}
Path Parameters
Name | Type | Required | Description |
---|---|---|---|
param | String | - | sort=ASC|DESC sortBy=[Field name] offset=(int)[Row start] limit=(int)[Row limit] [Field name]=[value] |
Response Body
Name | Type | Description |
---|---|---|
HOSPCODE | varchar(5) | |
PID | varchar(15) | |
SEQ | varchar(16) | |
DATE_SERV | date | |
COMSERVICE | varchar(7) | |
PROVIDER | varchar(15) | |
D_UPDATE | datetime | |
CID | varchar(13) |
Request URL Example
https://sk-api.khonsongkhla.com/hdc/get?table=community_service&limit=2
Response Example
{
"code": 400,
"message": "no_permission",
"message_th": "ไม่มีสิทธิ์อ่านข้อมูล"
}