This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRun command_LOCAL.txt
155 lines (98 loc) · 8.84 KB
/
Run command_LOCAL.txt
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
>> Register_Login
newman run Cord_API_V3_Register_Login.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> User
newman run Cord_API_V3_User.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Organization
newman run Cord_API_V3_Organization.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Project
newman run Cord_API_V3_Project.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Partnership
newman run Cord_API_V3_Partnership.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Budget
newman run Cord_API_V3_Budget.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Language
newman run Cord_API_V3_Language.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Education
newman run Cord_API_V3_Education.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> LiteracyMaterial
newman run Cord_API_V3_LiteracyMaterial.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Film
newman run Cord_API_V3_Film.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Story
newman run Cord_API_V3_Story.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> FileUpload
newman run Cord_API_V3_FileUpload.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Unavailability
newman run Cord_API_V3_Unavailability.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ChangePassword
newman run Cord_API_V3_ChangePassword.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Location
newman run Cord_API_V3_Location.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ForgotPassword
newman run Cord_API_V3_ForgotPassword.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Partner
newman run Cord_API_V3_Partner.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> AssignRemoveOrganizationToUser
newman run Cord_API_V3_AssignRemoveOrganizationToUser.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> FieldRegion
newman run Cord_API_V3_FieldRegion.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> FieldZone
newman run Cord_API_V3_FieldZone.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> FundingAccount
newman run Cord_API_V3_FundingAccount.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Language
newman run Cord_API_V3_Search_Language.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Film
newman run Cord_API_V3_Search_Film.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Location
newman run Cord_API_V3_Search_Location.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Story
newman run Cord_API_V3_Search_Story.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_User
newman run Cord_API_V3_Search_User.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_FieldRegion
newman run Cord_API_V3_Search_FieldRegion.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_FieldZone
newman run Cord_API_V3_Search_FieldZone.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_FundingAccount
newman run Cord_API_V3_Search_FundingAccount.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Internship_Project
newman run Cord_API_V3_Search_Internship_Project.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Translation_Project
newman run Cord_API_V3_Search_Translation_Project.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Organization
newman run Cord_API_V3_Search_Organization.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Search_Partner
newman run Cord_API_V3_Search_Partner.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Post
newman run Cord_API_V3_Post.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ProjectMember
newman run Cord_API_V3_ProjectMember.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ProjectChangeRequest
newman run Cord_API_V3_ProjectChangeRequest.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ProjectApproval
newman run Cord_API_V3_ProjectApproval.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> FileUpload
newman run Cord_API_V3_FileUpload.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> TogglePinned_Project
newman run Cord_API_V3_TogglePinned_Project.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> TogglePinned_User
newman run Cord_API_V3_TogglePinned_User.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> ProjectChangeRequest
newman run Cord_API_V3_ProjectChangeRequest.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> TogglePinned_Partner
newman run Cord_API_V3_TogglePinned_Partner.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> Directory
newman run Cord_API_V3_Directory.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> MoveFileNode
newman run Cord_API_V3_MoveFileNode.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> RenameFileNode
newman run Cord_API_V3_RenameFileNode.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> DeleteFileNode
newman run Cord_API_V3_DeleteFileNode.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> DerivativeScriptureProduct
newman run Cord_API_V3_DerivativeScriptureProduct.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> DirectScriptureProduct
newman run Cord_API_V3_DirectScriptureProduct.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000
>> OtherProduct
newman run Cord_API_V3_OtherProduct.postman_collection.json -e local.postman_environment.json -g MyWorkspace.postman_globals.json -r htmlextra --delay-request 1000