POST v1/SendgridEvent/Search
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.SearchSendgridEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| SendgridEmailId | string |
None. |
|
| ToEmail | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SendgridEmailId": "sample string 1",
"ToEmail": "sample string 2"
}
Response Information
Resource Description
Collection of Common.Dto.Get.SendgridEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sendgridEmailId | string |
None. |
|
| event | string |
None. |
|
| reason | string |
None. |
|
| response | string |
None. |
|
| attempt | integer |
None. |
|
| sendgridTimestamp | date |
None. |
|
| createdTimestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"sendgridEmailId": "sample string 1",
"event": "sample string 2",
"reason": "sample string 3",
"response": "sample string 4",
"attempt": 1,
"sendgridTimestamp": "2025-11-03T19:44:38.665118+00:00",
"createdTimestamp": "2025-11-03T19:44:38.665118+00:00"
},
{
"id": 1,
"sendgridEmailId": "sample string 1",
"event": "sample string 2",
"reason": "sample string 3",
"response": "sample string 4",
"attempt": 1,
"sendgridTimestamp": "2025-11-03T19:44:38.665118+00:00",
"createdTimestamp": "2025-11-03T19:44:38.665118+00:00"
}
]