# Person network Retrieve any linked connections of a person by idPerson. This can be used to explore or extend the network of a person. Endpoint: GET /person/{idPerson}/network Version: 2.0.0 Security: ApiKeyAuth ## Path parameters: - `idPerson` (integer, required) ## Response 200 fields (application/json): - `nodes` (array, required) - `nodes.idNode` (integer, required) - `nodes.entityType` (string, required) - `nodes.idPerson` (integer,null) - `nodes.idCompany` (integer,null) - `nodes.idOtherEntity` (integer,null) - `nodes.profileLink` (string,null) - `nodes.name` (string, required) - `nodes.number` (string,null) - `relationships` (array, required) - `relationships.sourceNode` (integer, required) - `relationships.targetNode` (integer, required) - `relationships.type` (string, required) ## Response 400 fields (application/json): - `message` (string) ## Response 401 fields (application/json): - `message` (string) ## Response 404 fields (application/json): - `message` (string) ## Response 429 fields (application/json): - `message` (string) ## Response 500 fields (application/json): - `message` (string)