GET api/Parameter/GetPowerAppAndFlowParameter/{identifier}

Gets a parameter for PowerApp or Flow integration

Request Information

URI Parameters

NameDescriptionTypeAdditional information
identifier

The identifier of the parameter

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns a PowerAppAndFlowParameter

WorkPoint365.WebAPI.Model.PowerAppAndFlowParameter
NameDescriptionTypeAdditional 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": "4c6d3f06-b9b8-49ed-b6fb-d6ef06bdd80c",
    "ListItemId": 2,
    "Title": "sample string 3",
    "ServerRelativeUrl": "sample string 4",
    "Properties": {
      "sample string 1": {},
      "sample string 3": {}
    }
  },
  "Library": {
    "Id": "bdfe33cc-6871-4719-9562-e6d8d2425680",
    "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>4c6d3f06-b9b8-49ed-b6fb-d6ef06bdd80c</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>bdfe33cc-6871-4719-9562-e6d8d2425680</Id>
    <Name>sample string 2</Name>
    <ServerRelativeUrl>sample string 1</ServerRelativeUrl>
  </Library>
</PowerAppAndFlowParameter>