Znode

Build Version:

GET artworks/active?productId={productId}&pageNum={pageNum}&pageSize={pageSize}

No documentation available.

Request Information

» Parameters

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.

» Filters

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}

» Paging

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}