get https://example.com/api/entity/
Get entity details by ID.
Args: entity_id: ID of the entity session: Database session
Returns: EntityResponse with entity details and NSE classification
Raises: HTTPException: 404 if entity not found
Get entity details by ID.
Args: entity_id: ID of the entity session: Database session
Returns: EntityResponse with entity details and NSE classification
Raises: HTTPException: 404 if entity not found
Try It!
to start a request and see the response here!