How to Retreive Record details from a list?

I am trying to retrieve records with details that are stored in a list. The closest I could reach to get a list of records associated with that particular list. However, I need to access the details of the record as well. The endpoint I have used is: https://api.hubapi.com/crm/v3/lists/{list_ID}/memberships

I couldn’t find anything in the documentation on how to retrieve the record details of a list.

Hi, @HKethineni :waving_hand: You’ll need to make a second call. One option is to use the Search API which allows you to set the properties you want returned, use search operators, and sorts.

Best,

Jaycee

Jaycee,

Can you give an example of what you’re talking about here? What exactly would a search call look like to retrieve contents of a list?