Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_file_tag| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| name |
the tag value like 'Broken' or 'Important' |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "be9b6c5f-8d15-442c-9dad-af389898167e",
"name": "sample string 2",
"modified_dateutc": "2026-01-11T20:58:27.6087399+00:00"
}
application/xml, text/xml
Sample:
<db_file_tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>be9b6c5f-8d15-442c-9dad-af389898167e</id> <modified_dateutc>2026-01-11T20:58:27.608Z</modified_dateutc> <name>sample string 2</name> </db_file_tag>