I have enabled odata for contact entity. Below is the JSON response to it.
{
"odata.metadata":"https://.microsoftcrmportals.com/_odata/$metadata#Contacts","value":
[{
"contactid":"bc18d85e-55d3-e711-8134-c4346bdcfde1","fullname":"Support new","emailaddress1":"mssurfaceplussupport@abc.com","parentcustomerid":null,"telephone1":null,"list-id":"64985f31-0fdf-e711-812d-c4346bdd8041","view-id":"00000000-0000-0000-00aa-000010001004","entity-permissions-enabled":null
} ]
}
In this JSON response, I am getting values of some fields like full name, emailaddress1 etc. etc.
I also want values of other fields like owner, ownerid etc.
Also, How can I enable odata for User, Team, Business Unit entities.
I am calling this JSON from ADX portal.