Order Management System REST API - Feed Controller
Retrieve the status of a feed
Section titled “Retrieve the status of a feed”GET /feed/byid/<feed>
URL Parameters
Section titled “URL Parameters”Parameter | Description |
---|---|
feed | A URL-encoded Feed ID. |
Response
Section titled “Response”Code | Status | Description |
---|---|---|
200 | Success | Content is a single FeedDetails object. |
404 | Failure | Feed does not exist. |