Knowledge Graph
Shareholder Graph
Initiate Graph Creating Process POST /v1/api/graph/shareholder
| Resource URL | /v1/api/graph/shareholder |
|---|---|
| Response Format | JSON |
| Requires Authentication | Not specified |
| Rate Limited | Not specified |
| HTTPS | Assumed Yes |
Description
Initiate the graph creating process for shareholder data.
Request Body
| Parameter | Description | Required | Type | Default Value |
|---|---|---|---|---|
| link | URL link to the data source | Yes | String | N/A |
| source_name | Name of the source | Yes | String | N/A |
| entity_name | Name of the entity | Yes | String | N/A |
| jurisdiction | Jurisdiction of the entity | Yes | String | N/A |
| entity_id | Unique ID of the entity | Yes | String | N/A |
| client_id | Unique ID of the client | Yes | String | N/A |
| levels | Depth levels for the graph | Yes | Integer | N/A |
| min_indirect_percentage | Minimum indirect ownership % | Yes | Integer | N/A |
| max_indirect_percentage | Maximum indirect ownership % | Yes | Integer | N/A |
| username | Username initiating request | Yes | String | N/A |
| session_id | Session ID for the request | Yes | String | N/A |
| entity_request_id | Optional entity request ID | Yes | String/Null | N/A |
Example Request
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |
Graph Operations - Get Generated Graph GET /v1/api/graphshareholder/{request_id}
| Resource URL | /v1/api/graphshareholder/{request_id} |
|---|---|
| Response Format | JSON |
| Requires Authentication | Not specified |
| Rate Limited | Not specified |
| HTTPS | Assumed Yes |
Parameters
| Parameter | Description | Required | Type | Default Value |
|---|---|---|---|---|
| request_id | ID of the request | Yes | String | N/A |
Example Request
Example Response
HTTP Responses
| HTTP Code | Message |
|---|---|
| 200 | Successful Response |
| 422 | Validation Error |