openspecimen/rest/ng/departments/{deptIdid}
or
openspecimen/rest/ng/departments/name={name}
...
Below are the attributes which need to be sent in the url :
Parameter | Details |
---|---|
deptIdid | Department id to fetch the department |
name | Department name to fetch the department |
...
http[s]:<host>:<port>/openspecimen/rest/ng/department/{deptIdid}
or
http[s]:<host>:<port>/openspecimen/rest/ng/department/name={name}
...