Skip to main content

PlanRepresentationResponseBody

Response containing SVG plan representation

svgstringrequired

SVG content as a string

Example: <svg xmlns='http://www.w3.org/2000/svg'>...</svg>
PlanRepresentationResponseBody
{
"svg": "<svg xmlns='http://www.w3.org/2000/svg'>...</svg>"
}