# Cevap Yapısı

### <mark style="color:green;">Başarılı Cevap Yapısı</mark>

<mark style="color:green;">Kayıt bazında sorgulama</mark>

<table><thead><tr><th width="136"></th><th></th></tr></thead><tbody><tr><td>success</td><td>İstek başarılı oldunda <mark style="color:green;"><strong>true</strong></mark></td></tr><tr><td>data</td><td>Metot cevabı</td></tr></tbody></table>

<mark style="color:green;">Liste sorgusu</mark>

<table><thead><tr><th width="153"></th><th></th></tr></thead><tbody><tr><td>success</td><td>İstek başarılı oldunda <mark style="color:green;"><strong>true</strong></mark></td></tr><tr><td>data</td><td>Metot cevabı</td></tr><tr><td>_links</td><td><p>Sayfalama Linkleri</p><p></p><p><em>self: mevcut bulunduğunuz sayfa</em></p><p><em>first: ilk sayfa</em></p><p><em>next: sonrakli sayfa</em></p><p><em>last: son sayfa</em></p><pre class="language-json"><code class="lang-json">"_links": {
        "self": {
            "href": "https://api.vapi.co/&#x3C;method>?page=1&#x26;per-page=500"
        },
        "first": {
            "href": "https://api.vapi.co/&#x3C;method>?page=1&#x26;per-page=500"
        },
         "next": {
            "href": "https://api.vapi.co/&#x3C;method>?page=2&#x26;per-page=500"
        },
        "last": {
            "href": "https://api.vapi.co/&#x3C;method>?page=1&#x26;per-page=500"
        }
    },
</code></pre></td></tr><tr><td>_meta</td><td><p>Sayfalama Bilgileri </p><pre class="language-json"><code class="lang-json">    "_meta": {
        "totalCount": 65,
        "pageCount": 1,
        "currentPage": 1,
        "perPage": 500
    },
</code></pre></td></tr></tbody></table>

### <mark style="color:red;">Başarısız Cevap Yapısı</mark>

<table><thead><tr><th width="136"></th><th></th></tr></thead><tbody><tr><td>success</td><td>İstek başarılı oldunda <mark style="color:green;"><strong>true</strong></mark></td></tr><tr><td>data</td><td><p>Sorgulanan tüm veriler bu parametre </p><pre class="language-json"><code class="lang-json">"name": "Unauthorized",
"message": "Your request was made with invalid credentials.",
"code": 0,
"status": 401
</code></pre></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.vapi.co/tr/api-klavuzu/cevap-yapisi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
