[Generic] Products
Products endpoints, it's all the differents kind of products we provide.
Authorizations
AuthorizationstringRequired
Specify the JWT token.
Query parameters
sortstringOptional
reversebooleanOptionalDefault:
falseResponses
200
Success
application/json
idstring · uuidOptional
ownerstring · uuid · nullableOptional
creationDateTimestring · date-time · nullableOptional
lastUpdateDateTimestring · date-time · nullableOptional
isFeaturedboolean · nullableOptional
isAllowedboolean · nullableOptional
weightinteger · int32 · nullableOptional
contextDatastring · nullableOptional
customDatastring · nullableOptional
namestring · nullableOptional
shortNamestring · nullableOptional
taglinestring · nullableOptional
labelstring · nullableOptional
descriptionstring · nullableOptional
longHtmlDescriptionstring · nullableOptional
iconstring · nullableOptional
imagePathstring · nullableOptional
isAvailablebooleanOptional
isInMarketplacebooleanOptional
preHookstring · nullableOptional
postHookstring · nullableOptional
get/v2/Products
200
Success
Authorizations
AuthorizationstringRequired
Specify the JWT token.
Path parameters
productIdstring · uuidRequired
Product Id
Responses
200
Success
application/json
idstring · uuidOptional
ownerstring · uuid · nullableOptional
creationDateTimestring · date-time · nullableOptional
lastUpdateDateTimestring · date-time · nullableOptional
isFeaturedboolean · nullableOptional
isAllowedboolean · nullableOptional
weightinteger · int32 · nullableOptional
contextDatastring · nullableOptional
customDatastring · nullableOptional
namestring · nullableOptional
shortNamestring · nullableOptional
taglinestring · nullableOptional
labelstring · nullableOptional
descriptionstring · nullableOptional
longHtmlDescriptionstring · nullableOptional
iconstring · nullableOptional
imagePathstring · nullableOptional
isAvailablebooleanOptional
isInMarketplacebooleanOptional
preHookstring · nullableOptional
postHookstring · nullableOptional
get/v2/Products/{productId}
200
Success
Last updated