{ "opencollection": "1.0.0", "info": { "name": "Precisely APIs Time Zone Service API", "version": "18.1.0" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "Time Zone Service", "type": "folder" }, "items": [ { "info": { "name": "Timezone By Location.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/timezone/v1/timezone/bylocation", "params": [ { "name": "timestamp", "value": "", "type": "query", "description": "Timestamp in miliseconds." }, { "name": "longitude", "value": "", "type": "query", "description": "Longitude of the location." }, { "name": "latitude", "value": "", "type": "query", "description": "Latitude of the location." } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Identifies and retrieves the local time of any location in the world for a given latitude, longitude and time. The input and retrieved time format is in milliseconds." }, { "info": { "name": "Timezone Batch by Location.", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/timezone/v1/timezone/bylocation", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Identifies and retrieves the local time of any location in the world for a given latitude, longitude and time. The input and retrieved time format is in milliseconds." }, { "info": { "name": "Timezone By Address.", "type": "http" }, "http": { "method": "GET", "url": "https://api.precisely.com/timezone/v1/timezone/byaddress", "params": [ { "name": "timestamp", "value": "", "type": "query", "description": "Timestamp in miliseconds." }, { "name": "address", "value": "", "type": "query", "description": "The address to be searched." }, { "name": "matchMode", "value": "Relaxed", "type": "query", "description": "Match modes determine the leniency used to make a match between the input address and the reference data (Default is relaxed)" }, { "name": "country", "value": "USA", "type": "query", "description": "Country ISO code (Default is USA)" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Identifies and retrieves the local time of any location in the world for a given address and time. The input and retrieved time format is in milliseconds." }, { "info": { "name": "Timezone Batch by Address.", "type": "http" }, "http": { "method": "POST", "url": "https://api.precisely.com/timezone/v1/timezone/byaddress", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://api.precisely.com/oauth/token", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Identifies and retrieves the local time of any location in the world for a given address and time. The input and retrieved time format is in milliseconds." } ] } ], "bundled": true }