Chilkat Online Tools

unicodeCpp / EDS API / Dokuments "Valsts amatpersonu saraksts".

Back to Collection Items

#include <CkHttpW.h>
#include <CkStringBuilderW.h>
#include <CkJsonObjectW.h>

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

    CkHttpW http;
    bool success;

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

    CkStringBuilderW sbResponseBody;
    success = http.QuickGetSb(L"https://eds.vid.gov.lv/api/doc/vasv2/:id",sbResponseBody);
    if (success == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = http.get_LastStatus();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",http.lastHeader());
        wprintf(L"Failed.\n");
        return;
    }

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

    // {
    //   "Epasts": "dolor adipisicing veniam culpa",
    //   "Talrunis": "aute quis ",
    //   "Grozijumi": false,
    //   "Sagatavotajs": "nisi aliquip",
    //   "Strukturvieniba": "nulla",
    //   "VaditajaVardsUzvards": "culpa",
    //   "VaditajaPersonasKods": "eu iru",
    //   "VaditajaAmats": "veniam deserunt laboris in",
    //   "Tabula": [
    //     {
    //       "VardsUzvards": "mollit consectetur amet",
    //       "PersonasKods": "Lo",
    //       "DatumsNo": "2000-01-31T00:00:00",
    //       "Amats": "in labore",
    //       "AmataNosaukums": "sed proident qui sunt",
    //       "DatumsLidz": "2000-01-31T00:00:00",
    //       "Ierednis": false,
    //       "Aizvieto": false,
    //       "Anulet": true,
    //       "Hash": "dolore fugiat esse nulla dolor"
    //     },
    //     {
    //       "VardsUzvards": "occaecat anim cupidatat",
    //       "PersonasKods": "dese",
    //       "DatumsNo": "2000-01-31T00:00:00",
    //       "Amats": "id ullamco culpa sed",
    //       "AmataNosaukums": "Ut in",
    //       "DatumsLidz": "2000-01-31T00:00:00",
    //       "Ierednis": false,
    //       "Aizvieto": false,
    //       "Anulet": true,
    //       "Hash": "deserunt dolore"
    //     }
    //   ],
    //   "Id": 54164188,
    //   "UID": "qui ullamco tempor",
    //   "NmrKods": "U",
    //   "Precizejums": true,
    //   "PrecizejamaisDokuments": -35253994,
    //   "PrecizejumaPamatojums": "exercitation labore sit laborum"
    // }

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

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    const wchar_t *VardsUzvards = 0;
    const wchar_t *PersonasKods = 0;
    const wchar_t *DatumsNo = 0;
    const wchar_t *Amats = 0;
    const wchar_t *AmataNosaukums = 0;
    const wchar_t *DatumsLidz = 0;
    bool Ierednis;
    bool Aizvieto;
    bool Anulet;
    const wchar_t *Hash = 0;

    const wchar_t *Epasts = jResp.stringOf(L"Epasts");
    const wchar_t *Talrunis = jResp.stringOf(L"Talrunis");
    bool Grozijumi = jResp.BoolOf(L"Grozijumi");
    const wchar_t *Sagatavotajs = jResp.stringOf(L"Sagatavotajs");
    const wchar_t *Strukturvieniba = jResp.stringOf(L"Strukturvieniba");
    const wchar_t *VaditajaVardsUzvards = jResp.stringOf(L"VaditajaVardsUzvards");
    const wchar_t *VaditajaPersonasKods = jResp.stringOf(L"VaditajaPersonasKods");
    const wchar_t *VaditajaAmats = jResp.stringOf(L"VaditajaAmats");
    int Id = jResp.IntOf(L"Id");
    const wchar_t *UID = jResp.stringOf(L"UID");
    const wchar_t *NmrKods = jResp.stringOf(L"NmrKods");
    bool Precizejums = jResp.BoolOf(L"Precizejums");
    int PrecizejamaisDokuments = jResp.IntOf(L"PrecizejamaisDokuments");
    const wchar_t *PrecizejumaPamatojums = jResp.stringOf(L"PrecizejumaPamatojums");
    int i = 0;
    int count_i = jResp.SizeOfArray(L"Tabula");
    while (i < count_i) {
        jResp.put_I(i);
        VardsUzvards = jResp.stringOf(L"Tabula[i].VardsUzvards");
        PersonasKods = jResp.stringOf(L"Tabula[i].PersonasKods");
        DatumsNo = jResp.stringOf(L"Tabula[i].DatumsNo");
        Amats = jResp.stringOf(L"Tabula[i].Amats");
        AmataNosaukums = jResp.stringOf(L"Tabula[i].AmataNosaukums");
        DatumsLidz = jResp.stringOf(L"Tabula[i].DatumsLidz");
        Ierednis = jResp.BoolOf(L"Tabula[i].Ierednis");
        Aizvieto = jResp.BoolOf(L"Tabula[i].Aizvieto");
        Anulet = jResp.BoolOf(L"Tabula[i].Anulet");
        Hash = jResp.stringOf(L"Tabula[i].Hash");
        i = i + 1;
    }
    }

