iSheets API
iSheets API version 2 - iSheet admin - API - Sort iSheets - Get/Sort iSheets
iSheets API version 2 - iSheet admin - API - Import iSheet templates - Edit imported iSheet template
iSheets API version 2 - iSheet admin - API - iSheet document template - Add iSheet document template
iSheets API version 2 - iSheet admin - API - Sort iSheets - Get/Sort iSheets
OVERVIEW
This method is used to get/sort the iSheets in order
GET /api/3/isheets/admin/sortisheets?siteid=${siteid}
Parameter Name | Parameter Value | Description |
---|---|---|
siteid | number | The ID of the site for iSheet sorting |
Response Body
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<isheets>
<isheet>
<id>{iSheet id}</id>
<title></title>
</isheet>
<isheet>
<id>{iSheet id}</id>
<title></title>
</isheet>
<isheet>
<id>{iSheet id}</id>
<title></title>
</isheet>
</isheets>
Note : As seen in the UI, the response will display the iSheets in their correct sequence.
Last Updated: Nov 08,2024
Write a Review
Your opinion is important to us. We would like your review to improve our API.
Thank you
Your review has been submitted.
Comments
0 Comments