Retrieves all items

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

db_info_field_property
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
db_info_field_id

db_info_field

globally unique identifier
name

The "code" of that property

string

Max length: 50

value

The value to display

string

Max length: 4000

sequence

Order field, need to order by sequence asc

integer
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "d11e6a36-6004-4462-8187-3ea4d85ebb6e",
  "db_info_field_id": "3d1226e1-be60-4c67-a21d-7dd37fba3145",
  "name": "sample string 3",
  "value": "sample string 4",
  "sequence": 5,
  "modified_dateutc": "2026-06-16T21:21:03.7656366+00:00"
}

application/xml, text/xml

Sample:
<db_info_field_property xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_field_id>3d1226e1-be60-4c67-a21d-7dd37fba3145</db_info_field_id>
  <id>d11e6a36-6004-4462-8187-3ea4d85ebb6e</id>
  <modified_dateutc>2026-06-16T21:21:03.765Z</modified_dateutc>
  <name>sample string 3</name>
  <sequence>5</sequence>
  <value>sample string 4</value>
</db_info_field_property>