iSheets API
iSheets API version 2 - iSheet admin - API - Import iSheet templates - Import iSheet template

iSheets API version 2 - iSheet admin - API - Import iSheet templates - Import iSheet template

OVERVIEW

 

Use this method to import an iSheet template to a site

POST /api/3/isheets/admin/isheettemplate/{templateid}?siteid={siteid}

 

Parameter Name Parameter Value Description
siteid

number

The ID of the site the template will be imported to

Request body

send isheet template object

 

Response

If the operation is successful the API returns a progressive key resource object . And based on this progressive key, can see the status of an isheet template otherwise an error object is returned with the appropriate error code

 

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

POST /api/3/progressivekeystatus/{progressive_key}

 

Name Type Description
progressive_key String

You can use this key to check the status of your progress. When the first request is sent, a progressive key is returned in response.

 

 

If the operation is successful, the API returns a progressive key resource object with status of either 'in progress', 'done', or 'failed'. If there is a failure, an error object is returned with the appropriate error code. 

<importisheettemplate>
    <linkedtemplateid></linkedtemplateid>
</importisheettemplate>

 

Note: templateid is the ID of the templates imported into the site from system admin

Comments


0 Comments

Last Updated: Jun 11,2023