get https://{baseUrl}/api/email/filterMyEmail////
Used for sorting, paging, and searching
Log in to see full request history
Response
Used for sorting, paging, and searching
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/email/filterMyEmail/strSortBy/strDirection/intPage/intPageSize \
--header 'accept: application/json'
xxxxxxxxxx
15{
"totalItems": 0,
"items": [
{
"id": 0,
"from": "string",
"to": "string",
"subject": "string",
"body": "string",
"dateSent": "2025-04-18T04:39:09.868Z",
"emailSender": "string",
"emailSenderId": "string"
}
]
}