Create a row in HubDB using API

I am using Python to create new rows in HubDB with the

https://api.hubapi.com/hubdb/api/v2/tables/{tableid}/rows API, this works great to get the row created, but how do I set value for Page Path (hs_path) column?

Any suggestions?

Hey, @ChrisChu :waving_hand: Do you have any examples of what you’ve already tried? Sometimes this is helpful in getting help from the community.

Best,

Jaycee

Hi Jaycee,

I have figured out. It’s unfortunate when I pulled the schema, the hs internal fields are not returned as part of the schema. I was able to figure it out by reviewing the response from GET for the rows. Based on the response, I figured hs_path should be passed in as path

Hey @ChrisChu :waving_hand: Thank you very much for taking the time to come back and let us know how you got unstuck! — Jaycee