Gets the elements of a specific report, referenced by its ID.
GET <webiURL>/documents/{documentId}/reports/{reportId}/elements?unit={unit}
Response type: application/xml or application/json
Response body: the list of elements of the report, with the following information:
GET <webiURL>/documents/6528/reports/1/elements?unit=centimeter
Response:
<elements> <element type="Cell"> <id>14</id> <reference>1.E</reference> <name>Block 2</name> <parentId>1</parentId> <size minimalWidth="7.772" minimalHeight="0.483" autofitWidth="false" autofitHeight="true"/> <position x="15.322" y="0.104" horizontalAnchorType="None" verticalAnchorType="None" oneHorizontalPage="false" newHorizontalPage="false" repeatOnEveryVerticalPage="false" oneVerticalPage="false" newVerticalPage="false"/> <padding left="0.152" right="0.152" top="0.152" bottom="0.152"/> </element> <element type="Cell"> <id>16</id> <reference>1.G</reference> <name>Block 2</name> <parentId>1</parentId> <size minimalWidth="0.132" minimalHeight="0.0" autofitWidth="true" autofitHeight="true"/> <position x="1.35" y="1.111" horizontalAnchorType="None" verticalAnchorType="None" oneHorizontalPage="false" newHorizontalPage="false" repeatOnEveryVerticalPage="false" oneVerticalPage="false" newVerticalPage="false"/> <padding left="0.152" right="0.152" top="0.152" bottom="0.152"/> </element> <element type="PageZone"> <id>1</id> <name>Header</name> <size minimalHeight="3.254"/> </element> <element type="XTable"> <id>13</id> <reference>1.D</reference> <name>Block 1</name> <parentId>24</parentId> <position x="1.482" y="1.164" horizontalAnchorType="None" verticalAnchorType="None" oneHorizontalPage="false" newHorizontalPage="false" repeatOnEveryVerticalPage="false" oneVerticalPage="false" newVerticalPage="false"/> <padding left="0.0" right="0.0" top="0.0" bottom="0.0"/> </element> <element type="Cell"> <id>9</id> <reference>1.9</reference> <parentId>13</parentId> <size minimalWidth="2.12" minimalHeight="0.4" autofitWidth="false" autofitHeight="true"/> <padding left="0.176" right="0.176" top="0.155" bottom="0.162"/> </element> <element type="Section"> <id>24</id> <reference>1.O</reference> <name>City</name> <parentId>2</parentId> <size minimalHeight="0.0"/> <position repeatOnEveryVerticalPage="false" oneVerticalPage="false" newVerticalPage="false"/> <padding bottom="0.821"/> </element> </elements>