GET v0.1/feed/{id}/count

Get how many items there are in a certain Feed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The Id of the feed

integer

Required

Body Parameters

None.

Response Information

Resource Description

FeedCount
NameDescriptionTypeAdditional information
TotalItemsCount

The total number of items

integer

None.

RejectedItemsCount

The number of rejected items

integer

None.

InboxItemsCount

The number of inbox items

integer

None.

ApprovedItemsCount

The number of approved items

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "totalItemsCount": 23,
  "rejectedItemsCount": 12,
  "inboxItemsCount": 1,
  "approvedItemsCount": 10
}