Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

All custom endpoints made for the Page / Play integration are served under api/sp/...

...

All Activities

GET api/sp/allactivitesallActivites

This endpoint supplies Games and Practices given a startDate, endDate, officeId, seasonId and a few other optional params.

Accepts

Required = *

officeId*:

number

Office to query on

seasonId*:
string

Season to query on

startDate*:
string

The minimum date of the range to query on

endDate*:
string

The max date of the range to query on

...