GET Designer/Services/GetCustomizedDesignImageList?customizedProductId={customizedProductId}&websiteId={websiteId}&webApiClientKey={webApiClientKey}&type={type}
This operation returns list all the design images saved across specific customized product. For example, If a customized product have several views and each views have different designs.
These designs will be saved as images on Artifi server across particular customized product id.
This method returns all that design image's unique name and image physical path on server, saved for specified customized product.
Request Information
Parameters
Name | Descriptions |
customizedProductId | Id of the customized product whose design image list is required. |
websiteId | This is the website with which customized products are associated. Admin user of Artifi can create one or more websites and assign products to each of the website. The Id of the website with which customized product whose design images are required associated should be specified in this parameter. |
webApiClientKey | When any company gets registered with Artifi, Artifi will generate a special and unique key for that company which will be called as client key. This client key will be found in the registered company's profile tab in Arifi Account. This client key will be used for the client(company) authentication and will be called as WebApiClientKey. |
type [Optional] | Basic(2D), Advanced(3D) or Both. By default, its Basic. |
Response Information
Response body formats
application/json, text/json
Sample: { "Response":"Success", "Message":null, "Data":{ "CustomizedProductId":7093, "List":[ { "Name":"Test", "ThumbnailImagePath":"thumbnail image path", "ImagePath":"image path", "Id":19084, "LoginUserId":null } ], "ImageList3D":null, "Id":0, "LoginUserId":null }, "ErrorCode":null }