Skip to main content

V1AssessmentStakeholdersList

assessedOrg object

The organization being assessed (list view - simplified)

idstring

Unique identifier

namestringnullable

Name

orgIdstringnullable

Organization external ID

typestring

Type

citystringnullable

City

Example: Abbeville
countrystringnullable

Country

Example: US
requester object

The organization who requested the assessment

idstring

Unique identifier

namestringnullable

Name

orgIdstringnullable

Organization external ID

typestring

Type

executors object[]

The organizations who execute the assessment

  • Array [
  • idstring

    Unique identifier

    namestringnullable

    Name

    orgIdstringnullable

    Organization external ID

    typestring

    Type

    contactPersons object[]

    Executor contact persons

  • Array [
  • namestring

    Contact person name

    Example: John Doe
    titlestringnullable

    Contact person title

    Example: Factory Manager
    emailstring

    Contact person email

    phoneNumberstring

    Contact person phone number

    Example: 1234567890
  • ]
  • isPlaceholderboolean

    Whether this is a placeholder executor

    Example: false
    ableToSubmitAssessmentboolean

    Whether this executor can submit the assessment

    Example: true
    isLeadboolean

    Whether this executor is the lead

    Example: true
    assignedRoles object[]

    Roles assigned to this executor

  • Array [
  • namestring

    Assigned role name

    Example: Lead Auditor
  • ]
  • ]
  • selectedPartners object[]

    The partners associated with the assessed organization

  • Array [
  • idstring

    Unique identifier

    namestringnullable

    Name

    orgIdstringnullable

    Organization external ID

    typestring

    Type

    contactPersons object[]

    Partner contact persons

  • Array [
  • namestring

    Contact person name

    Example: John Doe
    titlestringnullable

    Contact person title

    Example: Factory Manager
    emailstring

    Contact person email

    phoneNumberstring

    Contact person phone number

    Example: 1234567890
  • ]
  • ]
  • V1AssessmentStakeholdersList
    {
    "assessedOrg": {
    "id": "string",
    "name": "string",
    "orgId": "string",
    "type": "string",
    "city": "Abbeville",
    "country": "US"
    },
    "requester": {
    "id": "string",
    "name": "string",
    "orgId": "string",
    "type": "string"
    },
    "executors": [
    {
    "id": "string",
    "name": "string",
    "orgId": "string",
    "type": "string",
    "contactPersons": [
    {
    "name": "John Doe",
    "title": "Factory Manager",
    "email": "[email protected]",
    "phoneNumber": 1234567890
    }
    ],
    "isPlaceholder": false,
    "ableToSubmitAssessment": true,
    "isLead": true,
    "assignedRoles": [
    {
    "name": "Lead Auditor"
    }
    ]
    }
    ],
    "selectedPartners": [
    {
    "id": "string",
    "name": "string",
    "orgId": "string",
    "type": "string",
    "contactPersons": [
    {
    "name": "John Doe",
    "title": "Factory Manager",
    "email": "[email protected]",
    "phoneNumber": 1234567890
    }
    ]
    }
    ]
    }