Supported 'with' values: - 'Creator': the resource creator/owner - 'Category': the resource category - 'Description': the resource description (rendered HTML and BBCode) - 'LatestReviews': list of the 10 latest reviews - 'Filter values': filter values set by the creator
| Name | Type | Description | Notes |
|---|---|---|---|
| resourceId | Integer | [optional] | |
| title | String | [optional] | |
| summary | String | [optional] | |
| url | String | [optional] | |
| creatorId | Integer | [optional] | |
| publishedAt | Integer | [optional] | |
| lastUpdatedAt | Integer | [optional] | |
| currency | String | [optional] | |
| purchases | Integer | [optional] | |
| downloads | Integer | [optional] | |
| listPrice | BigDecimal | [optional] | |
| coverImageUrl | String | [optional] | |
| finalPrice | BigDecimal | [optional] | |
| finalPriceFormatted | String | [optional] | |
| listPriceFormatted | String | [optional] | |
| carouselImageUrls | List<String> | [optional] | |
| reviewCount | Integer | [optional] | |
| reviewAverage | BigDecimal | [optional] | |
| saleEventEntry | SaleEventEntry | [optional] | |
| creator | Member | [optional] | |
| latestVersion | Version | [optional] | |
| latestUpdate | Version | [optional] | |
| latestReviews | List<Review> | [optional] | |
| description | Description | [optional] | |
| category | Category | [optional] | |
| addons | Map<String, List<Addon>> | [optional] |