| Help : Query : Parameter : resultTruncate |
Specify the number of rows to return in the result table. A truncation value is usually specified in conjunction with resultSort to generate a top N table. For example,
resultSort=frames&resultTruncate=10 would return the top 10 entries sorted by frames.
Leave blank if no truncation is required and all results should be returned.