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 }] |
|
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 }] |
|