API Docs
Get License
Contents
This API returns a specific license.
Resource URL
GET /almaws/v1/acq/licenses/{license_code}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
license_code | xs:string | The license code. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
expand | xs:string | Optional. Default: none | This parameter allows for expanding on some information. Currently only one option is available: attachments. |
include_blank_terms | xs:string | Optional. Default: false | Include license terms for which no value was set. |
Body Parameters
None
Output
This method returns a License
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
403401 | Failed to retrieve license with code X. |
403400 | License with code X not found. |