GET
radioShowsSearch
Returns the radio show search result matching the given search criteria. showId(s) returned by this service can be used by other services/APIs requiring a valid showId
https://api.srgssr.ch/audiometadata/v2 /radioshows/search
Name | Values | Description |
---|---|---|
bu
(required) |
Business unit |
|
q
(required) |
Term (string search on show title) that should be searched for. |
|
pageSize |
The number of items that should be returned per page. Only supported on the request to the first page! |
|
next |
Encoded reference to the next page. Clients must not assemble this at their own but just use the next-link provided as part of the payload of every response. |
Name | Values | Description |
---|---|---|
accept |
|
|
Authorization |
Pass the access-key as a Bearer token in Authorization header. In the developer portal, Authorization header is attached on OAuth authentication. you can use a pre-existing bearer token here or generate one using the button below before sending the request. |
HTTP Code | Error Code | Description |
---|---|---|
203 |
The returned object is the same as in a 200 response, but some non-mandatory values may be missing. |
|
400 |
Object of type BadRequest. |
|
401 |
Object of type TokenError |
|
403 |
Object of type QuotaViolation. |
|
404 |
Object of type UnknownResource. |
|
405 |
Object of type MethodNotAllowed. |
Resource Summary
Security |
Category |
---|---|
RadioShows |