Management API
...
License
Custom Fields
List License Custom Fields
4min
show all license custom fields the requesting manager has access permissions to url /api/v1/license custom fields/ method get query parameters pagination default pagina tion is 20 results per page limit number of results to return per page example limit=20 offset the initial index from which to return the results example offset=21 filtering the results can be filtered by various attributes on license custom field or related to the license custom field possible filters license success response code 200 ok content examples { "count" 2, "next" null, "previous" null, "results" \[ { "id" 78, "value" "23", "license" 1609234933166159, "product custom field" 51 } ] }