Retrieves all the email notification

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

email_notification
NameDescriptionTypeAdditional 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": "8dec4705-693a-493e-9294-84446661b8ce",
  "db_table_id": "e4d1123c-b46a-4e55-b796-60c29b43d3d5",
  "id_in_table": "c00987dd-eb27-406a-aee5-a0ba14f55abf",
  "date_sent": "2025-12-29T03:35:28.2869432+00:00",
  "type": "sample string 5",
  "subject": "sample string 6",
  "message": "sample string 7"
}