iSheets API
Get iSheet details

Get iSheet details

OVERVIEW

Gets a list of iSheets given a site ID. Specific type of iSheets e.g file metadata iSheet can be obtained by providing the type parameter.

Request

Get     /isheets?siteid=${siteid}&type=${type}

 

Parameters 

 

Parameter Name

Value

Description

siteid

Int

The ID of the site for which the iSheets are to be obtained

type string Parameter to specify the type of iSheet to be obtained. The possible values are documentmetadata / foldermetadata / normal

 

Response

If the authenticated user has access to the iSheets module for the specific site then this method call will return the iSheets in the site.

Response XML

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

<isheets>

    <isheet>

        <name>SharePoint_Sheet</name>

        <id> {Integer value of the }</id>

        <type>{text value of one of the supported types}</type>

    </isheet>

</isheets>

 

 

 

Comments


6 Comments

Last Updated: Jun 09,2023