V1AssessmentStakeholdersList
assessedOrg object
The organization being assessed (list view - simplified)
Unique identifier
Name
Organization external ID
Type
City
AbbevilleCountry
USrequester object
The organization who requested the assessment
Unique identifier
Name
Organization external ID
Type
executors object[]
The organizations who execute the assessment
Unique identifier
Name
Organization external ID
Type
contactPersons object[]
Executor contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890Whether this is a placeholder executor
falseWhether this executor can submit the assessment
trueWhether this executor is the lead
trueassignedRoles object[]
Roles assigned to this executor
Assigned role name
Lead AuditorselectedPartners object[]
The partners associated with the assessed organization
Unique identifier
Name
Organization external ID
Type
contactPersons object[]
Partner contact persons
Contact person name
John DoeContact person title
Factory ManagerContact person phone number
1234567890{
"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",
"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",
"phoneNumber": 1234567890
}
]
}
]
}