GET api/Device/GetInstagramUserMedia?fields={fields}&refresh={refresh}

Documentation for 'GetInstagramUserMedia'.

Request Information

Parameters

NameDescriptionAdditional information
fields
Documentation for 'fields'.

Define this parameter in the request URI.

refresh
Documentation for 'refresh'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "call_api_fail": true,
  "json_url": "sample string 2",
  "last_update_utc_time": "sample string 3",
  "inner_error_code": 4,
  "inner_error_message": "sample string 5",
  "is_success": true,
  "error_message": "sample string 7",
  "exception_name": "sample string 8",
  "error_code": 9
}

application/xml, text/xml

Sample:
<GetInstagramUserMediaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContentApi.Client.Rest.Device.Entities">
  <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">9</error_code>
  <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 7</error_message>
  <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 8</exception_name>
  <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success>
  <call_api_fail>true</call_api_fail>
  <inner_error_code>4</inner_error_code>
  <inner_error_message>sample string 5</inner_error_message>
  <json_url>sample string 2</json_url>
  <last_update_utc_time>sample string 3</last_update_utc_time>
</GetInstagramUserMediaResponse>