V1AssessmentStakeholdersList
assessedOrg object
The organization being assessed (list view - simplified)
idstringnullable
Unique identifier
namestringnullable
Name
typestringnullable
Type
addressstringnullable
Address
Example:
123 Main Streetcitystringnullable
City
Example:
Abbevillestatestringnullable
State
Example:
Alabamapostalstringnullable
Postal code
Example:
36310countrystringnullable
Country
Example:
USrequester object
The organization who requested the assessment
idstringnullable
Unique identifier
namestringnullable
Name
typestringnullable
Type
executorsobject[]nullable
The organizations who execute the assessment
selectedPartners object[]nullable
The partners associated with the assessed organization
Array [
idstringnullable
Unique identifier
namestringnullable
Name
typestringnullable
Type
]
V1AssessmentStakeholdersList
{
"assessedOrg": {
"id": "string",
"name": "string",
"type": "string",
"address": "123 Main Street",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US"
},
"requester": {
"id": "string",
"name": "string",
"type": "string"
},
"executors": [
{
"id": "string",
"name": "string",
"type": "string",
"contactPersons": [
{
"name": "John Doe",
"title": "Factory Manager",
"email": "[email protected]",
"phoneNumber": 1234567890
}
],
"isPlaceholder": false,
"ableToSubmitAssessment": true
}
],
"selectedPartners": [
{
"id": "string",
"name": "string",
"type": "string"
}
]
}