Discussions
Username In WO API
4 days ago by Gnana
Hey Hi ,
When I am passing this filter for contact api
{
"QueryExpression":
{
"Distinct": true,
"PropertySet": { "Properties" : ["","ContactAddresses."]},
"Count": 100,
"FirstResultIndex":0
}
}
I am getting the response field Username which is our actual Employee ID
"Username": ""
But I want to retrieve that in WO API itself
As of now I am including the below properties for WO
"PropertySet": { "Properties" : ["*",
"ContactAddress.Address",
"Customer.",
"workordercost."]}
which is giving my mail ID when we create the WO
but i am looking for my username also in the same WO API.
Can you please let me know about this ?