Retrieves the email notification with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "40a865fd-43ae-4e37-bba7-38caedbeccc7",
  "db_table_id": "0eae7711-b68f-4f90-a1d2-9b85e9be8e84",
  "id_in_table": "d0b00b77-bbe4-4cc9-9b4c-1ef6fd1f6902",
  "date_sent": "2025-10-12T23:21:46.4821886+00:00",
  "type": "sample string 5",
  "subject": "sample string 6",
  "message": "sample string 7"
}