Curl Command

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

Postman Collection Item JSON

{
  "name": "Dokuments \"Valsts amatpersonu saraksts\".",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/doc/vasv2/:id",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "doc",
        "vasv2",
        ":id"
      ],
      "variable": [
        {
          "key": "id",
          "value": "25210683",
          "description": "(Required) Dokumenta id."
        }
      ]
    }
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/vasv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "vasv2",
            ":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  \"Epasts\": \"dolor adipisicing veniam culpa\",\n  \"Talrunis\": \"aute quis \",\n  \"Grozijumi\": false,\n  \"Sagatavotajs\": \"nisi aliquip\",\n  \"Strukturvieniba\": \"nulla\",\n  \"VaditajaVardsUzvards\": \"culpa\",\n  \"VaditajaPersonasKods\": \"eu iru\",\n  \"VaditajaAmats\": \"veniam deserunt laboris in\",\n  \"Tabula\": [\n    {\n      \"VardsUzvards\": \"mollit consectetur amet\",\n      \"PersonasKods\": \"Lo\",\n      \"DatumsNo\": \"2000-01-31T00:00:00\",\n      \"Amats\": \"in labore\",\n      \"AmataNosaukums\": \"sed proident qui sunt\",\n      \"DatumsLidz\": \"2000-01-31T00:00:00\",\n      \"Ierednis\": false,\n      \"Aizvieto\": false,\n      \"Anulet\": true,\n      \"Hash\": \"dolore fugiat esse nulla dolor\"\n    },\n    {\n      \"VardsUzvards\": \"occaecat anim cupidatat\",\n      \"PersonasKods\": \"dese\",\n      \"DatumsNo\": \"2000-01-31T00:00:00\",\n      \"Amats\": \"id ullamco culpa sed\",\n      \"AmataNosaukums\": \"Ut in\",\n      \"DatumsLidz\": \"2000-01-31T00:00:00\",\n      \"Ierednis\": false,\n      \"Aizvieto\": false,\n      \"Anulet\": true,\n      \"Hash\": \"deserunt dolore\"\n    }\n  ],\n  \"Id\": 54164188,\n  \"UID\": \"qui ullamco tempor\",\n  \"NmrKods\": \"U\",\n  \"Precizejums\": true,\n  \"PrecizejamaisDokuments\": -35253994,\n  \"PrecizejumaPamatojums\": \"exercitation labore sit laborum\"\n}"
    },
    {
      "name": "Lietotājs nav autentificēts.",
      "originalRequest": {
        "method": "GET",
        "header": [
        ],
        "url": {
          "raw": "{{baseUrl}}/api/doc/vasv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "vasv2",
            ":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/vasv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "vasv2",
            ":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/vasv2/:id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "doc",
            "vasv2",
            ":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": ""
    }
  ]
}