Asked by joe conery on Oct 20, 2024
Joe Conery asked if there's a shortcut (like `?properties=all`) to retrieve all properties of an object record without listing them explicitly.
Answered by Ryan Ginsberg
No, there is no 'all' shortcut. The recommended method is to first fetch all property names using the Properties API (`GET /crm/v3/properties/{objectType}`) and then include those names in the `properties` parameter of the record retrieval request.