---
title: "Risk Register Settings"
method: GET
path: "/v2/risk/register/settings"
tags: ["Risk Register"]
---

# Risk Register Settings

`GET /v2/risk/register/settings`

Fetch the settings for register module and its columns(fields) along with configurations.

## Headers

- `authorization` string, required — The authorization token can be retrieved by calling the OAuth authentication API. The value for this header parameter follows the format "Bearer &nbsp;&nbsp; `access_token`" (excluding the quotes). For example: <br /> `Bearer MZA1YJMYZDKTZTFMMI0ZYZG1LTLMMDGTYTG4NJG2YZC3NJGY`

## Response `201`

Successful Response

- FetchTableTemplateByIdResponseForExternal
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `status` 'ACTIVE' | 'INACTIVE', required — An enumeration.
  - `allow_add_row` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `allow_collaboration` boolean
  - `summary_position` 'TOP' | 'BOTTOM' | 'LEFT' | 'RIGHT' — An enumeration.
  - `show_summary` boolean
  - `type` 'CUSTOM' | 'SYSTEM' — An enumeration.
  - `type_val` string
  - `freeze_columns` integer
  - `show_timestamp` boolean
  - `add_in_menu` boolean
  - `menu_name` string
  - `menu_permission` string
  - `external_lookup` ExternalLookupSchemaResponse
    - `lookup_source` 'AZURE', required — An enumeration.
    - `service` string, required
    - `args` union, required
      - AzureArgsResponse
        - `client_id` string, required
        - `client_secret` string, required
        - `tenant_id` string, required
        - `column_mapping` ColumnMapping[], required
          - `column_slug` string, required
          - `external_field_slug` string, required
      - object
  - `columns` ColumnResponse[]
    - `slug` string, required
    - `name` string, required
    - `seq` integer, required
    - `type` 'TEXT' | 'RICHTEXT' | 'DATEDELTA' | 'DATE' | 'SINGLESELECT' | 'BINARY' | 'MULTISELECT' | 'PHONE' | 'EMAIL' | 'USER' | 'TEAM' | 'NUMBER' | 'FILE' | 'URL' | 'CURRENCY' | 'PICKLISTSELECT' | 'ENTITY' | 'CONTRACT' | 'TABLE_REFERENCE' | 'CHILD_TABLE' | 'ACTION' | 'PROJECT' | 'TAGS' | 'CATEGORIES', required — An enumeration.
    - `args` object
    - `collaborators` CollaboratorsResponse
      - `users` ServicesTableSchemaCollaboratorsUserResponse[], required
        - `id` string, required
        - `name` string, required
        - `email` string, required
        - `permission` string
      - `teams` ServicesTableSchemaCollaboratorsTeamResponse[], required
        - `id` string, required
        - `name` string, required
        - `permission` string
        - `user_ids` string[]
      - `entity` EntityCollaborationResponse
        - `allow_collaboration` boolean, required
        - `allow_edit` boolean, required
        - `entity_column` string, required
        - `permission` string
    - `is_hidden` boolean, required
    - `computation` ComputationArgs
      - `type` 'NONE' | 'FORMULA' | 'CONDITION' | 'CATALOG_LOOKUP' | 'TABLE_LOOKUP' | 'AI_PROMPT' | 'GENERAL', required — An enumeration.
      - `args` union
        - FormulaArg
          - `expression` string
          - `separator` string
        - ConditionArg
          - `rules` Rule[]
            - `type` 'IF' | 'ELSE', required — An enumeration.
            - `condition` Condition[], required
              - …
            - `interpolation` RuleInterpollation, required
              - …
            - `description` string
        - object
    - `description` string
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `permitted` boolean
    - `is_required` boolean
    - `is_default` boolean
    - `hide_from_listing` boolean
    - `read_only` boolean
    - `sorting` 'ASC' | 'DESC' | 'NONE' — An enumeration.
    - `display_name` boolean
    - `show_in_add_form` boolean
    - `hide_from_config` boolean
    - `permission` string
    - `is_unique` boolean
    - `recompute_on_duplicate` boolean

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/expent/apis/expent-apis.md) · [All operations](https://skmtc.dev/expent/apis/expent-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expent/expent-apis/revisions/ce1d50af5e2c/schema)
