e-Schooling API
Schemas
Copy Page
e-Schooling API
e-Schooling API
GETTING STARTED
Authorization
Defaults
entities
Gets all system entities
Gets a entity from its id
students
Gets all system students
Gets a student from its id
tutors
Gets all system tutors
Gets a tutor from its id
staffs
Gets all system staffs
Gets a staff from its id
teachers
Gets all system teachers
Gets a teacher from its id
system
Obtain tenant informations
sso
Single Sign-On
Generate OAuth2 Token
Get user info
Schemas
Schemas
BadRequestHttpException
EntitiesAddresses
EntitiesContacts
EntityBankAccount
EntitiesList
EntityIdentificationDocument
Entity
HttpStatusCode
InternalServerErrorHttpException
MethodBase
EntityIdentificationDocumentInsertRequest
NotFoundHttpException
NoContent
EntityInsertRequest
OAuthMeResponse
OAuthTokenResponse
ProblemDetails
Staff
StaffIdentificationDocumentInsertRequest
StaffInsertRequest
StaffsList
Student
StudentIdentificationDocumentInsertRequest
StudentInsertRequest
StudentsList
SystemStatus
Teacher
TeacherIdentificationDocumentInsertRequest
TeacherInsertRequest
TeachersList
Tutor
TutorIdentificationDocumentInsertRequest
TutorInsertRequest
TutorsList
Schemas
Copy Page
ProblemDetails
{
"type"
:
"string"
,
"title"
:
"string"
,
"status"
:
0
,
"detail"
:
"string"
,
"instance"
:
"string"
}