Checklist
attachments object[]
List of attachments in the questionnaire
Array [
urlurl
URL of attachments for the CAPA report
Example:
https://.../image1.jpg
]
comments object[]
Comment on the actions
Array [
attachments object[]
Attachments in Chatbox
Array [
fileNamestringnullable
File Name of the attachment in Chatbox
Example:
123-abc
urlurl
URL of attachments for the CAPA report
Example:
https://.../image1.jpg
]
createdDatedate-time
Creation date of the message in Chatbox
Example:
2021-05-25T13:58:26+00:00
firstNamestringnullable
First Name of the contact who posted the message in Chatbox
Example:
John
lastNamestringnullable
Last Name of the contact who posted the message in Chatbox
Example:
Doe
messagestringnullable
Message in Chatbox
Example:
Please update the status
organizationNamestringnullable
Organization of the contact who posted the message in Chatbox
Example:
Acme Corp
]
correctiveAction object
Information on the corrective action
detailsstringnullable
Details on the corrective action
Example:
Rework on the defective units
valuestringnullable
An action in the corrective list
Example:
Rework Units
labelstringnullable
Label of question
Example:
General
preventativeActionstringnullable
Preventative action
Example:
Advise all staff
rootCausestringnullable
Root cause of the defect
Example:
Wrong carton dimension
Checklist
{
"attachments": [
{
"url": "https://.../image1.jpg"
}
],
"comments": "Reviewed",
"correctiveAction": {
"details": "Rework on the defective units",
"value": "Rework Units"
},
"label": "General",
"preventativeAction": "Advise all staff",
"rootCause": "Wrong carton dimension"
}