i have this below api to get all the entities list owned by users . But i want the list of entities owned by Team
[Organization URI]/api/data/v9.0/EntityDefinitions?$select=LogicalName&$filter=OwnershipType eq Microsoft.Dynamics.CRM.OwnershipTypes'UserOwned'
when i have tried the below it is giving the below message .
[Organization URI]/api/data/v9.0/EntityDefinitions?$select=LogicalName&$filter=OwnershipType eq Microsoft.Dynamics.CRM.OwnershipTypes'TeamOwned'
{"@odata.context":[Organization URI]api/data/v9.0/$metadata#EntityDefinitions(LogicalName)","value":[]}