Skip to main content

Find attribute data by id​

Info for a specific attribute

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Responses

Expected response to a valid request


Schema
  • ne_attribute object
  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uid

  • label string

    The label

  • description string

    The description

  • tool_tip string

    The tool tip

  • crypt boolean

    Should this be encrypted?

  • archived boolean

    Is this attribute archived?

  • archived_on date-time

    When was this attribute archved

  • created_at date-time

    The created_at time

  • updated_at date-time

    The updated_at time

  • date_format string

    Possible values: [mm/dd/yyyy, mm-dd-yyyy, dd/mm/yyyy, dd-mm-yyyy, yyyy/mm/dd, yyyy-mm-dd]

    The format of the date

  • selectable_status string

    The selectable_status

  • risk_score_setting string

    The risk score setting

  • risk_type string

    The risk type

  • ownership_driver boolean

    The ownership_driver

  • allow_multiple_selections boolean

    allow multiple selections

  • filtered_by_ne_attribute boolean

    Should this attribute be filtered_by_ne_attribute

  • filtering_ne_attribute_id uuid

    The ne_attribute_id to use for filtering

  • ne_attribute_filter_id uuid

    The ne_attribute_id to filter by

  • reverse_association_attribute_id uuid

    The reverse association ne_attribute_id

  • profile_type_id uuid

    The profile_type_id

  • legacy_id int32

    The legacy ID

  • tmp_created_at date-time

    (Deprecated) The temporary created_at field

  • tmp_updated_at date-time

    (Deprecated) The temporary updated_at field

Loading...