-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathGetAllFilesFromFolder.xml
More file actions
43 lines (43 loc) · 2.39 KB
/
GetAllFilesFromFolder.xml
File metadata and controls
43 lines (43 loc) · 2.39 KB
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
<application xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:service="https://europe-002.azure-apim.net/apim/logicflows" xmlns:siena="http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11" siena:serviceId="GetAllFilesFromFolder" xmlns="http://wadl.dev.java.net/2009/02">
<doc title="GetAllFilesFromFolder" />
<grammars>
<jsonTypes targetNamespace="https://europe-002.azure-apim.net/apim/logicflows" xmlns="http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11">
<string name="ManualTriggerInput_Initializevariable2_Value_def" />
<object name="ManualTriggerInput">
<property name="Initializevariable2_Value" type="string" />
</object>
<string name="ResponseActionOutput_filenames_def" />
<object name="ResponseActionOutput">
<property name="filenames" type="string" />
</object>
<object name="Run_responses_default_def" />
</jsonTypes>
</grammars>
<resources siena:authenticationProviderHref="#PowerAppAuth" base="https://europe-002.azure-apim.net/apim/logicflows">
<resource path="/{connectionId}/triggers/manual/run">
<param style="template" name="connectionId" type="xs:string" required="true" />
<method siena:requiresAuthentication="true" name="POST" id="Run">
<doc title="Runs a logic flow trigger." />
<request>
<param style="query" name="api-version" type="xs:string" required="true" fixed="2015-02-01-preview">
<doc title="The api version" />
</param>
<representation mediaType="application/json">
<param style="plain" name="Initializevariable2_Value" path="/Initializevariable2_Value" type="xs:string" required="true" />
</representation>
</request>
<response>
<representation mediaType="application/json" element="service:ResponseActionOutput" />
</response>
</method>
</resource>
</resources>
<authenticationProviders xmlns="http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11">
<connectionProvider id="PowerAppAuth" siena:connectionProviderId="logicflows" />
</authenticationProviders>
<template xmlns="http://schemas.microsoft.com/MicrosoftProjectSiena/WADL/2014/11">
<variable name="connectionId">
<modifyParams style="template" name="connectionId" attribute="fixed" />
</variable>
</template>
</application>