Gofive OpenAPI
empeoVenioeTaxGo
empeoVenioeTaxGo
  1. Recruitment
  • Employee
    • Get Employee
      GET
    • Update Employee
      PUT
    • Get List Employees
      GET
    • Get Employees List
      GET
    • Get Mastertypes List
      GET
    • Get Name Prefixes
      GET
    • Get Document Types
      GET
    • Update Employee
      POST
    • Add Employee Attachment
      POST
    • Update Employee Address
      POST
    • Update Employee Family
      POST
    • Update Employee Information
      POST
    • Update Employee Contact
      POST
    • Update Employee Education
      POST
    • Update Employee Experience
      POST
    • Update Employee CustomField
      POST
    • Delete Employee
      POST
    • Get Employee Role
      GET
    • Get Employee Movement Lists
      GET
  • Master
    • Get Organizations
      GET
    • Get CustomField
      GET
    • Get Holiday
      GET
    • Get MasterSetup
      GET
  • Shifts
    • Get Shift Details
      GET
    • Update Employee Shifts
      POST
    • Get Employee Shifts
      GET
    • Swap Employee Shifts
      POST
  • Authentication API
    • Authorization
  • Leave
    • Get Employee Documents
  • Payroll
    • Create Loan
    • Get Loan (Draft)
    • Get Cost Center
    • Get Financial Transactions
    • Update Financial Transactions
  • Attendance
    • Get Time Attendance
    • Get Time Attendances Lite
  • Welfare
    • Get Shuttle Buses
    • Get Passengers
  • Time
    • Workin
    • Get Employee WorkIn Site
    • Get Timestamps
    • Get TimeStamp Attachments
    • Get Workin Sites
    • Get IOMO Logs
    • Add Timestamps
  • AppMan
    • Update status criminal checker
    • Send Email Notification when completed
  • Asset
    • Get Asset list
    • Update Asset
    • Get Employee Assets
  • Recruitment
    • Get Candidate
      GET
  • Goals
    • Update KPI
  1. Recruitment

Get Candidate

GET
https://api.gofive.co.th/api/Recruitment/Candidate

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.gofive.co.th/api/Recruitment/Candidate?ApplicantNo=C000001&PositionName=Senior Backend Developer&CareerSite=EmpeoDevTestCompany&RecruitDateStart=2024-01-01&RecruitDateEnd=2024-12-31&PageSize=10&PageIndex=25' \
--header 'Authorization: ' \
--header 'Ocp-Apim-Subscription-Key: '

Responses

🟢200Success
application/json
Body

Example
{
    "statusCode": 200,
    "message": "OK",
    "totals": 3,
    "data": [
        {
            "applicantNo": "C230134",
            "applicantName": "TestEmsume",
            "applicantNameEN": "Emsume",
            "applicantSurName": "Emsume",
            "applicantSurNameEN": "Emsume",
            "applicantEmailAddress": "[email protected]",
            "applicantMobileNo": "0989080898",
            "gender": "หญิง",
            "genderEN": "Female",
            "dateOfBirth": "2023-11-02",
            "positionName": "DateChecker",
            "positionNameEN": "DateChecker",
            "siteName": "EmpeoDevTestCompany",
            "siteNameEN": null,
            "statusName": "ปฏิเสธ",
            "statusNameEN": "Rejected",
            "revisionNo": "2",
            "applicantAddress": "Test Address กกแก้วบูรพา บางไทร พระนครศรีอยุธยา 13190",
            "applicantAddressEN": " Kok Kaeo Burapha Bang sai Ayutthaya 13190"
        },
        {
            "applicantNo": "C230133",
            "applicantName": "Admin",
            "applicantNameEN": "admin",
            "applicantSurName": "Tester",
            "applicantSurNameEN": "Tester",
            "applicantEmailAddress": "[email protected]",
            "applicantMobileNo": "0888888888",
            "gender": "หญิง",
            "genderEN": "Female",
            "dateOfBirth": "2023-07-06",
            "positionName": "DateChecker",
            "positionNameEN": "DateChecker",
            "siteName": "EmpeoDevTestCompany",
            "siteNameEN": null,
            "statusName": "รอทำแบบทดสอบ",
            "statusNameEN": "Pending Test",
            "revisionNo": "24",
            "applicantAddress": "Now you see me กกแก้วบูรพา บางไทร พระนครศรีอยุธยา 13190",
            "applicantAddressEN": " Kok Kaeo Burapha Bang sai Ayutthaya 13190"
        },
        {
            "applicantNo": "C230132",
            "applicantName": "TestEmsume",
            "applicantNameEN": "Emsume",
            "applicantSurName": "Emsume",
            "applicantSurNameEN": "Emsume",
            "applicantEmailAddress": "[email protected]",
            "applicantMobileNo": "0989080898",
            "gender": "หญิง",
            "genderEN": "Female",
            "dateOfBirth": "2023-11-02",
            "positionName": "QA",
            "positionNameEN": "QA",
            "siteName": "EmpeoDevTestCompany",
            "siteNameEN": null,
            "statusName": "ใหม่",
            "statusNameEN": "New",
            "revisionNo": "1",
            "applicantAddress": "Test Address กกแก้วบูรพา บางไทร พระนครศรีอยุธยา 13190",
            "applicantAddressEN": " Kok Kaeo Burapha Bang sai Ayutthaya 13190"
        }
    ]
}
🟠401User authentication required V2.
Modified at 2024-09-13 03:34:41
Previous
Get Employee Assets
Next
Update KPI
Built with