TaskId
{}
400
ValidationProblemDetails
BffApiResult
200
Data
204
TimeSheet
Read
Authorization: ********************
{ "Q": "ออกแบบ", "Limit": 20, "IncludeInactive": false }
curl --location 'https://api.gofive.co.th/empeo/api/v1/timesheets/tasks/search' \ --header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "Q": "ออกแบบ", "Limit": 20, "IncludeInactive": false }'
{ "Status": { "Code": "200", "Description": "OK" }, "Data": [ { "TaskId": "4501", "TaskName": "งานออกแบบตัวอย่าง", "TaskStatus": "Active", "HasAccountingInfo": true, "AccountCode": "ACC-001" }, { "TaskId": "4502", "TaskName": "งานทดสอบตัวอย่าง", "TaskStatus": "Active", "HasAccountingInfo": false } ] }