Manage Request Forms
Create a new request form
With the UI
With the API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
idstring · uuidOptional
dataUseAgreementIdsstring · uuid[]Optional
Responses
201Success
application/json
idstring · uuidRequired
namestringRequired
createdAtone ofRequired
string · date-timeOptional
string · date-timeOptional
updatedAtone ofRequired
string · date-timeOptional
string · date-timeOptional
versionstring · cuidRequired
The current version of the request form
409
Request form with name already exists.
post
/api/request-formEdit a request form
With the UI
With the API
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringOptional
idstring · uuidOptional
dataUseAgreementIdsstring · uuid[]Optional
Responses
201Success
application/json
idstring · uuidRequired
namestringRequired
createdAtone ofRequired
string · date-timeOptional
string · date-timeOptional
updatedAtone ofRequired
string · date-timeOptional
string · date-timeOptional
versionstring · cuidRequired
The current version of the request form
put
/api/request-form/{id}201Success
Delete a request form
With the UI
With the API
Last updated
Was this helpful?

