Get the SVG data of a file by file instanceId and pageNumber.
The SVG data for a file
The response for a failed request.
curl -i -X GET \ 'https://api.cognitedata.com/api/v1/projects/publicdata/diagram-parsing/svg-data/file/{fileSpace}/{fileExternalId}/{pageNumber}' \ -H 'Authorization: Bearer <YOUR_OpenID Connect or OAuth2 token_HERE>'
{- "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
}