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.PowerAppAndFlowParameter| Name | 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": "d8194abc-a682-4dac-8284-86aff0fbd262",
"ListItemId": 2,
"Title": "sample string 3",
"ServerRelativeUrl": "sample string 4",
"Properties": {
"sample string 1": {},
"sample string 3": {}
}
},
"Library": {
"Id": "3533fe31-2ad7-4b76-905c-0b8c0550b6fd",
"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>d8194abc-a682-4dac-8284-86aff0fbd262</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>3533fe31-2ad7-4b76-905c-0b8c0550b6fd</Id>
<Name>sample string 2</Name>
<ServerRelativeUrl>sample string 1</ServerRelativeUrl>
</Library>
</PowerAppAndFlowParameter>