Retrieves a list of sounds for a specific pressroom
Code | Description |
---|---|
404 | Missing |
GET /v1/pressrooms/1010/sounds.json 200 { "data": [ { "title": "Sound from mars", "url": "https://d3gvv7thuwd750.cloudfront.net/1010/sounds/1-sound_from_mars.mp3", "id": 1, "permalink": "/sounds/1", "content_type": "mp3", "file_size": 80643, "type": "sound" } ], "paging": { "page": 0, "limit": 30, "total": 30 } }
Param name | Description |
---|---|
pressroom_id required |
Pressroom id or pressroom domain Validations:
|