Authorization: Bearer ********************
{
"employeeType": 0,
"teamId": "string",
"status": "string",
"keyWord": "string",
"orderBy": 0,
"skip": 0,
"pagelength": 0,
"type": 0
}
curl --location --request POST 'https://api.gofive.co.th/v1/Employees/Enquiry' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeType": 0,
"teamId": "string",
"status": "string",
"keyWord": "string",
"orderBy": 0,
"skip": 0,
"pagelength": 0,
"type": 0
}'
{
"data": {
"value": [
{
"userId": "string",
"fullname": "string",
"staffCode": "string",
"role": "string",
"teamName": "string",
"recentlyActivity": "2023-01-21T00:00:00+0700",
"dateCreateActivity": "2023-01-18T21:07:26+0700",
"dateCheckin": "2023-01-13T10:23:39+0700",
"dateCheckout": "2023-01-13T10:26:26+0700",
"dateCreateFeedback": "2020-10-21T18:27:03+0700",
"dateCreated": "2018-11-05T10:13:59+0700",
"uniqueName": "string",
"pictureUrl": "string"
}
],
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}