{ "operationId": "getBanners", "method": "GET", "path": "/banners", "summary": "BigCommerce Get All Banners", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": 1, "name": "This is a banner", "content": "

This is a banner

", "page": "home_page", "item_id": "0", "location": "top", "date_created": "1522169082", "date_type": "always", "date_from": "0", "date_to": "0", "visible": "1" }, { "id": 2, "name": "Banner #2", "content": "

Banner # 2

", "page": "category_page", "item_id": "23", "location": "top", "date_created": "1522169169", "date_type": "always", "date_from": "0", "date_to": "0", "visible": "1" } ] } ] }