Thursday, December 26, 2024

Data - Relationship
Action:
GET DIRECT
Method:
GET
URL: /api/v1/data/relationship/getdirect
Description: Fetch a Dow Jones Entities Direct Relationship 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 Direct Relationship Data
[{
 "EntityID": 98141,
 "EntityName": "VLADIMIR VLADIMIROVICH PUTIN",
 "RelationshipTypeID": 1,
 "RelationshipTypeName": "Public Figure",
 "AssociatedEntityID": 170330,
 "AssociatedEntityName": "LYUDMILA ALEKSANDROVNA OCHERETNAYA",
 "RelationshipID": 1,
 "RelationshipName": "Wife",
 "CurrentRelationship": false,
 "IsPEP": true,
 "IsRCA": false,
 "IsWBL": false,
 "IsSAN": true,
 "IsAVM": false,
 "IsOTH": false,
 "IsUNK": false,
 "SanctionType": 1,
}]
Field Data Type
EntityID Int 32
EntityName Text 255
RelationshipTypeID Byte
RelationshipTypeName Text 255
AssociatedEntityID Int 32
AssociatedEntityName Text 255
RelationshipID Int 16
RelationshipName Text 255
CurrentRelationship Boolean
IsPEP Boolean
IsRCA Boolean
IsWBL Boolean
IsSAN Boolean
IsAVM Boolean
IsOTH Boolean
IsUNK Boolean
SanctionType Int 32
Action:
GET INDIRECT
Method:
GET
URL: /api/v1/data/relationship/getindirect
Description: Fetch a Dow Jones Entities Indirect Relationship 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 Indirect Relationship Data
[{
 "EntityID": 170330,
 "EntityName": "LYUDMILA ALEKSANDROVNA OCHERETNAYA",
 "RelationshipTypeID": 1,
 "RelationshipTypeName": "Public Figure",
 "AssociatedEntityID": 98141,
 "AssociatedEntityName": "VLADIMIR VLADIMIROVICH PUTIN",
 "RelationshipID": 2,
 "RelationshipName": "Husband",
 "CurrentRelationship": false,
 "IsPEP": true,
 "IsRCA": false,
 "IsWBL": false,
 "IsSAN": true,
 "IsAVM": false,
 "IsOTH": false,
 "IsUNK": false,
 "SanctionType": 1,
}]
Field Data Type
EntityID Int 32
EntityName Text 255
RelationshipTypeID Byte
RelationshipTypeName Text 255
AssociatedEntityID Int 32
AssociatedEntityName Text 255
RelationshipID Int 16
RelationshipName Text 255
CurrentRelationship Boolean
IsPEP Boolean
IsRCA Boolean
IsWBL Boolean
IsSAN Boolean
IsAVM Boolean
IsOTH Boolean
IsUNK Boolean
SanctionType Int 32