Get project space composition
Start from the script setup block, then add the snippet code below.
# ... script setup ...
PROJECT_ID = "your-project-id"
space = api_get(f"/v1/reality-plan/{PROJECT_ID}/space")print(json.dumps(space, indent=2))Start from the script setup block, then add the snippet code below.
# ... script setup ...
PROJECT_ID = "your-project-id"
space = api_get(f"/v1/reality-plan/{PROJECT_ID}/space")print(json.dumps(space, indent=2))