{ "opencollection": "1.0.0", "info": { "name": "Oracle Transportation Management Business Object Resources REST Carriers Locations API", "version": "26b.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.oracle.com/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "List locations", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/GC3/glog.integration.servlet.WMServlet/otm/rest/v1/locations", "params": [ { "name": "locationType", "value": "", "type": "query" }, { "name": "country", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns location master data including addresses and coordinates." } ] } ], "bundled": true }