GET api/Feed/{name}/Status

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FeedStatus
NameDescriptionTypeAdditional information
InstanceId

string

None.

Text

string

None.

StatusId

integer

None.

Status

string

None.

PimType

string

None.

SiteCode

string

None.

Updated

date

None.

FeedName

string

None.

FeedContentType

FeedContentType

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "instanceId": "sample string 1",
    "text": "sample string 2",
    "statusId": 3,
    "status": "sample string 4",
    "pimType": "sample string 5",
    "siteCode": "sample string 6",
    "updated": "2025-08-18T07:57:20.5796368+00:00",
    "feedName": "sample string 8",
    "feedContentType": {
      "id": 1,
      "name": "sample string 2"
    }
  },
  {
    "instanceId": "sample string 1",
    "text": "sample string 2",
    "statusId": 3,
    "status": "sample string 4",
    "pimType": "sample string 5",
    "siteCode": "sample string 6",
    "updated": "2025-08-18T07:57:20.5796368+00:00",
    "feedName": "sample string 8",
    "feedContentType": {
      "id": 1,
      "name": "sample string 2"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfFeedStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeedConfig.Repository.Models">
  <FeedStatus>
    <FeedContentType>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </FeedContentType>
    <FeedName>sample string 8</FeedName>
    <InstanceId>sample string 1</InstanceId>
    <PimType>sample string 5</PimType>
    <SiteCode>sample string 6</SiteCode>
    <Status>sample string 4</Status>
    <StatusId>3</StatusId>
    <Text>sample string 2</Text>
    <Updated>2025-08-18T07:57:20.5796368+00:00</Updated>
  </FeedStatus>
  <FeedStatus>
    <FeedContentType>
      <Id>1</Id>
      <Name>sample string 2</Name>
    </FeedContentType>
    <FeedName>sample string 8</FeedName>
    <InstanceId>sample string 1</InstanceId>
    <PimType>sample string 5</PimType>
    <SiteCode>sample string 6</SiteCode>
    <Status>sample string 4</Status>
    <StatusId>3</StatusId>
    <Text>sample string 2</Text>
    <Updated>2025-08-18T07:57:20.5796368+00:00</Updated>
  </FeedStatus>
</ArrayOfFeedStatus>