Project

General

Profile

feature request #7348

Updated by Andreas Kohlbecker almost 6 years ago

 
 The webservices exposing `RegistrationsDTO`s must not expose `Registration`s to unauthenticated users which are not yet PUBLISHED!!! 

 **Return type: `RegistrationDTO`** 
 
 **RegistrationDTOController** 

 Endpoints (same endpoints as Registration controller but returns `RegistrationDTO`s instead of `Registration` entities): 

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

 the below endpoints will be implemented in #6967 

 ~~~ 
 /registration/identifier/{identifier} 
 ~~~ 

 ~~/registration/{localID}~~ not needed 




Back