I am trying to use the lookup table API to do several operations but am hitting obstacles and the docs don’t provide any help. Here are some operations I want to do but am having trouble with:
- Create new lookup tables, getting back the ID of the table in the response
- Using v1 doesn’t return anything. I see that if I use v0.6, the lookup table row creation does give me back the data, but why doesn’t v1 do this? And why not the lookup table creation?
- Create new lookup table rows, defining the row owners
- With the API, I can set the table to be
is_global = False, but then I don’t see how I can use the API to control who will have visibility of the rows. With the Excel lookup table upload tool, I know I can add columns likeuser 1,user 2,group 1, etc., to control visibility, but there’s nothing about how I can do that via the API.
- With the API, I can set the table to be
Looking forward to hearing back!
Best,
Clinton