BTS API Hujjatlari
Yuborish turlari

Yuborish turlari

GET /v1/inside/index

Yuborish turlari

API Server https://apitest.bts.uz:28345/
Base Path /v1/inside/index
Full URL
https://apitest.bts.uz:28345/v1/inside/index
Authentication Bearer Token
Headers
Header
Value
Req.
Authorization
Bearer {token}
🔒
Content-Type
application/json
🔒
Accept
application/json
🔒

REQUEST

Request Body
                     
                                          
                
No schema defined.

RESPONSE

200 Success
Masalan: Success. Content-Type: application/json
Response Body
                                 
                                 {
    "status": true,
    "message": "Ma’lumot muvaffaqiyatli olindi.",
    "status_code": 200,
    "data": {
        "items": [
            {
                "id": 35,
                "name": "Gul"
            },
            {
                "id": 36,
                "name": "Ko'chat(O'simlik)"
            },
            {
                "id": 10,
                "name": "REKLAMA MAHSULOTLARI"
            },
            {
                "id": 1,
                "name": "BOSHQA ..."
            },
            {
                "id": 34,
                "name": "АРАЛАШ ЖУНАТМАЛАР"
            },
            {
                "id": 4,
                "name": "HUJJAT"
            },
            {
                "id": 5,
                "name": "EHTIYOT QISMLAR"
            },
            {
                "id": 6,
                "name": "DORILAR"
            },
            {
                "id": 7,
                "name": "OFIS JIHOZLARI"
            },
            {
                "id": 8,
                "name": "KITOB"
            },
            {
                "id": 9,
                "name": "SHISHA MAHSULOTLAR"
            },
            {
                "id": 11,
                "name": "KIYIMLAR-POYABZALLAR"
            },
            {
                "id": 12,
                "name": "MOBIL TELEFON"
            },
            {
                "id": 13,
                "name": "PASPORT"
            },
            {
                "id": 14,
                "name": "PARFUMERYA"
            },
            {
                "id": 15,
                "name": "OZIQ-OVQAT"
            },
            {
                "id": 16,
                "name": "XIMIKAT"
            },
            {
                "id": 17,
                "name": "PROTEZLAR (TISH)"
            },
            {
                "id": 18,
                "name": "URUG'LAR"
            },
            {
                "id": 19,
                "name": "PLASTIK KARTA"
            }
        ],
        "_links": {
            "self": "/v1/inside/index?page=1",
            "first": "/v1/inside/index?page=1",
            "last": "/v1/inside/index?page=2",
            "next": "/v1/inside/index?page=2",
            "prev": null
        },
        "_meta": {
            "totalCount": 37,
            "pageCount": 2,
            "currentPage": 1,
            "perPage": 20,
            "params": []
        }
    }
}                                 
                            
No schema defined.