# Get Employee Documents

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /empeo/api/v1/documents:
    post:
      summary: Get Employee Documents
      deprecated: false
      description: ''
      tags:
        - empeo/Core HR/Leave
      parameters:
        - name: Ocp-Apim-Subscription-Key
          in: header
          description: ''
          required: true
          example: ec0ea872f33649bc9f3e138292ba5ad3
          schema:
            type: string
        - name: Content-Type
          in: header
          description: ''
          required: true
          example: application/json
          schema:
            type: string
        - name: Authorization
          in: header
          description: ''
          required: true
          example: >-
            Bearer
            eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwN0I2RTQ3QTU1MzkxOTdDQ0Y2NzlDNTVEODFFNDQ1RTE2NUQ2QkVSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6InNIdHVSNlZUa1pmTTlubkZYWUhrUmVGbDFyNCJ9.eyJuYmYiOjE2OTUxOTExMTIsImV4cCI6MTY5NTE5NDcxMiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5nb2ZpdmUuY28udGgiLCJhdWQiOiJJTUMuQVBJIiwiY2xpZW50X2lkIjoiMjE1YzBlZWYtN2E5My00NDI3LWI2MzItZDhkNTFjZDIyYjNjIiwic3ViIjoie0VFQTJDRDk0LTA1QjItNDQ4Qi05ODI5LThBOTMwMEY5Q0REQX0iLCJqdGkiOiI3QkMwMUIxNEZGQjUxQjhDRkM3QkE0NTRCQ0VDQTM2MiIsInNpZCI6IjYzRkI4M0E5OUVGNkY3NUQ4OUFDQjc5MDIwRDc5MUI3IiwiaWF0IjoxNjk1MTkxMTEyLCJzY29wZSI6WyJJTUMuQVBJIl19.AqV_iyJNHZ5OzNqO4JKQ2wYNLuxRMfBWe6wzNcS68ot5D1h2X2aWH8kw2YRt70R9bBQie7XkF0YK8IRfRFJT4PPZ9uB_kqAgpXxpgZhkQsr6fttaR5d9sG5uqtbMX9ylFIGEzdP7SoLJcwHYrtxJTuFfUvF0CtbKdL811HPsIFczbbZmAjBYmEgfLdaO02VHbqh5HXXMWUTcRYJRS52q-IrN2wjrsxqwXpVyguJNthWKullMbJnpR4Z0Q1K4mJOSd9RdP3ViGznFcVQdHoY4SbwEcJmn78SgacnEyL4SWAEbMp24i_iuitolJYgNkyiRaD12w_nGjhO11ne_QWjOnA
          schema:
            type: string
        - name: Cookie
          in: header
          description: ''
          required: true
          example: x-DeviceId=D5AA13F9DA5CF5E025CA3A1A1343FE0A
          schema:
            type: string
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                EmployeeRefId:
                  type: string
                  description: รหัสพนักงาน ถ้าไม่ใส่จะได้พนักงานทั้งหมด
                  x-apidog-mock: '80100'
                DateStart:
                  type: string
                  description: วันที่เริ่มต้น ถ้าไม่ใส่จะได้วันที่ 1 ของปี
                  x-apidog-mock: '2023-08-01'
                DocumentNo:
                  type: string
                  description: เลขเอกสาร
                  x-apidog-mock: L230900008
                documentStatusId:
                  type: string
                  description: >-
                    1=ร่าง,2=รออนุมัติ,3=รอการแก้ไข,4=อนุมัติ,5=ยกเลิก,6=ปฏิเสธ
                    ถ้าไม่ใส่คือเอาทั้งหมด
                  x-apidog-mock: 2,4
                DateEnd:
                  type: string
                  description: วันที่สิ้นสุด ถ้าไม่ใส่จะได้วันที่ปัจจุบัน
                  x-apidog-mock: '2024-08-01'
                CompanyName:
                  type: string
                  description: ชื่อบริษัท ถ้าไม่ใส่ช้อมูลจะได้ข้อมูลบริษัททั้งเครือ
                  x-apidog-mock: โกไฟว์ จำกัด
                Take:
                  type: integer
                  x-apidog-mock: '10'
                  description: จำนวนข้อมูลที่ต้องการดึง ถ้าใส่ 0 จะได้ข้อมูลทั้งหมด
                Skip:
                  type: integer
                  x-apidog-mock: '0'
                  description: จำนวนข้อมูลที่ต้องการข้าม
                CategoryId:
                  type: string
                  description: >-
                    1=ลาหยุด,2=รับรองเวลา,3=ปฏิบัติงานนอกสถานที่,4=แลกเวลา,5=ขอสะสมเวลา,6=ทำงานล่วงเวลา
                    ถ้าไม่ใส่คือเอาทั้งหมด
                  x-apidog-mock: 1,2,3
              x-apidog-orders:
                - EmployeeRefId
                - DateStart
                - DateEnd
                - DocumentNo
                - documentStatusId
                - CompanyName
                - Take
                - Skip
                - CategoryId
            example:
              documentStatusId: 2,4
              employeeRefId: '80104'
              dateStart: '2024-11-01'
              dateEnd: '2024-11-30'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
              example:
                status:
                  code: '1000'
                  description: Success
                data:
                  - documentNo: L230900008
                    timeBegin: '2023-09-14T08:30:00'
                    timeEnd: '2023-09-14T18:00:00'
                    date: '2023-09-14T00:00:00'
                    note: wqewqewqe
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-14T19:48:15.9958323'
                    dateApproved: '2023-09-14T19:48:16.3996505'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ลากิจ
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900001
                    timeBegin: '2023-09-13T08:00:00'
                    timeEnd: '2023-09-13T17:00:00'
                    date: '2023-09-13T00:00:00'
                    note: ตุย
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-06T10:51:57.7120281'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาไม่รับค่าจ้าง
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900009
                    timeBegin: '2023-09-10T08:30:00'
                    timeEnd: '2023-09-10T18:00:00'
                    date: '2023-09-10T00:00:00'
                    note: asdad
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-14T19:49:56.4706596'
                    dateApproved: '2023-09-14T19:49:56.7876833'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: พบลูกค้า
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900004
                    timeBegin: '2023-09-08T08:00:00'
                    timeEnd: '2023-09-08T17:00:00'
                    date: '2023-09-08T00:00:00'
                    note: 2ef2ef
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-07T17:26:05.5929104'
                    dateApproved: '2023-09-07T17:26:05.8259072'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ลาป่วยแบบไม่รับค่าจ้าง
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900003
                    timeBegin: '2023-09-07T08:00:00'
                    timeEnd: '2023-09-07T17:00:00'
                    date: '2023-09-07T00:00:00'
                    note: wergerg
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-07T17:25:33.4391797'
                    dateApproved: '2023-09-07T17:25:33.8390197'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ลาป่วยแบบไม่รับค่าจ้าง
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230800002
                    timeBegin: '2023-08-23T08:00:00'
                    timeEnd: '2023-08-23T17:00:00'
                    date: '2023-08-23T00:00:00'
                    note: ะำหะ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-08-10T10:02:38.556373'
                    dateApproved: '2023-08-10T10:02:38.9785033'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: พบลูกค้า
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230800001
                    timeBegin: '2023-08-14T08:00:00'
                    timeEnd: '2023-08-14T17:00:00'
                    date: '2023-08-14T00:00:00'
                    note: test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-08-10T09:55:16.2563038'
                    dateApproved: '2023-08-10T09:55:16.7735481'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ประชุมนอกสถานที่
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230800003
                    timeBegin: '2023-08-10T10:00:00'
                    timeEnd: '2023-08-10T17:00:00'
                    date: '2023-08-10T00:00:00'
                    note: test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0
                    dateCreated: '2023-08-21T14:09:43.4697078'
                    dateApproved: '2023-08-21T14:09:43.9402266'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: รับรองเวลา
                    category: 2
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900010
                    timeBegin: '2023-08-04T08:00:00'
                    timeEnd: '2023-08-04T17:00:00'
                    date: '2023-08-04T00:00:00'
                    note: l
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-14T20:17:14.9031159'
                    dateApproved: '2023-09-14T20:17:15.2906251'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: อบรม สัมมนา
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606354
                    timeBegin: '2023-06-17T08:00:00'
                    timeEnd: '2023-06-17T17:00:00'
                    date: '2023-06-17T00:00:00'
                    note: erwerwe
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 8
                    dateCreated: '2023-06-11T19:35:46.5174482'
                    dateApproved: '2023-06-11T19:35:46.800428'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606355
                    timeBegin: '2023-06-17T17:00:00'
                    timeEnd: '2023-06-18T08:00:00'
                    date: '2023-06-17T00:00:00'
                    note: retert
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 15
                    dateCreated: '2023-06-11T19:36:24.5792829'
                    dateApproved: '2023-06-11T19:36:24.8389833'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606356
                    timeBegin: '2023-06-14T17:00:00'
                    timeEnd: '2023-06-15T08:00:00'
                    date: '2023-06-14T00:00:00'
                    note: f
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 15
                    dateCreated: '2023-06-14T13:13:07.8603942'
                    dateApproved: '2023-06-14T13:13:08.2385925'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606357
                    timeBegin: '2023-06-14T08:00:00'
                    timeEnd: '2023-06-14T17:00:00'
                    date: '2023-06-14T00:00:00'
                    note: f
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-06-14T13:13:26.6764295'
                    dateApproved: '2023-06-14T13:13:26.9594961'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ประชุมร่วมบริษัทในเครือ
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606351
                    timeBegin: '2023-06-09T08:30:00'
                    timeEnd: '2023-06-09T18:00:00'
                    date: '2023-06-09T00:00:00'
                    note: ะำหะ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-06-09T19:43:36.2534878'
                    dateApproved: '2023-06-09T19:43:46.3578465'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: อบรม สัมมนา
                    category: 3
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230606352
                    timeBegin: '2023-06-09T18:30:00'
                    timeEnd: '2023-06-09T23:59:00'
                    date: '2023-06-09T00:00:00'
                    note: ะำหะ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 5.48
                    dateCreated: '2023-06-09T19:45:05.2573066'
                    dateApproved: '2023-06-09T19:45:17.4130459'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230515627
                    timeBegin: '2023-05-15T08:30:00'
                    timeEnd: '2023-05-15T18:00:00'
                    date: '2023-05-15T00:00:00'
                    note: Test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0
                    dateCreated: '2023-05-15T13:37:45.2195365'
                    dateApproved: '2023-05-15T13:39:22.4955774'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: รับรองเวลา
                    category: 2
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230416945
                    timeBegin: '2023-04-21T18:00:00'
                    timeEnd: '2023-04-22T08:30:00'
                    date: '2023-04-21T00:00:00'
                    note: อิอิ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 14.5
                    dateCreated: '2023-04-27T00:37:28.832368'
                    dateApproved: '2023-04-27T00:37:29.2818106'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ขอสะสมเวลา
                    category: 5
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230408388
                    timeBegin: '2023-04-18T08:30:00'
                    timeEnd: '2023-04-18T18:00:00'
                    date: '2023-04-18T00:00:00'
                    note: '123'
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-04-12T12:02:19.1346472'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาป่วยsssss
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300010
                    timeBegin: '2023-04-10T18:00:00'
                    timeEnd: '2023-04-13T23:00:00'
                    date: '2023-04-10T00:00:00'
                    note: .
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 4
                    totalHour: 0
                    dateCreated: '2023-03-14T12:22:56.8279695'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาหยุดประเพณี
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230900002
                    timeBegin: '2023-04-06T08:30:00'
                    timeEnd: '2023-04-06T18:00:00'
                    date: '2023-04-06T00:00:00'
                    note: ลา
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-09-06T14:30:53.2829476'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาหยุดพักร้อนประจำปี
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230416942
                    timeBegin: '2023-04-05T08:30:00'
                    timeEnd: '2023-04-05T18:00:00'
                    date: '2023-04-05T00:00:00'
                    note: '452452'
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-04-19T11:56:27.0434141'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาป่วยแบบไม่รับค่าจ้าง
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300012
                    timeBegin: '2023-03-16T08:00:00'
                    timeEnd: '2023-03-16T18:00:00'
                    date: '2023-03-16T00:00:00'
                    note: .
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-03-15T17:29:04.6391552'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาป่วยsssss
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300013
                    timeBegin: '2023-03-09T08:00:00'
                    timeEnd: '2023-03-09T18:00:00'
                    date: '2023-03-09T00:00:00'
                    note: ddd
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0
                    dateCreated: '2023-03-16T14:10:46.6639324'
                    dateApproved: '2023-03-16T14:10:47.0077834'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: รับรองเวลา
                    category: 2
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300005
                    timeBegin: '2023-03-04T18:00:00'
                    timeEnd: '2023-03-04T23:00:00'
                    date: '2023-03-04T00:00:00'
                    note: ทดสอบ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 5
                    dateCreated: '2023-03-08T11:01:36.4473514'
                    dateApproved: '2023-03-08T11:01:36.6624398'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ขอสะสมเวลา
                    category: 5
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300001
                    timeBegin: '2023-03-01T00:00:00'
                    timeEnd: '2023-03-01T18:00:00'
                    date: '2023-02-28T00:00:00'
                    note: f
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 18
                    dateCreated: '2023-03-01T09:13:59.0743914'
                    dateApproved: '2023-03-01T09:13:59.1912752'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ขอสะสมเวลา
                    category: 5
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200019
                    timeBegin: '2023-02-28T00:00:00'
                    timeEnd: '2023-02-28T00:10:00'
                    date: '2023-02-27T00:00:00'
                    note: >-
                      Auto overtime  from shift name B25 08:00 -18:00 ธรรมดา
                      (config started OT 00:00 to 18:00 and minute of auto
                      overtime 10 min.)
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0.17
                    dateCreated: '2023-02-28T13:35:07.2133333'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300014
                    timeBegin: '2023-02-24T12:00:00'
                    timeEnd: '2023-02-24T23:00:00'
                    date: '2023-02-24T00:00:00'
                    note: หกฟหกฟหก
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0
                    dateCreated: '2023-03-20T16:49:50.2169772'
                    dateApproved: '2023-03-20T16:49:52.0395644'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: รับรองเวลา
                    category: 2
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300015
                    timeBegin: '2023-02-24T18:00:00'
                    timeEnd: '2023-02-24T18:10:00'
                    date: '2023-02-24T00:00:00'
                    note: >-
                      Auto overtime  from shift name B25 08:00 -18:00 ธรรมดา
                      (config started OT 18:00 to 00:00 and minute of auto
                      overtime 10 min.)
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0.17
                    dateCreated: '2023-03-20T16:49:56.59'
                    dateApproved: null
                    createdBy: null
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200017
                    timeBegin: '2023-02-23T16:00:00'
                    timeEnd: '2023-02-23T18:00:00'
                    date: '2023-02-23T00:00:00'
                    note: Test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 2
                    dateCreated: '2023-02-22T10:59:20.5552571'
                    dateApproved: '2023-02-22T10:59:20.8252522'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200018
                    timeBegin: '2023-02-22T16:00:00'
                    timeEnd: '2023-02-22T18:00:00'
                    date: '2023-02-22T00:00:00'
                    note: test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 2
                    dateCreated: '2023-02-22T11:02:34.6614073'
                    dateApproved: '2023-02-22T11:02:34.9796837'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230300009
                    timeBegin: '2023-02-20T21:00:00'
                    timeEnd: '2023-02-20T21:10:00'
                    date: '2023-02-20T00:00:00'
                    note: >-
                      Auto overtime  from shift name B25 08:00 -18:00 ธรรมดา
                      (config started OT 21:00 to 18:00 and minute of auto
                      overtime 10 min.)
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0.17
                    dateCreated: '2023-03-08T15:27:49.18'
                    dateApproved: null
                    createdBy: null
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200001
                    timeBegin: '2023-02-10T09:00:00'
                    timeEnd: '2023-02-10T10:00:00'
                    date: '2023-02-10T00:00:00'
                    note: ่่่กกก
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 1
                    dateCreated: '2023-02-09T11:09:53.0635562'
                    dateApproved: '2023-02-09T11:09:53.220543'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: แลกเวลา
                    category: 4
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200002
                    timeBegin: '2023-02-10T10:00:00'
                    timeEnd: '2023-02-10T12:00:00'
                    date: '2023-02-10T00:00:00'
                    note: ่่่กกก
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 2
                    dateCreated: '2023-02-09T11:09:56.1308107'
                    dateApproved: '2023-02-09T11:09:56.290774'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: แลกเวลา
                    category: 4
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200003
                    timeBegin: '2023-02-10T13:00:00'
                    timeEnd: '2023-02-10T15:00:00'
                    date: '2023-02-10T00:00:00'
                    note: ่่่กกก
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 2
                    dateCreated: '2023-02-09T11:09:59.1198606'
                    dateApproved: '2023-02-09T11:09:59.3062348'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: แลกเวลา
                    category: 4
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200004
                    timeBegin: '2023-02-10T15:00:00'
                    timeEnd: '2023-02-10T18:00:00'
                    date: '2023-02-10T00:00:00'
                    note: ่่่กกก
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 3
                    dateCreated: '2023-02-09T11:10:03.2975405'
                    dateApproved: '2023-02-09T11:10:03.5238221'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: แลกเวลา
                    category: 4
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200008
                    timeBegin: '2023-02-08T18:00:00'
                    timeEnd: '2023-02-08T21:00:00'
                    date: '2023-02-08T00:00:00'
                    note: fairs test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 3
                    dateCreated: '2023-02-09T14:52:35.6216797'
                    dateApproved: '2023-02-09T14:52:35.8566205'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ขอสะสมเวลา
                    category: 5
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230200009
                    timeBegin: '2023-02-08T00:00:00'
                    timeEnd: '2023-02-08T00:10:00'
                    date: '2023-02-07T00:00:00'
                    note: >-
                      Auto overtime  from shift name B25 08:00 -18:00 ธรรมดา
                      (config started OT 00:00 to 06:00 and minute of auto
                      overtime 10 min.)
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0.17
                    dateCreated: '2023-02-09T17:01:50.4566667'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100122
                    timeBegin: '2023-01-31T08:00:00'
                    timeEnd: '2023-01-31T18:00:00'
                    date: '2023-01-31T00:00:00'
                    note: ฟ
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 1
                    totalHour: 0
                    dateCreated: '2023-01-27T12:01:48.6007302'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ลาป่วยแบบไม่รับค่าจ้าง
                    category: 1
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100117
                    timeBegin: '2023-01-25T18:00:00'
                    timeEnd: '2023-01-26T09:00:00'
                    date: '2023-01-25T00:00:00'
                    note: test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 15
                    dateCreated: '2023-01-24T10:17:00.3019373'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100120
                    timeBegin: '2023-01-24T18:00:00'
                    timeEnd: '2023-01-24T18:31:00'
                    date: '2023-01-24T00:00:00'
                    note: ขอๆไปเถอะมีตังค์จ่าย
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0.52
                    dateCreated: '2023-01-25T18:28:55.1635314'
                    dateApproved: '2023-01-25T18:28:55.5652305'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100121
                    timeBegin: '2023-01-24T19:30:00'
                    timeEnd: '2023-01-24T20:30:00'
                    date: '2023-01-24T00:00:00'
                    note: ddd
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 1
                    dateCreated: '2023-01-25T18:30:26.936503'
                    dateApproved: '2023-01-25T18:30:27.2963586'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100118
                    timeBegin: '2023-01-23T18:00:00'
                    timeEnd: '2023-01-24T09:00:00'
                    date: '2023-01-23T00:00:00'
                    note: ddd
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 15
                    dateCreated: '2023-01-24T16:22:21.7612604'
                    dateApproved: null
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 2
                    documentStatus: รออนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100110
                    timeBegin: '2023-01-21T08:00:00'
                    timeEnd: '2023-01-21T09:00:00'
                    date: '2023-01-21T00:00:00'
                    note: เทส
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 1
                    dateCreated: '2023-01-16T10:38:40.5725963'
                    dateApproved: '2023-01-16T10:38:41.0245753'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100111
                    timeBegin: '2023-01-21T09:00:00'
                    timeEnd: '2023-01-21T11:00:00'
                    date: '2023-01-21T00:00:00'
                    note: เทส
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 2
                    dateCreated: '2023-01-16T10:39:01.6398233'
                    dateApproved: '2023-01-16T10:39:02.0353976'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100115
                    timeBegin: '2023-01-19T18:00:00'
                    timeEnd: '2023-01-20T09:00:00'
                    date: '2023-01-19T00:00:00'
                    note: .
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 15
                    dateCreated: '2023-01-20T10:33:29.1731284'
                    dateApproved: '2023-01-20T10:33:29.5685398'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: ทำงานล่วงเวลา
                    category: 6
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
                  - documentNo: L230100112
                    timeBegin: '2023-01-10T09:28:00'
                    timeEnd: '2023-01-10T18:00:00'
                    date: '2023-01-10T00:00:00'
                    note: test
                    employeeNo: '63000'
                    employeeName: อมรพงศ์ จีรทวีกิจ
                    totalDay: 0
                    totalHour: 0
                    dateCreated: '2023-01-16T15:12:11.3833386'
                    dateApproved: '2023-01-16T15:12:12.1326534'
                    createdBy: อมรพงศ์ จีรทวีกิจ
                    documentStatusId: 4
                    documentStatus: อนุมัติ
                    leaveType: รับรองเวลา
                    category: 2
                    orgLevelOne: วีนีโอ้ซีอาร์เอ็ม จำกัด
                    orgLevelTwo: บุคคล
                    orgLevelThree: null
                    orgLevelFour: null
                    orgLevelFive: null
                    orgLevelSix: null
          headers: {}
          x-apidog-name: Success
      security:
        - bearerAuth: []
          x-apidog:
            schemeGroups:
              - id: uyL_cJmK7q60QJZRTi5ot
                schemeIds:
                  - bearerAuth
            required: true
            use:
              id: uyL_cJmK7q60QJZRTi5ot
            scopes:
              uyL_cJmK7q60QJZRTi5ot:
                bearerAuth: []
      x-apidog-folder: empeo/Core HR/Leave
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/351895/apis/api-4256588-run
components:
  schemas: {}
  securitySchemes:
    bearerAuth:
      type: jwt
      scheme: bearer
      bearerFormat: JWT
      description: ใส่ JWT Token ในรูปแบบ Bearer {token}
    bearer:
      type: bearer
      scheme: bearer
servers:
  - url: https://api.gofive.co.th
    description: Production
security:
  - bearerAuth: []
    x-apidog:
      schemeGroups:
        - id: uyL_cJmK7q60QJZRTi5ot
          schemeIds:
            - bearerAuth
      required: true
      use:
        id: uyL_cJmK7q60QJZRTi5ot
      scopes:
        uyL_cJmK7q60QJZRTi5ot:
          bearerAuth: []

```
