Haivision Media Platform

Get a List of Feeds

Lists the feeds stored on the HMP system.

Note

Only feeds shared with the current user are returned.

Authorizations: Feeds - VIEW

Requests

GET /apis/sections

Response

Success

{
  "data": [
   {
     "id": "5e9297a0-17e1-4ca8-8323-98398307aa71",
     "name": "Section A",
     "index": 0
   },
   {
     "id": "ab829bb7-1971-4328-4444-983983077713",
     "name": "Section B",
     "index": 1
   }],
  "paging": {
    "results": 2,
    "pageSize": 15
  }
}

Error

Code

Payload

 Description

404

{"code":"040012", "name":"NoResults",
"message":"No results", "httpStatusCode":404}

There are no feeds.