Rotary View API

Welcome to the Rotary view api. .

Connection to the API

For the time being, until the proper authentication is implemented, in order to connect to the api you will need to send a http header 'AUTHENTICATION' set to 'simple security' with every request.

Comparison Operators

The comparison operators are used to filter the api endpoint results via the querystring. Each endpoint has a set of comparison operators defined for that specific endpoint, which are shown in the documentation.
For example adding 'clubId[eq]=12' to the querystring would return only results where the clubId is equal to 12.
Operator
Description
eq
equal to
eqOrNull
equal to or is null
neq
not equal to
null
is null
lt
less than
ltOrNull
less than or is null
lte
less than or equal to
lteOrNull
less than or equal to or is null
gt
greater than
gtOrNull
greater than or is null
gte
greater than or equal to
gteOrNull
greater than or equal to or null