GET Feeds
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
Section titled “GET Feeds for your 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
Call Parameters
Section titled “Call Parameters”| Parameter | Value |
|---|---|
| organization_key | The organization key. Provided by ParOne. |
Return Value
Section titled “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
Section titled “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 |