Feb 7, 2023 12:37 PM
I am trying to get all the properties given by the tickets created by my company.
Specifically, I am trying to get the status of the ticket, and the specific codes we used to identify agents in our company.
My code goes as follows:
Solved! Go to Solution.
Feb 8, 2023 2:31 PM
Looking at the Properties part of HubSpot gives you all the properties your company uses. If you click or search for a property you need to intake into that the dataframe you create, it will give you the value on how it will be when asking for it in the properties keyword argument for get_all() function.
Code goes as follows:
Feb 8, 2023 2:31 PM
Looking at the Properties part of HubSpot gives you all the properties your company uses. If you click or search for a property you need to intake into that the dataframe you create, it will give you the value on how it will be when asking for it in the properties keyword argument for get_all() function.
Code goes as follows: