Authorization: Bearer ********************{
"staffCodes": [
"string"
],
"customerCodes": [
"string"
],
"actionIds": [
110062,
110063
],
"dateStart": "string", //format "YYYY-MM-DD"
"dateEnd": "string" //format "YYYY-MM-DD"
}curl --location --request POST 'https://api.gofive.co.th/v1/tasks/enquiry' \
--header 'Ocp-Apim-Subscription-Key: <Your-Subscription-Key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"staffCodes": [
"string"
],
"customerCodes": [
"string"
],
"actionIds": [
110062,
110063
],
"dateStart": "string", //format "YYYY-MM-DD"
"dateEnd": "string" //format "YYYY-MM-DD"
}'{
"data": {
"value": {
"total": 0,
"data": [
{
"conversationId": 0,
"customerId": 0,
"customerName": "string",
"customerType": 0,
"type": 0,
"typeName": "string",
"outcome": 0,
"outcomeName": "string",
"quantified": 0,
"quantifiedName": "string",
"action": 0,
"actionName": "string",
"description": "string",
"dateFollowUp": "2025-03-24T09:00:00+0700",
"callMinutes": 0,
"createdByUserId": "string",
"dateCreated": "2025-03-21T11:39:03+0700",
"fullname": "string",
"fullnameEn": "string",
"firstname": "string",
"firstnameEn": "string",
"lastname": "string",
"lastnameEn": "string",
"pictureUrl": "string"
}
]
},
"statusCode": 200
},
"statusCode": 1000,
"httpStatusCode": 200
}