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": "d722966c-528a-4e10-bfaa-9aca12783a6e",
"db_info_field_id": "916aa9d8-b003-442f-8025-e86aa3a88020",
"name": "sample string 3",
"value": "sample string 4",
"sequence": 5,
"modified_dateutc": "2026-01-11T21:04:47.1095002+00:00"
}
application/xml, text/xml
Sample:
<db_info_field_property xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_info_field_id>916aa9d8-b003-442f-8025-e86aa3a88020</db_info_field_id> <id>d722966c-528a-4e10-bfaa-9aca12783a6e</id> <modified_dateutc>2026-01-11T21:04:47.109Z</modified_dateutc> <name>sample string 3</name> <sequence>5</sequence> <value>sample string 4</value> </db_info_field_property>