Get labor
คำอธิบาย เป็น Api สำหรับดึง
/hdc/get?table=labor
Request URL
https://sk-api.khonsongkhla.com/hdc/get?table=labor?{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) | |
GRAVIDA | varchar(2) | |
LMP | date | |
EDC | date | |
BDATE | date | |
BRESULT | varchar(6) | |
BPLACE | char(1) | |
BHOSP | varchar(5) | |
BTYPE | char(1) | |
BDOCTOR | char(1) | |
LBORN | decimal(1,0) | |
SBORN | decimal(1,0) | |
D_UPDATE | datetime | |
CID | varchar(13) |
Request URL Example
https://sk-api.khonsongkhla.com/hdc/get?table=labor&limit=2
Response Example
{
"code": 400,
"message": "no_permission",
"message_th": "ไม่มีสิทธิ์อ่านข้อมูล"
}