FactoryRiskProfileListResponse
dataobject[]nullable
limitintegerrequired
Possible values: >= 1
and <= 100
offsetintegerrequired
Possible values: >= 0
totalintegerrequired
FactoryRiskProfileListResponse
{
"data": [
{
"factoryInformation": {
"localInformation": [
{
"localOrganizationId": "F323333"
}
],
"organizationId": 291524
},
"latestProcessComputedDate": "2020-07-01",
"latestRiskDate": "2020-07-01",
"latestRiskLabel": "low",
"latestRiskScore": 20.18,
"latestRiskSetting": "Auto by AI"
}
],
"limit": 0,
"offset": 0,
"total": 0
}