Api session items excelsheets: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Api session items [[Excel Sheet]]s Endpoints. | Api session items [[Excel Sheet]]s Endpoints. | ||
Manipulate items with event: [[Api session event editor | Manipulate items with event: [[Api session event editor |Api session event editor ]]. | ||
Default Query: | Default Query: | ||
| Line 15: | Line 15: | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "", | "uploaderName" : "", | ||
"version" : | "version" : 31, | ||
"warnings" : "" | "warnings" : "" | ||
}, { | }, { | ||
| Line 26: | Line 26: | ||
"uploadDate" : null, | "uploadDate" : null, | ||
"uploaderName" : "", | "uploaderName" : "", | ||
"version" : | "version" : 33, | ||
"warnings" : "" | "warnings" : "" | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
| Line 53: | Line 53: | ||
<pre>https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPSMILE&token=API_TOKEN</pre> | <pre>https://engine.tygron.com/api/session/items/excelsheets/?f=ZIPSMILE&token=API_TOKEN</pre> | ||
{{article end|seealso=*[[Api Content Items]] | {{article end|seealso=*[[Api Content Items]] | ||
*[[Api session event editor | *[[Api session event editor ]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Revision as of 11:34, 10 April 2026
Api session items Excel Sheets Endpoints.
Manipulate items with event: Api session event editor .
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" : 31,
"warnings" : ""
}, {
"certificateAuthor" : "",
"certificatePath" : "",
"certificateState" : "NONE",
"id" : 1,
"name" : "excelpanel",
"override" : false,
"uploadDate" : null,
"uploaderName" : "",
"version" : 33,
"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