No documentation available.
| Name | Description | Additional information |
|---|---|---|
| productId | No documentation available. |
Define this parameter in the request URI. |
| pageNum | No documentation available. |
Define this parameter in the request URI. |
| pageSize | No documentation available. |
Define this parameter in the request URI. |
| Name | Description | Usage |
|---|---|---|
| productId | This will filter the request by product ID. | GET artworks/active?productId={productId}&pageNum={pageNum}&pageSize={pageSize}?filter=productid~{operator}~{value} |
| Name | Description | Usage |
|---|---|---|
| index | The index to retrieve when requesting paged results. | GET artworks/active?productId={productId}&pageNum={pageNum}&pageSize={pageSize}?page=index~{value} |
| size | The size of the page when retrieving paged results. | GET artworks/active?productId={productId}&pageNum={pageNum}&pageSize={pageSize}?page=size~{value} |