get_relationship
Retrieve detailed data about a specific relationship between entities using a unique ID, enabling insights into corporate power and accountability through the LittleSis API.
Instructions
Get detailed information about a specific relationship between two entities
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The unique numerical ID of the relationship in LittleSis database |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The unique numerical ID of the relationship in LittleSis database",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}