Space
Use the Catalog API to retrieve information about spaces and the child objects they contain, as well as to create, update, and delete spaces.
Space Object{
"entityType": "space",
"id": "5442c00a-ada1-48c6-82fc-bb804b2e04e0",
"name": "Example-Space",
"tag": "zzOQfjY9lU0=",
"createdAt": "2023-01-12T18:44:43.237Z",
"children": [
{
"id": "8da037a1-8e50-422b-9a2b-cafb03f57c71",
"path": [
"Example-Space",
"testfolder"
],
"tag": "0McuCL4MzBU=",
"type": "CONTAINER",
"containerType": "FOLDER"
},
{
"id": "f32dfe85-32e2-4c31-b2b4-bfd62ab3f473",
"path": [
"Example-Space",
"travel_testing"
],
"tag": "i4mnlSmHqVM=",
"type": "DATASET",
"datasetType": "VIRTUAL",
"createdAt": "2023-01-30T17:54:25.547Z"
},
{
"id": "7f1c4660-cd7b-40d0-97d1-b8a6f431cbda",
"path": [
"Example-Space",
"zips"
],
"tag": "ITlp8+qyIMQ=",
"type": "DATASET",
"datasetType": "VIRTUAL",
"createdAt": "2023-02-08T16:24:25.084Z"
}
],
"accessControlList": {
"users": [
{
"id": "737a038f-c6cd-4fd3-a77a-59f692727ba5",
"permissions": [
"MODIFY"
]
}
],
"roles": [
{
"id": "0f2d94e0-bb5e-4c03-8c6f-62d379d10889",
"permissions": [
"MODIFY"
]
}
]
},
"permissions": [
"READ",
"WRITE",
"ALTER_REFLECTION",
"SELECT",
"ALTER",
"VIEW_REFLECTION",
"MODIFY",
"MANAGE_GRANTS",
"CREATE_TABLE",
"DROP",
"EXTERNAL_QUERY",
"INSERT",
"TRUNCATE",
"DELETE",
"UPDATE",
"EXECUTE",
"CREATE_SOURCE",
"ALL"
],
"owner": {
"ownerId": "d01585a2-b267-4d56-9154-31762ab65a43",
"ownerType": "USER"
}
}