Project

General

Profile

feature request #6964

Updated by Andreas Kohlbecker over 6 years ago

 
 The webservices exposing Registrations must not expose Registrations to unauthenticated users which are not yet PUBLISHED!!! 

 **Return type: `Registration`**: 
 
 * Registration with Identifier, registration date, status 
 * (related publication ?) 
 * name 
 * typifications with type of the type  
 * institution 

 **RegistrationController** 

 Endpoints: 

 ~~~ 
 /registration/{uuid} 
 ~~~ 

 the below endpoints will be implemented in #6967 

 
 ~~~ 
 /registration/{localID} 
 /regsitration/{identifier} 
 ~~~ 



 **NameController** 

 ~~~ 
 /name/{uuid}/registrations/ 
 ~~~ 



Back