Discussions

Ask a Question
Back to all

Contact MAIL ID

Hi,


{
"QueryExpression":
{
"Criteria": {
"Conditions": [

{
"PropertyName": "LastActionDate",
"Operator": "GreaterOrEqual",
"Values": ["2025-08-06T02:30:10.428"]
}

],
"FilterOperator": "And" },
"Distinct": true,
"PropertySet": { "Properties" : [ "","Customer."]},
"Count": 0,
"FirstResultIndex": 0

}

}


I am passing this filter for WO . Can i get contact mail ID also in the response ?

And for contact api also can I get mail ID so that I can join based on that..

Sample request for contact api

{
"QueryExpression":
{
"Distinct": true,
"PropertySet": { "Properties" : ["*"]},
"Count": 100,
"FirstResultIndex":0
}
}

sample response :

{
"Entities": [
{
"Data": {
"DisplayAs": "Patrick McGreal (deleted)",
"FirstName": "Patrick",
"LastName": "McGreal",
"TypeId": "Alternate",
"CustomerId": 121,
"CanViewAnyRequest": false,
"CanCreateRequest": true,
"PriorityThreshold": 255,
"Username": "26310",
"Number": "",
"MustResetPassword": false,
"NoAlertEmails": false,
"Comment": "",
"UnlimitedRequest": true,
"UnlimitedAuthorization": true,
"SupervisorId": 0,
"LanguageId": 0,
"CustomerNoteAccessId": "View",
"NoPwdExpirationAlert": false,
"CountryId": "US",
"IsRemoved": true,
"ConcurrencyId": 2,
"Id": 1
}
}

Can you please help me to find the mail ID of the persons who created the WO?