Question: Select all that apply. What are some of the query parameters for standard CRM objects.
- associations
- properties
- events
- limit
Explanation
Standard CRM object endpoints support query parameters that control what related data and fields are returned. associations requests linked records from other object types. properties requests specific field values for the object being retrieved. limit controls how many records are returned in paginated responses. These parameters help keep API responses focused and easier to process.
Why the other options are incorrect
events This is incorrect because events are not a standard query parameter for retrieving CRM object records.
Source for verification
https://developers.hubspot.com/docs/reference/api/crm/objects/objects/companies
https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Integrating With HubSpot I: Foundations" page.
