@@ -134,6 +134,188 @@ Example input:
134134
135135##### Output
136136
137+ | Name| Type| Required| Description|
138+ | ----| ----| --------| -----------|
139+ | success| dlCollection| True| Successful returned value|
140+
141+ Example output:
142+
143+ ```
144+ ```
145+
146+ #### Destinations List GET (All)
147+
148+ This action is used to retrieve all destination lists of organization.
149+
150+ ##### Input
151+
152+ | Name| Type| Default| Required| Description| Enum| Example|
153+ | ----| ----| -------| --------| -----------| ----| -------|
154+ | organizationId| integer| None| True| Organization ID| None| 1234567|
155+
156+ Example input:
157+
158+ ```
159+ ```
160+
161+ ##### Output
162+
163+ | Name| Type| Required| Description|
164+ | ----| ----| --------| -----------|
165+ | success| dlCollection| True| Successful returned value|
166+
167+ Example output:
168+
169+ ```
170+ ```
171+
172+ #### Destinations List GET (All)
173+
174+ This action is used to retrieve all destination lists of organization.
175+
176+ ##### Input
177+
178+ | Name| Type| Default| Required| Description| Enum| Example|
179+ | ----| ----| -------| --------| -----------| ----| -------|
180+ | organizationId| integer| None| True| Organization ID| None| 1234567|
181+
182+ Example input:
183+
184+ ```
185+ ```
186+
187+ ##### Output
188+
189+ | Name| Type| Required| Description|
190+ | ----| ----| --------| -----------|
191+ | success| dlCollection| True| Successful returned value|
192+
193+ Example output:
194+
195+ ```
196+ ```
197+
198+ #### Destinations List GET (All)
199+
200+ This action is used to retrieve all destination lists of organization.
201+
202+ ##### Input
203+
204+ | Name| Type| Default| Required| Description| Enum| Example|
205+ | ----| ----| -------| --------| -----------| ----| -------|
206+ | organizationId| integer| None| True| Organization ID| None| 1234567|
207+
208+ Example input:
209+
210+ ```
211+ ```
212+
213+ ##### Output
214+
215+ | Name| Type| Required| Description|
216+ | ----| ----| --------| -----------|
217+ | success| dlCollection| True| Successful returned value|
218+
219+ Example output:
220+
221+ ```
222+ ```
223+
224+ #### Destinations List GET (All)
225+
226+ This action is used to retrieve all destination lists of organization.
227+
228+ ##### Input
229+
230+ | Name| Type| Default| Required| Description| Enum| Example|
231+ | ----| ----| -------| --------| -----------| ----| -------|
232+ | organizationId| integer| None| True| Organization ID| None| 1234567|
233+
234+ Example input:
235+
236+ ```
237+ ```
238+
239+ ##### Output
240+
241+ | Name| Type| Required| Description|
242+ | ----| ----| --------| -----------|
243+ | success| dlCollection| True| Successful returned value|
244+
245+ Example output:
246+
247+ ```
248+ ```
249+
250+ #### Destinations List GET (All)
251+
252+ This action is used to retrieve all destination lists of organization.
253+
254+ ##### Input
255+
256+ | Name| Type| Default| Required| Description| Enum| Example|
257+ | ----| ----| -------| --------| -----------| ----| -------|
258+ | organizationId| integer| None| True| Organization ID| None| 1234567|
259+
260+ Example input:
261+
262+ ```
263+ ```
264+
265+ ##### Output
266+
267+ | Name| Type| Required| Description|
268+ | ----| ----| --------| -----------|
269+ | success| dlCollection| True| Successful returned value|
270+
271+ Example output:
272+
273+ ```
274+ ```
275+
276+ #### Destinations List GET (All)
277+
278+ This action is used to retrieve all destination lists of organization.
279+
280+ ##### Input
281+
282+ | Name| Type| Default| Required| Description| Enum| Example|
283+ | ----| ----| -------| --------| -----------| ----| -------|
284+ | organizationId| integer| None| True| Organization ID| None| 1234567|
285+
286+ Example input:
287+
288+ ```
289+ ```
290+
291+ ##### Output
292+
293+ | Name| Type| Required| Description|
294+ | ----| ----| --------| -----------|
295+ | success| dlCollection| True| Successful returned value|
296+
297+ Example output:
298+
299+ ```
300+ ```
301+
302+ #### Destinations List GET (All)
303+
304+ This action is used to retrieve all destination lists of organization.
305+
306+ ##### Input
307+
308+ | Name| Type| Default| Required| Description| Enum| Example|
309+ | ----| ----| -------| --------| -----------| ----| -------|
310+ | organizationId| integer| None| True| Organization ID| None| 1234567|
311+
312+ Example input:
313+
314+ ```
315+ ```
316+
317+ ##### Output
318+
137319| Name| Type| Required| Description|
138320| ----| ----| --------| -----------|
139321| success| dlCollection| True||
@@ -1416,13 +1598,14 @@ This action is used to create a destination list.
14161598| Name| Type| Default| Required| Description| Enum| Example|
14171599| ----| ----| -------| --------| -----------| ----| -------|
14181600| organizationId| integer| None| True| Organization ID| None| 1234567|
1419- | payload| dlCreate| None| True| List of destinations| None| None |
1601+ | payload| dlCreate| None| True| List of destinations| None| JSON Data for new list and all attributes |
14201602
14211603Example input:
14221604
14231605```
14241606{
1425- "organizationId": 1234567
1607+ "organizationId": 1234567,
1608+ "payload": "JSON Data for new list and all attributes"
14261609}
14271610```
14281611
0 commit comments