Manage Request Forms
Create a new request form
With the UI
With the API
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
idstring · uuidOptional
dataUseAgreementIdsstring · uuid[]Optional
Responses
201Success
application/json
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
put
/api/request-form/{id}201Success
Delete a request form
With the UI
With the API
Last updated
Was this helpful?

