{"@context": "https://schema.org", "@type": "WebAPI", "name": "Data API API", "description": "Serves the Clever Data API", "provider": {"@type": "Organization", "name": "clever.com"}, "documentation": "https://raw.githubusercontent.com/Clever/swagger-api/master/v1.2.yml"}
Serves the Clever Data API
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://api.clever.com/v1.2
auth: o a u t h 2
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Serves the Clever Data API
| method | path | what the vendor says it does |
|---|---|---|
GET | /contacts | Returns a list of student contacts Contacts |
GET | /contacts/{id} | Returns a specific student contact Contacts |
GET | /contacts/{id}/district | Returns the district for a student contact Contacts |
GET | /contacts/{id}/student | Returns the student for a student contact Contacts |
GET | /district_admins | Returns a list of district admins District Admins |
GET | /district_admins/{id} | Returns a specific district admin District Admins |
GET | /districts | Returns a list of districts. In practice this will only return the one district associated with the bearer tok |
GET | /districts/{id} | Returns a specific district Districts |
GET | /districts/{id}/admins | Returns the admins for a district Districts |
GET | /districts/{id}/schools | Returns the schools for a district Districts |
GET | /districts/{id}/sections | Returns the sections for a district Districts |
GET | /districts/{id}/status | Returns the status of the district Districts |
GET | /districts/{id}/students | Returns the students for a district Districts |
GET | /districts/{id}/teachers | Returns the teachers for a district Districts |
GET | /school_admins | Returns a list of school admins School Admins |
GET | /school_admins/{id} | Returns a specific school admin School Admins |
GET | /school_admins/{id}/schools | Returns the schools for a school admin School Admins |
GET | /schools | Returns a list of schools Schools |
GET | /schools/{id} | Returns a specific school Schools |
GET | /schools/{id}/district | Returns the district for a school Schools |
GET | /schools/{id}/sections | Returns the sections for a school Schools |
GET | /schools/{id}/students | Returns the students for a school Schools |
GET | /schools/{id}/teachers | Returns the teachers for a school Schools |
GET | /sections | Returns a list of sections Sections |
GET | /sections/{id} | Returns a specific section Sections |
GET | /sections/{id}/district | Returns the district for a section Sections |
GET | /sections/{id}/school | Returns the school for a section Sections |
GET | /sections/{id}/students | Returns the students for a section Sections |
GET | /sections/{id}/teacher | Returns the primary teacher for a section Sections |
GET | /sections/{id}/teachers | Returns the teachers for a section Sections |
GET | /students | Returns a list of students Students |
GET | /students/{id} | Returns a specific student Students |
GET | /students/{id}/contacts | Returns the contacts for a student Students |
GET | /students/{id}/district | Returns the district for a student Students |
GET | /students/{id}/school | Returns the primary school for a student Students |
GET | /students/{id}/sections | Returns the sections for a student Students |
GET | /students/{id}/teachers | Returns the teachers for a student Students |
GET | /teachers | Returns a list of teachers Teachers |
GET | /teachers/{id} | Returns a specific teacher Teachers |
GET | /teachers/{id}/district | Returns the district for a teacher Teachers |
and 4 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/Clever/swagger-api/master/v1.2.yml
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.