Api session items triggers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
<syntaxhighlight lang="text" copy>[ { | <syntaxhighlight lang="text" copy>[ { | ||
"active" : true, | "active" : true, | ||
"calcTimeMS" : | "calcTimeMS" : 136, | ||
"id" : 1, | "id" : 1, | ||
"method" : "GET", | "method" : "GET", | ||
| Line 16: | Line 16: | ||
"type" : "TQL", | "type" : "TQL", | ||
"url" : "https://development.tygron.com/api/session/hello", | "url" : "https://development.tygron.com/api/session/hello", | ||
"version" : | "version" : 3, | ||
"warnings" : "" | "warnings" : "" | ||
}, { | }, { | ||
| Line 28: | Line 28: | ||
"type" : "TQL", | "type" : "TQL", | ||
"url" : "https://api.powerbi.com/v1.0/myorg/groups/%7BgroupId%7D/datasets/%7BdatasetId%7D/refreshes", | "url" : "https://api.powerbi.com/v1.0/myorg/groups/%7BgroupId%7D/datasets/%7BdatasetId%7D/refreshes", | ||
"version" : | "version" : 4, | ||
"warnings" : "Warning:" | "warnings" : "Warning: " | ||
} ]</syntaxhighlight> | } ]</syntaxhighlight> | ||
==Limit Queries== | ==Limit Queries== | ||
Revision as of 08:49, 15 April 2026
Api session items Trigger Endpoints.
Edit items with event: editortrigger.
Default Query:
https://engine.tygron.com/api/session/items/triggers/?f=JSON&token=API_TOKENExample Response:
[ {
"active" : true,
"calcTimeMS" : 136,
"id" : 1,
"method" : "GET",
"name" : "Before",
"timeoutMS" : 10000,
"timing" : "BEFORE",
"type" : "TQL",
"url" : "https://development.tygron.com/api/session/hello",
"version" : 3,
"warnings" : ""
}, {
"active" : true,
"calcTimeMS" : 0,
"id" : 2,
"method" : "GET",
"name" : "After",
"timeoutMS" : 10000,
"timing" : "AFTER",
"type" : "TQL",
"url" : "https://api.powerbi.com/v1.0/myorg/groups/%7BgroupId%7D/datasets/%7BdatasetId%7D/refreshes",
"version" : 4,
"warnings" : "Warning: "
} ]Limit Queries
version=100:
https://engine.tygron.com/api/session/items/triggers/?version=100&token=API_TOKENShow Queries
max version:
https://engine.tygron.com/api/session/items/triggers/version/?token=API_TOKENsize:
https://engine.tygron.com/api/session/items/triggers/size/?token=API_TOKENFormats
HTML:
https://engine.tygron.com/api/session/items/triggers/?f=HTML&token=API_TOKENJSON:
https://engine.tygron.com/api/session/items/triggers/?f=JSON&token=API_TOKENCSV:
https://engine.tygron.com/api/session/items/triggers/?f=CSV&token=API_TOKENSSV:
https://engine.tygron.com/api/session/items/triggers/?f=SSV&token=API_TOKENSMILE:
https://engine.tygron.com/api/session/items/triggers/?f=SMILE&token=API_TOKENZIPJSON:
https://engine.tygron.com/api/session/items/triggers/?f=ZIPJSON&token=API_TOKENZIPSMILE:
https://engine.tygron.com/api/session/items/triggers/?f=ZIPSMILE&token=API_TOKEN