v1

latestSwagger 2.02026-07-146011.7 KB
Version 2

Get status of an item within a feed

You can display the status of all items within a feed. Use the feed ID returned from the upload an item API.

get/v2/feeds/{feedId}

Path parameters

feedIdstring required

The feed ID

Query parameters

includeDetailsstring

Includes details of each entity in the feed. Do not set this parameter to true.

offsetstring

The object response to start with, where 0 is the first entity that can be requested. It can only be used when includeDetails is set to true.

limitstring

The number of entities to be returned. It cannot be more than 50 entities. Use it only when the includeDetails is set to true.

Headers

WM_CONSUMER.CHANNEL.TYPE'SWAGGER_CHANNEL_TYPE' required

Channel Type

WM_CONSUMER.IDstring required

Your Consumer ID

WM_SEC.TIMESTAMPstring required

Epoch timestamp

WM_SEC.AUTH_SIGNATUREstring required

Authentication signature

WM_SVC.NAMEstring required

The Service name

WM_QOS.CORRELATION_IDstring required

A Transaction ID

Response

successful operation