LeksiGo v2
    • auth
      • login
        POST
      • register
        POST
      • logout
        POST
    • child
      • get [parent]
        GET
      • post [parent]
        POST
      • get [insitution]
        GET
      • put [parent]
        PUT
      • delete [parent]
        DELETE
    • users
      • get
        GET
      • post
        POST
      • show
        GET
      • put
        PUT
      • delete
        DELETE
    • institution
      • get
        GET
      • post [admin]
        POST
      • show
        GET
      • updateStatus
        PATCH
      • get applicants [institution]
        GET
      • apply applicants [institution]
        POST
    • teacher
      • get
        GET
      • post
        POST
      • put
        PUT
      • updateStatus
        PATCH
    • playground
      • teacher
        • course
          • store
          • get
          • show
          • put
          • active status
        • modul
          • post
          • put
          • active status
          • submit answer

    child

    Gender Code
    0 = Perempuan
    1 = Laki-laki
    Therapy Type
    1 = Individu
    2 = Lembaga
    Application Status
    1 = Diajukan
    2 = Diterima
    3 = Ditolak
    Modified at 2026-05-12 06:04:40
    Previous
    logout
    Next
    get [parent]
    Built with