V1AssessmentStakeholdersList
assessedOrg object
The organization being assessed (list view - simplified)
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
citystringnullable
City
Example:
Abbevillecountrystringnullable
Country
Example:
USrequester object
The organization who requested the assessment
idstring
Unique identifier
namestringnullable
Name
orgIdstringnullable
Organization external ID
typestring
Type
executorsobject[]
The organizations who execute the assessment
selectedPartnersobject[]
The partners associated with the assessed organization
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
}
]
}
]
}