{ "operationId": "getBanner", "method": "GET", "path": "/banners/{id}", "summary": "BigCommerce Get a Banner", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "id": 1, "name": "Sale Banner", "content": "

Sale! Tuesday at 9am!

", "page": "home_page", "item_id": "0", "location": "top", "date_created": "1522169082", "date_type": "always", "date_from": "0", "date_to": "0", "visible": "1" } } ] }