Api Access to Custom View Data #14221
kyrpav
started this conversation in
Engineering vision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use an alternative system for Campaigns. I am not sure if twenty will have solution for Campaigns (mass email solution etc.)[apologies i created also a discord question].
So my idea was to get the view data outside of a custom list Or to get all people and reconstruct the filtering.
What did i check:
I can create a custom view in people page and i can find the view in the api.
I can not get the records.
I did find that based on viewName and the view api the viewId.
i can find the filters applied.
Then in the filters i can see that a filter applied to a field (specific fieldmetadataId) should contain a value (and i see the value also) but i do not know the name of the field in the api. Also in the api for the viewFields you have the same metadataId but you do not have a name.
So i can not get All people and find the fields that i need to apply the filters.
Any idea?
I am giving you also data where you can easily see the structures (and i am not sure if the proccess should change in case of multiple filters):
Beta Was this translation helpful? Give feedback.
All reactions