GET api/InstitutionLicenseReport?isbn={isbn}
Get institution license report ids related to product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isbn |
Product isbn |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
License information
Collection of globally unique identifierResponse Formats
application/json, text/json
Sample:
[ "9d6027de-4ec6-4395-bc51-32e6a0b744d4", "c2e177bc-e95a-4f46-aed4-1ece920e53db" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>9d6027de-4ec6-4395-bc51-32e6a0b744d4</guid> <guid>c2e177bc-e95a-4f46-aed4-1ece920e53db</guid> </ArrayOfGuid>