Hi guys, I have my own properties, but I cannot see it when I try to read all properties before updating it. Can anyone help me to fetch and update it?
My property in crm:
My response via API does not include “tools”:
@Bach looking at the screenshots, the property in HubSpot is called “Tool” but you’re searching for “Tools” - can you confirm that there are also no results without the “s”?
Hi @Jnix284 , there are no results for both “Tool” and “Tools”. Thank you for your answer.
@Bach did you follow the steps to POST the request for your unique property first?
You’d need to create the unique ID property in your API before you can use it to retrieve the value from specific records using the GET.
@Bach did you review the link provided about accessing custom properties via the API? It looks like you’ve only created the field in HubSpot and not the API.
Perhaps @Shadab_Khan can offer further guidance here (I’m just getting started with learning how to use the API myself)
Hey, @Bach
I hope you got this resolved.
If not, I recreated your custom Ticket property in my test portal and made the same request as you using Postman. I found both the “new” custom property and other custom properties I’ve created in the past.
My steps:
Made a request to the Properties API
GET https://api.hubapi.com/crm/v3/properties/tickets
Best,
Jaycee
PS — Thank you very much @Jnix284 for trying to help!
@Jaycee_Lewis thanks for sharing your steps, I’m still learning how to use the API and this was really helpful. I was also able to recreate with your steps.
Thank you so much @Jaycee_Lewis and @Jnix284