Fetching liveboards shared with a group

Hi all, I am working on a feature that requires fetching liveboards that have been shared with a particular group. I have been informed that this is possible via the search metadata endpoint, and have been testing it with the following request body: { metadata: [ { type: 'LIVEBOARD', }, ], permissions: [ { principal: { identifier: groupId, type: 'USER_GROUP', }, share_mode: 'READ_ONLY', }, ], } This is apparently a valid payload that should return the liveboards that have been shared with the group corresponding to groupId. I have tested this with a number of groups that have access to multiple liveboards, but it always returns an empty array. I have been informed that there might be a bug that is causing this. Just here requesting further assistance to find a resolution to this issue, thanks
1 Reply
shikharTS
shikharTS2w ago
Can you create a support case through your thoughtspot app?

Did you find this page helpful?