Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
db_notes| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| db_table_id |
Table Id db notes linked to |
globally unique identifier |
Optionally required : db_table_id or db_table_name must be provided |
| id_in_table |
Item id on the given table on which db note linked to |
globally unique identifier |
Required |
| user_id |
Created User ID |
globally unique identifier |
Optionally required : user_id, user_code or user must be provided |
| date_add |
Date Added. Auto-filled by NOW if empty |
date | |
| dateutc_add |
Date UTC Added |
date | |
| notes |
Notes |
string |
Required |
| source_db_table_id | globally unique identifier | ||
| source_id_in_table | globally unique identifier | ||
| updated_by_user_id | globally unique identifier | ||
| date_update | date | ||
| dateutc_update | date | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "1c14be26-9ed1-4e44-8d13-2d2943835b9f",
"db_table_id": "e2427909-1e79-47e2-80ac-23de8c292f2a",
"id_in_table": "2c795c3e-7996-4f1b-9e9b-14b871ad699b",
"user_id": "d2bcef02-3700-4ebb-9f4c-1f01c9ec1538",
"date_add": "2026-06-16T22:28:16.1514707+00:00",
"dateutc_add": "2026-06-16T22:28:16.1703323+00:00",
"notes": "sample string 7",
"source_db_table_id": "c21eb783-40e5-4b8c-891d-eb637a14dfde",
"source_id_in_table": "4fe33ff3-3818-4e47-9ec2-3042847bfab4",
"updated_by_user_id": "fb26c3e2-4b33-4ba2-a46a-9ac6a91bbbc1",
"date_update": "2026-06-16T22:28:16.1703323+00:00",
"dateutc_update": "2026-06-16T22:28:16.1703323+00:00",
"modified_dateutc": "2026-06-16T22:28:16.1703323+00:00"
}
application/xml, text/xml
Sample:
<db_notes xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_add>2026-06-16T22:28:16.151Z</date_add> <date_update>2026-06-16T22:28:16.170Z</date_update> <dateutc_add>2026-06-16T22:28:16.170Z</dateutc_add> <dateutc_update>2026-06-16T22:28:16.170Z</dateutc_update> <db_table_id>e2427909-1e79-47e2-80ac-23de8c292f2a</db_table_id> <id>1c14be26-9ed1-4e44-8d13-2d2943835b9f</id> <id_in_table>2c795c3e-7996-4f1b-9e9b-14b871ad699b</id_in_table> <modified_dateutc>2026-06-16T22:28:16.170Z</modified_dateutc> <notes>sample string 7</notes> <source_db_table_id>c21eb783-40e5-4b8c-891d-eb637a14dfde</source_db_table_id> <source_id_in_table>4fe33ff3-3818-4e47-9ec2-3042847bfab4</source_id_in_table> <updated_by_user_id>fb26c3e2-4b33-4ba2-a46a-9ac6a91bbbc1</updated_by_user_id> <user_id>d2bcef02-3700-4ebb-9f4c-1f01c9ec1538</user_id> </db_notes>