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:
[ "850f138c-97b9-4229-a578-aedded1f699e", "21a7f5ef-66f8-40af-b730-a28325f3a594" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>850f138c-97b9-4229-a578-aedded1f699e</guid> <guid>21a7f5ef-66f8-40af-b730-a28325f3a594</guid> </ArrayOfGuid>