Some SUSHI 5 providers require additional parameters beyond those listed in the Data Provider SUSHI Credentials fields. One such example is Harvard University Press, which requires a "platform" parameter. There is a field in the data provider record for "service platform" but this does not seem to be used. From their SUSHI page: Multiple platforms available, populate the Platform parameter with the platform name you wish to report on Loeb+Classical+Library DARE+Dictionary So a functional link for me looks like: https://ams.hup.harvard.edu/rest/COUNTER/v5/reports?customer_id=[REDACTED]&api_key=[REDACTED]&platform=Loeb+Classical+Library For now, I can get this target to work by injecting the additional parameter in my API key field, but it would be nice to have a way to handle odd extra params like this.
(In reply to John Vinke from comment #0) > Some SUSHI 5 providers require additional parameters beyond those listed in > the Data Provider SUSHI Credentials fields. > > One such example is Harvard University Press, which requires a "platform" > parameter. There is a field in the data provider record for "service > platform" but this does not seem to be used. > > From their SUSHI page: > Multiple platforms available, populate the Platform parameter with the > platform name you wish to report on > Loeb+Classical+Library > DARE+Dictionary > > So a functional link for me looks like: > > https://ams.hup.harvard.edu/rest/COUNTER/v5/ > reports?customer_id=[REDACTED]&api_key=[REDACTED]&platform=Loeb+Classical+Lib > rary > > For now, I can get this target to work by injecting the additional parameter > in my API key field, but it would be nice to have a way to handle odd extra > params like this. Hi John, what version of Koha are you using? I believe the platform parameter was added in bug 37856.
Ah yes, I'm on 25.05.04 and did not see that one, so this is a duplicate of one that has been resolved.
*** This bug has been marked as a duplicate of bug 37856 ***