Checklist
attachments object[]
List of attachments in the questionnaire
Array [
url url
URL of attachments for the CAPA report
Example:
https://.../image1.jpg
]
comments object[]
Comment on the actions
Array [
attachments object[]
Attachments in Chatbox
Array [
fileName stringnullable
File Name of the attachment in Chatbox
Example:
123-abc
url url
URL of attachments for the CAPA report
Example:
https://.../image1.jpg
]
createdDate date-time
Creation date of the message in Chatbox
Example:
2021-05-25T13:58:26+00:00
firstName stringnullable
First Name of the contact who posted the message in Chatbox
Example:
John
lastName stringnullable
Last Name of the contact who posted the message in Chatbox
Example:
Doe
message stringnullable
Message in Chatbox
Example:
Please update the status
organizationName stringnullable
Organization of the contact who posted the message in Chatbox
Example:
Acme Corp
]
correctiveAction object
Information on the corrective action
details stringnullable
Details on the corrective action
Example:
Rework on the defective units
value stringnullable
An action in the corrective list
Example:
Rework Units
label stringnullable
Label of question
Example:
General
preventativeAction stringnullable
Preventative action
Example:
Advise all staff
rootCause stringnullable
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"
}