Response fields
object
project
object
buckets
array of objects
The content buckets associated with the project
bucketId
integer
created
string (format: date-time)
The data time when the bucket was created, in RFC3339 format
fileCount
integer
The number of files contained in the content bucket
fileSize
string
The total file size of files contained in the content bucket
name
string
updated
string (format: date-time)
The data time when the bucket was last updated, in RFC3339 format
created
string (format: date-time)
The data time when the project was created, in RFC3339 format
fileCount
integer
The number of files contained in the content buckets associated with the project
fileSize
string
The total file size of files contained in the content buckets associated with the project
projectId
integer
name
string
updated
string (format: date-time)
The data time when the project was last updated, in RFC3339 format
1{2"project": {3"buckets": [4{5"bucketId": 0,6"created": "2023-10-03T08:59:39.312Z",7"fileCount": 0,8"fileSize": "3.1GB",9"name": "string",10"updated": "2023-10-03T08:59:39.312Z"11}12],13"created": "2023-10-03T08:59:39.312Z",14"fileCount": 0,15"fileSize": "3.1GB",16"projectId": 0,17"name": "string",18"updated": "2023-10-03T08:59:39.312Z"19}20}