Back to all

Get objects with all fields

I want to select the data for all fields for a given object... i.e. similar to SQL Select * FROM

I searched the site and the below works, but only for abEntry objects.

https://developer.maximizer.com/discuss/663a52adb0a86e0010123b76


How to get the same query for all other object types?

{ "Note": { "Scope": {"

types": 1}

, "Criteria": { "SearchQuery": {},"Top": 1},
"Options": {
"All": true
}}, "configuration": {
"drivers": {
"IAbEntrySearcher": "Maximizer.Model.Access.Sql.AbEntrySearcher",
}
}}

I can only seem to get results when I explicitly name and request all the fields.