Retrieves the item with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
db_info_field_property| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary key  | 
                    globally unique identifier | |
| db_info_field_id | 
                         Foreign key to db_info_field  | 
                    globally unique identifier | 
                                 Optionally required : db_info_field_id, db_info_field_name or db_info_field must be provided  | 
                
| db_info_field_name | 
                         Embedded entity "db_info_field" using ERP PK when adding/updating db_info_field_property  | 
                    string | 
                                 Optionally required : db_info_field_id, db_info_field_name or db_info_field must be provided  | 
                
| db_info_field | 
                         Embedded entity "db_info_field" when adding/updating db_info_field_property  | 
                    db_info_field | 
                                 Optionally required : db_info_field_id, db_info_field_name or db_info_field must be provided  | 
                
| name | 
                         Item.DisplayText, value that will be shown on the UI  | 
                    string | 
                                 Required Max length: 50  | 
                
| value | 
                         Value of the db_info_property.Store there your ERP PK  | 
                    string | 
                                 Required Max length: 50  | 
                
| sequence | 
                         Sorting field (0 first), to order them  | 
                    integer | |
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date | 
Response Formats
application/json, text/json
{
  "id": "defb417e-5d38-4df8-a98f-adbb012f46f6",
  "db_info_field_id": "b27602bc-3e0d-4ad0-9b59-b3fdee27cae5",
  "db_info_field_name": "sample string 3",
  "name": "sample string 4",
  "value": "sample string 5",
  "sequence": 6,
  "modified_dateutc": "2025-11-04T02:33:36.7417285+00:00"
}