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 [
  • localOrganizationIdstringnullable

    Local Custom ID of the Factory

    Example: F323333
  • ]
  • organizationIdintegernullable

    The Global organization Id of the Factory

    Example: 291524
    latestProcessComputedDatedatenullable

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

    Example: 2020-07-01
    latestRiskDatedatenullable

    Date of the latest Risk Score of the factory

    Example: 2020-07-01
    latestRiskLabelstringnullable

    Label of the latest Risk Score of the factory

    Example: low
    latestRiskScorenumbernullable

    Latest Risk Score of the factory within the specified time period

    Example: 20.18
    latestRiskSettingstringnullable

    Setting of the latest Risk Score of the factory

    Example: Auto by AI
  • ]
  • limitintegerrequired

    Possible values: >= 1 and <= 100

    offsetintegerrequired
    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
    }