Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "4d1a8d78-1d4b-42fa-b92c-2d92dcef206c",
"name": "sample string 2",
"modified_dateutc": "2026-03-07T14:50:07.1877477+00:00"
}
application/xml, text/xml
Sample:
<db_file_tag xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>4d1a8d78-1d4b-42fa-b92c-2d92dcef206c</id> <modified_dateutc>2026-03-07T14:50:07.187Z</modified_dateutc> <name>sample string 2</name> </db_file_tag>