Retrieve price book items
Retrieve a page of CRM objects of a specified type. You can control the data returned by specifying properties, associations, and whether to include archived records. This endpoint is useful for fetching a list of objects with specific attributes or associations.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The type of CRM object to retrieve, such as contacts, companies, or deals.
Query Parameters
A cursor token for pagination. Use the value from the previous response's paging.next.after field.
Whether to include only results that have been archived. Defaults to false.
A comma-separated list of object types to retrieve associated IDs for. If any specified associations do not exist, they will be ignored.
The maximum number of results to display per page. Defaults to 10.
A comma-separated list of property names to include in the response. If any specified properties are not present on the requested objects, they will be ignored.
A comma-separated list of properties to return along with their history of previous values. If any specified properties are not present on the requested objects, they will be ignored. Using this parameter reduces the maximum number of objects that can be read in a single request.