GET xaitporter/section_preview
Gets the document section's content as HTML or plain text for preview on the Confirm Project Dialog
Request Information
URI
https://ofd-api.blueprintcpq.net/xaitporter/section_preview?projectTemplateId={projectTemplateId}§ionId={sectionId}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectTemplateId |
Project Template Identifier |
integer |
Required |
sectionId |
Document section's Identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Section content as HTML/Plain Text
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>