Skip to content

GET Feeds

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

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

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

Parameter Value
organization_key The organization key. Provided by ParOne.

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"
        }
    ]
}

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

Field Value
slug The feed slug to use with API calls like get_json_feed
name The user-visible name in the app UI
description The description entered in the app UI