Get License by Activation ID

Returns the License in XML format for the provided Activation ID (AID).

Method Type URI
GET v90/ws/activation/{aid}.ws

URI Parameters

Parameter Description Type
aid

Identifier of the Activation ID in the database. You can get the aid as follows:

>during activation of Product key

> by calling the get product key details web service for an activated product key.

String

Sample Response

Success

HTTP Status Code: 200

Response Body:

<?xml version="1.0" encoding="UTF-8"?>      
<activation>
<activationOutput>
            <AID>c2396d75-3236-4ca6-9f10-682c62bdebfe</AID>
            <protectionKeyId>712734935</protectionKeyId>
            <activationString> <?xml version="1.0"
                  encoding="utf-8"?><hasp_info>
                  <haspscope><vendor id="37515" > <hasp
                  id="712734935" /></vendor> </haspscope>
                  <v2c> /fZRh+EzAKMLgAEBgQZQcmludAChA…4ABAA==</v2c></hasp_info>
            </activationString>
      </activationOutput>
      <activationInput>
            <activationAttribute>
                  <attributeName>CLEAR_BEFORE_APPLYING_UPDATE</attributeName>
                  <attributeValue>null</attributeValue>
                  <isvPermission>NONE</isvPermission>
                  <endUserPermission>READ_WRITE</endUserPermission>
            </activationAttribute>
            <activationAttribute>
                  <attributeName>C2V</attributeName>
                  <attributeValue><?xml version="1.0"
                        encoding="UTF-8"?><hasp_info> <haspscope>
                        <hasp id="712734935"> <vendor
                        id="37515"/> </hasp> </haspscope>
                        <c2v>
                        YYIrYoADY3R2oQaABE0Qj4OiCoACAOqB
</attributeValue>
         
      </activationAttribute>
      <comments>New Comments Added By Web Services</comments>
   </activationInput>
</activation>      

Failure

HTTP Status Code: HTTP: 404

Response Body: No activation exists for the AID. Provide a valid AID.