get https://api.topview.ai/v1/product_anyShoot/template/list
Response
Field | Type | Description |
---|---|---|
code | String | The response code indicating status |
message | String | Message describing the response |
result | Object | Contains the result of the request |
result.total | Integer | Total number of templates available |
result.pageNo | Integer | Current page number |
result.pageSize | Integer | Number of templates per page |
result.data | Array | List of templates |
result.data[templateId] | String | Unique identifier for the template |
result.data[templateImageUrl] | String | URL of the template image |
result.data[coverUrl] | String | URL of the cover image |
result.data[minSubsType] | String | Minimum subscription type required for the template |
result.data[style] | String | Style of the template |
result.data[templateCategoryList] | Array | List of categories associated with the template |
result.data[templateCategoryList[categoryId]] | String | Unique identifier for the category |
result.data[templateCategoryList[categoryName]] | String | Name of the category |