GET api/projects/{projectId}/webviewer?showQty={showQty}&showAreaPerimeter={showAreaPerimeter}&showDimensions={showDimensions}&showBluePrint={showBluePrint}&showEmptyTakeoff={showEmptyTakeoff}

Get project viewer url

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

Project ID

string

Required

showQty

Show Qty

boolean

Default value is True

showAreaPerimeter

Show AreaPerimeter

boolean

Default value is True

showDimensions

Show Dimensions

boolean

Default value is True

showBluePrint

Only Show Takeoff

boolean

Default value is True

showEmptyTakeoff

Show Empty Takeoff

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

web viewer url

string

Response Formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string>sample string</string>