Rank One Partner API Version 1.0
You are currently viewing ' Get Facility By School Id ' page
Usage
GET /School/FacilityDetails/:SchoolID
Content-Type
application/json
Description
Return the facility details by supplied school ID that partner has access to
Note
Example
Type | Name | Required | Note |
---|---|---|---|
URL | :SchoolId | YES | School ID partner has access to |
Sample response:
{
"SchoolName": "Demo 3 Middle School",
"FacilityId": "7860",
"FacilityName": "Demo 2 Gym",
"Address": "18400 Creekview Rd",
"City": "Sanger",
"State": "TX",
"Zip": "76266",
"CountryName": "USA",
"Phone": "",
"Fax": "9404587364",
"Date_Created": "2012-12-19T00:00:00",
"Date_Edited": "2012-12-19T00:00:00",
"Turf_type": ""
}