Difference between revisions of "Workdocumentation 2021-03-22/lukas guenther task"
Line 10: | Line 10: | ||
|limit={{#urlget:limit|2000}} | |limit={{#urlget:limit|2000}} | ||
}} | }} | ||
+ | |||
+ | ==== Parameters ==== | ||
+ | |||
+ | You're able to filter the Results with the following parameters | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter !! Example !! Description | ||
+ | |- | ||
+ | | ord || 1 || Selects only Events with the specified Ordinal | ||
+ | |- | ||
+ | | format || json || Changes the return format of the Result-Set | ||
+ | |- | ||
+ | | limit || 50 || Lets you limit the size of the Result-Set | ||
+ | |} | ||
+ | |||
+ | ===== Example ===== |
Revision as of 15:28, 31 March 2021
Loading...
Parameters
You're able to filter the Results with the following parameters
Parameter | Example | Description |
---|---|---|
ord | 1 | Selects only Events with the specified Ordinal |
format | json | Changes the return format of the Result-Set |
limit | 50 | Lets you limit the size of the Result-Set |