Api session items excelsheets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "", | "uploaderName" : "", | ||
"version" : | "version" : 39, | ||
"warnings" : "" | "warnings" : "" | ||
}, { | }, { | ||
| Line 26: | Line 26: | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "", | "uploaderName" : "", | ||
"version" : | "version" : 30, | ||
"warnings" : "" | "warnings" : "" | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
| Line 60: | Line 60: | ||
!Description | !Description | ||
|- | |- | ||
|certificateAuthor | | certificateAuthor | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|certificatePath | | certificatePath | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|certificateState | | certificateState | ||
|State | | State | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|override | | override | ||
|boolean | | boolean | ||
| | | | ||
|- | |- | ||
|uploadDate | | uploadDate | ||
|long | | long | ||
| | | | ||
|- | |- | ||
|uploaderName | | uploaderName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|warnings | | warnings | ||
|String | | String | ||
| | | | ||
|} | |} | ||
| Line 109: | Line 109: | ||
!Description | !Description | ||
|- | |- | ||
|certificateAuthor | | certificateAuthor | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|certificatePath | | certificatePath | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|certificateState | | certificateState | ||
|State | | State | ||
| | | | ||
|- | |- | ||
|id | | id | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|name | | name | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|uploadDate | | uploadDate | ||
|long | | long | ||
| | | | ||
|- | |- | ||
|uploaderName | | uploaderName | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|version | | version | ||
|int | | int | ||
| | | | ||
|- | |- | ||
|warnings | | warnings | ||
|String | | String | ||
| | | | ||
|} | |} | ||
| Line 153: | Line 153: | ||
!Description | !Description | ||
|- | |- | ||
|NONE | | NONE | ||
| | | | ||
|- | |- | ||
|CERTIFIED | | CERTIFIED | ||
| | | | ||
|- | |- | ||
|UNCERTIFIED | | UNCERTIFIED | ||
| | | | ||
|} | |} | ||
Revision as of 11:44, 8 June 2026
API Endpoint: /api/session/items/excelsheets/
Edit items with events described at Api session event editor excelsheet.
Default Query:
https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKENExample Response:
[ {
"certificateAuthor" : "",
"certificatePath" : "",
"certificateState" : "NONE",
"id" : 0,
"name" : "zonepermit",
"override" : false,
"uploadDate" : null,
"uploaderName" : "",
"version" : 39,
"warnings" : ""
}, {
"certificateAuthor" : "",
"certificatePath" : "",
"certificateState" : "NONE",
"id" : 1,
"name" : "excelpanel",
"override" : false,
"uploadDate" : null,
"uploaderName" : "",
"version" : 30,
"warnings" : ""
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/excelsheets/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/excelsheets/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/excelsheets/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/excelsheets/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/excelsheets/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/excelsheets/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/excelsheets/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPSMILE&token=API_TOKENApi 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 |