Monday, May 20, 2024

Data - Address
Action:
GET
Method:
GET
URL: /api/v1/data/address/get
Description: Fetch a Dow Jones Entities Address Data based on Identifier
Type Key DataType Notes
Headers api-key String Your Api-Key
Params EntityID Int32 Entity Identifier
Params ReturnFormat String Json or Xml
Return Data: Json or XML collection of the Data Entities Address Data
[{
 "EntityID": 40437,
 "Serial": 1,
 "Line": "34 Uhlenhorster Weg",
 "City": "Hamburg 22085",
 "CountryID": 77,
 "CountryName": "Germany",
 "URL": ""
}]
Field Data Type
EntityID Int 32
Serial Int 16
Line Text 255
City Text 255
CountryID Int 16
CountryName Text 255
URL Text 255