Authorization: ********************{
"q": "001",
"limit": 10,
"includeInactive": false
}curl --location --request POST 'https://localhost:5055/api/v1/timesheets/projects/search' \
--header 'Ocp-Apim-Subscription-Key: <key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"q": "001",
"limit": 10,
"includeInactive": false
}'{
"status": {
"code": "200",
"description": "Success"
},
"data": [
{
"projectCode": "A001",
"projectName": "emrena Gamification Project",
"projectStatus": "ACTIVE",
"assignmentType": "INDIVIDUAL",
"assignees": [
{
"employeeCode": "EMP00123",
"employeeName": "Ornyak..."
},
{
"employeeCode": "EMP00124",
"employeeName": "Piyapo..."
},
{
"employeeCode": "EMP00125",
"employeeName": "Jirawut..."
}
],
"hasProjectPeriod": true,
"startDate": "2025-09-17",
"endDate": null,
"hasAccountingInfo": true,
"accountCode": "SKU112"
}
]
}