GET Feeds API
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
:mega: 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
Parameter | Value |
---|---|
organization_key | The organization key. Provided by ParOne. |
Return Value
This call will return a JSON object that has a list of videos for your organization.
Structure of the Returned Results
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 |