Skip to main content

V2AreaToImprove

id string

ATI custom ID

Example: RI03EAE430
updatedDate date-timenullable

Last updated date of area to improve

Example: 2024-09-30T10:36:56.057000+00:00
title string

Title of the ATI

Example: The factory doesnt utilize renewable energy
category stringnullable

Category of the ATI

Example: Environmental
subCategory stringnullable

Sub-category of the ATI

Example: Renewable energy
requiredCorrection boolean

ATI required correction set by executor

Example: true
recommendation stringnullable

ATI recommendation set by executor

Example: Recommendation from auditor
status string

Status of the ATI

Possible values: [New, Completed, Incomplete, Resolved, auto-resolved, auto-incomplete]

Example: New
rootCauses object[]nullable

Rootcause of the ATI, input by the requestee

  • Array [
  • text string

    Text

    createdByUser string

    Email of the user who input the text

    createdByOrg string

    Organization name of the user who input the text

  • ]
  • resolutions object[]nullable

    List of ATI resolutions

  • Array [
  • text string

    Text

    createdByUser string

    Email of the user who input the text

    createdByOrg string

    Organization name of the user who input the text

  • ]
  • personInCharge stringnullable

    Person in charge of the ATI, input by the requestee

    Example: John Doe
    completionDate date-timenullable

    The completion date of the ATI

    Example: 2024-09-30T10:36:56.057000+00:00
    resolvedDate date-timenullable

    The resolved date the ATI

    Example: 2024-09-30T10:36:56.057000+00:00
    referenceId stringnullable

    Linked finding reference ID. This only have value when the assessment is linked to an external report.

    linkedFindings object[]nullable

    List of linked findings

  • Array [
  • schema stringnullable

    Scheme that is linked to the current Area To Improve

    Possible values: [Higg, SLCP, SMETA]

    Example: SMETA
    title stringnullable

    Linked finding title. This can have value when the assessment is linked to an external report or the questionnaire is issue-based.

    Example: 10s
    severity string

    Severity of the linked findings

    Possible values: [Critical, Major, Minor]

    Example: Major
    category stringnullable

    Linked finding category

    subCategory stringnullable

    Linked finding sub-category

    issueNumber stringnullable

    Linked finding issue number

    description stringnullable

    Linked finding description

    schemeData objectnullable

    Linked finding scheme data

    oneOf
    status stringnullable

    Sedex issue status

    verificationMethod stringnullable

    Sedex issue verification method

    parentAuditFinding stringnullable

    Sedex issue parent audit finding

    rootAuditFinding stringnullable

    Sedex issue root audit finding

    type stringnullable

    Sedex issue type

    verificationOn stringnullable

    Sedex issue verification date

    createOrigin stringnullable

    Sedex issue create origin

  • ]
  • areaToImproveLabels object[]nullable

    List of ATI labels

  • Array [
  • name stringnullable

    Name

    value stringnullable

    Value

  • ]
  • customFields object
    expectedCompletionDate date-timenullable

    ATI expected completion date, set by the retailer

    Example: 2024-09-30T10:36:56.057000+00:00
    ncDueDate date-timenullable

    NC due date, set by the auditor

    Example: 2024-09-30T10:36:56.057000+00:00
    ncFindDate date-timenullable

    NC find date, set by the auditor

    Example: 2024-09-30T10:36:56.057000+00:00
    ncSource stringnullable

    Source of the NC

    Example: Third party
    inScopeCheck stringnullable

    In scope check value

    Example: In Scope
    severity stringnullable

    Issue severity

    Example: Major
    description stringnullable

    Issue description

    Example: During the audit we noticed that...
    comments object[]nullable

    List of comments

  • Array [
  • text string

    The comment for ATI

    createdByUser string

    User email from retailer who input the comment for ATI

  • ]
  • uploadFiles object[]nullable

    The evidence file for ATI

  • Array [
  • url string

    The file URL

    createdByUser string

    Email of the user who uploaded the file

  • ]
  • V2AreaToImprove
    {
    "id": "RI03EAE430",
    "updatedDate": "2024-09-30T10:36:56.057000+00:00",
    "title": "The factory doesnt utilize renewable energy",
    "category": "Environmental",
    "subCategory": "Renewable energy",
    "requiredCorrection": true,
    "recommendation": "Recommendation from auditor",
    "status": "New",
    "rootCauses": [
    {
    "text": "string",
    "createdByUser": "string",
    "createdByOrg": "string"
    }
    ],
    "resolutions": [
    {
    "text": "string",
    "createdByUser": "string",
    "createdByOrg": "string"
    }
    ],
    "personInCharge": "John Doe",
    "completionDate": "2024-09-30T10:36:56.057000+00:00",
    "resolvedDate": "2024-09-30T10:36:56.057000+00:00",
    "referenceId": "string",
    "linkedFindings": [
    {
    "schema": "SMETA",
    "title": "10s",
    "severity": "Major",
    "category": "string",
    "subCategory": "string",
    "issueNumber": "string",
    "description": "string",
    "schemeData": {
    "status": "string",
    "verificationMethod": "string",
    "parentAuditFinding": "string",
    "rootAuditFinding": "string",
    "type": "string",
    "verificationOn": "string",
    "createOrigin": "string"
    }
    }
    ],
    "areaToImproveLabels": [
    {
    "name": "string",
    "value": "string"
    }
    ],
    "customFields": {
    "expectedCompletionDate": "2024-09-30T10:36:56.057000+00:00",
    "ncDueDate": "2024-09-30T10:36:56.057000+00:00",
    "ncFindDate": "2024-09-30T10:36:56.057000+00:00",
    "ncSource": "Third party",
    "inScopeCheck": "In Scope",
    "severity": "Major",
    "description": "During the audit we noticed that..."
    },
    "comments": [
    {
    "text": "string",
    "createdByUser": "[email protected]"
    }
    ],
    "uploadFiles": [
    {
    "url": "string",
    "createdByUser": "string"
    }
    ]
    }