Fetch a Workspace

View the full schema here.

Returns an object containing high-level information about the workspace.

Info

If you want to view the components that belong to a workspace you should use the component search resource. To view the references that emerge from or terminate in a workspace you should use the reference search resource.

curl "https://app.ardoq.com/api/v2/workspaces/c253c98231776d0c8a54879e"
resp = ardoq_request("/api/v2/components/c253c98231776d0c8a54879e")
print(resp)
(async () => {
    const resp = await ardoq_request("/api/v2/components/c253c98231776d0c8a54879e")
    console.log(resp)
})()