Response fields
object
group
object
buckets
array of objects
The content buckets associated with the group
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 group was created, in RFC3339 format
fileCount
integer
The number of files contained in the content buckets associated with the group
fileSize
string
The total file size of files contained in the content buckets associated with the group
groupId
integer
name
string
updated
string (format: date-time)
The data time when the group was last updated, in RFC3339 format
1{2"group": {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"groupId": 0,17"name": "string",18"updated": "2023-10-03T08:59:39.312Z"19}20}