Retrieve a specific image
Code | Description |
---|---|
404 | Missing |
GET /v1/pressrooms/1003/images/1.json 200 { "data": { "title": "Facebook logo", "sizes": { "medium": { "width": "400", "height": "300", "url": "https://d3gvv7thuwd750.cloudfront.net/1003/images/1-facebook-logo-medium.jpg" }, "original": { "width": "1024", "height": "768", "url": "https://d3gvv7thuwd750.cloudfront.net/1003/images/1-facebook-logo-original.jpg" }, "large": { "width": "1000", "height": "750", "url": "https://d3gvv7thuwd750.cloudfront.net/1003/images/1-facebook-logo-large.jpg" }, "square": { "width": "300", "height": "300", "url": "https://d3gvv7thuwd750.cloudfront.net/1003/images/1-facebook-logo-square.jpg" } }, "pressroom_id": 1003, "id": 1, "permalink": "/images/1", "type": "image", "content_type": "jpeg", "transparent": false } }
Param name | Description |
---|---|
pressroom_id required |
Pressroom id or pressroom domain Validations:
|
id required |
Image id Validations:
|