GET api/feedsin/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FeedsIn
NameDescriptionTypeAdditional information
FeedInId

integer

None.

Account

Account

None.

FeedInName

string

None.

FeedInLink

string

None.

FeedInType

string

None.

FeedInPublicKey

string

None.

FeedInPrivateKey

string

None.

FeedInActive

integer

None.

FeedInDateCreated

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FeedInId": 1,
    "Account": {
      "AccountId": 1,
      "AccountName": "sample string 2",
      "AccountActive": 3,
      "AccountActiveDate": "2024-04-19T22:10:28.0425847-05:00"
    },
    "FeedInName": "sample string 2",
    "FeedInLink": "sample string 3",
    "FeedInType": "sample string 4",
    "FeedInPublicKey": "sample string 5",
    "FeedInPrivateKey": "sample string 6",
    "FeedInActive": 7,
    "FeedInDateCreated": "2024-04-19T22:10:28.0435839-05:00"
  },
  {
    "FeedInId": 1,
    "Account": {
      "AccountId": 1,
      "AccountName": "sample string 2",
      "AccountActive": 3,
      "AccountActiveDate": "2024-04-19T22:10:28.0425847-05:00"
    },
    "FeedInName": "sample string 2",
    "FeedInLink": "sample string 3",
    "FeedInType": "sample string 4",
    "FeedInPublicKey": "sample string 5",
    "FeedInPrivateKey": "sample string 6",
    "FeedInActive": 7,
    "FeedInDateCreated": "2024-04-19T22:10:28.0435839-05:00"
  }
]

text/html

Sample:
[{"FeedInId":1,"Account":{"AccountId":1,"AccountName":"sample string 2","AccountActive":3,"AccountActiveDate":"2024-04-19T22:10:28.0425847-05:00"},"FeedInName":"sample string 2","FeedInLink":"sample string 3","FeedInType":"sample string 4","FeedInPublicKey":"sample string 5","FeedInPrivateKey":"sample string 6","FeedInActive":7,"FeedInDateCreated":"2024-04-19T22:10:28.0435839-05:00"},{"FeedInId":1,"Account":{"AccountId":1,"AccountName":"sample string 2","AccountActive":3,"AccountActiveDate":"2024-04-19T22:10:28.0425847-05:00"},"FeedInName":"sample string 2","FeedInLink":"sample string 3","FeedInType":"sample string 4","FeedInPublicKey":"sample string 5","FeedInPrivateKey":"sample string 6","FeedInActive":7,"FeedInDateCreated":"2024-04-19T22:10:28.0435839-05:00"}]

application/xml, text/xml

Sample:
<ArrayOfFeedsIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Feeds">
  <FeedsIn>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Permissions">
      <d3p1:AccountActive>3</d3p1:AccountActive>
      <d3p1:AccountActiveDate>2024-04-19T22:10:28.0425847-05:00</d3p1:AccountActiveDate>
      <d3p1:AccountId>1</d3p1:AccountId>
      <d3p1:AccountName>sample string 2</d3p1:AccountName>
    </Account>
    <FeedInActive>7</FeedInActive>
    <FeedInDateCreated>2024-04-19T22:10:28.0435839-05:00</FeedInDateCreated>
    <FeedInId>1</FeedInId>
    <FeedInLink>sample string 3</FeedInLink>
    <FeedInName>sample string 2</FeedInName>
    <FeedInPrivateKey>sample string 6</FeedInPrivateKey>
    <FeedInPublicKey>sample string 5</FeedInPublicKey>
    <FeedInType>sample string 4</FeedInType>
  </FeedsIn>
  <FeedsIn>
    <Account xmlns:d3p1="http://schemas.datacontract.org/2004/07/FeedFlowAPI.Models.Permissions">
      <d3p1:AccountActive>3</d3p1:AccountActive>
      <d3p1:AccountActiveDate>2024-04-19T22:10:28.0425847-05:00</d3p1:AccountActiveDate>
      <d3p1:AccountId>1</d3p1:AccountId>
      <d3p1:AccountName>sample string 2</d3p1:AccountName>
    </Account>
    <FeedInActive>7</FeedInActive>
    <FeedInDateCreated>2024-04-19T22:10:28.0435839-05:00</FeedInDateCreated>
    <FeedInId>1</FeedInId>
    <FeedInLink>sample string 3</FeedInLink>
    <FeedInName>sample string 2</FeedInName>
    <FeedInPrivateKey>sample string 6</FeedInPrivateKey>
    <FeedInPublicKey>sample string 5</FeedInPublicKey>
    <FeedInType>sample string 4</FeedInType>
  </FeedsIn>
</ArrayOfFeedsIn>