Design
You can retrieve your saved design with the url
http://202.79.33.217:9999/api/logoTool/design/complete/?designId=1512715925485&clientId=a9343313-5992-473a-aed2-71b358bfacf3
clientId: Client Id
designId: Design Id
Response
data: {
"message":"Design retrieved successfully",
"data":{
"design":"http://202.79.33.217:9095/api/assetServer/design/?clientId=a9343313-5992-473a-aed2-71b358bfacf3&image=design-1512709172539.png",
"design_id": "1002713435602",
"imprint_id": "10030901_1_1175_43",
"logos":[{
"svg":"http://202.79.33.217:9095/api/assetServer/design/?clientId=a9343313-5992-473a-aed2-71b358bfacf3&image=logo-1512709169058.svg",
"png":"http://202.79.33.217:9095/api/assetServer/design/?clientId=a9343313-5992-473a-aed2-71b358bfacf3&image=logo-1512709169058.png",
"original":"http://202.79.33.217:9095/api/assetServer/design/?clientId=a9343313-5992-473a-aed2-71b358bfacf3&image=logo-1512709169058.cdr"
}]}
}
message
- Type: string
Status
data
- design
- Type: String
Url to Final design image (PNG)
- Type: String
- design_id
- Type: String
Design Id, this should be used to retrieve product design later on
- Type: String
- imprint_id
- Type: String
The product decoration Id
- Type: String
- logos
- Type: Array
- svg : path to svg
- png : path to png
- orignal : path to original logo file
- Type: Array