Monday, May 20, 2024

Data - Date
Action:
GET
Method:
GET
URL: /api/v1/data/date/get
Description: Fetch a Dow Jones Entities Date 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 Date Data
[{
 "EntityID": 98141,
 "DateTypeID": 1,
 "DateTypeName": "Date of Birth",
 "Serial": 1,
 "Day": "07",
 "Month": "Oct",
 "Year": "1952",
 "Note": ""
}]
Field Data Type
EntityID Int 32
DateTypeID Int 16
DateTypeName Text 255
Serial Int 16
Day Text 2
Month Text 3
Year Text 4
Note Text 255