POST v1/SendgridEvent/Search
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.SearchSendgridEventName | 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.SendgridEventName | 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-05-21T07:45:08.4112967+00:00", "createdTimestamp": "2025-05-21T07:45:08.4112967+00:00" }, { "id": 1, "sendgridEmailId": "sample string 1", "event": "sample string 2", "reason": "sample string 3", "response": "sample string 4", "attempt": 1, "sendgridTimestamp": "2025-05-21T07:45:08.4112967+00:00", "createdTimestamp": "2025-05-21T07:45:08.4112967+00:00" } ]