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:
[ "8e135a29-69b0-4e87-8f97-a451ba5a5120", "40800a47-7d39-4b7a-af50-303d1d83348c" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>8e135a29-69b0-4e87-8f97-a451ba5a5120</guid> <guid>40800a47-7d39-4b7a-af50-303d1d83348c</guid> </ArrayOfGuid>