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

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. 

Comments


0 Comments

Last Updated: Jun 09,2023