Chilkat Online Tools

Node.js / EDS API / Dokuments "Pārskats par nekustamā īpašuma nodokļa atlaižu piemērošanu".

Back to Collection Items

var os = require('os');
if (os.platform() == 'win32') {  
    if (os.arch() == 'ia32') {
        var chilkat = require('@chilkat/ck-node21-win-ia32');
    } else {
        var chilkat = require('@chilkat/ck-node21-win64'); 
    }
} else if (os.platform() == 'linux') {
    if (os.arch() == 'arm') {
        var chilkat = require('@chilkat/ck-node21-arm');
    } else if (os.arch() == 'x86') {
        var chilkat = require('@chilkat/ck-node21-linux32');
    } else {
        var chilkat = require('@chilkat/ck-node21-linux64');
    }
} else if (os.platform() == 'darwin') {
    if (os.arch() == 'arm64') {
        var chilkat = require('@chilkat/ck-node21-mac-m1');
    } else {
        var chilkat = require('@chilkat/ck-node21-macosx');
    }
}


function chilkatExample() {

    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    var http = new chilkat.Http();
    var success;

    http.SetRequestHeader("Accept","application/json");

    var sbResponseBody = new chilkat.StringBuilder();
    success = http.QuickGetSb("https://eds.vid.gov.lv/api/doc/ninav2/:id",sbResponseBody);
    if (success == false) {
        console.log(http.LastErrorText);
        return;
    }

    var jResp = new chilkat.JsonObject();
    jResp.LoadSb(sbResponseBody);
    jResp.EmitCompact = false;

    console.log("Response Body:");
    console.log(jResp.Emit());

    var respStatusCode = http.LastStatus;
    console.log("Response Status Code = " + respStatusCode);
    if (respStatusCode >= 400) {
        console.log("Response Header:");
        console.log(http.LastHeader);
        console.log("Failed.");
        return;
    }

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "TaksNo": "2000-01-31T00:00:00",
    //   "TaksLidz": "2000-01-31T00:00:00",
    //   "Epasts": "consectetur pariatur culpa",
    //   "Talrunis": "et com",
    //   "Sagatavotajs": "et amet laborum in",
    //   "Tabula": [
    //     {
    //       "NmrKods": "cillum",
    //       "NmrNos": "Lorem",
    //       "AprNodoklis": 86727998.76815408,
    //       "PasvAtlaide10p": -39348572.18738754,
    //       "Ieguldijumi": [
    //         {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       ],
    //       "IeguldNos": "enim magna aliquip",
    //       "LikAtlaide6p": -82717115.19174553,
    //       "PasvAtlaide6p": -97261124.72108497,
    //       "PasvSamAtlaide6p": 47897087.45516333,
    //       "PapildusSumma": 65549835.09576106
    //     },
    //     {
    //       "NmrKods": "Lorem sit",
    //       "NmrNos": "cupidatat nulla non",
    //       "AprNodoklis": -32031723.84078279,
    //       "PasvAtlaide10p": 58662899.666700155,
    //       "Ieguldijumi": [
    //         {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         },
    //         {
    //           "value": "<Error: Too many levels of nesting to fake this schema>"
    //         }
    //       ],
    //       "IeguldNos": "deserunt esse incididunt",
    //       "LikAtlaide6p": -82509887.68079801,
    //       "PasvAtlaide6p": 8981578.968799606,
    //       "PasvSamAtlaide6p": -59392189.9565395,
    //       "PapildusSumma": 74332305.26959944
    //     }
    //   ],
    //   "Id": 83482893,
    //   "UID": "eu ut",
    //   "NmrKods": "cillum qu",
    //   "Precizejums": true,
    //   "PrecizejamaisDokuments": -19381535,
    //   "PrecizejumaPamatojums": "cillum"
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    var NmrNos;
    var AprNodoklis;
    var PasvAtlaide10p;
    var IeguldNos;
    var LikAtlaide6p;
    var PasvAtlaide6p;
    var PasvSamAtlaide6p;
    var PapildusSumma;
    var j;
    var count_j;
    var value;

    var TaksNo = jResp.StringOf("TaksNo");
    var TaksLidz = jResp.StringOf("TaksLidz");
    var Epasts = jResp.StringOf("Epasts");
    var Talrunis = jResp.StringOf("Talrunis");
    var Sagatavotajs = jResp.StringOf("Sagatavotajs");
    var Id = jResp.IntOf("Id");
    var UID = jResp.StringOf("UID");
    var NmrKods = jResp.StringOf("NmrKods");
    var Precizejums = jResp.BoolOf("Precizejums");
    var PrecizejamaisDokuments = jResp.IntOf("PrecizejamaisDokuments");
    var PrecizejumaPamatojums = jResp.StringOf("PrecizejumaPamatojums");
    var i = 0;
    var count_i = jResp.SizeOfArray("Tabula");
    while (i < count_i) {
        jResp.I = i;
        NmrKods = jResp.StringOf("Tabula[i].NmrKods");
        NmrNos = jResp.StringOf("Tabula[i].NmrNos");
        AprNodoklis = jResp.StringOf("Tabula[i].AprNodoklis");
        PasvAtlaide10p = jResp.StringOf("Tabula[i].PasvAtlaide10p");
        IeguldNos = jResp.StringOf("Tabula[i].IeguldNos");
        LikAtlaide6p = jResp.StringOf("Tabula[i].LikAtlaide6p");
        PasvAtlaide6p = jResp.StringOf("Tabula[i].PasvAtlaide6p");
        PasvSamAtlaide6p = jResp.StringOf("Tabula[i].PasvSamAtlaide6p");
        PapildusSumma = jResp.StringOf("Tabula[i].PapildusSumma");
        j = 0;
        count_j = jResp.SizeOfArray("Tabula[i].Ieguldijumi");
        while (j < count_j) {
            jResp.J = j;
            value = jResp.StringOf("Tabula[i].Ieguldijumi[j].value");
            j = j+1;
        }

        i = i+1;
    }


}

