List all products
Returns a list of products which are associated with the organization through its licenses.
GET/v3/organizations/{organizationId}/products
JWTorganization:product:read
Path parameters
organizationIdstringrequired
Unique identifier for the organization.
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}
Response
200
401
403
404
429
500
200 OK
idstringrequired
displayNamestringrequired
descriptionstringrequired
releasePlatformsarray of stringrequired
releaseChannelsarray of stringrequired
iconUrlstring