Retrieves all the email notification
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
email_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| db_table_id |
db_table_id |
globally unique identifier | |
| id_in_table |
id_in_table |
globally unique identifier | |
| date_sent |
utc date time email sent. |
date | |
| type |
type, like CONTRACT_RENEW , IMPORT_DONE , JOB_APPROVAL , JOB_PLANNING , ORDER , PURCHASE_ORDER , TASK |
string | |
| subject |
subject of email |
string | |
| message |
email message in html format |
string |
Response Formats
application/json, text/json
Sample:
{
"id": "33bd601a-38aa-423e-b5e3-bf9bb8e44e3d",
"db_table_id": "5bb87aee-0f3e-4ecc-b2fe-8bf6e73805bd",
"id_in_table": "ae7f6dab-3f30-4fe2-a09a-51fb0050c375",
"date_sent": "2026-06-12T20:07:32.1984496+00:00",
"type": "sample string 5",
"subject": "sample string 6",
"message": "sample string 7"
}