Obtain Favorite Models

You can call this operation to obtain the models that you have added to favorites.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

NameRequiredTypeDescription
idtruestringThe ID of the product.
nametruestringThe name of the product.
descriptiontruestringThe description of the product.
typetrueintThe type of the product.
sizetrueobjectThe size of the product.
size.xtruefloatThe length of the product.
size.ytruefloatThe height of the product.
size.ztruefloatThe depth of the product.
largeImgUrltruestringThe URL of the large image.
imgUrltruestringThe URL of the preview image.
brandNametruestringThe name of the brand.
brandLogotruestringThe URL of the brand logo image.
codetruestringThe code of the product.
styleNametruestringThe name of the style.
styleIdtruestringThe ID of the style.
createdtruelongThe creation timestamp of the model.
lastModifiedtruelongThe last update timestamp of the model.
tagstruelist<json>The list of tags.
tags.tagIdtruestringThe ID of the tag.
tags.nametruestringThe name of the tag.
Query Params
string
required

The user ID.

int32
required

The offset of the first product information to retrieve.
Minimum value: 0.

int32
required

The maximum number of products to search for at a time.
Maximum value: 50.
To search for more than 50 products, call this operation multiple times.
If the number of the products to search for is less than the parameter value that you specify, all data is returned.
For example, start=0&num=10 indicates that the first to the 10th product information is retrieved from the search result.
start=10&num=10 indicates that the 11th to the 20th product information is retrieved.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json