Project

General

Profile

feature request #7348

Updated by Andreas Kohlbecker about 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 `RegitrationDTO`s instead of `Registration` entities): 

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

 the below endpoints will be implemented in #6967 

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




Back