production
https://apigw1.bot.or.th/bot/public
API Gateway
Paths
/
get /
X-IBM-Client-Id
X-IBM-Client-Id
(apiKey located in header)
year
Required in query
string
Year in format YYYY (eg. 2018)
Accept
Optional in header
string
application/json
200
200 OK
Example Request
Example Response
GET https://apigw1.bot.or.th/bot/public/financial-institutions-holidays/
Try this operation
No response. This is a mixed content call. It is not possible to test HTTP APIs from an HTTPS secured Portal site and vice versa.
No response. This is a cross-origin call. Make sure the server accepts requests from this portal. Or if using self-signed SSL certificates then paste the URL above into your browser to accept the certificate before trying again (On Internet Explorer it must be the same browser tab.).
Definitions
{
"type": "array",
"items": {
"type": "object",
"properties": {
"HolidayWeekDay": {
"type": "string",
"description": "ชื่อวันของสัปดาห์",
"example": "Monday"
},
"HolidayWeekDayThai": {
"type": "string",
"description": "ชื่อวันของสัปดาห์(ภาษาไทย)",
"example": "วันจันทร์"
},
"Date": {
"type": "string",
"description": "วันที่",
"example": "2018-01-01"
},
"DateThai": {
"type": "string",
"description": "วันที่ภาษาไทย (รูปแบบ วว/ดด/ปป)",
"example": "01/01/2561"
},
"HolidayDescription": {
"type": "string",
"description": "คำอธิบายภาษาอังกฤษ",
"example": "New Year’s Day"
},
"HolidayDescriptionThai": {
"type": "string",
"description": "คำอธิบายภาษาไทย",
"example": "วันขึ้นปีใหม่"
}
}
}
}