Project

General

Profile

Feature #1549

Updated by Alexander Watzinger over 2 years ago

The endpoints /node_entities and /node_entities_all provides a list of entities linked to *administrative unit* and *historical place*. This list only contains _id_, _label_ and _url_ of the entities. Through a new endpoint /type_entities and /type_entities_all one can also retrieve the entities linked to *any* type (standard type, custom type, value type and places) in the linked places format (or other implemented formats). Since through the newer endpoints, the same information can be retrieved, I would like to no longer support this endpoint.  
 This means, if ticket #1547 API: API Evolution will be released, this endpoint will be deleted.  

 *Deprecated*: 
 * node_entities 
 * node_entities_all 
 * subunit 
 * subunit_hierarchy

Back