📍Cevap Yapısı

Başarılı Cevap Yapısı

Kayıt bazında sorgulama

success

İstek başarılı oldunda true

data

Metot cevabı

Liste sorgusu

success

İstek başarılı oldunda true

data

Metot cevabı

_links

Sayfalama Linkleri

self: mevcut bulunduğunuz sayfa

first: ilk sayfa

next: sonrakli sayfa

last: son sayfa

"_links": {
        "self": {
            "href": "https://api.vapi.co/<method>?page=1&per-page=500"
        },
        "first": {
            "href": "https://api.vapi.co/<method>?page=1&per-page=500"
        },
         "next": {
            "href": "https://api.vapi.co/<method>?page=2&per-page=500"
        },
        "last": {
            "href": "https://api.vapi.co/<method>?page=1&per-page=500"
        }
    },

_meta

Sayfalama Bilgileri

    "_meta": {
        "totalCount": 65,
        "pageCount": 1,
        "currentPage": 1,
        "perPage": 500
    },

Başarısız Cevap Yapısı

success

İstek başarılı oldunda true

data

Sorgulanan tüm veriler bu parametre

"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"code": 0,
"status": 401

Last updated