GET api/GooglePlus/GetSelectedFile?FI={FI}&AK={AK}&AT={AT}

Documentation for 'GetSelectedFile'.

Request Information

Parameters

NameDescriptionAdditional information
FI
Documentation for 'FI'.

Define this parameter in the request URI.

AK
Documentation for 'AK'.

Define this parameter in the request URI.

AT
Documentation for 'AT'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ContentType": "sample string 1",
  "FileExtension": "sample string 2",
  "Filename": "sample string 3",
  "FileContent": "sample string 4"
}

text/xml

Sample:
<CloudFileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FourmatService.Social.WebApi.DataContracts">
  <ContentType>sample string 1</ContentType>
  <FileContent>sample string 4</FileContent>
  <FileExtension>sample string 2</FileExtension>
  <Filename>sample string 3</Filename>
</CloudFileResponse>