Topic: organisationHref in taxonDatasets
I'm creating hyperlinks to link individual records returned from the gateway to their provider pages. I'm using "taxonDatasets" to obtain all the info.
organisationHref within the returned data however doesn't return what I expected, which was a link to the provider's page. It instead contains an api call. e.g.
"organisationHref":"https://data.nbn.org.uk/api/organisations/124"
instead of (Note the capital O too):
"organisationHref":"https://data.nbn.org.uk/Organisations/124"
Is this what was intended or a mistake? It necessitates an extra api call for every organisation that returned data to find out the true URL for their web-page! Or more likely I'll just do a string replace of "api/o" with "O", assuming it works consistently...
Keith