Skip to main content

Measurement

aql object

AQL information

aqlIdstringnullable

AQL ID

Example: 123
criticalnumber

Number of Critical defects

Example: 0
majornumber

Number of Major defects

Example: 1
minornumber

Number of Minor defects

Example: 2
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
    emailstring

    Email of the contact who posted the message in Chatbox

    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
    defectFound object

    Information on the number of defects

    criticalinteger

    Number of Critical defects

    Example: 0
    majorinteger

    Number of Major defects

    Example: 1
    minorinteger

    Number of Minor defects

    Example: 2
    failedMeasurements object[]

    Failed measurements information

  • Array [
  • foundnumber

    Number of failed measurement found

    Example: 2
    measurementDescriptionstringnullable

    Measurement Description

    Example: Chest
    occurrencenumber

    Number of occurrences

    Example: 2
    sampleNamestringnullable
    Example: tanktop_1
    standardnumber

    Standard measurement

    Example: 20
    tolerancenumber

    Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance

    Example: 0.5
    toleranceLowernumber

    Tolerance lower of a point of measurement

    Example: 0.5
    toleranceUppernumber

    Tolerance upper of a point of measurement

    Example: 0.5
  • ]
  • maxAllowed object

    Maximum number of defect allowed

    criticalinteger

    Number of Critical defects

    Example: 0
    majorinteger

    Number of Major defects

    Example: 1
    minorinteger

    Number of Minor defects

    Example: 2
    preventativeActionstringnullable

    Preventative action

    Example: Advise all staff
    rootCausestringnullable

    Root cause of the defect

    Example: Wrong carton dimension
    Measurement
    {
    "aql": {
    "aqlId": "123",
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "comments": "Reviewed",
    "correctiveAction": {
    "details": "Rework on the defective units",
    "value": "Rework Units"
    },
    "defectFound": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "failedMeasurements": [
    {
    "found": 2,
    "measurementDescription": "Chest",
    "occurrence": 2,
    "sampleName": "tanktop_1",
    "standard": 20,
    "tolerance": 0.5,
    "toleranceLower": 0.5,
    "toleranceUpper": 0.5
    }
    ],
    "maxAllowed": {
    "critical": 0,
    "major": 1,
    "minor": 2
    },
    "preventativeAction": "Advise all staff",
    "rootCause": "Wrong carton dimension"
    }