# Here is a curl example
curl \
X GET -H "Authorization:{token}" http://localhost:8888/api/PropertyCard/GroupsAndFieldsSettings
?object_id=111&record_id=111111&field_group_id=111
To get the groups and fields settings, you need to make a GET call to the
following url :
http://localhost:8888/api/PropertyCard/GroupsAndFieldsSettings
Result example :
[
{
"id": 0,
"group_name": "string",
"is_tab": true,
"group_type": 0,
"parent_id": 0,
"order_index": 0,
"linked_field_id": 0,
"linked_delimiter": "string",
"linked_enabled": true,
"linked_reset_counter": true,
"linked_before": true,
"linked_char_limit": 0,
"nbs_version_id": 0,
"nbs_part_version_id": 0,
"nbs_drw_version_id": 0,
"nbs_ass_version_id": 0,
"sw_pdm_card_id": 0,
"is_default": true,
"field_group_id": 0,
"properties": [
{
"id": 0,
"sw_pdm_variable_id": 0,
"display_name": "string",
"long_description": "string",
"detail_value": "string",
"display_as_memo": true,
"type": 0,
"system_name": "string",
"min_char": 0,
"max_char": 0,
"required": true,
"original_required": true,
"warn_if_zero": true,
"help": "string",
"bold": true,
"italic": true,
"use_upper_case_letters": true,
"use_lower_case_letters": true,
"color_rgb": "string",
"first_letter_capital": true,
"unique_key": true,
"value_id": 0,
"encrypted": true,
"action": 0,
"original_action": 0,
"order_index": 0,
"default_value": "string",
"custom_property": "string",
"parent_id": 0,
"group_id": 0,
"image_index": 0,
"original_image_index": 0,
"custom_property_list": "string",
"nbs_version_id": 0,
"nbs_part_version_id": 0,
"nbs_drw_version_id": 0,
"nbs_ass_version_id": 0,
"back_color_rgb": "string",
"back_color_rgb_else": "string",
"use_back_color_rgb_else": true,
"condition_highlight": "string",
"condtition_text": "string",
"condition_text2": "string",
"unique_field_option": 0,
"unique_field_action": 0,
"show_as_progress": true,
"show_as_cascade": true,
"allow_list_manual_entry": true,
"reg_ex_validation_string": "string",
"reg_ex_error_msg": "string",
"allow_multiple_items": true,
"parent_field_system_name": "string",
"multiple_values_delimiter": "string",
"use_memo_rich_text": true,
"new_from_options": 0,
"is_mapped": true,
"tab_id": 0,
"object_id": 0,
"type_id": 0,
"is_system": true,
"look_up_type_id": 0,
"third_party_type_id": 0,
"update_pdm_variable": true,
"visible_on_grid": true,
"is_reference": true,
"display_on_property_card": true,
"date_format_string": "string",
"enabled": true,
"property_tab_id": 0,
"saved_value": "string",
"system_progress": "string"
}
]
}
]
| Field | Parameter Type | Type | Description |
|---|---|---|---|
| object_id | query | long | Object Id. |
| record_id | query | long | Record Id. |
| field_group_id | query | long | Field Group Id. |
| Authorization | header | string | Add Authorization header token |