Api session items excelsheets

From Tygron Support wiki
Revision as of 08:49, 24 April 2026 by Frank@tygron.nl (talk | contribs)
Jump to navigation Jump to search

Api session items Excel Sheets Endpoints.

Edit items with event: editorexcelsheet.

Default Query:

https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKEN

Example Response:

[ {
  "certificateAuthor" : "",
  "certificatePath" : "",
  "certificateState" : "NONE",
  "id" : 0,
  "name" : "zonepermit",
  "override" : false,
  "uploadDate" : null,
  "uploaderName" : "",
  "version" : 46,
  "warnings" : ""
}, {
  "certificateAuthor" : "",
  "certificatePath" : "",
  "certificateState" : "NONE",
  "id" : 1,
  "name" : "excelpanel",
  "override" : false,
  "uploadDate" : null,
  "uploaderName" : "",
  "version" : 25,
  "warnings" : ""
} ]

Limit Queries

version=100:

https://engine.tygron.com/api/session/items/excelsheets/?version=100&token=API_TOKEN

Show Queries

max version:

https://engine.tygron.com/api/session/items/excelsheets/version/?token=API_TOKEN

size:

https://engine.tygron.com/api/session/items/excelsheets/size/?token=API_TOKEN

Formats

HTML:

https://engine.tygron.com/api/session/items/excelsheets/?f=HTML&token=API_TOKEN

JSON:

https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKEN

CSV:

https://engine.tygron.com/api/session/items/excelsheets/?f=CSV&token=API_TOKEN

SSV:

https://engine.tygron.com/api/session/items/excelsheets/?f=SSV&token=API_TOKEN

SMILE:

https://engine.tygron.com/api/session/items/excelsheets/?f=SMILE&token=API_TOKEN

ZIPJSON:

https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPJSON&token=API_TOKEN

ZIPSMILE:

https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPSMILE&token=API_TOKEN

Api Model DefaultExcelSheet

API Model description of DefaultExcelSheet

Name Type Description
certificateAuthor String
certificatePath String
certificateState State
id int
name String
override boolean
uploadDate long
uploaderName String
version int
warnings String

Api Model ExcelSheet

API Model description of ExcelSheet

Name Type Description
certificateAuthor String
certificatePath String
certificateState State
id int
name String
uploadDate long
uploaderName String
version int
warnings String

Api Model State

API Enumeration description of State

Name Description
NONE
CERTIFIED
UNCERTIFIED