iSheets API
Get iSheet Columns

Get iSheet Columns

OVERVIEW

API method to get column details of an iSheet

Request

GET      isheets/${isheetid}/columns}

Parameters 

 

Parameter Name

Value

Description

isheetid

Int

The ID of the iSheet for which the column details are to be obtained

 

Response XML

The API method returns all of the iSheet columns with the exception of system generated columns.

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

<columns>

    <column>

        <title>SingleLine</title>

        <type>Single Line Text</type>

        <mandatory>false</mandatory>

        <columnID>12</columnID>

    <column>

        <title>NumberCol</title>

        <type>Number</type>

        <mandatory>false</mandatory>

        <columnID>16</columnID>

    </column>

    <column>

        <title>DateTimeCol</title>

        <type>Date and Time</type>

        <mandatory>false</mandatory>

        <columnID>17</columnID>

    </column>

</columns>

Permissions

This API  method is available to the site admin , content admin and internal admin.

 

 

Comments


7 Comments

Last Updated: Jun 09,2023