GET Feeds API

Requires ParOne Enterprise Player

Some times you need to retrieve the feeds for your organization. This API call will retrieve those feeds associated with an organization.

GET Feeds for your organization

📣 Special thanks to the Tech team at SwingU for requesting this one!

This GET request retrieves the feeds for your organization. Your organization key will be provided by ParOne.

GET https://search-prod.parone.app/get_feeds?organization_key=ORGANIZATION_KEY

Call Parameters

ParameterValue
organization_keyThe organization key. Provided by ParOne.

Return Value

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

{
    "message":"ok",
    "status":"ok",
    "data":[
        {
            "slug":"FEED_SLUG",
            "name":"FEED_NAME",
            "description":"FEED_DESCRIPTION"
        }
    ]
}

Structure of the Returned Results

The content_key and feed_code are used to parameterize the <parone-video-block>.

FieldValue
slugThe feed slug to use with API calls like get_json_feed
nameThe user-visible name in the app UI
descriptionThe description entered in the app UI