{ "opencollection": "1.0.0", "info": { "name": "Picker Production Documentation accounting banner API", "version": "V1.0.0" }, "items": [ { "info": { "name": "banner", "type": "folder" }, "items": [ { "info": { "name": "Returns the banners that match the query", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/getBanners", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "status", "value": "", "type": "query", "description": "Status of the banners to query" }, { "name": "type", "value": "", "type": "query", "description": "Type of the banners to query" }, { "name": "limit", "value": "", "type": "query", "description": "Amount of results to return" }, { "name": "skip", "value": "", "type": "query", "description": "Amount of results to skip from the search" }, { "name": "latitude", "value": "", "type": "query" }, { "name": "longitude", "value": "", "type": "query" } ] }, "docs": "Returns the banners that match the query" }, { "info": { "name": "Returns the banners that match the query", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/getDriverBanners", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "status", "value": "", "type": "query", "description": "Status of the banners to query" }, { "name": "type", "value": "", "type": "query", "description": "Type of the banners to query" }, { "name": "limit", "value": "", "type": "query", "description": "Amount of results to return" }, { "name": "skip", "value": "", "type": "query", "description": "Amount of results to skip from the search" }, { "name": "latitude", "value": "", "type": "query" }, { "name": "longitude", "value": "", "type": "query" } ] }, "docs": "Returns the banners that match the query" }, { "info": { "name": "Returns a message for a text banner", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/client/getMessage", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ], "params": [ { "name": "messageId", "value": "", "type": "query" } ] }, "docs": "Returns a message for a text banner" }, { "info": { "name": "Creates a banner in the db", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/admin/editBanner", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Creates a banner in the db" }, { "info": { "name": "Creates a banner in the db", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/createBanner", "headers": [ { "name": "authorization", "value": "" }, { "name": "content-language", "value": "" } ] }, "docs": "Creates a banner in the db" } ] } ], "bundled": true }