iSheets API
iSheets API version 2 - iSheet admin - API - Column CRUD operations - Add columns

iSheets API version 2 - iSheet admin - API - Column CRUD operations - Add columns

OVERVIEW

Method to add a column to an existing iSheet

Request URI

POST /api/3/isheets/admin/{isheetid}/columns

 

Request Body

<columns>

         a list of column objects

</columns>

 

Response

If the operation is successful, the API returns a progressive key resource object. Using the progressive key, an API user can see the status of an iSheet columns. In case of a failure, an error object is returned with the appropriate error code.

To get the status of an iSheet columns based on a progressive key

POST /api/3/progressivekeystatus/{progressive_key}

 

Name Type Description
progressive_key String

This key is returned when a long-running operation is called and can be used to find the final status of the operation

 

 

 

 

If the operation is successful, the API returns a progressive key resource object. The possible status values are "still in-progress", "done" or "failed". In the case of a failure, an error object is returned with the appropriate error code.

Comments


6 Comments

Last Updated: Jun 11,2023