Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the woku to review
Data of the woku review successfully obtained.
Woku data
{
"_id": "65348875f3a876254aa82d5e",
"description": "Docker Training",
"createdBy": "653485cff3a876254aa82d0b",
"companyId": "6534865cf3a876254aa82d26",
"users": [
"653485cff3a876254aa82d0b",
"6541cc3f666483667c07dd92"
],
"file": {
"filename": "image",
"type": "image",
"url": "https://ik.imagekit.io/dior7woku/woku-web-site/cta/5.webp?updatedAt=1765935599547"
},
"qualifications": [
{
"_id": "Qualification ID",
"qualification": 4
}
],
"textnotes": [
{
"qualification": { "qualification": 4 },
"anonymous": false,
"description": "Excellent",
"feedbackType": "recognition",
"clientId": "Client ID"
}
],
"voicemails": [
{
"qualification": {
"_id": "Qualification ID",
"qualification": 4
},
"anonymous": false,
"file": {
"filename": "audio-review-6596d27998ebf3609b208f4b",
"type": "audio",
"url": "https://wokudevfiles.blob.core.windows.net/wokus/28a591ae-0d65-40bb-8e4d-687c9bb75397blob"
},
"transcription": "hola todo está súper bien me gustó todo",
"feedbackType": "recognition",
"clientId": "Client ID"
}
],
"feedbacksSummary": "Training with good comments and congratulations"
}Array of Users who worked on the woku.
[
{
"_id": "User ID",
"name": "dior",
"createdAt": "2023-10-22T02:15:43.994+00:00",
"avatar": {
"_id": "File ID",
"filename": "diego.png",
"type": "image",
"url": "https://wokudevfiles.blob.core.windows.net/wokus/5fb16472-8fcb-462a-b08b-88fa316e079d1700095980638-diego.webp"
}
}
]Company data of the woku
{
"_id": "Company ID",
"name": "woku",
"createdAt": "2023-10-22T02:15:43.994+00:00",
"avatar": {
"_id": "File ID",
"filename": "wokuLogo",
"type": "image",
"url": "https://wokudevfiles.blob.core.windows.net/wokus/24d230df-cd8e-4345-9944-9cfed9c7da52wokuLogo.png"
}
}