chilkatExample();

Curl Command

curl -X GET
	-H "Accept: application/json"
https://eds.vid.gov.lv/api/doc/ninav2/:id

Postman Collection Item JSON

{
  "name": "Dokuments \"Pārskats par nekustamā īpašuma nodokļa atlaižu piemērošanu\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/ninav2/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "ninav2",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ninav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ninav2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"TaksNo\": \"2000-01-31T00:00:00\",\n  \"TaksLidz\": \"2000-01-31T00:00:00\",\n  \"Epasts\": \"consectetur pariatur culpa\",\n  \"Talrunis\": \"et com\",\n  \"Sagatavotajs\": \"et amet laborum in\",\n  \"Tabula\": [\n    {\n      \"NmrKods\": \"cillum\",\n      \"NmrNos\": \"Lorem\",\n      \"AprNodoklis\": 86727998.76815408,\n      \"PasvAtlaide10p\": -39348572.18738754,\n      \"Ieguldijumi\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"IeguldNos\": \"enim magna aliquip\",\n      \"LikAtlaide6p\": -82717115.19174553,\n      \"PasvAtlaide6p\": -97261124.72108497,\n      \"PasvSamAtlaide6p\": 47897087.45516333,\n      \"PapildusSumma\": 65549835.09576106\n    },\n    {\n      \"NmrKods\": \"Lorem sit\",\n      \"NmrNos\": \"cupidatat nulla non\",\n      \"AprNodoklis\": -32031723.84078279,\n      \"PasvAtlaide10p\": 58662899.666700155,\n      \"Ieguldijumi\": [\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        },\n        {\n          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n        }\n      ],\n      \"IeguldNos\": \"deserunt esse incididunt\",\n      \"LikAtlaide6p\": -82509887.68079801,\n      \"PasvAtlaide6p\": 8981578.968799606,\n      \"PasvSamAtlaide6p\": -59392189.9565395,\n      \"PapildusSumma\": 74332305.26959944\n    }\n  ],\n  \"Id\": 83482893,\n  \"UID\": \"eu ut\",\n  \"NmrKods\": \"cillum qu\",\n  \"Precizejums\": true,\n  \"PrecizejamaisDokuments\": -19381535,\n  \"PrecizejumaPamatojums\": \"cillum\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ninav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ninav2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Dokuments neeksistē vai lietotājam nav tiesību.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ninav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ninav2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Pārsniegts izsaukumu skaita ierobežojums.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/ninav2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "ninav2",
            ":id"
          ],
          "variable": [
            {
              "key": "id",
              "value": "25210683",
              "description": "(Required) Dokumenta id."
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "text",
      "header": [
        {
          "key": "Content-Type",
          "value": "text/plain"
        }
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}