Skip to content

GET Feed counts

This request retrieves the count of videos having a given event/tag/category in a feed.

https://static.parone.io/FEED_ID-metadata.json
Parameter Value
FEED_ID The feed id.

This call will return a JSON object that has a list of videos for your organization.

{
  "categories": [
    {
      "count": 630,
      "name": "Entertainment"
    }],
  "events" : [],
  "feed_id": "FEED_ID",
  "name" : "FEED_NAME",
  "tags" : [
  {
    "count": 1,
    "name": "  jessica marksbury"
  }]
}
Field Value
feed_id The feed_id to use with API calls and in the parone-video-block
name The user-visible name in the app UI
categories The organization-defined categories in the feed and the respective counts
events The organization-defined events in the feed and the respective counts
tags The organization-defined tags in the feed and the respective counts