-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathGetFolderInfo200.json
More file actions
121 lines (121 loc) · 2.66 KB
/
Copy pathGetFolderInfo200.json
File metadata and controls
121 lines (121 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"type": "folder",
"id": "12345",
"sequence_id": "2",
"etag": "2",
"name": "Example Folder",
"created_at": "2016-06-06T11:02:33-07:00",
"modified_at": "2016-07-06T14:42:06-07:00",
"description": "",
"size": 75256,
"path_collection": {
"total_count": 1,
"entries": [
{
"type": "folder",
"id": "0",
"sequence_id": null,
"etag": null,
"name": "All Files"
}
]
},
"created_by": {
"type": "user",
"id": "1111",
"name": "Test User",
"login": "test@user.com"
},
"modified_by": {
"type": "user",
"id": "2222",
"name": "Test User",
"login": "test@user.com"
},
"trashed_at": null,
"purged_at": null,
"content_created_at": "2016-06-06T11:02:33-07:00",
"content_modified_at": "2016-07-06T14:42:06-07:00",
"is_externally_owned": true,
"owned_by": {
"type": "user",
"id": "1111",
"name": "Test User",
"login": "test@user.com"
},
"shared_link": null,
"folder_upload_email": null,
"parent": {
"type": "folder",
"id": "23143",
"sequence_id": "2",
"etag": "2",
"name": "All Files"
},
"item_status": "active",
"item_collection": {
"total_count": 2,
"entries": [
{
"type": "file",
"id": "2222",
"file_version": {
"type": "file_version",
"id": "72464630113",
"sha1": "05e74cbb2f89a3ded0ab1d5c4f7f1a086c259ac3"
},
"sequence_id": "10",
"etag": "10",
"sha1": "05e74cbb2f89a3ded0ab1d5c4f7f1a086c259ac3",
"name": "Example.pdf"
},
{
"type": "file",
"id": "2222",
"file_version": {
"type": "file_version",
"id": "77379685333",
"sha1": "aa810e72823f3c3dad2d1d4488966f6f1e0a8a9d"
},
"sequence_id": "5",
"etag": "5",
"sha1": "aa810e72823f3c3dad2d1d4488966f6f1e0a8a9d",
"name": "Example2.pdf"
}
],
"offset": 0,
"limit": 100,
"order": [
{
"by": "type",
"direction": "ASC"
},
{
"by": "name",
"direction": "ASC"
}
]
},
"allowed_invitee_roles": [
"open"
],
"allowed_shared_link_access_levels": [
"open"
],
"classification": {
"color": "#00FFFF",
"definition": "Content that should not be shared outside the company.",
"name": "Top Secret"
},
"is_accessible_via_shared_link": true,
"permissions": {
"can_delete": true,
"can_download": true,
"can_invite_collaborator": true,
"can_rename": true,
"can_set_share_access": true,
"can_share": true,
"can_upload": true
},
"can_non_owners_view_collaborators": true
}