Retrieves all items
Request Information
URI Parameters :
None.
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 |
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": "5f9d097e-56a3-4b3a-aace-fa831cb6efd8",
"db_info_field_id": "0e5b02c8-da5a-4ef8-9145-475f5ffa7a2e",
"name": "sample string 3",
"value": "sample string 4",
"sequence": 5,
"modified_dateutc": "2026-03-07T13:16:02.8979588+00:00"
}
application/xml, text/xml
Sample:
<db_info_field_property xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>0e5b02c8-da5a-4ef8-9145-475f5ffa7a2e</db_info_field_id> <id>5f9d097e-56a3-4b3a-aace-fa831cb6efd8</id> <modified_dateutc>2026-03-07T13:16:02.897Z</modified_dateutc> <name>sample string 3</name> <sequence>5</sequence> <value>sample string 4</value> </db_info_field_property>