Monday, May 20, 2024

Data - Role
Action:
GET
Method:
GET
URL: /api/v1/data/role/get
Description: Fetch a Dow Jones Entities Role 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 Role Data
[{
 "EntityID": 98141,
 "RoleTypeID": 1,
 "RoleTypeName": "Primary Occupation",
 "Serial": 1,
 "Title": "President of Russia",
 "OccupationID": 1,
 "OccupationName": "Heads & Deputies State/National Government",
 "SinceDay": "07",
 "SinceMonth": "May",
 "SinceYear": "2018",
 "ToDay": "",
 "ToMonth": "",
 "ToYear": ""
}]
Field Data Type
EntityID Int 32
RoleTypeID Int 16
RoleTypeName Text 255
Serial Int 16
Title Text 500
OccupationID Int 16
OccupationName Text 255
SinceDay Text 2
SinceMonth Text 3
SinceYear Text 4
ToDay Text 2
ToMonth Text 3
ToYear Text 4