iSheets API
iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - List of iSheets

iSheets API version 2 - iSheet admin - API - iSheet CRUD operations - List of iSheets

OVERVIEW


Method to get a list of iSheets in a site. This method includes the iSheet structure as seen in the iSheet admin interface. Please note that this method is only available to site and content admins. 

Request URI

GET  /api/3/isheets/admin?siteid={siteid}?siteid=${siteid}&type=${type}

Request Parameters

Parameter Name Parameter Value Description
siteid A numeric value representing the site ID  The ID of the site for which the iSheets are to be obtained. 

type

String

Type parameter is not mandatory. Blank or Null will return all iSheets including metadata iSheets.



Response Body

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<isheets>

     {List of iSheet Objects}

</isheets>

 

Comments


4 Comments

Last Updated: Jun 09,2023