Retrieves all info chapter/category links, optionally filtered via OData query options.

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult containing the list of info chapter/category links.

db_info_category_list
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier
db_info_id

Foreign key of the info chapter.

globally unique identifier
db_info_category_id

Foreign key of the category this chapter applies to.

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": "2d527c0c-f587-4b8e-80b9-7abae0a16390",
  "db_info_id": "876e2673-5a73-4cec-be45-1916007218fd",
  "db_info_category_id": "821e7412-4cff-4ac1-9765-3a1dcaab4c49",
  "modified_dateutc": "2026-09-16T11:06:20.1268163+00:00"
}

application/xml, text/xml

Sample:
<db_info_category_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_info_category_id>821e7412-4cff-4ac1-9765-3a1dcaab4c49</db_info_category_id>
  <db_info_id>876e2673-5a73-4cec-be45-1916007218fd</db_info_id>
  <id>2d527c0c-f587-4b8e-80b9-7abae0a16390</id>
  <modified_dateutc>2026-09-16T11:06:20.126Z</modified_dateutc>
</db_info_category_list>