Count License Transfers

License transfer counts as a license activation on a device different from the device it was last activated on.

URL : /api/v1/license-activation-histories/transfer_count/

Method : GET

Filtering

The results can be filtered by various attributes on license activation history or related to the license activation history.

Possible filters:

  • license

  • ts__gte

  • ts__lte

  • ts__date__gte

  • ts__date__lte

Success Response

Code : 200 OK

Content examples :

{
    "transfer_count": 5
}

Last updated

Was this helpful?