Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeRequiredDefinition
offsetintegerNoOffset.

activation_key

stringNoPartial activation key.

customer_ids 

stringNo

List of customer ids IDs (must be set together with customer_ids_exclude).

customer_ids_excludebooleanNo

Whether ids IDs from customer_ids should be excluded or included (must be set together with customer_ids).

product_template_ids stringNoList of product template idsIDs.
created_date_after stringNo

Filter license orders by created date after (inclusively given date).

created_date_beforestringNoFilter license orders by created date before (inclusively given date).
disabled booleanNoIf set, return only disabled license orders.


Example request

Code Block
GET /license-orders?product_template_ids=1,2&customer_ids=4&customer_ids_exclude=true&created_date_after=2019-08-20 HTTP/1.1
Authorization: Bearer f794846b7c26621688e1e06164975b4eae8ce2f6

...