Is there a way to see workspace parent-child relat...
# gooddata-cn
v
Is there a way to see workspace parent-child relationships? I used the example API call from the Doc, however: • Entities API does not return relationship info • Declarative (layout) API does not return relationship info • I see the child listed in the list of workspaces on the UI as normal workspaces, no hint of relationship. The only way I can tell the relationship, is that if I create something in parent, it is there is the child. Is this really it, or am I missing something? Thx
j
Entity API provides parent workspaces: {ENDPOINT}/api/entities/workspaces/?include=workspaces Layout API for 1 workspace does not provide that, because: • What you GET, you should be able to PUT • We do not want to allow users to change parent workspace Layout API for all workspaces contains definitions of parents: {ENDPOINT}/api/layout/workspaces/
❤️ 1
v
Thanks. Yeah, my bad, it is even documented here. Thank you!