(API) Season Specific Playoff Brackets

Modified on Wed, 25 May 2016 at 11:34 AM

The following call will display all playoff brackets for the season specified. The season must be published and playoffs made available to the public in order for this to work:

myss_ShowPlayoffs(slid, target, uid, key);

The following is an explanation of each parameter and their possible values:

1) slid: (integer) This is the id of the season you wish to display. This ID can be found under manage seasons and tournaments from the backend and will be displayed with the name of the season.
2) target: (string) the id of the HTML element you would like the standings to be displayed in.
3) uid: (integer) RESERVED. Always 0
4) key: (string) RESERVED. Always an empty string.

EXAMPLE HTML CODE:

<div style="width: 100%;" id="myss_playoffs"></div>
<script type="text/javascript">myss_ShowPlayoffs(1, '#myss_playoffs', 0, '');</script>

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article