e-Schooling API
  1. Schemas
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
  1. Schemas

TeachersList

{
    "teachers": [
        {
            "teacher_id": "b8641643-2321-4e9c-8dbd-1e64a86a1dde",
            "processnumber": "string",
            "active": true,
            "email": "string",
            "name": "string",
            "gender": "string",
            "photobase64": "string",
            "birth_date": "2019-08-24",
            "naturality": "string",
            "nationality": "string",
            "marital_status": "string",
            "deceased": true,
            "addresses": [
                {
                    "address": "string",
                    "address2": "string",
                    "zone_code": "string",
                    "postal_code": "string",
                    "city": "string",
                    "country": "string"
                }
            ],
            "contacts": [
                {
                    "contact": "string",
                    "contact_type_name": "string"
                }
            ],
            "documents": [
                {
                    "init_date": "2019-08-24",
                    "end_date": "2019-08-24",
                    "identification_document_value": "string",
                    "identification_document_type_name": "string"
                }
            ],
            "bank_accounts": [
                {
                    "bank_account_number": "string",
                    "country_name": "string",
                    "entity_bank_account_type": "string"
                }
            ]
        }
    ],
    "page": 0,
    "items_per_page": 0
}
Built with