List all products

Returns a list of products. The products are returned sorted by creation date in ascending order.

GET/v3/products
JWTproduct:read

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

nameobject

The name of the product.

metadata.keyobject

Metadata key associated with the product.

metadata.valueobject

Metadata value associated with the product.

customAttributeobject

Custom attribute values associated with the product, filtered as customAttribute.<name>[<op>]=value, e.g. customAttribute.region[eq]=EU.

includearray of string

Whether to include related entities in the response.

searchstring

Search string.

Length: [0,256]

idobject

ID of the resource.

createdAtobject

Date of creation

updatedAtobject

Date of last update

Response

200 OK

idstringrequired
createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

namestringrequired
displayNamestringrequired
descriptionstringrequired
publicKeystringrequired
totalLicensesintegerrequired

Format: int32

totalTrialActivationsintegerrequired

Format: int32

totalReleasesintegerrequired

Format: int32

totalProductVersionsintegerrequired

Format: int32

totalFeatureFlagsintegerrequired

Format: int32

automatedEmailsarray of stringrequired
licenseTemplateIdstringrequired
trialPolicyIdstringrequired
metadataarray of objectrequired
customAttributesarray of objectrequired
iconUrlstring