Skip to main content

FactoryRiskProfileListResponse

data object[]nullable
  • Array [
  • factoryInformation objectnullable

    Details of the factory

    localInformation object[]nullable

    List of all connected Local Factories

  • Array [
  • localOrganizationId stringnullable

    Local Custom ID of the Factory

    Example: F323333
  • ]
  • organizationId integernullable

    The Global organization Id of the Factory

    Example: 291524
    latestProcessComputedDate datenullable

    The last activity date of the latest score for eitherFRP score update or risk label/configuration change

    Example: 2020-07-01
    latestRiskDate datenullable

    Date of the latest Risk Score of the factory

    Example: 2020-07-01
    latestRiskLabel stringnullable

    Label of the latest Risk Score of the factory

    Example: low
    latestRiskScore numbernullable

    Latest Risk Score of the factory within the specified time period

    Example: 20.18
    latestRiskSetting stringnullable

    Setting of the latest Risk Score of the factory

    Example: Auto by AI
  • ]
  • limit integerrequired

    Possible values: >= 1 and <= 100

    offset integerrequired
    total integerrequired
    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
    }