-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathadmin.functions.list.json
More file actions
52 lines (52 loc) · 1016 Bytes
/
admin.functions.list.json
File metadata and controls
52 lines (52 loc) · 1016 Bytes
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
{
"ok": false,
"error": "",
"response_metadata": {
"messages": [
""
],
"next_cursor": ""
},
"needed": "",
"provided": "",
"functions": [
{
"id": "",
"callback_id": "",
"title": "",
"description": "",
"type": "",
"input_parameters": [
{
"type": "",
"name": "",
"title": "",
"is_required": false,
"description": ""
}
],
"output_parameters": [
{
"type": "",
"name": "",
"title": "",
"is_required": false,
"description": ""
}
],
"app_id": "A00000000",
"date_created": 12345,
"date_updated": 12345,
"date_deleted": 12345,
"form_enabled": false,
"date_released": 12345,
"category_id": "A00000000",
"category_label": "",
"product_level_availability": {
"is_available": false,
"available_to": ""
}
}
],
"warning": ""
}