iSheets API
iSheets API version 2 - iSheet admin - API - Sort iSheets - Update/Sort iSheets

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

 

Comments


0 Comments

Last Updated: Jun 09,2023