Data Use Agreement
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
offsetnumberOptionalDefault:
0limitnumber · min: 1OptionalDefault:
10sortOrderstring · enumOptionalDefault:
ascPossible values: sortBystring · enumOptionalDefault:
namePossible values: nameFilterstringOptionalDefault:
Filter results by data use agreement name
""exactMatchbooleanOptionalDefault:
Whether the filter should be an exact match
falseResponses
200Success
application/json
get
/api/data-use-agreement200Success
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidOptional
namestringRequired
The name of data use agreement
bodystringRequired
The contents of data use agreement
Responses
201Success
application/json
409
There is already a data use agreement with this name.
post
/api/data-use-agreementAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200Success
application/json
idstring · uuidRequired
namestringRequired
The name of data use agreement
bodystringRequired
The contents of data use agreement
createdAtone ofRequired
string · date-timeOptional
string · date-timeOptional
updatedAtone ofRequired
string · date-timeOptional
string · date-timeOptional
get
/api/data-use-agreement/{id}200Success
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
namestringOptional
The name of data use agreement
bodystringOptional
The contents of data use agreement
Responses
201Success
application/json
409
There is already a data use agreement with this name.
put
/api/data-use-agreement/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200Success
application/json
The request forms associated with the data use agreement
idstring · uuidRequired
namestringRequired
The name of the request form
get
/api/data-use-agreement/{id}/request-forms200Success
Last updated
Was this helpful?

