In order to pull this lookup off, we'd have to use the free SRU API described here: https://isni.oclc.org:2443/isni/docs/isni-sru-search-api-guidelines.pdf (searching the name keyword), and then map the XML to the QA response.
< mainName > values = "label": "Value"
< forename > and < surname > values concatenated = "label": "Concatenated string"
results with < personalName > = "type": "Person"
< organisationType > values = "type": "Value"
In order to pull this lookup off, we'd have to use the free SRU API described here: https://isni.oclc.org:2443/isni/docs/isni-sru-search-api-guidelines.pdf (searching the name keyword), and then map the XML to the QA response.
< mainName > values = "label": "Value"
< forename > and < surname > values concatenated = "label": "Concatenated string"
results with < personalName > = "type": "Person"
< organisationType > values = "type": "Value"