Count License Transfers

Counts license transfers, if requesting manager has access permissions to it.

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 example:

response.json
{
    "transfer_count": 5
}

Was this helpful?