| |
Reference: RidgeStar-Rest API |
Criteria is now using saved Site values
Sites with the RidgeStar REST (Representational State Transfer) API (Application Programming Interface) active will be capable of interacting with remote Clients (other websites and/or programs at other Internet end-points), as follows:
The APIThe API has been built to generally conform to commonly accepted standards associated with RESTful Servers. This is not to say that the API is 100% a REST implementation, but it has made efforts to adhere to the principles and concepts embodied by REST. The API is built upon a few basic terms that should be clarified from the outset: - Resource
- Identifies a logical set of information available from the API. In this context, a Resource might refer to a single database table, might be a subset or superset of one or more database tables, or might even be simple meta-data available to describe the available Resources.
- Properties
- Each Resource has one or more Properties that, in turn, have one or more values. Conceptually, when a Resource is the result of a data table, a Property is a data field within the data table and the Property's value is synonymous with the data field value.
SyntaxThe API Get has the general form: {protocol}:// {site} /api {/resource} [.{format}] [/{item} ...] [? {keywords} ] ] where... - protocol
- Specifies the connection protocol to be followed. Use "HTTPS" (if TLS certificates are supported by the {site}), otherwise use "HTTP".
- site
- The identity, name, or destination containing the REST Server
- api
- The lower case constant "api" specifies that you desire to contact the Application Program (REST) Interface for the {site}
- resource
- The named "Resource" available from the {site} via the API
- format
- The Type of response expected/preferred. Specify .json (the default if no {format} is specified), .xml, or .html (if desired). The Get Request Accept Header will be honored (application/json, application/xml, or text/html), if provided, but will be overridden by the {format} specified in the URI (if present).
- item
- An optional specific Item within the Resource. Additional {item} specification can be provided, if the Resource offers multiple levels of data available (varies by {site} and Resource).
- keywords
- Provides additional qualifiers to control the contents of the response and can contain....
- criteria
- permits the query to be constructed such that Boolean conditions can be specified. General syntax is
criteria={argument=value [{,|:} ...]] } [{,|:}{argument=value[, ...]} ] Each {argument and value pair is ORed (,) or ANDed(:) together} which is then ORed (,) or ANDed(:) with the other {...} entries to develop the list of data records that will be returned.The operator to specify the AND condition within individual {...} entities is a colon (:) NOT an ampersand. This is because the ampersand is parsed as an independent HTTP element and, thus, is not a portion of the criteria element the REST Server can utilize. (Note: REST Version 5.3.3 will accept either syntax, but....use the colon, not the ampersand for clarity). - expand
- Identifies the exact Properties of the Resource that should be "expanded" to an array containing all pertinent Properties of the Item. This is useful to obtain detailed information about a Resource Property that does, itself, also represent a Resource with distinct Properties.
There are specialized grouping values that can be specified to imply expansion to more than one Property in the Resource: - Positions: requests that all Referee positions be expanded (Ref, AR1, AR2, ... as specified in the {site}
- Dates: requests that all Dates and DateTime defined Properties that are returned be expanded to include additional detail about the Date and Time (TimeZone, etc.)
- limit
- The number of entries to return in the response (default is unspecified or "No limit")
- offset
- The first entry to include in the response (default is 1 or the "first" entry)
- order
- Specified the sequence that sorts the resulting response entries (detault is defined by the {site} Resource definition).
- properties
- Identifies the individual Properties that should be returned (a list of properties is delimited by a comma). The default set of Properties returned for a Resource is defined by the {site}
- Positions
- keywords defined by the Resource can be provided to control which Items in the Resource will be obtained
- {criteria}
- keywords defined by the Resource can be provided to control which Items in the Resource will be obtained. Specifying multiple keywords (e.g. dmaGender=G&dmaLevel=U14) implies a boolean AND between the data elements. Use the criteria keyword itself to specify any desired boolean OR conditions.
ExamplesAll the following examples can be executed by clicking the desired symbol (for HTML, JSON, or XML) below and are sent to Referees.biz for processing. - /officers
- Get a list of all Chapter Officers
- /officers/17
- Get all default Properties for a specific individual
- /matches?dmaClient=LakeView&dmaLevel=U16&dmaDate[from]=2020-11-30
- Retrieve Matches for a specific Client and Level of play between specific Dates
- /matches?dmaLevel=U14,U15
- Retrieve Matches for 2 different Levels of play
- /matches?criteria={dmaLevel=U14},{dmaLeague=NFHS}
- Retrieve Matches for a specific Level of Play OR in a specific League of play
- Sending
- https://www.referees.biz/api/matches.xml?criteria={dmaLevel=U14},{dmaLeague=NFHS}
- Request Headers
rsr-Date: 2024-10-31T16:59:15-07:00 Content-Type: application/json; rsr-Powered-By: RidgeStar/6.3.0 - Response Headers
HTTP_Response: 200 Date: Thu, 31 Oct 2024 23:59:15 GMT
Server: Apache/2.4.62 (Fedora Linux) OpenSSL/3.2.2
X-Powered-By: PHP/8.3.12
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
rsr-Powered-By: server/6.2.6
rsr-Resource: matches total=47, first=1, last=10
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: rsr-Powered-By,rsr-Resource
Set-Cookie: PHPSESSID=ijjdqmls74jcftdo61t33fqihi; path=/; SameSite=Strict
Transfer-Encoding: chunked
Content-Type: application/xml; charset=utf-8 - Data returned
<?xml version="1.0" encoding="utf-8" ?><doc><Matches><record><dmaKey>1236</dmaKey><dmaDate>2024-01-26</dmaDate><dmaTime>17:00:00</dmaTime><dmaField>48</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>Quadco</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>JV</dmaLevel><dmaDivision>A</dmaDivision><dmaSeason>Spring</dmaSeason><dmaHome>Timberline</dmaHome><dmaAway>North Thurston</dmaAway><dmaPositions><dmaRef>0</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>16</dloKey><dloName>Regional Athletic Complex</dloName><dloAddress>8341 Steilacoom Rd SE</dloAddress><dloCity>Lacey</dloCity><dloState>WA</dloState><dloZip>98503</dloZip><dloLongitude>-122.7557373</dloLongitude><dloLatitude>47.0461188</dloLatitude><dfdKey>48</dfdKey><dfdName>RAC #1</dfdName></record><record><dmaKey>1235</dmaKey><dmaDate>2024-01-26</dmaDate><dmaTime>19:00:00</dmaTime><dmaField>48</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>Quadco</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>Varsity</dmaLevel><dmaDivision>A</dmaDivision><dmaSeason>Spring</dmaSeason><dmaHome>Timberline</dmaHome><dmaAway>North Thurston</dmaAway><dmaPositions><dmaRef>0</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>16</dloKey><dloName>Regional Athletic Complex</dloName><dloAddress>8341 Steilacoom Rd SE</dloAddress><dloCity>Lacey</dloCity><dloState>WA</dloState><dloZip>98503</dloZip><dloLongitude>-122.7557373</dloLongitude><dloLatitude>47.0461188</dloLatitude><dfdKey>48</dfdKey><dfdName>RAC #1</dfdName></record><record><dmaKey>7</dmaKey><dmaDate>2024-02-16</dmaDate><dmaTime>10:01:00</dmaTime><dmaField>14</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>MYSA</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>JV</dmaLevel><dmaDivision>A</dmaDivision><dmaSeason>Spring</dmaSeason><dmaHome>Soccer Storms</dmaHome><dmaAway>Tigers</dmaAway><dmaPositions><dmaRef>92</dmaRef><dmaAR1>45</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>1</dloKey><dloName>Seattle High School</dloName><dloAddress>101 Main St.</dloAddress><dloCity>Seattle</dloCity><dloState>WA</dloState><dloZip>98104</dloZip><dloLongitude>-122.3324419</dloLongitude><dloLatitude>47.6000617</dloLatitude><dfdKey>14</dfdKey><dfdName>Seattle HS2</dfdName></record><record><dmaKey>61</dmaKey><dmaDate>2024-02-24</dmaDate><dmaTime>10:01:00</dmaTime><dmaField>22</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>KIDS</dmaClient><dmaLeague>WSYL</dmaLeague><dmaGender>M</dmaGender><dmaLevel>U14</dmaLevel><dmaDivision>2</dmaDivision><dmaSeason></dmaSeason><dmaHome>Boys 142</dmaHome><dmaAway>Needham</dmaAway><dmaPositions><dmaRef>15</dmaRef><dmaAR1>15</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>3</dloKey><dloName>Bell College</dloName><dloAddress>10501 NE 2nd Street</dloAddress><dloCity>Bellevue</dloCity><dloState>WA</dloState><dloZip>98004</dloZip><dloLongitude>-122.2000388</dloLongitude><dloLatitude>47.6120017</dloLatitude><dfdKey>22</dfdKey><dfdName>BC#3</dfdName></record><record><dmaKey>108</dmaKey><dmaDate>2024-04-02</dmaDate><dmaTime>15:01:00</dmaTime><dmaField>30</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>LakeView</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>JV</dmaLevel><dmaDivision>1</dmaDivision><dmaSeason>Fall</dmaSeason><dmaHome>Woodinville</dmaHome><dmaAway>Bothell</dmaAway><dmaPositions><dmaRef>18</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>8</dloKey><dloName>Forest Park</dloName><dloAddress>3301 Grand Ave</dloAddress><dloCity>Everett</dloCity><dloState>WA</dloState><dloZip>98201</dloZip><dloLongitude>-122.2123787</dloLongitude><dloLatitude>47.9736510</dloLatitude><dfdKey>30</dfdKey><dfdName>Forest Park 3</dfdName></record><record><dmaKey>1234</dmaKey><dmaDate>2024-05-23</dmaDate><dmaTime>17:01:00</dmaTime><dmaField>48</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>Quadco</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>JV</dmaLevel><dmaDivision>A</dmaDivision><dmaSeason>Spring</dmaSeason><dmaHome>Tumwater</dmaHome><dmaAway>Black Hills</dmaAway><dmaPositions><dmaRef>7</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>16</dloKey><dloName>Regional Athletic Complex</dloName><dloAddress>8341 Steilacoom Rd SE</dloAddress><dloCity>Lacey</dloCity><dloState>WA</dloState><dloZip>98503</dloZip><dloLongitude>-122.7557373</dloLongitude><dloLatitude>47.0461188</dloLatitude><dfdKey>48</dfdKey><dfdName>RAC #1</dfdName></record><record><dmaKey>111</dmaKey><dmaDate>2024-07-07</dmaDate><dmaTime>18:45:00</dmaTime><dmaField>22</dmaField><dmaStatus>Normal</dmaStatus><dmaClient></dmaClient><dmaLeague>D2</dmaLeague><dmaGender>B</dmaGender><dmaLevel>U14</dmaLevel><dmaDivision>1</dmaDivision><dmaSeason>Fall</dmaSeason><dmaHome>Cold Ones</dmaHome><dmaAway>Swollen Knees</dmaAway><dmaPositions><dmaRef>45</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>3</dloKey><dloName>Bell College</dloName><dloAddress>10501 NE 2nd Street</dloAddress><dloCity>Bellevue</dloCity><dloState>WA</dloState><dloZip>98004</dloZip><dloLongitude>-122.2000388</dloLongitude><dloLatitude>47.6120017</dloLatitude><dfdKey>22</dfdKey><dfdName>BC#3</dfdName></record><record><dmaKey>96</dmaKey><dmaDate>2024-07-19</dmaDate><dmaTime>12:15:00</dmaTime><dmaField>33</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>SFSRA</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>JV</dmaLevel><dmaDivision></dmaDivision><dmaSeason></dmaSeason><dmaHome>strikers</dmaHome><dmaAway>kickers</dmaAway><dmaPositions><dmaRef>0</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>10</dloKey><dloName>Sixty Acres</dloName><dloAddress>11600 154th Place NE</dloAddress><dloCity>Redmond</dloCity><dloState>WA</dloState><dloZip>98052</dloZip><dloLongitude>-122.1336082</dloLongitude><dloLatitude>47.7039921</dloLatitude><dfdKey>33</dfdKey><dfdName>60 Acres#2</dfdName></record><record><dmaKey>1233</dmaKey><dmaDate>2024-07-27</dmaDate><dmaTime>16:00:00</dmaTime><dmaField>48</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>Quadco</dmaClient><dmaLeague>NFHS</dmaLeague><dmaGender>B</dmaGender><dmaLevel>Varsity</dmaLevel><dmaDivision>A</dmaDivision><dmaSeason>Spring</dmaSeason><dmaHome>Olympia</dmaHome><dmaAway>Shelton</dmaAway><dmaPositions><dmaRef>0</dmaRef><dmaAR1>17</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>16</dloKey><dloName>Regional Athletic Complex</dloName><dloAddress>8341 Steilacoom Rd SE</dloAddress><dloCity>Lacey</dloCity><dloState>WA</dloState><dloZip>98503</dloZip><dloLongitude>-122.7557373</dloLongitude><dloLatitude>47.0461188</dloLatitude><dfdKey>48</dfdKey><dfdName>RAC #1</dfdName></record><record><dmaKey>57</dmaKey><dmaDate>2024-08-06</dmaDate><dmaTime>10:00:00</dmaTime><dmaField>33</dmaField><dmaStatus>Normal</dmaStatus><dmaClient>HSC</dmaClient><dmaLeague>WSYL</dmaLeague><dmaGender>B</dmaGender><dmaLevel>U14</dmaLevel><dmaDivision>1</dmaDivision><dmaSeason></dmaSeason><dmaHome>anytown</dmaHome><dmaAway>anycity</dmaAway><dmaPositions><dmaRef>0</dmaRef><dmaAR1>0</dmaAR1><dmaAR2>0</dmaAR2><dma4th>0</dma4th></dmaPositions><dloKey>10</dloKey><dloName>Sixty Acres</dloName><dloAddress>11600 154th Place NE</dloAddress><dloCity>Redmond</dloCity><dloState>WA</dloState><dloZip>98052</dloZip><dloLongitude>-122.1336082</dloLongitude><dloLatitude>47.7039921</dloLatitude><dfdKey>33</dfdKey><dfdName>60 Acres#2</dfdName></record></Matches></doc>
- /matches/1137?properties=dmaKey,dmaDate,dmaRef
- Get 3 Property values for a specific Match
- /matches/1137?properties=dmaKey,dmaDate,dmaRef&expand=dmaRef,Dates
- Expand data fields to obtain translated values
- /matches?properties=dmaKey,dmaDate,dmaRef,dmaAR1,dmaAR2&dmaPositions=17
- Obtain assignments for a specific Referee
- /matches?dmaLevel=U14&offset=4&limit=2
- Starting with the fourth Match, list only 2
- /doc
- Retrieve information about the API and Site hosting it
- /doc/resources/locations
- Obtain a description of the Get options for the Resource named "locations"
|