iSheets API
iSheets API version 2 - iSheet admin - API - Sort iSheets - Update/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 - Update/Sort iSheets
OVERVIEW
This method is used to update iSheets into a sort order
PUT /api/3/isheets/admin/sortisheets?siteid=${siteid}
Parameter Name | Parameter Value | Description |
---|---|---|
siteid | number | The ID of the site for isheet sorts |
Request Body
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<isheets>
<isheet>
<id>{iSheet id}</id>
</isheet>
<isheet>
<id>{iSheet id}</id>
</isheet>
<isheet>
<id>{iSheet id}</id>
</isheet>
</isheets>
Note : Need to manage sequences in the request xml. We will refer this sequence for update. First iSheet will be set as first and second will be set for second iSheet.
Response
The methods returns a 200 http response in case of a successful request, otherwise an error object is returned
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