...
Field |
---|
String id |
AcceptType type (String, Long, User, ListOfUser) |
String prompt |
FieldCreate |
---|
AcceptType type (String, Long, User, ListOfUser) |
String prompt |
Services to create and retrieve a field:
...
DataAccessRequest |
---|
String requestorId |
String projectLeadId |
List<String> accessorIdList |
String formId |
Long accessRequirementId |
String researchStatement |
List<Value> values |
List<String> attachments |
DataAccessRequestResult |
---|
String id |
String requestorId |
String projectLeadId |
List<String> accessorIdList |
String formId |
Long accessRequirementId |
Long createdOn |
String researchStatement |
List<Value> values |
List<String> attachments |
DataAccessRequestStatus status (SUBMITTED, APPROVED, REJECTED, EXPIRED) |
String reason |
Long modifiedOn |
String modifiedBy |
Long expiredOn |
...