Monday, May 20, 2024

Data - BirthPlace
Action:
GET
Method:
GET
URL: /api/v1/data/birthplace/get
Description: Fetch a Dow Jones Entities Birth Place 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 Birth Place Data
[{
 "EntityID": 98141,
 "Serial": 1,
 "Name": "St. Petersburg,Russia"
}]
Field Data Type
EntityID Int 32
Serial Int 16
Name Text 100