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:
[ "a7a328d4-a010-4ab3-a42c-3e65009d2c9c", "0802fe09-1e0d-408a-aed6-907c49e3f1e7" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>a7a328d4-a010-4ab3-a42c-3e65009d2c9c</guid> <guid>0802fe09-1e0d-408a-aed6-907c49e3f1e7</guid> </ArrayOfGuid>