Skip to main content

List Factory Risk Profiles

GET 

/api/v1/analytics/factory-risk-profile

List Factory Risk Profiles

Request​

Query Parameters

    limit integer

    Possible values: >= 1 and <= 100

    Default value: 10

    Limit result of list

    date_type string

    Possible values: [process_computed_date]

    The type of the filtered date. Case-sensitive.

    date_from daterequired

    Start date of the query range in yyyy-mm-dd format

    offset integer

    Default value: 0

    date_to daterequired

    End date of the query range in yyyy-mm-dd format

Responses​

OK

Schema

    data

    object[]

    nullable

  • Array [

  • factoryInformation

    object

    nullable

    Details of the factory

    localInformation

    object[]

    nullable

    List of all connected Local Factories

  • Array [

  • localOrganizationId stringnullable

    Local Custom ID of the Factory

  • ]

  • organizationId integernullable

    The Global organization Id of the Factory

    latestProcessComputedDate datenullable

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

    latestRiskDate datenullable

    Date of the latest Risk Score of the factory

    latestRiskLabel stringnullable

    Label of the latest Risk Score of the factory

    latestRiskScore numbernullable

    Latest Risk Score of the factory within the specified time period

    latestRiskSetting stringnullable

    Setting of the latest Risk Score of the factory

  • ]

  • limit integerrequired

    Possible values: >= 1 and <= 100

    offset integerrequired
    total integerrequired
Loading...