Get TimeStamp Attachments
DevelopingGET
/empeo/api/v1/timestamps/attachmentsRequest
Query Params
employeeRefId
string
optional
รหัสพนักงาน ถ้าไม่ใส่จะได้พนักงานทั้งหมด
Example:
80100
dateStart
string
required
วันที่เริ่มต้น
Example:
2023-01-01
dateEnd
string
optional
วันที่สิ้นสุด ถ้าไม่ใส่จะได้วันที่ปัจจุบัน
Example:
2023-01-31
companyName
string
optional
ชื่อบริษัท ถ้าไม่ใส่ช้อมูลจะได้ข้อมูลบริษัททั้งเครือ
Example:
โกไฟว์ จำกัด
take
number
optional
จำนวนข้อมูลที่ต้องการดึง ถ้าใส่ 0 จะได้ข้อมูลทั้งหมด
Example:
10
skip
number
optional
จำนวนข้อมูลที่ต้องการข้าม
Example:
0
Header Params
Authorization
string
required
Example:
Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkIwN0I2RTQ3QTU1MzkxOTdDQ0Y2NzlDNTVEODFFNDQ1RTE2NUQ2QkVSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6InNIdHVSNlZUa1pmTTlubkZYWUhrUmVGbDFyNCJ9.eyJuYmYiOjE2OTUxNDg5MjYsImV4cCI6MTY5NTE1MjUyNiwiaXNzIjoiaHR0cHM6Ly9sb2dpbi5nb2ZpdmUuY28udGgiLCJhdWQiOiJJTUMuQVBJIiwiY2xpZW50X2lkIjoiMjE1YzBlZWYtN2E5My00NDI3LWI2MzItZDhkNTFjZDIyYjNjIiwic3ViIjoie0VFQTJDRDk0LTA1QjItNDQ4Qi05ODI5LThBOTMwMEY5Q0REQX0iLCJqdGkiOiJCQkU4NTc1MDE5NjQ4MDFFMEFFRTJGRjgwREJCQjYzMyIsInNpZCI6IjYzRkI4M0E5OUVGNkY3NUQ4OUFDQjc5MDIwRDc5MUI3IiwiaWF0IjoxNjk1MTQ4OTI2LCJzY29wZSI6WyJJTUMuQVBJIl19.syFytKOmY1_T8aRd1HLgtIyd2cRvunh4KBM4v-zh9t-i3blM_f5EgcLNxq5MYAwsdNbtRRWJM159dlwDZknRkN7a8EBjPexRPYNiMDXPPJV960Ox_A10nO-1ZPtcn5jnKNCaOf1ly_4Iq61_fz7mQ3lExlsBKHWzbm7ruLO99NIcsAl1qNK64nO7h6tPV6VKn0rOh4M8JxNlirYuRW9xGash9Y67xwrAefAe6XE-7cD3pzijr9Nl4ucY3HLzCuvc4PTszMggEhs-BYgAQjm1PBvJ7e0qc1gpwtHx2XbeJr1nu09avIuF_LxpBEv_xNzrOCOvxxLfKZcAJBF4fV-AAg
Ocp-Apim-Subscription-Key
string
required
Example:
ec0ea872f33649bc9f3e138292ba5ad3
Content-Type
string
required
Example:
application/json
Cookie
string
required
Example:
x-DeviceId=D5AA13F9DA5CF5E025CA3A1A1343FE0A
Body Params text/plain
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{
"status": {
"code": "1000",
"description": "Success"
},
"data": [
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-19T00:00:00",
"time": "15:36:00",
"workinStatus": "workin",
"attachmentNo": 1,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/c0f251da-d304-42e5-ad45-19696ecb2f69.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-19T00:00:00",
"time": "15:36:00",
"workinStatus": "workin",
"attachmentNo": 2,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/356f11e6-ab5e-4032-82de-9ed2f62c95bd.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-19T00:00:00",
"time": "15:36:00",
"workinStatus": "workin",
"attachmentNo": 3,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/6fa27fa8-3ae0-4c62-aaf1-5222e68ab2f9.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-19T00:00:00",
"time": "15:36:00",
"workinStatus": "workin",
"attachmentNo": 4,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/5b44ddd9-60f9-4a64-9098-6fe8091fb069.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-19T00:00:00",
"time": "15:53:00",
"workinStatus": "workin",
"attachmentNo": 1,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/03ec3601-4d28-4831-9f42-2fb398bc661c.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-23T00:00:00",
"time": "13:25:00",
"workinStatus": "workin",
"attachmentNo": 1,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/e8ae1117-fe66-4f63-ad24-88dfb617ca9f.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-23T00:00:00",
"time": "13:59:00",
"workinStatus": "workin",
"attachmentNo": 1,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/ac2036d8-96c2-456b-9084-4965319dfe5a.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-23T00:00:00",
"time": "14:00:00",
"workinStatus": "workin",
"attachmentNo": 1,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/9189b403-5330-466a-a9d4-8da927205144.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-23T00:00:00",
"time": "14:00:00",
"workinStatus": "workin",
"attachmentNo": 2,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/b2dbf202-7e24-41c7-8bfc-620126d33c70.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
},
{
"employeeRefId": "63000",
"fullName": "อมรพงศ์ จีรทวีกิจ",
"date": "2023-01-23T00:00:00",
"time": "14:00:00",
"workinStatus": "workin",
"attachmentNo": 3,
"attachmentFilename": "test",
"attachmentURL": "https://api.myempeo.com/api/Service/GenerateAttachmentUrl/?path=Tenant/c0852922-c44b-4919-9ea7-540ef22fd4fa/Workin/6413/9b3217f1-26ab-47d2-81ec-f90e32416746.jpg&type=image/jpg&encryptionKey=p9wApi2Lq2uJuD2rrGpY129TOp1PX3+Cpxe764KlTYY="
}
]
}
Last modified: a year ago