/
Clipping V4 API
Clipping V4 API
Introduction
This section describes BSS communication with /wiki/spaces/MAPI/pages/49677460
Authentication and authorisation
All BSS endpoints support API key authorization. The header named 'Authorization' with content "Apikey PUT_YOUR_KEY_HERE" must be passed with request.
Endpoints overview
Endpoint | HTTP method | Purpose |
---|---|---|
/api/clipping/v4/clips | POST | Create a new clip |
/api/clipping/v4/clips/{clip_id} | GET | Get clip by id |
/api/clipping/v4/clips/{clip_id} | PATCH | Update clip by id |
/api/clipping/v4/clips/{clip_id} | DELETE | Delete clip by id |
Entities
Clipping Resource
Up-to-date resource schema could be found on API documentation page /wiki/spaces/MAPI/pages/49677460 under schemas section.
Attributes
- channel_id: Channel id of the clip
- start_time: start time of the clip
- end_time: end time of the clip
- provider_showing_id: should be the unique id that we match with our Epg, broadcast_slots for catchup and recordigns
Use cases
Clipping API to fetch, create, update and delete Clip
/wiki/spaces/MAPI/pages/49677460
Postman collection
, multiple selections available,
Related content
Management Channel v4 API
Management Channel v4 API
More like this
User Profile Specific Recording API v4
User Profile Specific Recording API v4
More like this
Client Channel v4 APIs
Client Channel v4 APIs
More like this
Licenses v4 API
Licenses v4 API
More like this
Management Device v4 API
Management Device v4 API
More like this
Streams v4 API
Streams v4 API
More like this