Get the SVG data of a file by file instanceId and pageNumber.
The SVG data for a file
The response for a failed request.
{- "height": 0,
- "paths": {
- "property1": {
- "id": "string",
- "d": "string",
- "styleId": "string"
}, - "property2": {
- "id": "string",
- "d": "string",
- "styleId": "string"
}
}, - "pathStyles": {
- "property1": {
- "fill": "string",
- "fillOpacity": "string",
- "fillRule": "nonzero",
- "stroke": "string",
- "strokeDasharray": "string",
- "strokeDashoffset": "string",
- "strokeLinecap": "butt",
- "strokeLinejoin": "bevel",
- "strokeMiterlimit": "string",
- "strokeOpacity": "string",
- "strokeWidth": "string"
}, - "property2": {
- "fill": "string",
- "fillOpacity": "string",
- "fillRule": "nonzero",
- "stroke": "string",
- "strokeDasharray": "string",
- "strokeDashoffset": "string",
- "strokeLinecap": "butt",
- "strokeLinejoin": "bevel",
- "strokeMiterlimit": "string",
- "strokeOpacity": "string",
- "strokeWidth": "string"
}
}, - "viewBox": "string",
- "width": 0
}