Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 433 Bytes

File metadata and controls

29 lines (25 loc) · 433 Bytes

Base

  • Get all Batches List
    GET /api/v1/base/batches

    response:

    {
        "id": Number,
        "year": Number,
        "stream": String
    }
  • Get all Subjects List
    GET /api/v1/base/subjects

    response:

    [
        {
            "id": Number,
            "sub_name": String,
            "sub_code": String,
            "image": String
        },
        ...
    ]