--- swagger: "2.0" info: x-ibm-name: botlicensecheckapi title: BOTLicenseCheckAPI version: 1.0.2 description: "" schemes: - https basePath: /BotLicenseCheckAPI consumes: - application/json produces: - application/json securityDefinitions: X-IBM-Client-Secret: type: apiKey description: "" in: header name: X-IBM-Client-Secret X-IBM-Client-Id: type: apiKey in: header name: X-IBM-Client-Id security: - X-IBM-Client-Id: [] X-IBM-Client-Secret: [] x-ibm-configuration: testable: true enforced: true phase: realized paths: /SearchAuthorized: get: responses: 200: description: 200 OK parameters: - name: keyword type: string required: true in: query description: คำค้นหา - name: page type: string required: false in: query description: ตำแหน่งของหน้า - name: limit type: integer required: false in: query description: จำนวนของผลลัพธ์ format: int32 /License: get: responses: 200: description: 200 OK parameters: - name: authId type: string required: true in: query description: Id ในระบบของผู้ที่ได้รับอนุญาต - name: docId type: string required: false in: query description: เลขที่อ้างอิงเอกสาร /AuthorizedDetail: get: responses: 200: description: 200 OK parameters: - name: id type: integer required: true in: query description: Id ในระบบของผู้ที่ได้รับอนุญาต format: int32 tags: [] x-ibm-endpoints: - endpointUrl: https://apigw1.bot.or.th/bot/public description: API Gateway type: - production ...