GET api/Parameter/GetPowerAppAndFlowParameter/{identifier}
Gets a parameter for PowerApp or Flow integration
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identifier |
The identifier of the parameter |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a PowerAppAndFlowParameter
WorkPoint365.WebAPI.Model.PowerAppAndFlowParameterName | Description | Type | Additional information |
---|---|---|---|
Entity |
Entity |
WorkPoint365.WebAPI.Model.PowerAppAndFlowParameter+EntityInfo |
None. |
Library |
Library |
WorkPoint365.WebAPI.Model.PowerAppAndFlowParameter+LibraryInfo |
None. |
Documents |
List of documents |
Collection of WorkPoint365.WebAPI.Model.PowerAppAndFlowParameter+DocumentInfo |
None. |
Properties |
Dictionary containing property names with corresponding values |
Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Entity": { "ListId": "776bbadf-6261-4fd9-8de9-6c75400eb54a", "ListItemId": 2, "Title": "sample string 3", "ServerRelativeUrl": "sample string 4", "Properties": { "sample string 1": {}, "sample string 3": {} } }, "Library": { "Id": "68fff6bc-c577-4b1b-b686-0764c0a937f3", "ServerRelativeUrl": "sample string 1", "Name": "sample string 2" }, "Documents": [ { "Id": 1, "Name": "sample string 2", "ServerRelativeUrl": "sample string 3", "WebRelativeUrl": "sample string 4", "Properties": { "sample string 1": {}, "sample string 3": {} } }, { "Id": 1, "Name": "sample string 2", "ServerRelativeUrl": "sample string 3", "WebRelativeUrl": "sample string 4", "Properties": { "sample string 1": {}, "sample string 3": {} } } ], "Properties": { "sample string 1": {}, "sample string 3": {} } }
application/xml, text/xml
Sample:
<PowerAppAndFlowParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <Properties xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> <d2p1:KeyValueOfstringanyType> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value /> </d2p1:KeyValueOfstringanyType> </Properties> <Documents> <PowerAppAndFlowParameter.DocumentInfo> <Id>1</Id> <Name>sample string 2</Name> <Properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </Properties> <ServerRelativeUrl>sample string 3</ServerRelativeUrl> <WebRelativeUrl>sample string 4</WebRelativeUrl> </PowerAppAndFlowParameter.DocumentInfo> <PowerAppAndFlowParameter.DocumentInfo> <Id>1</Id> <Name>sample string 2</Name> <Properties xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 1</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> <d4p1:KeyValueOfstringanyType> <d4p1:Key>sample string 3</d4p1:Key> <d4p1:Value /> </d4p1:KeyValueOfstringanyType> </Properties> <ServerRelativeUrl>sample string 3</ServerRelativeUrl> <WebRelativeUrl>sample string 4</WebRelativeUrl> </PowerAppAndFlowParameter.DocumentInfo> </Documents> <Entity> <ListId>776bbadf-6261-4fd9-8de9-6c75400eb54a</ListId> <ListItemId>2</ListItemId> <Properties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 1</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> <d3p1:KeyValueOfstringanyType> <d3p1:Key>sample string 3</d3p1:Key> <d3p1:Value /> </d3p1:KeyValueOfstringanyType> </Properties> <ServerRelativeUrl>sample string 4</ServerRelativeUrl> <Title>sample string 3</Title> </Entity> <Library> <Id>68fff6bc-c577-4b1b-b686-0764c0a937f3</Id> <Name>sample string 2</Name> <ServerRelativeUrl>sample string 1</ServerRelativeUrl> </Library> </PowerAppAndFlowParameter>