Skip to content

Order Management System REST API - Feed Controller

The feed/byid/<feed>/query/<type> URL provides the ability to submit queries or requests to an OMS Adapter.

GET /feed/byid/<feed>/query

-or-

POST /feed/byid/<feed>/query

Submits a query or request to whichever OMS Adapter is currently supplying the named data feed.

Requires the Admin or Query feature permission.

ParameterDescription
feedA URL-encoded Feed ID.
typeA URL-encoded query name supported by the target feed.
ParameterExpectedDescription
tagOptionalA tag to apply to the query, for log correlation purposes.
param[<key>]OptionalNamed parameters to supply to the query.

If using the POST variant, the binary content is passed as-is to the query endpoint.

CodeStatusDescription
200SuccessThe query succeeded.
Content is a single FeedResponse object.
403FailureThe authenticated identity does not have the Admin or Query permission.
422FailureA failure occurred.
Content is a JSON array of one or more error codes describing the problem.