All URIs are relative to https://localhost/api
Method | HTTP request | Description |
---|---|---|
getPrefixCollection | GET /identifier/mapper/{source}/{target}/ | TODO maps a list of identifiers from a source to a target |
List<Association> getPrefixCollection(source, target)
TODO maps a list of identifiers from a source to a target
// Import classes:
//import io.swagger.client.ApiException;
//import io.swagger.client.api.IdentifiermapperApi;
IdentifiermapperApi apiInstance = new IdentifiermapperApi();
String source = "source_example"; // String |
String target = "target_example"; // String |
try {
List<Association> result = apiInstance.getPrefixCollection(source, target);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling IdentifiermapperApi#getPrefixCollection");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
source | String | ||
target | String |
No authorization required
- Content-Type: application/json
- Accept: application/json