graphsense / graphsense-openapi

GraphSense Open API specification
MIT License
2 stars 1 forks source link

Retrieve entity id with address #7

Closed behas closed 3 years ago

behas commented 3 years ago

At the moment one can use

addresses_api.get_address_entity to map an address to an entity.

Delivering the entity ID as part of an address solves this issue.

behas commented 3 years ago

this could be done by adding the entity id to the address object (maybe already as part of the transformation; then we don't have to query two tables),