Add DMP endpoint to retrieve DMP identifier
cf E-DataPortal#607 (closed)
Create a enpoint which returns the DMP questionnaire object if exists for a given investigation
GET /dmp/{sessionId}/questionnaires?investigationName={}
- Get the token by using
POST /tokens
with an admin user - Retrieve the uuid:
GET /questionnaires?size=1&q={investigationName}
Edited by Marjolaine Bodin