Api session items excelsheets: Difference between revisions
Jump to navigation
Jump to search
Created page with "api session items Excel Sheets Endpoints. Manipulate items with event: editorexcelsheet.==Limit Queries==version=100: <pre>https://engine.tygron.com/api/session/items/excelsheets/?version=100&token=API_TOKEN</pre> ==Limit Queries==max version: <pre>https://engine.tygron.com/api/session/items/excelsheets/version/?token=API_TOKEN</pre> size: <pre>https://engine.tygron.com/api/session/items/excelsheets/size/?token=API_TOKEN</pre> ==Limit Queries==HTML: <pre>http..." |
No edit summary |
||
| (26 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Api session items [[Excel Sheet]]s Endpoint: /api/session/items/excelsheets/ | |||
< | Edit items with events described at [[Api session event editor excelsheet]]. | ||
== | |||
< | Default Query: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKEN</syntaxhighlight> | |||
Example Response: | |||
<syntaxhighlight lang="text" copy>[ { | |||
"certificateAuthor" : "", | |||
"certificatePath" : "", | |||
"certificateState" : "NONE", | |||
"id" : 0, | |||
"name" : "zonepermit", | |||
"override" : false, | |||
"uploadDate" : null, | |||
"uploaderName" : "", | |||
"version" : 47, | |||
"warnings" : "" | |||
}, { | |||
"certificateAuthor" : "", | |||
"certificatePath" : "", | |||
"certificateState" : "NONE", | |||
"id" : 1, | |||
"name" : "excelpanel", | |||
"override" : false, | |||
"uploadDate" : null, | |||
"uploaderName" : "", | |||
"version" : 26, | |||
"warnings" : "" | |||
} ]</syntaxhighlight> | |||
==Limit Queries== | |||
version=100: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?version=100&token=API_TOKEN</syntaxhighlight> | |||
==Show Queries== | |||
max version: | |||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/version/?token=API_TOKEN</syntaxhighlight> | |||
size: | size: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/size/?token=API_TOKEN</syntaxhighlight> | ||
== | ==Formats== | ||
< | HTML: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=HTML&token=API_TOKEN</syntaxhighlight> | |||
JSON: | JSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=JSON&token=API_TOKEN</syntaxhighlight> | ||
CSV: | CSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=CSV&token=API_TOKEN</syntaxhighlight> | ||
SSV: | SSV: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=SSV&token=API_TOKEN</syntaxhighlight> | ||
SMILE: | SMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=SMILE&token=API_TOKEN</syntaxhighlight> | ||
ZIPJSON: | ZIPJSON: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPJSON&token=API_TOKEN</syntaxhighlight> | ||
ZIPSMILE: | ZIPSMILE: | ||
< | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPSMILE&token=API_TOKEN</syntaxhighlight> | ||
{{article end|seealso=*[[Api Content Items]]}} | ==Api Model DefaultExcelSheet== | ||
API Model description of DefaultExcelSheet | |||
{|class=wikitable | |||
!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 | |||
{|class=wikitable | |||
!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 | |||
{|class=wikitable | |||
!Name | |||
!Description | |||
|- | |||
|NONE | |||
| | |||
|- | |||
|CERTIFIED | |||
| | |||
|- | |||
|UNCERTIFIED | |||
| | |||
|} | |||
{{article end|seealso=*[[Api Content Items]] | |||
*[[Api session event editor excelsheet]] | |||
}} | |||
[[Category:API]] | [[Category:API]] | ||
[[Category:Items]] | |||
Latest revision as of 12:13, 29 May 2026
Api session items Excel Sheets 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" : 47,
"warnings" : ""
}, {
"certificateAuthor" : "",
"certificatePath" : "",
"certificateState" : "NONE",
"id" : 1,
"name" : "excelpanel",
"override" : false,
"uploadDate" : null,
"uploaderName" : "",
"version" : 26,
"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 |