GET api/Feed/{name}/Status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FeedStatus| Name | Description | Type | Additional 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": "2026-02-12T00:48:14.1158844+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": "2026-02-12T00:48:14.1158844+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>2026-02-12T00:48:14.1158844+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>2026-02-12T00:48:14.1158844+00:00</Updated>
</FeedStatus>
</ArrayOfFeedStatus>