Get SVG data by file reference

Get the SVG data of a file by file instanceId and pageNumber.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
fileSpace
required
string

A DMS space where the files reside

fileExternalId
required
string

Retrieve data related to a file

pageNumber
required
integer

The file's page number

Responses
200

The SVG data for a file

400

The response for a failed request.

get/diagram-parsing/svg-data/file/{fileSpace}/{fileExternalId}/{pageNumber}
Request samples
Response samples
application/json
{
  • "height": 0,
  • "paths": {
    • "property1": {
      },
    • "property2": {
      }
    },
  • "pathStyles": {
    • "property1": {
      },
    • "property2": {
      }
    },
  • "viewBox": "string",
  • "width": 0
}