GET Organization Counts
GET category/event/tag counts for an organization
This request retrieves the count of videos having a given event/tag/category in a feed.
https://static.parone.io/ORGANIZATION_KEY-metadata.json
Call Parameters
| Parameter | Value |
|---|---|
| ORGANIZATION_KEY | The organization_key provided to you by ParOne |
Return Value
This call will return a JSON object that has a list of videos for your organization.
{
"categories": [
{
"count": 630,
"name": "Entertainment"
}],
"events" : [],
"tags" : [
{
"count": 1,
"name": " jessica marksbury"
}]
}
Structure of the Returned Results
| Field | Value |
|---|---|
| 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 |