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": "5fd174ab-3de1-413a-b118-ecc289895d26",
  "db_table_id": "bc673cac-bfd4-486d-b11a-2fb798ddea4a",
  "id_in_table": "e4cc2268-97fa-4a52-9551-6bd5de4822c8",
  "date_sent": "2026-08-14T00:36:54.9009287+00:00",
  "type": "sample string 5",
  "subject": "sample string 6",
  "message": "sample string 7"
}