Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

db_info_category_list
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
db_info_id

db_info_id

globally unique identifier
db_info_category_id

db_info_category_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": "e7a7a098-27cc-4e62-97e7-e0b54d1e886a",
  "db_info_id": "4ec39fb8-0fd6-4031-a0e6-dddb68f2c1b5",
  "db_info_category_id": "cdfe7e1b-3829-411e-9edd-634b186191bf",
  "modified_dateutc": "2026-03-07T13:18:23.0489011+00:00"
}

application/xml, text/xml

Sample:
<db_info_category_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_category_id>cdfe7e1b-3829-411e-9edd-634b186191bf</db_info_category_id>
  <db_info_id>4ec39fb8-0fd6-4031-a0e6-dddb68f2c1b5</db_info_id>
  <id>e7a7a098-27cc-4e62-97e7-e0b54d1e886a</id>
  <modified_dateutc>2026-03-07T13:18:23.048Z</modified_dateutc>
</db_info_category_list>