-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.json
164 lines (164 loc) · 4.31 KB
/
api.json
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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"GET": {
"api_key": 0,
"assetstore": 0,
"assetstore/{id}": 0,
"assetstore/{id}/files": 0,
"collection": 0,
"collection/{id}": 0,
"collection/{id}/access": 0,
"collection/{id}/datasetEvents": 0,
"collection/{id}/details": 0,
"collection/{id}/download": 0,
"collection/{id}/quota": 0,
"collection/details": 0,
"file/{id}": 0,
"file/{id}/download": 0,
"file/{id}/download/{name}": 0,
"file/{id}/hashsum_file/{algo}": 0,
"file/hashsum/{algo}/{hash}": 0,
"file/hashsum/{algo}/{hash}/download": 0,
"file/offset": 0,
"folder": 0,
"folder/{id}": 0,
"folder/{id}/access": 0,
"folder/{id}/details": 0,
"folder/{id}/download": 0,
"folder/{id}/rootpath": 0,
"google_analytics/id": 0,
"group": 0,
"group/{id}": 0,
"group/{id}/access": 0,
"group/{id}/invitation": 0,
"group/{id}/member": 0,
"homepage": 0,
"homepage/assets": 0,
"item": 0,
"item/{id}": 0,
"item/{id}/download": 0,
"item/{id}/files": 0,
"item/{id}/rootpath": 0,
"job": 0,
"job/{id}": 0,
"job/all": 0,
"job/typeandstatus": 0,
"job/typeandstatus/all": 0,
"notification": 0,
"notification/stream": 0,
"oauth/provider": 0,
"resource/{id}": 0,
"resource/{id}/path": 0,
"resource/download": 0,
"resource/lookup": 0,
"resource/search": 0,
"sentry/dsn": 0,
"system/access_flag": 0,
"system/check": 0,
"system/configuration": 0,
"system/log": 0,
"system/log/level": 0,
"system/plugins": 0,
"system/setting": 0,
"system/setting/collection_creation_policy/access": 0,
"system/uploads": 0,
"system/version": 0,
"token/current": 0,
"token/scopes": 0,
"token/session": 0,
"user": 0,
"user/{id}": 0,
"user/{id}/details": 0,
"user/{id}/quota": 0,
"user/authentication": 0,
"user/details": 0,
"user/me": 0,
"user/password/temporary/{id}": 0
},
"POST": {
"api_key": 0,
"api_key/token": 0,
"assetstore": 0,
"assetstore/{id}/import": 0,
"authorized_upload": 0,
"collection": 0,
"collection/{id}/acceptTerms": 0,
"file": 0,
"file/{id}/copy": 0,
"file/{id}/hashsum": 0,
"file/chunk": 0,
"file/completion": 0,
"folder": 0,
"folder/{id}/copy": 0,
"group": 0,
"group/{id}/admin": 0,
"group/{id}/invitation": 0,
"group/{id}/member": 0,
"group/{id}/moderator": 0,
"item": 0,
"item/{id}/copy": 0,
"job": 0,
"resource/copy": 0,
"resource/download": 0,
"thumbnail": 0,
"user": 0,
"user/{id}/otp": 0,
"user/verification": 0
},
"PUT": {
"api_key/{id}": 0,
"assetstore/{id}": 0,
"collection/{id}": 0,
"collection/{id}/access": 0,
"collection/{id}/metadata": 0,
"collection/{id}/monkeybrains": 0,
"collection/{id}/quota": 0,
"file/{id}": 0,
"file/{id}/contents": 0,
"file/{id}/move": 0,
"folder/{id}": 0,
"folder/{id}/access": 0,
"folder/{id}/metadata": 0,
"group/{id}": 0,
"item/{id}": 0,
"item/{id}/metadata": 0,
"job/{id}": 0,
"job/{id}/cancel": 0,
"resource/{id}/timestamp": 0,
"resource/move": 0,
"system/check": 0,
"system/log/level": 0,
"system/setting": 0,
"user/{id}": 0,
"user/{id}/otp": 0,
"user/{id}/password": 0,
"user/{id}/quota": 0,
"user/{id}/verification": 0,
"user/password": 0,
"user/password/temporary": 0
},
"DELETE": {
"api_key/{id}": 0,
"assetstore/{id}": 0,
"collection/{id}": 0,
"collection/{id}/metadata": 0,
"file/{id}": 0,
"file/upload/{id}": 0,
"folder/{id}": 0,
"folder/{id}/contents": 0,
"folder/{id}/metadata": 0,
"group/{id}": 0,
"group/{id}/admin": 0,
"group/{id}/member": 0,
"group/{id}/moderator": 0,
"item/{id}": 0,
"item/{id}/metadata": 0,
"job/{id}": 0,
"resource": 0,
"system/setting": 0,
"system/uploads": 0,
"token/session": 0,
"user/{id}": 0,
"user/{id}/otp": 0,
"user/authentication": 0
}
}