-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpath.json
72 lines (72 loc) · 2.83 KB
/
path.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
{
"add": "/lists/add.js",
"addAttachment": "/lists/addAttachment.js",
"addressbook": "/people/addressbook.js",
"ajax": "/utils/ajax.js",
"arrayBufferToBase64": "/utils/arrayBufferToBase64.js",
"arrayChunk": "/utils/arrayChunk.js",
"checkin": "/files/checkin.js",
"cleanResult": "/lists/cleanResult.js",
"cloneObject": "/utils/cloneObject.js",
"closeModalDialog": "/modals/closeModalDialog.js",
"createFile": "/files/createFile.js",
"createFolder": "/files/createFolder.js",
"distributionLists": "/people/distributionLists.js",
"get": "/lists/get.js",
"getAttachment": "/lists/getAttachment.js",
"getContentTypeInfo": "/lists/getContentTypeInfo.js",
"getContentTypes": "/lists/getContentTypes.js",
"getLookup": "/utils/getLookup.js",
"getManager": "/people/getManager.js",
"getModalDialog": "/modals/getModalDialog.js",
"getPageSize": "/utils/getPageSize.js",
"getPeopleLookup": "/utils/getPeopleLookup.js",
"getRequestDigest": "/utils/getRequestDigest.js",
"getServerTime": "/utils/getServerTime.js",
"getTimeZoneInfo": "/utils/getTimeZoneInfo.js",
"getURL": "/utils/getURL.js",
"getUserInfo": "/people/getUserInfo.js",
"getVersion": "/main.js",
"getVersions": "/lists/getVersions.js",
"getWorkflowID": "/lists/getWorkflowID.js",
"groupMembers": "/people/groupMembers.js",
"hasPermission": "/lists/hasPermission.js",
"hasREST": "/utils/hasREST.js",
"history": "/lists/history.js",
"info": "/lists/info.js",
"isMember": "/people/isMember.js",
"isSPO": "/utils/isSPO.js",
"list": "/lists/list.js",
"lists": "/lists/lists.js",
"moderate": "/lists/moderate.js",
"newGuid": "/utils/newGuid.js",
"notify": "/modals/notify.js",
"parse": "/lists/parse.js",
"parseRecurrence": "/lists/parseRecurrence.js",
"people": "/people/people.js",
"regionalDateFormat": "/utils/regionalDateFormat.js",
"regionalSettings": "/utils/regionalSettings.js",
"remove": "/lists/remove.js",
"removeAttachment": "/lists/removeAttachment.js",
"removeNotify": "/modals/removeNotify.js",
"resizeModalDialog": "/modals/resizeModalDialog.js",
"restoreVersion": "/lists/restoreVersion.js",
"setReadOnly": "/lists/setReadOnly.js",
"showModalDialog": "/modals/showModalDialog.js",
"startWorkflow": "/lists/startWorkflow.js",
"startWorkflow2013": "/lists/startWorkflow2013.js",
"stopWorkflow": "/lists/stopWorkflow.js",
"toDate": "/utils/toDate.js",
"toPeopleString": "/utils/toPeopleString.js",
"toSPDate": "/utils/toSPDate.js",
"toXSLString": "/utils/toXSLString.js",
"update": "/lists/update.js",
"usergroups": "/people/usergroups.js",
"view": "/lists/view.js",
"views": "/lists/views.js",
"waitModalDialog": "/modals/waitModalDialog.js",
"uuid": "/utils/uuid.js",
"webService": "/utils/webService.js",
"whoami": "/people/whoami.js",
"workflowStatusToText": "/utils/workflowStatusToText.js"
}