Regarding ContactList V3 API endpoint with out asking for ILS list ID
SOLVE
Hi Everyone,
I am using contactList V1 in my app and now upgrading to V3. One of the major requirement of my app is to fetch all contactlists in the hubspot account and show them to the users. To do so, I am looking for a contactlist endpoint where it wont ask for ILS list ID in request. But most of the V3 contactlists endpoints has "ILS list ID" as mandatory fields. In my requirement, i dont know anything about how many lists exists and what are their ILS list ID's. Could you please let me know is there any endpoint in contactList V3 where i can fetch all contactlists in the account? This is the endpoint I am looking at the moment https://developers.hubspot.com/docs/api/crm/lists
Regarding ContactList V3 API endpoint with out asking for ILS list ID
SOLVE
Hey, @RKOSURI👋 It looks like there are some required fields for the Search API — Lists, that shouldn't be marked that way. I'll make a request to get that updated. I have a list from 2022 (pre-dating list ILS) and it was returned with the expected ILS in the response. Here's what I did:
I used Postman, as the dev doc page has ListID set as required for the search endpoint (incorrectly)
This is the endpoint — POST /crm/v3/lists/search
If you want all lists returned, you can send the request with only the `processingTypes` set in the body
If you want to filter by list type, list name, or both, you can include this in the request body: Example (query is for the list title, if you intend to filter that way)
Regarding ContactList V3 API endpoint with out asking for ILS list ID
SOLVE
@Jaycee_Lewis Thank you very much. yeah, it worked out. Quick suggestion if you dont mind. Not only for this search endpoint in lists API, there are places where the * (mandatory) sign in parameters section misleading the developers who are consuming this API. So far i have assumed like, * are mandatory fields and spend good amount of time on how to get the listIds. I realised, it is not a mandatory field after your post. Could you send this feedback to devs , so that the swagger will gets updated.
Regarding ContactList V3 API endpoint with out asking for ILS list ID
SOLVE
Hey, @RKOSURI👋 I'm happy to do that. I also noticed it has `additional properties` set as required too. I'll make that request to the dev docs team. Have a fantastic day! — Jaycee
Regarding ContactList V3 API endpoint with out asking for ILS list ID
SOLVE
Hey, @RKOSURI👋 It looks like there are some required fields for the Search API — Lists, that shouldn't be marked that way. I'll make a request to get that updated. I have a list from 2022 (pre-dating list ILS) and it was returned with the expected ILS in the response. Here's what I did:
I used Postman, as the dev doc page has ListID set as required for the search endpoint (incorrectly)
This is the endpoint — POST /crm/v3/lists/search
If you want all lists returned, you can send the request with only the `processingTypes` set in the body
If you want to filter by list type, list name, or both, you can include this in the request body: Example (query is for the list title, if you intend to filter that way)