Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_file_tag_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary key |
globally unique identifier |
Required |
| db_file_id | globally unique identifier | ||
| db_file_tag_id | globally unique identifier | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "72c5949b-2cdf-44e1-815c-d37fbf161bd2",
"db_file_id": "35edc507-851a-4984-80f3-dee8ceeb681b",
"db_file_tag_id": "dc92d0fd-f4c6-442a-a968-2f998f47180d",
"modified_dateutc": "2026-01-11T20:58:09.1079127+00:00"
}
application/xml, text/xml
Sample:
<db_file_tag_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_file_id>35edc507-851a-4984-80f3-dee8ceeb681b</db_file_id> <db_file_tag_id>dc92d0fd-f4c6-442a-a968-2f998f47180d</db_file_tag_id> <id>72c5949b-2cdf-44e1-815c-d37fbf161bd2</id> <modified_dateutc>2026-01-11T20:58:09.107Z</modified_dateutc> </db_file_tag_list>