Project

General

Profile

Feature #1479

Updated by Bernhard Koschiček-Krombholz about 3 years ago

With the new system class, it is possible to get more entities with the "code" path. Because we can not change the API path, /api/0.2./code/ will provide still the (now called) view names ['actor', 'event', 'place', 'reference', 'source', 'artifact', _'type'_ , _'file'_ _ 'file'_ , _'source_translation'_ ] (italic ones aren't supported right now, but will be) 

 Additionally, a new path will be created: /api/0.2/system_class/, which will have the following options: ['acquisition', 'activity', 'actor_appellation','administrative_unit', 'appellation', 'artifact', 'bibliography', 'edition', 'external_reference', 'feature','file', 'find', 'group', 'human_remains', 'move', 'object_location', 'person', 'place', 'reference_system', 'source', 'stratigraphic_unit','source_translation', 'type'] 

 *system_class* will also be available for /query/?system_classes=. 

Back