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:
[ "39d6aa1d-8689-4cd9-9bd0-322955a966ae", "67096e0d-ec22-4e43-a943-cbe4abd61084" ]
application/xml, text/xml
Sample:
<ArrayOfGuid xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <guid>39d6aa1d-8689-4cd9-9bd0-322955a966ae</guid> <guid>67096e0d-ec22-4e43-a943-cbe4abd61084</guid> </ArrayOfGuid>