| space | Object | The space details. |
| id | String | The space ID. |
| corpId | String | The organization ID that the space belongs to. |
| creatorId | String | The unionId of the creator. |
| ownerType | String | The owner type. - USER: User type - APP: App type |
| ownerId | String | The owner identifier. |
| modifierId | String | The unionId of the modifier. |
| usedQuota | Long | The used quota, in bytes. |
| quota | Long | The total quota, in bytes. |
| status | String | The space status. - NORMAL: Normal - DELETE: Deleted |
| createTime | String | The creation time, in ISO 8601 format. For example, 2022-07-29T14:55Z. |
| modifiedTime | String | The modification time, in ISO 8601 format. For example, 2022-07-29T14:55Z. |
| appId | String | The appId of the Open Platform app. |
| scene | String | The business scenario. |
| sceneId | String | The scenario ID. |
| capabilities | Object | The space capability items. |
| canSearch | Boolean | Indicates whether search is supported. - true: Supported - false: Not supported |
| canRename | Boolean | Indicates whether renaming the space is supported. - true: Supported - false: Not supported |
| canRecordRecentFile | Boolean | Indicates whether being added to the Recently Used list is supported. - true: Supported - false: Not supported |
| name | String | The space name. |
| partitions | Array | The partition quota information. Maximum value: 2. |
| partitionType | String | The partition type. - PUBLIC_OSS_PARTITION: Public Cloud OSS storage partition - MINI_OSS_PARTITION: Dedicated Mini OSS storage partition |
| quota | Object | The quota information. |
| used | Long | The actual used quota, in bytes. Minimum value: 0. Indicates the total quota consumed by files under the app. Uploading, copying, and deleting files update the value of used accordingly. |
| max | Long | The maximum quota, in bytes. - When the current app quota is set to max, the app quota has an upper limit, and the value of used cannot exceed the value of max. - When the current app quota is not set to max, the value is empty. In this case, the app shares the remaining available quota of the organization. |
| reserved | Long | The remaining pre-allocated quota, in bytes. The admin console can pre-allocate quota to apps or spaces. This field indicates the remaining pre-allocated quota, that is, the unused portion of the pre-allocated quota. If no pre-allocated quota is set, this field is empty. |
| type | String | The quota type. - SHARE: Shared quota. In this mode, Quota.max is empty, indicating that the organization quota is shared. - PRIVATE: Pre-allocated quota (dedicated quota). In this mode, after Quota.max is set, the quota is exclusive. Use pre-allocated quota (dedicated quota) when you need to ensure that the available quota of a single app is not affected by other apps. |